/* UIM and Vid Tutorials */

.tutorialContainer {
	letter-spacing: 1px;
	width: 100%;
	max-width: 1600px;
	margin: 7em auto 0 auto;
}

/* Titles */ 
.productLogoNote {
    text-align: left;
    font-family: 'Lato';
    font-size: 0.4em;
    text-transform: capitalize;
}

.productName {
    font-size: 3em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    line-height: 1;
}

.italicTitle {
    font-style: italic;
    font-weight: 300;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.italicTitleLW {
	text-transform: none;
}

.productNameCat {
    color: #be0000;
}

.productNameBlack {
    color: #000000;
}

.productNameRogueALX {
    color: #6d4061;
}

.productNameTilt {
    color: #001ca8;
}

.productNameLW {
    color: #34b6e4;
}

.productNameSpark {
    color: #8fd400;
}

.productNameGrey {
    color: #676767;
}

.productNameStar {
    color: #004a88;
}

/* UIM ONLY */

/* Anchors */

#anchorFolding, #anchorRigid, #anchorTilt, #anchorPeds, #anchorSeating, #anchorPowerAssist {
    padding-top: 209px;
    margin-top: -209px;
}

/* Content */
.UIMContainersWrapper {
	margin-top: 7em;
}

.UIMContainer, .UIMAccessibility {
	letter-spacing: 1px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 2em auto;
    padding-right: 2em;
    padding-left: 2em;
}

.UIMAccessibility {
	font-size: 18px;
	padding-bottom: 1em;
}

.UIMAccessibility a {
	color: #be0000;
}

.UIMAccessibility a:hover {
	color: #d3d3d3;
	transition: 0.3s ease;
}

.UIMContainer {
   	border-bottom: 1px #d3d3d3 solid;
   	padding-bottom: 2em;
}

.UIMLastItemContainer {
    border-bottom: none !important;
}

/* Language Links */

.UIMLinks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1em;
}

.UIMLinks a {
	font-size: 1.1em;
	margin-right: 20px;
	border: solid 1px #676767;
    border-radius: 4px;
    width: 8em;
    text-align: center;
    padding: 0.2em 0;	
    letter-spacing: 1px;
}

.UIMLinks a:hover {
    color: #ffffff;
    background: #676767;
    transition: ease 0.3s;
}

/*Video Tutorials ONLY */

/* Anchors */
#FoldingTutorials, #RigidTutorials, #TiltTutorials, #PedTutorials, #SeatingTutorials, #KIOTutorials, #StarTutorials, #AxCustomBacksTutorials, #SeatingTutorials, #PowerAssistTutorials {
	padding-top: 192px;
    margin-top: -192px;
}

#slideImage {
    margin-top: 8em;
}

.VidTutsContainersWrapper {
    margin-top: 2.5em;
}

.VidTutsContainer {
	letter-spacing: 1px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 0 auto;
}

.VidTutorialContent, .VidTutorialContentLast {
	display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    padding-top: 2em;
    padding-top: 2em;
    margin-bottom: 2em;
}

.VidTutorialContent {
    border-bottom: 1px #d3d3d3 solid;
}

.videoTile {
	width: 24%;
	margin-bottom: 2em;
}

.footerLayout {
    margin-top: 0 !important;
}

.VidImgThumb {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.videoTile.lastVideoTile {
    margin-bottom: 0;
}

.videoTextContainer {
	margin-left: 10px;
    padding-top: 1em;
}

.VideoTitle {
	font-size: 1.1em;
    margin: 10px 0;
    line-height: 1.1;
    font-weight: 600;
}

.VideoDescription {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.vidTutBtnWrapper {
	padding-top: 1.1em;
}

a.vidTutBtn {
	border: solid #676767 1px;
    border-radius: 4px;
    padding: 0.3em 1em 0.4em 1em;
}

a.vidTutBtn:hover {
	background: #676767;
	transition: 0.3s ease;
	color: white;
}

.toolsRequiredOblique {
	font-style: oblique;
	width: 100%;
}

.toolsReqDesc {
    margin-top: 0.2em;
}

/* Responsive */
@media screen and (max-width: 1700px) {
	/* Video Tutorials */
	.VidTutsContainer {
	    padding-right: 2em;
	    padding-left: 2em;
	}
}

@media screen and (max-width: 1300px) {
	/* Video Tutorials */
	.vidwhiteBackMargin {
	    padding-top: 0;
	}
	
	.videoTile {
	    width: 32%;
	}
}

@media screen and (max-width: 900px) {
	/* Video Tutorials */	
	.videoTile {
	    width: 48%;
	}
	
	.tutorialContainer {
	    border-left: none;
	    margin-bottom: 0;
	}
	
	.VideoTitle {
	    font-size: 1.2em;
	    line-height: 1;
	}
	
	.VideoDescription {
	    font-size: 0.8em;
	    line-height: 1.2;
	}
}

@media screen and (max-width: 800px) {
	/* Video Tutorials */	
	#slideImage {
	    margin-top: 7.8em;
	}
}

@media screen and (max-width: 600px) {	
	.videoTile {
	    width: 100%;
	}
	
	#slideImage {
	    margin-top: 5.1em;
	}
}

/* Warranty ONLY */

.warrantyMessageWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4em;
    row-gap: 2em;
    padding-top: 6em;
}

.warrantyMessageImg {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.warrantyMessageImg img {
    width: 100%;
}

.warrantyMessageText {
    width: 45%;
}

.warrantyMessageTitle {
    font-size: 2em;
    margin-bottom: 0.5em;
    padding-right: 1em;
}

.warrantyMessageText a {
    color: #be0000;
}

.warrantyMessageText a:hover {
    color: #d3d3d3;
}

.warrantyMessagePar, .warrantyMessagePar2 {
    margin-bottom: 1em;
}

/* Responsive */
@media screen and (max-width: 1200px) {
	/* Warranty */
	.warrantyMessageWrapper {
	    padding: 2em;
	}
	
	.warrantyMessageText {
	    width: 100%;
	}
	
	.warrantyMessageTitle {
	    padding-right: 0;
	}
	
	/* UIM */
	.UIMContainer {
	    padding-left: 2em;
    	padding-right: 2em;
	}
	
	#anchor-rigid, #anchor-tilt, #anchor-peds, #anchor-seating {
	    padding-top: 165px;
	    margin-top: -165px;
	}
	
	.UIMLinks {
	    row-gap: 1em;
	}
}

@media screen and (max-width: 600px) {
	/* Warranty */
	.warrantyMessageWrapper {
	    padding: 0 2em;
	}
	
	.warrantyMessageTitle {
	    font-size: 1.5em;
	}
	
	.warrantyMessagePar, .warrantyMessagePar2 {
	    font-size: 1.1em;
	}
	
	/* UIM */	
	#anchor-rigid, #anchor-tilt, #anchor-peds, #anchor-seating {
	    padding-top: 130px;
	    margin-top: -130px;
	}
	
	.UIMContainer {
		align-items: center;
	}
	
	.UIMLinks {
	    justify-content: center;
	}
	
	.productName {
	    font-size: 2.5em;
	    text-align: center;
	}
	
	.productNameGrey, .productLogoNote {
	    text-align: center;
	}
}
	

	