/**
 * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
 */

/* This additional font load is needed for the FileList iFrame */
@font-face {
	font-family: "San Francisco";
	font-weight: 500;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/**
 * ---------------------------------------
 * Custom Style in CX Builder
 * ---------------------------------------
 */

:root {
  /* Colors */

  --ceruleanBlue: #00b8f1; /* 05 rgba(0, 184, 241, 1) */ 
  --lochmaraBlue: #0084d3; /* 06 rgba(0, 132, 211, 1) */   
  --congressBlue: #004b96; /* 07 rgba(0, 75, 150, 1) */ 
  --deepCoveBlue: #0a0633; /* 08 rgba(10, 6, 51, 1) */

  --motivBlue1: #0B0633;
  --motivBlue2: #004c97;
  --motivBlue3: #0084d4;
  --motivBlue4: #4fcff6;

  
  /* Fonts */

  --proximaLight: "Proxima Nova W01 Light", serif;
  --proximaBold: "Proxima Nova W01 Bold", sans-serif;

  /* Social Media Icons */
  --socialHeader: #ffffff; /* change color to hide period on social icons */
  --socialHeaderBio: #41EDFE; /* Used ontop of bio photos */
  --socialIcons: #cccccc; /* icon color */
  --socialIconsBio: #ffffff; /* icon color */

  /* Caret Icon */
  --caretPeriod: #ffffff; /* change color to hide period set for no text */
  --caretRight: #000000; /* icon color */

  /* David G Ewing Component Colors -- for biography page */
  --maincrimson: #ab2328;
  --maingold: #DDAD33;
  --midnight: #252A36;
  --smoke: #212322;
  --base: #ffffff;
  --subdata: #989ea0;
}

.cerulean {color: var(--ceruleanBlue);}
.lochmara {color: var(--lochmaraBlue);}
.congress {color: var(--congressBlue);}
.deepCove {color: var(--deepCoveBlue);}
.cerulean-bg {background: var(--ceruleanBlue);}
.lochmara-bg {background: var(--lochmaraBlue);}
.congress-bg {background: var(--congressBlue);}
.deepCove-bg {background: var(--deepCoveBlue);}


#landing {
	scroll-margin-top: 50px;
}

/* Motiv Blue Button Style */
div#section-cta .motiv-blue-button .scs-button-button {padding: 0;}
.motiv-blue-button a.scs-button-button {margin-top: 10px;}
.motiv-blue-button .scs-button .scs-button-button {padding: 0;}
.motiv-blue-button .scs-button-button span.scs-button-text {text-transform: uppercase; padding: 7px; padding-left: 15px; padding-right: 15px;}
.motiv-blue-button .scs-button-button {
  font-family: var(--proximaBold);
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(0, 75, 150, .75);
  border-radius: 4px;
  background: rgba(0, 75, 150, 1);
  transition: all 0.3s ease 0s;
}

.motiv-blue-button .scs-button-button:hover {
  color: #FFF;
  background: rgba(0, 75, 150, .80);
  border: 2px solid rgba(0, 75, 150, .75);
}

.motiv-button-adjustment .motiv-blue-button a.scs-button-button {
    width: 100%;
    min-width: 368px;
    padding: 5px;
}

/* Motiv Cyan Button Style */
div#section-cta .motiv-cyan-button .scs-button-button {padding: 0;}
.motiv-cyan-button a.scs-button-button {margin-top: 10px;}
.motiv-cyan-button .scs-button .scs-button-button {padding: 0;}
.motiv-cyan-button .scs-button-button span.scs-button-text {text-transform: uppercase; padding: 7px; padding-left: 15px; padding-right: 15px;}
.motiv-cyan-button .scs-button-button {
  font-family: var(--proximaBold);
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #00b9f2;
  border-radius: 4px;
  background: #00b9f2;
  transition: all 0.3s ease 0s;
}



.motiv-cyan-button .scs-button-button:hover {
  color: #FFF;
  background: #00b9f2;
  border: 2px solid #00b9f2;
}


.motiv-button-adjustment .motiv-cyan-button a.scs-button-button {
    width: 100%;
    min-width: 368px;
    padding: 5px;
}



/* Test new area for video background */

#motiv-video-filter{

	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	z-index: -9;
	background-color: rgba(11,6,51,0.66); /* motiv blue 1 11,6,51 */

}

/* Within the container, the hero video sits behind. With absolute position relative to the 
*  motiv-hero-container, it will not move and not change size either
/* motiv here background video */
#motiv-hero-video { 

	object-fit: cover;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;

}

#motiv-trims-header {
	height: 460px;
	background-color: rgba(11,6,51,0.28);
}

#trims-header-img {
	object-fit: cover;
	width: 100%;
	height: 460px;
	position: fixed;
	top: 0;
	left: 0;
}

/* #motiv-trims-img-filter {
	z-index: -9;
	background-color: rgba(11,6,51,0.96); 

	position: absolute;
	height: 460px;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
} */

/* Motiv Search Bar */
.main-theme .motiv-search-bar input.scs-search-input {border: 1px solid #ccc;}
.main-theme .motiv-search-bar form.scs-search-form {max-width: 547px; padding-left: 10px;}
.main-theme .motiv-search-bar button.scs-search-button {margin-top: 3px;}



/* hide video for mobile phones */
@media (max-width: 640px){

	#motiv-double-container{
		background: url("../img/Rocket-still-640x1000.jpg") no-repeat;

		background-size: cover;
	}

	#motiv-hero-video{
		display: block;
		position: relative;
		height: 100vh;
		min-height: 100%;
		max-height: auto;
	}
	#motiv-video-filter {height: 95vh;}
	#motiv-above-the-fold {height: 100vh!important;}
}

/* iPhone Safari */
@supports not (-webkit-touch-callout: none) {
 	@media (max-width: 640px){
 		#motiv-hero-video{
			display: block;
			position: relative;
			height: 100vh;
			min-height: 100%;
			max-height: auto;
		}


 		#motiv-video-filter {height: 100vh;}

 	}

}

/* Android */
@supports (-webkit-touch-callout: none) {
	@media (max-width: 640px){
		#motiv-hero-video{
			display: block;
			position: relative;
			height: 100vh;
			min-height: 100%;
			max-height: auto;
		}
	}

	@media screen and (max-width: 620px){
		#motiv-cta {margin-top: 0px;}
		.main-theme .value-image {
    		width: 120px!important;
		}
	}
}



/* hide video for mobile phones */
@media (max-width: 500px){


	#motiv-hero-video{
		display: block;
		position: relative;
		height: 95vh;
		min-height: 100%;
		max-height: auto;
	}
}



@supports not (-webkit-touch-callout: none) {
 	@media (max-width: 500px){
 		#motiv-hero-video{
			display: block;
			position: relative;
			height: 100vh;
			min-height: 100%;
			max-height: auto;
		}

 	}
}

@supports (-webkit-touch-callout: none) {
	@media (max-width: 500px){
		#motiv-hero-video{
			display: block;
			position: relative;
			height: 95vh;
			min-height: 100%;
			max-height: auto;
		}

		.main-theme #motiv-cta {margin-top: 0px;}
	}

}




@media (max-width: 375px){


	#motiv-hero-video{
		display: block;
		position: relative;
		height: 100vh;
		min-height: 80%;
		max-height: auto;
	}
}



.motiv-hero {

	position: absolute;
	width: 100%;
	height: 100%;
}






/* End test for video */


div#Footer .scs-divider hr {
    height: 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

div#Footer a {text-decoration: none;}
div#Footer .s1-horizontal-item:nth-of-type(2) .scs-component-content {text-align: center!important;}
.paragraph-center-desktop .scs-paragraph-text {text-align: center;}
.image-right-desktop .scs-socialbar.scs-component.scs-socialbar-default-style {
    	padding-top: 15px;
}
div#Footer .scs-button .scs-button-button {
    padding: 0px 5px;
}


/**
 * ---------------------------------------
 * Component Group
 * ---------------------------------------
 */

.motiv-overlay-white {
	z-index: 1;
	background-color: rgba(240, 240, 240, 0.8);
	/* motiv white */

}

.motiv-overlay-blue-1 {
	z-index: 1;
	background-color: rgba(11, 6, 51, 0.5);
	/* motiv blue 1 */

}

.motiv-overlay-green {
	z-index: 1;
	background-color: rgba(0, 187, 49, 0.4);
	/* motiv green */

}
.motiv-maxwidth-1400 {
	max-width: 1400px;
	margin: auto;
}
@media screen and (max-width: 1400px) {
	.motiv-maxwidth-1400 {
		max-width: 1200px;
		margin-right: 50px;
		margin-left: 50px;
	}
}

.motiv-maxwidth-1200 {
	max-width: 1200px;
	margin: auto;
}

.motiv-maxwidth-900 {
	max-width: 900px;
	margin: auto;
}

.motiv-maxwidth-600 {
	max-width: 600px;
	margin: auto;
}

.motiv-viewport-height {
	display: block;
	min-height: 100%;
	width: 100%;
}

/* Set first child of viewport height to be 100vh */
.motiv-viewport-height>div.scs-component-content {
	min-height: 100vh;
}

.motiv-overlay-blue-green {
	background-image: url(/sites/web?IdcService=SCS_GET_CONTENT&siteId=Motiv-CX&variants=DGE-2020-09-07&fileName=/Construction-equipment-1366x768-2557470000010380.jpg);
	background-image: linear-gradient(to right, rgb(0, 185, 242, 0.8), rgb(0, 187, 49, 0.8));
	background-blend-mode: multiply;
}

.motiv-pe-contact-form {
	border: 1px solid #0b0633;
	border-radius: 5px;
	padding: 10px 30px 10px 30px;
}

.motiv-margin-auto {
	margin: auto;
	max-width: 1250px;
}
.authority-10mt {
	margin-top: -14px;
}
@media screen and (max-width: 991px) {
	.authority-10mt {
		margin-top:0px;
	}
}
.authority-horizontal-center img {
	margin-left: 15%;
	margin-right: 15%;
}
@media screen and (max-width: 991px) {
	.authority-horizontal-center img {
		margin-left: 10%;
		margin-right: 10%;
	}
}

.motiv-font-close-lineheight,
.motiv-font-close-lineheight div.scs-paragraph-text, 
.motiv-font-close-lineheight div.scs-title-text {
	line-height: 1.2; 
	overflow: hidden;
}


.motiv-margin-top-up-300 {margin-top: -300px;}
.motiv-margin-top-up-350 {margin-top: -350px;}
.motiv-margin-top-up-400 {margin-top: -400px;}
.motiv-margin-top-up-450 {margin-top: -450px;}
.motiv-margin-top-up-500 {margin-top: -500px;}

.motiv-margin-left-25 {margin-left: 25px;}
.motiv-margin-right-25 {margin-right: 25px;}
.motiv-margin-sides-25 {margin-left: 25px; margin-right: 25px;}

/* motiv-white-brick */
.motiv-white-brick {

	text-align: center;
	padding: 90px 0 0;
	background: #fff;
	background-repeat: repeat;
	background-position: center top;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/brick-pattern.png');
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/brick-pattern.png');
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/brick-pattern.png');
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/brick-pattern.png');
	background-image: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/brick-pattern.png');

}

.motiv-metal {

	text-align: center;
	padding: 90px 0 0;
	background: #fff;
	background-repeat: repeat;
	background-position: center top;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/metal-background.png');
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/metal-background.png');
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/metal-background.png');
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/metal-background.png');
	background-image: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%), url('../../assets/img/metal-background.png');
}

.motiv-overlay-fade {

	text-align: center;
	padding: 90px 0 0;
	background: #fff;
	background-repeat: repeat;
	background-position: center top;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%);
}

/* .motiv-navbar-height{
	height: 8vh;
} */

.motiv-navbar-height .scs-container-styles {
	overflow: hidden;
}

.motiv-nav-logo-container {
	padding: 8px 16px;
	width: 200px;
	height: 60px;
}

.motiv-level-one-hero {
	width: 100%;
	height: 100%;
}

.motiv-level-one-hero img {
	width: 100%;
	min-height: 100vh;
	object-fit: cover;
	object-position: center center;
}


.motiv-10vh {
	min-height: 10vh;
	width: 100%;
}

.motiv-25vh {
	min-height: 25vh;
	width: 100%;
}

.motiv-33vh {
	min-height: 33.33vh;
	width: 100%;
}

.motiv-50vh {
	min-height: 50vh;
	width: 100%;
}

.motiv-66vh {
	min-height: 66.66vh;
	width: 100%;
}

.motiv-75vh {
	min-height: 75vh;
	width: 100%;
}

.motiv-82vh {
	min-height: 82vh;
	width: 100%;
}

.motiv-90vh {
	min-height: 90vh;
	width: 100%;
}

.motiv-100vh {
	min-height: 100vh;
	width: 100%;
}

.motiv-120vh {
	min-height: 120vh;
	width: 100%;
}

.motiv-140vh {
	min-height: 140vh;
	width: 100%;
}

.motiv-160vh {
	min-height: 160vh;
	width: 100%;
}

/*initally hide this component group content above 767px width*/
.motiv-show-mobile {display: none;}

/* Brookelyn - card background 4 up*/
.motiv-card-robot .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front,
.motiv-card-robot .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front,
.motiv-card-robot .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front,
.motiv-card-robot .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front {
      background-image: url('/content/management/api/v1.1/assets/CONT07C81E3081A9436EB8D934A6F3866D63/native');
}


.motiv-card-chalk-board .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front,
.motiv-card-chalk-board .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front,
.motiv-card-chalk-board .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front,
.motiv-card-chalk-board .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front {
      background-image: url('/content/management/api/v1.1/assets/CONT82B86BC207C74D9D9E3BB7466500D748/native'); 
}

.motiv-card-airplane .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front,
.motiv-card-airplane .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front,
.motiv-card-airplane .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front,
.motiv-card-airplane .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front {
      background-image: url('/content/management/api/v1.1/assets/CONT9DABDD98305343D1A5380D070EB18C83/native'); 
}

.motiv-card-connected .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front,
.motiv-card-connected .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front,
.motiv-card-connected .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front,
.motiv-card-connected .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front {
      background-image: url('/content/management/api/v1.1/assets/CONT59951BCBF6764BE18B30D4669B36D091/native'); 
}


/* Title Color 4 up */
.motiv-card-title-blue .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-blue .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-blue .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-blue .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front .title { color: #004C97; }

.motiv-card-title-light-blue .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-light-blue .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-light-blue .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-light-blue .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front .title { color: #00B9F2; }

.motiv-card-title-green .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-green .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-green .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-green .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front .title { color: #00BB31; }

.motiv-card-title-yellow .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-yellow .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-yellow .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-yellow .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front .title { color: #CEDC00; }

.motiv-card-title-white .sl-horizontal-item:nth-child(1n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-white .sl-horizontal-item:nth-child(2n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-white .sl-horizontal-item:nth-child(3n) .motiv-g2-oc-v4 .front .title,
.motiv-card-title-white .sl-horizontal-item:nth-child(4n) .motiv-g2-oc-v4 .front .title { color: #ffffff; }


/* Button 4-up custom */
.motiv-card-button-gradient .sl-horizontal-item .motiv-g2-oc-v4 .cta .button {
      background-image:
      linear-gradient(to right, rgba(0, 132, 212, 0.70), rgba(0, 187, 49, 0.60)), 
      url('/content/management/api/v1.1/assets/CONT3FFBFF767BEA45BDA44CF9C7D18FF6D6/native');
      opacity: .8;
      background-size: cover;
}

.motiv-card-button-blue .sl-horizontal-item .motiv-g2-oc-v4 .cta .button {
      background-image: url('/content/management/api/v1.1/assets/CONT3FFBFF767BEA45BDA44CF9C7D18FF6D6/native');
      background: #0084D4;
      opacity: .8;
      background-size: cover;
}

.motiv-card-button-green .sl-horizontal-item .motiv-g2-oc-v4 .cta .button {
      background-image: url('/content/management/api/v1.1/assets/CONT3FFBFF767BEA45BDA44CF9C7D18FF6D6/native');
      background: #00BB31;
      opacity: .8;
      background-size: cover;
}

.motiv-card-button-blue .sl-horizontal-item .motiv-g2-oc-v4 .button:hover,
.motiv-card-button-green .sl-horizontal-item .motiv-g2-oc-v4 .button:hover,
.motiv-card-button-gradient .sl-horizontal-item .motiv-g2-oc-v4 .button:hover {color: #333; background: #fff;}

.motiv-trims-outline {
	border: 2px solid #93dcf5; 
	margin: 0 20px;
}


/****************************************
	Redesign Additional Styles
*****************************************/
body.main-theme.body-page div#motiv-navbar-banner {
    background-color: #0B0633;
}
#motiv-navbar-container {
	/* //temporary to select navbar tabs in sitebuilder */
	margin-top: 30px;
}

.main-theme #motiv-navbar-banner {z-index: 200;}
.motiv-main-header,
.motiv-main-header .scs-title .scs-title-text {
	font-size: 48px; 
	font-weight: 900;
	font-family: 'Proxima Nova W01 Bold';
}

.main-theme.home-page .opacity-none {opacity: .01;}
.main-theme .motiv-load-fix {opacity: .01;}

#motiv-slider,
#motiv-banner {
	position: absolute;
	top: 5%;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
	min-width: 600px;
	min-height: 400px;
	z-index: 9;	
}

/*  test tomorrow */
.motiv-home-slider a {color: #fff; text-decoration: none;}
.motiv-home-slider a:hover {color: #fff;}
.motiv-home-slider .scs-title-text a:after {
	content: "\f0da"; /* right arrow f0da : open f105*/
  	font-family: "Font Awesome\ 5 Free";
	padding-left: 15px; 
	color: #fff;
	position: absolute;
}

.motiv-home-slider .scs-title-text a:hover:after {
	padding-left: 25px;
	animation: bounce-right 1s 2;
	-webkit-animation: bounce-right 2s 5;
	-moz-animation: bounce-right 2s 5;
	-o-animation: bounce-right 2s 5;
}

/*.motiv-home-slider .scs-title-text a:hover:after {
	position: relative;
  	-webkit-animation: linear infinite;
  	-webkit-animation-name: bounce-caret;
  	-webkit-animation-duration: 2s;
   	animation: linear 2;
   	animation-name: bounce-caret;
   	animation-duration: 18s;
} */

.motiv-home-slider .scs-title .scs-title-text, 
.motiv-home-slider .scs-paragraph .scs-paragraph-text {
    overflow: inherit;
}

.motiv-home-slider .scs-title .scs-title-text {
	font-family: "Proxima Nova W01 Medium", serif;
	font-weight: 600;
}

.motiv-home-slider .hide-element {display: none;}
.motiv-home-slider .show-element {display: block;}


.motiv-home-slider .sl-slider-button {width: 100px; border-radius: 3%; height: 7px; margin: 0 1.5em 0 .25em;}

.motiv-home-slider .sl-slider-button.sl-slider-active-button {background-color: #0084D4;}

.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing {padding-top: 100px;}
.motiv-home-slider .scs-title-motiv-white-uppercase-slider {padding-top:100px;}
.motiv-home-slider .motiv-img-pad {}
.main-theme .motiv-main-nav .sl-horizontal-item:first-child {width:20%;}

#winSize {
  position:fixed;
  bottom:1%;
  left:1%;
  border:rgba(0,0,0,0.8) 3px solid;
  background:rgba(0,0,0,0.6);
  padding:5px 10px;
  color:#fff;
  text-shadow:#000 1px 1px 1px,#000 -1px 1px 1px;
  z-index:9999
}

.motiv-slider-header .scs-paragraph-text {font-size: 36px;}
.motiv-uppercase {text-transform: uppercase;}

/* Paragraph Component Padding */
.motiv-pad-40 {padding-right: 40px;padding-left: 40px;}
.motiv-pad-60 {padding-right: 60px;padding-left: 60px;}
.motiv-pad-100 {padding-right: 100px;padding-left: 100px;}
.motiv-pad-150 {padding-right: 150px;padding-left: 150px;}

/* Navigation Menu Adjustments */

/* test .main-theme .motiv-navbar-banner img {z-index: 10; top: 20px; left: 20px; position: absolute;}*/
#motiv-navbar-container {
  	margin-top: 0px;
}

.motiv-navMenu {z-index: 15;}
.motiv-main-nav {min-width: 100px; position: relative; min-height: 100px;}
.motiv-main-nav img {max-width: 120px; position: relative; top: 20px; z-index: 20; left: 0px; height: auto;}
.motiv-main-nav img {margin-left: 35px; top: 15px;}
.motiv-main-nav .scs-image-container {overflow: inherit;}
.motiv-main-nav .scs-image.scs-component.motiv-nav-logo {min-height: 100px;}
.motiv-main-nav .sl-horizontal-item:first-child {
    z-index: 100;
    width: 50%;
    position: absolute;
}

/* FOOTER ADJUSTMENTS : Apply to component group 
********************************************************/
.motiv-footer-adjustment #motiv-subscribe-container {
	height: 40px;
	padding-bottom: 7px;
}

.motiv-footer-adjustment .motiv-footer-items li a {font-size: 15px; margin-left: 2px;}
.motiv-footer-adjustment h5 {margin:0;}
.motiv-footer-adjustment .motiv-footer-items li a {
	margin:0; 
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.motiv-footer-adjustment .motiv-industry-footer li a,
.motiv-footer-adjustment .motiv-product-footer li a {
    font-size: 15px;
    line-height: 2.2;
}

/* end : footer adjustments */

.motiv-z-index-50 {z-index: 50;}
.motiv-z-index-100 {z-index: 100;}
.motiv-z-index-150 {z-index: 150;}
.motiv-z-index-200 {z-index: 200;}

/* Paragraphs 
*****************************************/
.motiv-font-13 .scs-paragraph-text {font-size: 13px;}
.motiv-font-14 .scs-paragraph-text {font-size: 14px;}
.motiv-font-15 .scs-paragraph-text {font-size: 15px;}
.motiv-font-16 .scs-paragraph-text {font-size: 16px;}
.motiv-font-18 .scs-paragraph-text {font-size: 18px;}
.motiv-font-20 .scs-paragraph-text {font-size: 20px;}
.motiv-font-24 .scs-paragraph-text {font-size: 24px;}
.motiv-font-30 .scs-paragraph-text {font-size: 30px;}
.motiv-font-36 .scs-paragraph-text {font-size: 36px;}
.motiv-font-close-lineheight .scs-paragraph-text {line-height: 1.2; overflow: hidden;}
.bullet-list-soft-circle li::marker {color: #ccc; font-size: 16px;}

/* Titles 
*****************************************/
.motiv-font-13 .scs-title .scs-title-text {font-size: 13px;}
.motiv-font-14 .scs-title .scs-title-text {font-size: 14px;}
.motiv-font-15 .scs-title .scs-title-text {font-size: 15px;}
.motiv-font-16 .scs-title .scs-title-text {font-size: 16px;}
.motiv-font-18 .scs-title .scs-title-text {font-size: 18px;}
.motiv-font-20 .scs-title .scs-title-text {font-size: 20px;}
.motiv-font-24 .scs-title .scs-title-text {font-size: 24px;}
.motiv-font-30 .scs-title .scs-title-text {font-size: 30px;}
.motiv-font-close-lineheight .scs-title .scs-title-text {line-height: 1.2; overflow: hidden;}
.motiv-font-36 .scs-title .scs-title-text {font-size: 36px;}

.scs-title.scs-component.motiv-family-proxima-bold,
.scs-title.scs-component.motiv-family-proxima-bold-center-mobile {
    font-family: 'Proxima Nova W01 Bold';
    font-weight: 900;
    color: var(--deepCoveBlue);
}

.scs-title.scs-component.motiv-white-outlined-proxima-bold {
    font-family: 'Proxima Nova W01 Bold';
    font-weight: 900;
    color: #fff;
	-webkit-text-stroke: 1px black;
}

.main-theme .scs-container-styles.motiv-home-slider-section {}

@media screen and (max-width: 1600px){
	#motiv-slider{margin-top: 5%;}
	.motiv-main-header,
	.motiv-main-header .scs-title .scs-title-text  {font-size: 45px;}
}

@media screen and (max-width: 1100px){
	.motiv-main-nav{padding-left: 0px; padding-right: 0px;}
	.motiv-main-nav img {
		margin-left: 20px;
    	top: 15px;
	}

	.motiv-margin-top-up-300 {margin-top: 0px;}
	.motiv-margin-top-up-350 {margin-top: 0px;}
	.motiv-margin-top-up-400 {margin-top: 0px;}
	.motiv-margin-top-up-450 {margin-top: 0px;}
	.motiv-margin-top-up-500 {margin-top: 0px;}
}

@media screen and (max-width: 1023px){
	.motiv-main-nav .motiv-navMenu.active .menuItems {left: 0; top: 3px;}
	.motiv-main-nav .motiv-navMenu li {width: 100%;}
	.motiv-navMenu li a {width: 100%;}
	.motiv-main-nav .motiv-navMenu.active .menuItems {width: 100%;}
}


@media screen and (max-width: 767px){
	.main-theme .motiv-search-bar form.scs-search-form {padding-left: 15px;}
	.main-theme .scs-container-styles.motiv-home-slider-section {margin-top: 15%;}
	.motivFooter img {margin-bottom: 20px;}
	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing {padding-top: 40px;}
	.motiv-home-slider .scs-title-motiv-white-uppercase-slider {padding-top:40px;}
	#motiv-slider{margin-top: 6%;}

	.motiv-footer-adjustment h5 {margin-top: 20px;}
	.motiv-footer-adjustment .motiv-sitemap {border-bottom: 1px solid #fff;  border-color: rgba(255,255,255,0.25);padding-bottom: 20px;}
	.motiv-main-header,
	.motiv-main-header .scs-title .scs-title-text {font-size: 32px;}
	.main-theme #main .scs-paragraph-text {
    	font-size: 16px;
	}

	.motiv-slider-header .scs-paragraph.scs-component.scs-paragraph-motiv-white-bold-outlined { 
		padding-left:  15px;
		padding-right: 15px;
	 }
}

/* 	.motiv-footer-adjustment .motiv-industry-footer,
	.motiv-footer-adjustment .motiv-product-footer */

@media screen and (max-width: 667px){
	.scs-container-styles.motiv-home-slider-section .scs-title-text {
		width: 100%;
		font-size: 24px;
	}

	.motiv-home-slider img {max-width: 300px;}

	.main-theme .scs-container-styles.motiv-home-slider-section {margin-top: 10%;}

}


@media screen and (max-width: 600px){
	#motiv-slider{margin-top: 10%; padding-left:10px; padding-right: 10px;}
	.main-theme .sl-slider-buttons-wrapper {bottom: 5%;}
	.motiv-home-slider .sl-slider-button {margin: 0; margin-right: 5px;}
	.motiv-home-slider .sl-slider-button:last-child {margin: 0; margin-right: 0px;}
	.main-theme .motiv-home-slider .scs-title-motiv-white-uppercase-slider .scs-title-text {font-size: 44px;}
	.main-theme .motiv-home-slider .bottom-20 {bottom:20%;}
	.main-theme .motiv-home-slider .bottom-5 {bottom:5%;}

}

@media screen and (max-height: 620px) {
	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text {
		font-size: 26px!important;
	}

	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing {
		padding-top: 60px;
	}
}
@media screen and (max-width: 525px){
	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text{
		font-size: 16px!important;
	}
	.motiv-home-slider .scs-title-motiv-white-uppercase-slider .scs-title-text {
		font-size: 32px!important;
    	padding-top: 20px;
	}
	
}
@media screen and (max-height: 525px) {
	.motiv-home-slider .scs-title-motiv-white-uppercase-slider .scs-title-text {
		font-size: 40px!important;
		line-height:1.5;
	}
	.motiv-home-slider .motiv-img-pad img {
		width: 70%;
		margin-bottom: 20px;
	}

	.scs-title.scs-component.scs-title-motiv-white-uppercase-slider {
		position: relative;
		bottom: 60px;
	}
	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing {
		padding-top: 0px;
	}
	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text {
		font-size: 24px!important;
	}
}
@media screen and (max-height: 400px) {
	.motiv-home-slider .motiv-img-pad img {
		width: 50%;
	}
	.motiv-home-slider .scs-title-motiv-white-uppercase-slider .scs-title-text {
		font-size: 35px!important;
	}
	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text {
		position: relative;
		bottom: 0px;
	}

}
@media screen and (max-height: 350px) {
	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text {
		position: relative;
		bottom: 20px;
	}
}





/**
 * ---------------------------------------
 * Image Component
 * ---------------------------------------
 */

.motiv-nav-logo img {
	width: 200px;
	/* height: 37px; */
}

/* Image Style 2: Hairline */
.scs-image-style-2 .scs-component-content {
	border: 1px solid #999999;
	box-sizing: border-box;
	padding: 5px;
}

.scs-image-style-2 .scs-image-caption {
	left: 6px;
	bottom: 6px;
	right: 6px;
}

/* Image Style 8: Frame SM */
.scs-image-style-8 .scs-component-content {
	border: 2px solid #333333;
	box-sizing: border-box;
	padding: 5px;
}

.scs-image-style-8 .scs-image-caption {
	left: 5px;
	bottom: 5px;
	right: 5px;
}

/* Image Style 9: Frame LG */
.scs-image-style-9 .scs-component-content {
	border: 5px solid #333333;
	box-sizing: border-box;
	padding: 5px;
}

.scs-image-style-9 .scs-image-caption {
	left: 5px;
	bottom: 5px;
	right: 5px;
}

/* Image Style 10: Shadow Left Soft */
.scs-image-style-10 .scs-component-content {
	box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Image Style 11: Shadow Right Soft */
.scs-image-style-11 .scs-component-content {
	box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Image Style 12: Shadow Left Hard */
.scs-image-style-12 .scs-component-content {
	box-shadow: -5px 5px 0px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Image Style 13: Shadow Right Hard */
.scs-image-style-13 .scs-component-content {
	box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Image Style 14: Outer Glow */
.scs-image-style-14 .scs-component-content {
	box-shadow: 0 0 8px 0px rgba(51, 51, 51, 0.8);
	box-sizing: border-box;
}

/* Image style 15: Curl */
.scs-image-style-15 .scs-component-content,
.scs-gallery-style-15 .scs-component-content {
	position: relative;
}

.scs-image-style-15 .scs-component-content:before,
.scs-image-style-15 .scs-component-content:after,
.scs-gallery-style-15 .scs-component-content:before,
.scs-gallery-style-15 .scs-component-content:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.scs-image-style-15 .scs-component-content:after,
.scs-gallery-style-15 .scs-component-content:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.scs-image-style-15 .scs-image-image {
	box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2) inset;
	border: 1px rgba(0, 0, 0, 0.1) solid;
}

/* Image Style 16: Polaroid */
/* Image Style 16: Polaroid */
.scs-gallery-style-16 .scs-component-content,
.scs-image-style-16 .scs-image-image {
	box-shadow: 0 0 10px 0px rgba(51, 51, 51, 0.2);
	border: 10px #FFFFFF solid;
	box-sizing: border-box;
	border-radius: 3px;
}

.scs-image-style-16 .scs-image-caption {
	left: 10px;
	bottom: 10px;
	right: 10px;
}

.motiv-small-image-icon-timeline img {
	width: 18px!important;
}



/**
 * ---------------------------------------
 * Common Components
 * ---------------------------------------
 */
/* Common Style 2: hairline */
.scs-map-style-2 .scs-component-content,
.scs-gallery-style-2 .scs-component-content,
.scs-document-style-2 .scs-component-content,
.scs-socialbar-style-2 .scs-component-content,
.scs-video-style-2 .scs-component-content,
.scs-component-style-2>.scs-component-content,
.scs-app-style-2 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-2 .scs-component-content iframe {
	border: 1px solid #999999;
	box-sizing: border-box;
	padding: 5px;
}

/* Common Style 8: Frame SM */
.scs-map-style-8 .scs-component-content,
.scs-gallery-style-8 .scs-component-content,
.scs-document-style-8 .scs-component-content,
.scs-socialbar-style-8 .scs-component-content,
.scs-video-style-8 .scs-component-content,
.scs-component-style-8>.scs-component-content,
.scs-app-style-8 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-8 .scs-component-content iframe {
	border: 2px solid #333333;
	box-sizing: border-box;
	padding: 5px;
}

/* Common Style 9: Frame LG */
.scs-map-style-9 .scs-component-content,
.scs-gallery-style-9 .scs-component-content,
.scs-document-style-9 .scs-component-content,
.scs-socialbar-style-9 .scs-component-content,
.scs-video-style-9 .scs-component-content,
.scs-component-style-9>.scs-component-content,
.scs-app-style-9 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-9 .scs-component-content iframe {
	border: 5px solid #333333;
	box-sizing: border-box;
	padding: 5px;
}

/* Common Style 10: Shadow Left Soft */
.scs-map-style-10 .scs-component-content,
.scs-gallery-style-10 .scs-component-content,
.scs-document-style-10 .scs-component-content,
.scs-socialbar-style-10 .scs-component-content,
.scs-video-style-10 .scs-component-content,
.scs-component-style-10>.scs-component-content,
.scs-app-style-10 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-10 .scs-component-content iframe {
	box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Common Style 11: Shadow Right Soft */
.scs-map-style-11 .scs-component-content,
.scs-gallery-style-11 .scs-component-content,
.scs-document-style-11 .scs-component-content,
.scs-socialbar-style-11 .scs-component-content,
.scs-video-style-11 .scs-component-content,
.scs-component-style-11>.scs-component-content,
.scs-app-style-11 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-11 .scs-component-content iframe {
	box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Common Style 12: Shadow Left Hard */
.scs-map-style-12 .scs-component-content,
.scs-gallery-style-12 .scs-component-content,
.scs-document-style-12 .scs-component-content,
.scs-socialbar-style-12 .scs-component-content,
.scs-video-style-12 .scs-component-content,
.scs-component-style-12>.scs-component-content,
.scs-app-style-12 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-12 .scs-component-content iframe {
	box-shadow: -5px 5px 0px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Common Style 13: Shadow Right Hard */
.scs-map-style-13 .scs-component-content,
.scs-gallery-style-13 .scs-component-content,
.scs-document-style-13 .scs-component-content,
.scs-socialbar-style-13 .scs-component-content,
.scs-video-style-13 .scs-component-content,
.scs-component-style-13>.scs-component-content,
.scs-app-style-13 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-13 .scs-component-content iframe {
	box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 0.3);
	box-sizing: border-box;
}

/* Common Style 14: outer glow */
.scs-map-style-14 .scs-component-content,
.scs-gallery-style-14 .scs-component-content,
.scs-document-style-14 .scs-component-content,
.scs-socialbar-style-14 .scs-component-content,
.scs-component-style-14>.scs-component-content,
.scs-app-style-14 .scs-component-content .scs-app-iframe-wrapper,
.scs-youtube-style-14 .scs-component-content iframe {
	box-shadow: 0 0 8px 0px rgba(51, 51, 51, 0.8);
	box-sizing: border-box;
}

/**
 * ---------------------------------------
 * Divider Component
 * ---------------------------------------
 */

/* Divider Style 2: Empty */

/* Divider Style 2: center gradient */
.scs-divider-style-2 hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
	background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
}

/* Divider Style 3: dotted SM */
.scs-divider-style-3 hr {
	border-top: 1px dotted #333;
}

/* Divider Style 4: dotted LG */
.scs-divider-style-4 hr {
	border-top: 3px dotted #333;
}

/**
 * ---------------------------------------
 * Button Component
 * ---------------------------------------
 */
 .scs-button .scs-button-text {
	 cursor: pointer!important;
 }
.scs-button-motiv-1 {
	/* default for <button>, but needed for <a> */
	display: inline-block;
	text-align: center;
	text-decoration: none;

	/* create a small space when buttons wrap on 2 lines */
	margin: 2px 0;

	/* invisible border (will be colored on hover/focus) */
	border: solid 1px transparent;
	border-radius: 4px;

	/* button size comes from text + padding, avoid height */
	padding: 0.5em 1em;

	/* make sure colors have enough contrast! */
	color: #FFFFFF;
	background-color: #9555AF;
}

/* old-school "down" effect on clic + color tweak */
.scs-button-motiv-1:active {
	transform: translateY(1px);
	filter: saturate(150%);
}

/* inverse colors on hover */
.scs-button-motiv-1:hover {
	color: #9050AA;
	border-color: currentColor;
	background-color: white;
}

/* Firefox: remove the inner border shown on focus */
.scs-button-motiv-1::-moz-focus-inner {
	border: none;
}

.motiv-contact-us {
	width: 255px;
	padding: 25px 10px 25px 10px;
	background: #c52f31;
	border-bottom: solid 6px #b52b2c;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	margin: auto;
}

.motiv-contact-us .scs-button-text {
	color: #EEE;
}


.scs-button-motiv-ring .scs-button-button {
	min-width: 300px;
	min-height: 60px;
	line-height: 4em;
	background: #00B9F2;
	/* motiv b4 */
	background: linear-gradient(90deg, rgba(0, 185, 242, 1) 0%, rgba(0, 132, 212, 1) 100%);
	/* motiv b4 to motiv b3 */
	border: none;
	border-radius: 1000px;
	box-shadow: 12px 12px 24px rgba(11, 6, 51, .64);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px;
}

.scs-button-motiv-ring .scs-button-button::before {
	content: '';
	border-radius: 1000px;
	min-width: calc(300px + 12px);
	min-height: calc(60px + 12px);
	border: 6px solid #004C97;
	/* motiv blue 2 */
	box-shadow: 0 0 60px rgba(0, 185, 242, .64);
	/* motiv blue 4 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
}

.scs-button-motiv-ring .scs-button-button:hover,
.scs-button-motiv-ring .scs-button-button:focus {
	transform: translateY(-6px);
}

.scs-button-motiv-ring .scs-button-button:hover::before,
.scs-button-motiv-ring .scs-button-button:focus::before {
	opacity: 1;
}

.scs-button-motiv-ring .scs-button-button::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 6px solid #00B9F2;
	/* motiv b4 */
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}

.scs-button-motiv-ring .scs-button-button:hover::after,
.scs-button-motiv-ring .scs-button-button:focus::after {
	animation: none;
	display: none;
}

@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}

	100% {
		width: 300px;
		height: 300px;
		opacity: 0;
	}
}

.scs-button-motiv-ring .scs-button-text {
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #FFFFFF;
}



.motiv-link {

	overflow: visible;
	width: auto;
	font-family: "Proxima Nova W01 Medium", serif;
	color: #0084D4;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	-moz-user-select: text;

}

.motiv-link:hover {
	color: #999;
}

/* Button Style 2: Alta Large */
.scs-button-style-2 .scs-button-button {
	text-decoration: none;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 4px 8px;
	margin: 0;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	padding: 8px 16px;
	background: none;
	border: 1px solid #c4ced7;
	color: #000000;
	box-shadow: inset 0 2px 0 #fff;
	text-shadow: 0 2px 0 #fff;
	border-radius: 3px;
	background-image: -ms-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
	background-image: -moz-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
	background-image: -o-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E3E7E9), color-stop(0.5, #E7EBED), color-stop(1, #F1F3F3));
	background-image: -webkit-linear-gradient(bottom, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
	background-image: linear-gradient(to top, #E3E7E9 0%, #E7EBED 50%, #F1F3F3 100%);
}

.scs-button-style-2 .scs-button-button:hover {
	background: #f7f8f9;
	border: 1px solid #c4ced7;
	color: #0572ce;
	box-shadow: inset 0 2px 0 #f7f8f9;
	text-shadow: 0 2px 0 #f7f8f9;
}

.scs-button-style-2 .scs-button-button:active {
	background: #0572ce;
	border: 1px solid #0572ce;
	color: #fff;
	box-shadow: inset 0 2px 0 #0572ce;
	text-shadow: 0 2px 0 #0572ce;
}

.scs-button-style-2 .scs-button-button:focus {
	outline: 1px dotted #4f4f4f;
}

.scs-button-style-2 .scs-button-text {
	color: #000000;
}

/* Button Style 3: Simple (high contrast) */
.scs-button-style-3 .scs-button-button {
	text-decoration: none;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 4px 8px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 12px;
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;
}

.scs-button-style-3 .scs-button-button:hover {
	background: #FFFFFF;
	border: 2px solid #0572ce;
	color: #0572ce;
}

.scs-button-style-3 .scs-button-button:active {
	background: #0572ce;
	border: 2px solid #0572ce;
	color: #fff;
}

.scs-button-style-3 .scs-button-text {
	color: #000000;
}

/* Radius Button Blue */
.radius-button-blue .scs-button-button {
	text-decoration: none;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	background-color: #3D85D1;
	color: #ffffff;
	border-radius: 28px;
}

.radius-button-blue .scs-button-button:hover {
	background: #004C97 ;
	/* border: 2px solid #3D85D1; */
	color: #ffffff;
}
.radius-button-blue .scs-button-button .scs-button-text{
	text-decoration: none;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 18px;
	color: #ffffff;
	border-radius: 28px;
}
.radius-button-blue .scs-button-button .scs-button-text:after{
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	padding-left: 5px;
}
/* Authority Primary Yellow Arrow*/
.authority-primary-yellow-arrow {
	display: flex;
	align-items: center;
}
.authority-primary-yellow-arrow .scs-button-text,
.authority-primary-yellow-arrow a span.scs-button-text {
	font-size: 18px;
	font-family: var(--proximaLight);
	padding: 5px;
	color: #000000;
}
.authority-primary-yellow-arrow .scs-button-button {
	background-color: #FFCE52;
	border: 2px solid #FFCE52;
}
.authority-primary-yellow-arrow .scs-button-button:hover {
	background-color: transparent;
	border: 2px solid #FFCE52;
	color: #000000;
}

.authority-primary-yellow-arrow .scs-button-button .scs-button-text::after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	color: #000;
	margin-left: 10px;
	font-size: 17px;
}

/* Authority Primary Yellow */
.authority-primary-yellow .scs-button-text {
	font-size: 18px;
	font-family: var(--proximaLight);
	padding: 5px;
	color: #000000;
}
.authority-primary-yellow .scs-button-button {
	background-color: #FFCE52;
	border: 2px solid #FFCE52;
}
.authority-primary-yellow .scs-button-button:hover {
	background-color: transparent;
	border: 2px solid #FFCE52;
	color: #000000;
}


/**
 * ---------------------------------------
 * Title Component
 * ---------------------------------------
 */

/* Title Default Style: Empty */

/* Motiv-White-1*/
.scs-title-motiv-white {
	color: #EEE;
	display: block;
}

/* Motiv-Black-1*/
.scs-title-motiv-black {
	color: #222;
	display: block;
}

.scs-title-motiv-black-medium {
	color: #222;
	display: block;
	font-family: "Proxima Nova W01 Medium", sans-serif;
}


/* Motiv-Blue-1*/
.scs-title-motiv-blue-1 {
	color: #0B0633;
	display: block;
}

.scs-title-motiv-blue-2 {
	color: #004C97;
	display: block;
}

.scs-title-motiv-blue-3 {
	color: #0084D4;
	display: block;
}

.scs-title-motiv-blue-4 {
	color: #00B9F2;
	display: block;
}

.scs-title-motiv-green {
	color: #00BB31;
	display: block;
}

.scs-title-motiv-yellow {
	color: #CEDC00;
	display: block;
}



.scs-group-motiv-white-on-blue-1-uppercse-subhead {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: rgba(0, 75, 150, 1); /* dark blue rgba(11, 6, 51, .9) */
	/* Blue 1 */
}

.scs-group-motiv-white-on-blue-1-uppercse-subhead .scs-title .scs-title-text {
    font-size: 2.8rem;
    font-weight: 900;
    font-family: 'Proxima Nova W01 Bold';
}

.scs-group-motiv-white-on-blue-1-uppercse-subhead p {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 7px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    bottom: 9px;
}

.scs-group-motiv-white-on-blue-1-uppercse-subhead .scs-paragraph .scs-paragraph-text {
	font-size: 16px;
}


.scs-title-motiv-white-on-blue-1 {
	color: #EEE;
	display: block;
	background-color: rgba(11, 6, 51, .9);
	/* Blue 1 */
}

.scs-title-motiv-white-on-blue-1-uppercse-spacing {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: rgba(11, 6, 51, .9);
	/* Blue 1 */
}

.scs-title-motiv-white-on-blue-2-uppercse-spacing {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #014c97;
}

.scs-title-motiv-blue-2-on-blue-1 {
	color: #004C97;
	display: block;
	text-transform: uppercase;
	background-color: rgba(11, 6, 51, .9);
	/* Blue 1 */
}

.scs-title-motiv-blue-3-on-blue-1 {
	color: #0084D4;
	display: block;
	text-transform: uppercase;
	background-color: rgba(11, 6, 51, .9);
	/* Blue 1 */

}

.scs-title-motiv-white-uppercse-spacing {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 2px;
}



.scs-title-motiv-white-uppercase-slider {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.motiv-home-slider .scs-title-motiv-white-uppercase-slider .scs-title-text {
	font-size: 72px;
}

.scs-title.scs-component.scs-title-motiv-white-uppercase-slider {
    font-family: 'Proxima Nova W01 Bold';
    font-weight: 900;
}

.scs-title-motiv-white-2-uppercase-spacing {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 40px;
}

.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text {font-size: 36px; line-height: 1.5;}

.scs-title-motiv-blue-1-uppercse-spacing {
	color: #0B0633;
	text-transform: uppercase;
	letter-spacing: 2px;

}

.scs-title-motiv-blue-2-uppercse-spacing {
	color: #004C97;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.scs-title-motiv-blue-3-uppercse-spacing {
	color: #0084D4;
	text-transform: uppercase;
	letter-spacing: 2px;

}

.scs-title-motiv-blue-4-uppercse-spacing {
	color: #0B0633;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 56px;
	font-family: "Proxima Nova W01 Light", serif;
    font-weight: 600;
}


.scs-title-motiv-black-1-uppercse-spacing {
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 56px;
	font-family: "Proxima Nova W01 Light", serif;
    font-weight: 600;
}


.travis-teal-style {
	color: teal;
	text-transform: uppercase;

}
body.main-theme.home-page.authority .authority-michroma-font h2 span strong {
	font-family: 'Michroma', var(--proximaBold), Arial;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 36px;
}
@media screen and (max-width: 991px) {
	body.main-theme.home-page.authority .authority-michroma-font h2 span strong {
		font-family: 'Michroma', var(--proximaBold), Arial;
		color: #000000;
		text-transform: uppercase;
		font-size: 28px !important;
	}
}


.motiv-white-subhead h1,
.motiv-white-subhead h2,
.motiv-white-subhead h3,
.motiv-white-subhead h4,
.motiv-white-subhead h5,
.motiv-white-subhead h6 {
	color: #EEE;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;

}

.motiv-blue-1-subhead h1,
.motiv-blue-1-subhead h2,
.motiv-blue-1-subhead h3,
.motiv-blue-1-subhead h4,
.motiv-blue-1-subhead h5,
.motiv-blue-1-subhead h6 {
	color: #0B0633;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;

}

.motiv-blue-3-uppercse-spacing-footer h4 {
	color: #0084D4;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	height: 72px;
	margin: auto;
	padding: 15px;
	text-align: right;
}

.scs-title-motiv-blue-5-uppercse-spacing h4 {
	color: #0084D4;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	height: 40px;
	margin: auto;
	padding: 0px;
	margin:0;
	text-align: right;
	font-size: .9rem;
	padding-top: 6px;
}

/**
 * ---------------------------------------
 * motiv-section
 * ---------------------------------------
 */
/* motiv-section-tile Default Style: Empty */


/* motive-responsive-cards is designed to work with 300 width (including margin) cards and will keep them centered
* as long as you keep each card in its own section with a responsive stack for the section */
.motiv-responsive-cards {
	margin: 0 auto;
	max-width: 1200px;
}


@media screen and (max-width: 1025px) {
	.motiv-nav-logo-container {
		padding: 8px 16px;
		height: 60px;
	}

	.motiv-nav-logo img {
		width: 150px;
		/* height: 28px; */
	}

}

@media screen and (max-width: 900px) {
	.motiv-responsive-cards {
		margin: 0 auto;
		max-width: 600px;
	}	
	.motiv-maxwidth-900 {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px) {

	.motiv-blue-3-uppercse-spacing-footer h4 {
		text-align: center;
		padding: 0px;
		height: auto;
	}


	.motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text {font-size: 20px;}
	.motiv-home-slider .scs-title-motiv-white-uppercase-slider .scs-title-text {font-size: 30px;}

	.motiv-trims-outline {
		margin-bottom: 20px;
	}

	#motiv-above-content {
		top: 12% !important;
	}
}

@media screen and (max-width: 600px) {


	.motiv-responsive-cards {
		margin: 0 auto;
		max-width: 300px;
	}
	.bullet-list-soft-circle li {
		font-size: 18px!important;
	}


}

@media screen and (max-width: 500px) {

	.motiv-viewport-height {
		width: 100%;
	}

	#motiv-above-content {
		top: 10% !important;
	}

}


/* Patient Experience cards Slider */
.motiv-pe-cards .sl-slider-buttons-wrapper {
	bottom: unset;
	top: 0%;
}
.motiv-pe-cards li.sl-slider-button {
	background-color: #c5c5c5;
	position: relative;
    display: inline-block;
    text-align: center;
	margin: 24px;
    width: 149px;
    height: 7px;
    border-radius: 20%;
    cursor: pointer;
}
.motiv-pe-cards-mobile li.sl-slider-button {
	background-color: #c5c5c5;
}

.motiv-pe-cards li.sl-slider-button.sl-slider-active-button,
.motiv-pe-cards-mobile li.sl-slider-button.sl-slider-active-button {
	background-color: var(--motivBlue1);
}

@media screen and (max-width: 1200px){
	.motiv-pe-cards .sl-slider-buttons-wrapper {
		zoom: 0.9;
	}
}
@media screen and (max-width: 1120px){
	.motiv-pe-cards .sl-slider-buttons-wrapper {
		zoom: 0.85;
	}
}
@media screen and (max-width: 1050px){
	.motiv-pe-cards .sl-slider-buttons-wrapper {
		zoom: 0.75;
	}
}
@media screen and (max-width: 950px){
	.motiv-pe-cards .sl-slider-buttons-wrapper {
		zoom: 0.73;
		top: -6%;
	}
}
@media screen and (max-width: 930px){
	.motiv-pe-cards .sl-slider-buttons-wrapper {
		zoom: 0.65;
		top: -6%;
	}
}
@media screen and (max-width: 830px){
	.motiv-pe-cards .sl-slider-buttons-wrapper {
		zoom: 0.6;
		top: -6%;
	}
}


/**
 * ---------------------------------------
 * Paragraph Component
 * ---------------------------------------
 */
/* Paragraph Default Style: Empty */

/* Motiv-White*/
.scs-paragraph-motiv-white {
	color: #EEE;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-white-bold-outlined {
	color: #EEE;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
	font-weight: 900;
	/* -webkit-text-stroke: 1px black; */
	font-family: 'Proxima Nova W01 Bold';
}

.motiv-white-sliding-rem {
	color: #EEE;
	display: block;
	margin: 0 auto;
	font-size: 2.0rem;
}



/* Motiv-Black*/
.scs-paragraph-motiv-black {

	color: #222;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}


/* Motiv-Blue-1*/
.scs-paragraph-motiv-blue-1 {
	color: #0B0633;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-blue-2 {
	color: #004C97;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-blue-3 {
	color: #0084D4;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-blue-4 {
	color: #00B9F2;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-green {
	color: #00BB31;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-yellow {
	color: #CEDC00;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-white-on-blue-1 {
	color: #EEE;
	display: block;
	background-color: rgba(11, 6, 51, .9);
	/* Blue 1 */
	margin: 0 auto;
	font-size: 1rem;
}

.scs-paragraph-motiv-blue-2-on-blue-1 {
	color: #0B0633;
	display: block;
	background-color: rgba(11, 6, 51, .9);
	/* Blue 1 */
	margin: 0 auto;
	font-size: 1rem;
}

.cx-value-prop {
	font-size: 2rem;
	line-height: 1.6;
	color: #EEE;
}

.motiv-trims-subtitle {
	color: #FFF;
	text-transform: none;
}

.authority-angle-right-arrow {
	display: flex;
	align-items: center;
}
.authority-angle-right-arrow .scs-paragraph-text {
	font-family: 'Jost', var(--proximaBold), Arial;
}
.authority-angle-right-arrow::before {
	content: "\f101";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	color: #AB2328;
	margin-right: 10px;
	font-size: 40px;
}
.authority-dunbar-font .scs-paragraph-text {
	font-family:  'Dunbar Tall Regular', var(--proximaBold), Arial;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.authority-dunbar-bold-font .scs-paragraph-text {
	font-family:  'Dunbar Tall Bold', var(--proximaBold), Arial;
	font-size: 46px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 46px;
	font-weight: bold;
}
.authority-jost-font .scs-paragraph-text {
	font-family:  'Jost', var(--proximaBold), Arial;
	font-weight: bold;
}



/**
 * ---------------------------------------
 * Document Component
 * ---------------------------------------
 */
/* setup base styles for title/page number can be overriden in styles */
.scs-document-cap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #FFFFFF;
}

.scs-document-title {
	position: relative;
	z-index: 2;
	padding: 0.5em;
	opacity: 0.54;
	background-color: #000000;
}

.scs-document-desc {
	font-style: italic;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 2px;
}

.scs-document-capb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	z-index: 1;
	opacity: 0.5;
	background-color: #000000;
}

/**
 * ---------------------------------------
 * Social Bar Component
 * ---------------------------------------
 */
/* Social Bar styles */
.scs-socialbar-default-style {
	background-color: transparent;
}

/**
 * ---------------------------------------
 * Sample Custom Component
 * ---------------------------------------
 */
.news-article-default-style .scs-image {
	border: 1px solid #0572CE;
	box-sizing: border-box;
	padding: 5px;
	font-size: 16px;
	color: #333333;
}

.news-article-style-1 .scs-image {
	border: 1px solid #ff0000;
	box-sizing: border-box;
	padding: 5px;
	font-size: 18px;
	color: #333333;
}

.my-custom-component .scs-title .scs-title-text a,
.my-custom-component .scs-paragraph .scs-paragraph-text a {
	text-decoration: none;
}

.my-custom-component .scs-component-content {
	display: inherit;
}

.my-custom-component .scs-title .scs-title-text,
.my-custom-component .scs-paragraph .scs-paragraph-text {
	overflow-x: initial;
	overflow-y: initial;
}

/**
 * For styles in CKEDITOR
 */
/**
 * ---------------------------------------
 * Title Component
 * ---------------------------------------
 */
/* Title */
.scs-title-style-base,
.scs-title-style-title,
.scs-title-style-sub-title,
.scs-title-style-heading-xl,
.scs-title-style-heading-l,
.scs-title-style-heading-m,
.scs-title-style-heading-s {
	padding: 0;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

.scs-title-style-title {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
	text-transform: uppercase;
}

.scs-title-style-sub-title {
	font-style: italic;
	font-weight: normal;
	font-size: 0.8333em;
	line-height: 1.4em;
	text-align: center;
}

.scs-title-style-heading-xl {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
}

.scs-title-style-heading-l {
	font-style: italic;
	font-weight: normal;
	font-size: 0.8333em;
	line-height: 1.4em;
}

.scs-title-style-heading-m {
	font-weight: bold;
	font-size: 0.6666em;
	line-height: 1.4em;
}

.scs-title-style-heading-s {
	font-style: italic;
	font-weight: normal;
	font-size: 0.5em;
	line-height: 1.4em;
}

/**
 * ---------------------------------------
 * Paragraph Component
 * ---------------------------------------
 */
/* Paragraph */
.scs-paragraph-style-base,
.scs-paragraph-style-heading-xl,
.scs-paragraph-style-heading-l,
.scs-paragraph-style-heading-m,
.scs-paragraph-style-heading-s,
.scs-paragraph-style-heading-xs,
.scs-paragraph-style-body-l,
.scs-paragraph-style-body-m,
.scs-paragraph-style-body-s,
.scs-paragraph-style-code,
.scs-paragraph-style-quote,
.scs-paragraph-style-cite {
	padding: 0;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0px;
}

.scs-paragraph-style-heading-xl {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.4em;
}

.scs-paragraph-style-heading-l {
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.4em;
}

.scs-paragraph-style-heading-m {
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.4em;
}

.scs-paragraph-style-heading-s {
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
}

.scs-paragraph-style-heading-xs {
	font-weight: bold;
	font-size: 0.8125em;
	line-height: 1.4em;
}

.scs-paragraph-style-body-l {
	font-size: 1.125em;
	line-height: 1.4em;
}

.scs-paragraph-style-body-m {
	font-size: 1em;
	line-height: 1.4em;
}

.scs-paragraph-style-body-s {
	font-size: 0.8125em;
	line-height: 1.4em;
}

.scs-paragraph-style-code {
	padding-left: 1.5em;
	font-family: monospace, serif;
	font-size: 0.8125em;
	line-height: 1.3em;
	border: 1px solid silver;
}

.scs-paragraph-style-quote {
	padding-left: 1.5em;
	font-style: italic;
	font-size: 0.8125em;
	line-height: 1.3em;
	border-left: 1px solid silver;
}

.scs-paragraph-style-cite {
	font-size: 0.8125em;
}

.scs-facebook-icon {
	background-image: url("facebook.png");
}

.scs-twitter-icon {
	background-image: url("twitter.png");
}

.scs-linkedin-icon {
	background-image: url("linkedin.png");
}

.scs-googleplus-icon {
	background-image: url("googleplus.png");
}

.scs-youtube-icon {
	background-image: url("youtube.png");
}

.scs-flickr-icon {
	background-image: url("flickr.png");
}

/** rss styles **/
.rss-caption-heading-default-style .rss-caption-heading {
	background: #be2c12;
	color: #fff;
	font-family: Verdana;
	font-size: 15px;
}

.rss-caption-heading-custom-style-1 .rss-caption-heading {
	background: #0f9633;
	color: #fff;
	font-family: Verdana;
	font-size: 15px;
}

.rss-caption-heading-custom-style-2 .rss-caption-heading {
	background: #746763;
	color: #fff;
	font-family: Verdana;
	font-size: 15px;
}

/**
 * ---------------------------------------
 * Cookie Consent
 * ---------------------------------------
 */
.scs-cookie-consent {
	border: 1px solid #d9d9d9;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	background-color: #f0f0f0;
	align-items: center;

	font-family: Helvetica Neue, Helvetica, Arial, Utkal, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #262626;
	line-height: 1.4;
	box-sizing: border-box;

	padding: 20px 70px 20px 15px;
	margin-left: 10px;
	display: inline-block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
}

.scs-cookie-consent a {
	color: #006598 !important;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.scs-cookie-consent .scs-cookie-consent-close {
	display: block;
	float: right;
	margin: 0;
	background-color: #000;
	border-radius: 100px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	color: white;
	text-align: center;

	background-image: url(x-close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.scs-cookie-consent a:hover {
	color: red !important;
}


/* FileList iFrame Specific Styles */
.scs-file-list-container li {
	padding-bottom: 0;
}

.scs-file-list-left-col {
	flex: none;
	align-self: center;
}

.scs-file-list-mid-col {
	order: -1;
	/*max-width: 350px;*/
}

.scs-file-list-container>div:nth-child(1) {
	margin-bottom: 1px;
	padding: 6px;
	background-color: #402416;
}

.scs-file-list-folder-title {
	font-family: 'San Francisco';
	color: #ffffff;
}

.scs-file-list-line-separator {
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 0;
}

.scs-file-list-row {
	padding-left: 6px;
}

.scs-file-list-file-title {
	font-size: 18px;
	font-family: 'San Francisco';
	margin-bottom: 0;
}

.scs-file-list-file-desc {
	font-family: 'San Francisco';
}

.scs-file-list-cust {
	overflow-y: hidden;
}

/****************************************
	Conent List Styles
*****************************************/

.motiv-product-cards {
	margin: 0px auto;
	padding-top: 40px;
	max-width: 1300px;

}

.motiv-product-cards .sl-horizontal-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.motiv-product-cards .sl-horizontal-row .sl-horizontal-item {
	flex-grow: 0;
}


.motiv-product-cards-half {
	margin: 0 auto;
	max-width: 600px;

}

.motiv-column-bio {
	margin: 0px 10px 30px;
}


/****************************************
	Social Media Icons
*****************************************/


/* Set up for all social media in component */
.instagram-icon-link .scs-component-content .scs-button-button .scs-button-text,
.twitter-icon-link .scs-component-content .scs-button-button .scs-button-text,
.youtube-icon-link .scs-component-content .scs-button-button .scs-button-text,
.facebook-icon-link .scs-component-content .scs-button-button .scs-button-text,
.linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text {
  color: var(--socialHeader);
}

.linkedin-icon-bio-photo-link .scs-component-content .scs-button-button .scs-button-text {
  color: var(--socialHeaderBio);
}

.scs-button.scs-component.youtube-icon-link a,
.scs-button.scs-component.twitter-icon-link a,
.scs-button.scs-component.facebook-icon-link a,
.scs-button.scs-component.instagram-icon-link a,
.scs-button.scs-component.linkedin-icon-link a,
.scs-button.scs-component.linkedin-icon-bio-photo-link a {min-width: 40px;}

.facebook-icon-link .scs-component-content,
.instagram-icon-link .scs-component-content,
.twitter-icon-link .scs-component-content,
.youtube-icon-link .scs-component-content,
.linkedin-icon-link .scs-component-content,
.linkedin-icon-bio-photo-link .scs-component-content {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.facebook-icon-link .scs-button .scs-button-text,
.instagram-icon-link .scs-button .scs-button-text,
.twitter-icon-link .scs-button .scs-button-text,
.youtube-icon-link .scs-button .scs-button-text,
.linkedin-icon-link .scs-button .scs-button-text,
.linkedin-icon-bio-photo-link .scs-button .scs-button-text {
  width: auto;
}

/* Facebook */
.facebook-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
  border: 1px solid #cccccc;
  padding: 4px;
  border-radius: 50%;
}

.main-theme a:hover {
  color: var(--linkHover);
}

.facebook-icon-link .scs-button-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Instagram */
.instagram-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
   color: var(--socialIcons);
}


.instagram-icon-link .scs-button-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Twitter */
.twitter-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
   border: 1px solid #cccccc;
  padding: 4px;
  border-radius: 50%;
}

.twitter-icon-link .scs-button-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* YouTube */
.youtube-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
  border: 1px solid #cccccc;
  padding: 4px;
  border-radius: 50%;
}


.youtube-icon-link .scs-button-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}



/* Linkedin */
.linkedin-icon-link span.scs-button-text {padding: 8px; display: block;}
.linkedin-icon-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIcons);
  border: 2px solid #cccccc;
  padding: 6px;
  border-radius: 50%;
}

.linkedin-icon-link .scs-component-content .scs-button-button:hover .scs-button-text::before {
	color: var(--congressBlue);
}

.linkedin-icon-link .scs-button-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}



/* Linkedin Bio Photo */
.linkedin-icon-bio-photo-link span.scs-button-text {padding: 8px; display: block;}
.linkedin-icon-bio-photo-link .scs-component-content .scs-button-button .scs-button-text::before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-weight: 900;
  color: var(--socialIconsBio);
  border: 2px solid #ffffff;
  padding: 6px;
  border-radius: 50%;
}

.linkedin-icon-bio-photo-link  .scs-component-content .scs-button-button:hover .scs-button-text::before {
	color: var(--congressBlue);
}

.linkedin-icon-bio-photo-link .scs-button-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.scs-button.scs-component.linkedin-icon-bio-photo-link {
	 position: absolute;
	 top: 10px;
	 left: 38px;
}

/****************************************
	MOTIV-FHLB CUSTOM STYLES (FHLB)
*****************************************/
body.main-theme.home-page.motiv-fhlb div.marginAdd {
	margin: 0 135px;
}
body.main-theme.home-page.motiv-fhlb .motiv-center {
	margin-left: 0;
}
body.main-theme.home-page.motiv-fhlb #motiv-navbar-container {
	margin-top: 15px;
}
body.main-theme.home-page.motiv-fhlb #motiv-navbar-banner {
	position: fixed;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 92px;
	transform: translateX(-50%) translateY(-0%);
}
@media screen and (max-width: 991px) {
	body.main-theme.home-page.motiv-fhlb .motiv-blue-button .scs-button-button span.scs-button-text, .motiv-cyan-button .scs-button-button span.scs-button-text {
		min-width: 120px;
		padding: 3px;
	}
}


/* overriding the style for content items that have a light background versus a dark one */

.motiv-contentitems-light-background {
	background-color: #CCC;
}

@media screen and (min-width: 1600px){
	.main-theme #motiv-slider {
    	margin-top: 10%;
	}
}

@media screen and (max-width: 1640px) {
	.main-theme .motiv-blog-card {width: 365px;}
}

@media screen and (max-width: 1200px) {

	/* tablet optimization */

	.motiv-product-cards {
		max-width: 900px;
		max-width: 100%;
	}

	.motiv-product-cards-half {
		max-width: 384px;
	}

	.motiv-white-sliding-rem {
		font-size: 1.5rem;
	}

	.bullet-list-soft-circle li {
		font-size: 14px;
		margin-left: -20px;
	}

	.scs-button.scs-component.linkedin-icon-bio-photo-link {
	    top: 9px;
    	    left: -8px;
	}

	
	.motiv-responsive-cards {
		margin: 0 auto;
		max-width: 800px;
	}

	.motiv-maxwidth-1200 {
		margin-left: 20px;
		margin-right: 20px;
	}

	/*margin balance for mobile under 1200px*/
	.motiv-margin-left-25 {margin-right: 25px;}
	.motiv-margin-right-25 {margin-left: 25px;}

}

@media screen and (max-width: 991px) {
	.main-theme .motiv-search-bar form.scs-search-form {max-width: 547px; padding-left: 10px; margin-right: 15px;}
	.main-theme .motiv-search-bar button.scs-search-button {right: 16px;}
	
	.motiv-family-proxima-bold-center-mobile div.scs-component-content {
		text-align: center!important;
	}
	 div.scs-image.scs-component.motiv-img-center-on-mobile {
		text-align: center!important;
	}
	#section-cta { padding: 20px;}
	.motiv-slider-header .scs-paragraph-text {font-size: 28px;}
	.motiv-main-nav{padding-right: 0px;}
	.scs-container-styles.motiv-home-slider-section {
		width: 100%;
	}

	.motiv-navMenu li:last-child {
    border-bottom: 0 solid black;
	}

	#motiv-slider .motiv-home-slider .s1-slider {min-height: 500px;}
	.motiv-main-nav .motiv-navMenu {height: 60px;}
	.motiv-pad-40 {padding-right: 20px;padding-left: 20px;}
	.motiv-pad-60 {padding-right: 20px;padding-left: 20px;}
	.motiv-pad-100 {padding-right: 20px;padding-left: 20px;}
	.motiv-pad-150 {padding-right: 20px;padding-left: 20px;}

	.motiv-main-nav {padding-left: 0px;}
	.motiv-main-nav img {margin-left: 20px; top: 15px;}
	.motiv-main-nav .motiv-navMenu li a {padding: 10px 20px;}

	.main-theme #motiv-navbar-banner {height: 60px;}

	.motiv-main-nav .scs-image.scs-component.motiv-nav-logo {
    	min-height: 50px;
	}

	.main-theme .scs-container-styles.motiv-home-slider-section {margin-top: 10%;}
	.main-theme .motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing {padding-left: 20px; padding-right: 20px; padding-bottom: 10px;}
	.main-theme .motiv-home-slider .scs-title-motiv-white-2-uppercase-spacing .scs-title-text {font-size: 27px;}
	.main-theme .motiv-home-slider .scs-title-motiv-white-uppercase-slider .scs-title-text {font-size: 56px;}

	.scs-button.scs-component.motiv-blue-button, .scs-button.scs-component.motiv-cyan-button {margin-top: 15px; text-align: center!important;}
	.scs-title-motiv-blue-5-uppercse-spacing h4 {font-size: 1rem; text-align: left!important;}
	.motiv-blue-button a.scs-button-button, .motiv-cyan-button a.scs-button-button {margin-bottom: 30px;}
	.motiv-blue-button .scs-button-button span.scs-button-text, .motiv-cyan-button .scs-button-button span.scs-button-text {
	    padding: 15px;
	    min-width: 250px;
	    font-size: 16px;
	}

	.scs-button.scs-component.linkedin-icon-bio-photo-link {
	    top: 7px;
    	    left: -8px;
	}
	.mobile-blog-share-buttons .sl-three-columns {
		width: 250px;
		float: right;
	}

}

@media screen and (max-width: 767px) {

	/* mobile optimization */
	.motiv-product-cards {
		max-width: 100%;
	}

	.scs-button.scs-component.linkedin-icon-bio-photo-link {
	    top: 7px;
          left: -9px;
	}


	.motiv-hide-mobile {display: none;}
	.motiv-show-mobile {display: block;}
	.main-theme #motiv-cta {margin-top: 20px; margin-bottom: 20px;}

	.main-theme #motiv-slider {
    	margin-top: 22%;
	}

	.motiv-product-cards .sl-horizontal-row {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}

	.motiv-product-cards .sl-horizontal-row .sl-horizontal-item {
		flex-grow: 0;
		/* width: 100%; */
	}

	.motiv-industry-cards .sl-horizontal-row {
		display: block;
	}

	#motiv-slider {min-width: 100%;}
	.paragraph-center-desktop .scs-paragraph-text {text-align: left;}
	.image-right-desktop img {text-align: left;}

	.image-right-desktop .scs-socialbar.scs-component.scs-socialbar-default-style {
    	text-align: left!important;
    	padding-top: 17px;
	}

	.motiv-footer-section-adjustment .scs-paragraph.scs-component,
	.motiv-footer-section-adjustment .scs-title.scs-component { margin-left: 0px!important; }
	div#Footer .scs-button .scs-button-button {padding: 0px 0px;}
	.main-theme div#section-solutions .container {
    padding-left: 0px!important;
	}

	/* Social Media Adjustments */
	.facebook-icon-link .scs-slot.scs-responsive .scs-col, 
	.facebook-icon-link .scs-slot.scs-responsive .scs-inner-row, 
	.facebook-icon-link .scs-slot.scs-responsive .scs-component-container {
	    width: 25% !important;
	    float: left;
	}

	.instagram-icon-link .scs-slot.scs-responsive .scs-col, 
	.instagram-icon-link .scs-slot.scs-responsive .scs-inner-row, 
	.instagram-icon-link .scs-slot.scs-responsive .scs-component-container {
	    width: 25% !important;
	    float: left;
	}

	.youtube-icon-link .scs-slot.scs-responsive .scs-col, 
	.youtube-icon-link .scs-slot.scs-responsive .scs-inner-row, 
	.youtube-icon-link .scs-slot.scs-responsive .scs-component-container {
	    width: 25% !important;
	    float: left;
	}

	.twitter-icon-link .scs-slot.scs-responsive .scs-col, 
	.twitter-icon-link .scs-slot.scs-responsive .scs-inner-row, 
	.twitter-icon-link .scs-slot.scs-responsive .scs-component-container {
	    width: 25% !important;
	    float: left;
	}

	.linkedin-icon-link .scs-slot.scs-responsive .scs-col, 
	.linkedin-icon-link .scs-slot.scs-responsive .scs-inner-row, 
	.linkedin-icon-link .scs-slot.scs-responsive .scs-component-container {
	    width: 25% !important;
	    float: left;
	}

	.linkedin-icon-bio-photo-link .scs-slot.scs-responsive .scs-col, 
	.linkedin-icon-bio-photo-link .scs-slot.scs-responsive .scs-inner-row, 
	.linkedin-icon-bio-photo-link .scs-slot.scs-responsive .scs-component-container {
	    width: 25% !important;
	    float: left;
	}

	.main-theme .scs-title-motiv-white-uppercase-slider {letter-spacing: 0;}
}

@media (max-width: 600px) {
	.motiv-white-sliding-rem {
		font-size: 1.25rem;
	}
	.main-theme .blog-details-main-content {padding-left: 25px; padding-right: 25px;}

	#motiv-slider #slSlider-d6edb5e3-3da6-4aab-a957-5ca0929986bb {min-height: 400px;}

	.main-theme .value-image {width: 115px!important;}

	.scs-button.scs-component.linkedin-icon-bio-photo-link {
	    top: 22px;
          left: 2px;
	}
	.motiv-maxwidth-600 {
		margin-left: 20px;
		margin-right: 20px;
	}

}


@media screen and (max-width: 500px) {

}

@media (max-width: 436px) {
	.motiv-nav-logo-container {
		width: 160px;
		padding: 14px 16px;
		height: 60px;
	}

	.motiv-nav-logo img {
		min-width: 120px;
		/* min-height: 28px; */
	}
}

/* Added for Redesign */

@media screen and (max-width: 372px){
	.motiv-button-adjustment .motiv-blue-button a.scs-button-button,
	.motiv-button-adjustment .motiv-cyan-button a.scs-button-button {
    	min-width: 300px;
	}
}

@media screen and (max-width: 300px){
	.motiv-blog-card {
		width: 100%;
		height: auto;
		max-width: 245px;
	}

	.main-theme .motiv-blog-card-image-container img {height: auto;}
	.main-theme .rocket-com .cta-logo-box {min-width: 100%;}

	.main-theme .contain-images-over {margin-left: 10px; margin-top: -36px; left: -10px;}
	.main-theme .contain-images-over .over-image .number-icon {
    	font-size: 25px;
    	line-height: 13px;
    }
    .main-theme .contain-images-over .over-image {height: 50px; width: 50px;}
    .main-theme .right-container .over-image:first-child {margin-left: 0px;}
}



@-webkit-keyframes bounce-right {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateX(0);}	
	40% {-webkit-transform: translateX(-15px);}
	60% {-webkit-transform: translateX(-10px);}
}
 
@-moz-keyframes bounce-right {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateX(0);}
	40% {-moz-transform: translateX(-15px);}
	60% {-moz-transform: translateX(-10px);}
}
 
@-o-keyframes bounce-right {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateX(0);}
	40% {-o-transform: translateX(-15px);}
	60% {-o-transform: translateX(-10px);}
}
@keyframes bounce-right {
	0%, 20%, 50%, 80%, 100% {transform: translateX(0);}
	40% {transform: translateX(-15px);}
	60% {transform: translateX(-10px);}
}

/****************************************
	DGE AUTHORITY SITE CUSTOM STYLES
*****************************************/
@media screen and (max-width: 767px) {
	body.main-theme.home-page.authority #motiv-slider {
    	margin-top: 10%;
	}
}


body.main-theme.home-page.authority #motiv-video-filter {
    position: relative;
}
body.main-theme.home-page.authority .container-overlay {
	position: relative;
}
body.main-theme.home-page.authority .row.container-overlay {
	display: flex;
} 
body.main-theme.home-page.authority .row.container-overlay .column {
	flex: 50%;
}
body.main-theme.home-page.authority  div#section-3-text {
    position: absolute;
    left: 52%;
    width: 30%;
    background-color: #FFFFFF;
	top: 45px;
	bottom: 35px;
	padding-left: 30px;
	padding-top: 5px;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1600px) {
	body.main-theme.home-page.authority .row.container-overlay {
		display: flex;
		margin-bottom: 25px;
	} 
	body.main-theme.home-page.authority .row.container-overlay .column {
		flex: 100%;
	}
	body.main-theme.home-page.authority  div#section-3-text {
		position: absolute;
		left: 52%;
		width: 40%;
		background-color: #FFFFFF;
		top: 45px;
		bottom: 35px;
		padding-left: 30px;
		padding-top: 5px;
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	}
} 
@media screen and (max-width: 1200px) {
	body.main-theme.home-page.authority .row.container-overlay {
		display: flex;
		margin-bottom: 25px;
	} 
	body.main-theme.home-page.authority .row.container-overlay .column {
		flex: 100%;
	}
	body.main-theme.home-page.authority  div#section-3-text {
		position: absolute;
		left: 45%;
		width: 50%;
		background-color: #FFFFFF;
		top: 60px;
		bottom: 50px;
		padding-left: 30px;
		padding-top: 20px;
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	}
} 
@media screen and (max-width: 991px) {
	body.main-theme.home-page.authority .row.container-overlay {
		display: inline-block;
		margin-bottom: 25px;
	} 
	body.main-theme.home-page.authority .row.container-overlay .column {
		flex: 100%;
	}
	body.main-theme.home-page.authority  div#section-3-text {
		position: relative;
		left: 5%;
		width: 65%;
		background-color: #FFFFFF;
		top: 0px;
		bottom: 0px;
		padding-left: 10px;
		padding-top: 5px;
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	}
} 


@media screen and (max-width: 767px) {
	body.main-theme.home-page.authority .row.container-overlay {
		display: inline-block;
		margin-bottom: 25px;
	} 
	body.main-theme.home-page.authority .row.container-overlay .column {
		flex: 100%;
	}
	body.main-theme.home-page.authority  div#section-3-text {
		position: relative;
		left: 5%;
		width: 89%;
		background-color: #FFFFFF;
		top: 0px;
		bottom: 0px;
		padding-left: 10px;
		padding-top: 5px;
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
	}
} 



body.main-theme.home-page.authority .motiv-navMenu {
	margin-top: 25px;
}
body.main-theme.home-page.authority .motiv-mw1200 {
	max-width: 93%;
}
body.main-theme.home-page.authority #motiv-navbar-banner {
	height: 105px;
}
body.main-theme.home-page.authority 
div#motiv-navbar-banner.motiv-navbar-banner-background {
	background-color: #212322;
	opacity: 94%;
}
body.main-theme.home-page.authority .motiv-main-nav img {
	top: 4px;
}