@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?myk5xj");
	src: url("../fonts/icomoon/icomoon.eot?myk5xj#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?myk5xj") format("truetype"), url("../fonts/icomoon/icomoon.woff?myk5xj") format("woff"), url("../fonts/icomoon/icomoon.svg?myk5xj#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pointer-text-block {
	position: absolute;
	z-index: 998;
	top: 50px;
	padding: 160px 0 117px 90px !important;
}

.what-we-do-pointers {
	margin: 0 !important;
	font-size: 30px;
}
.what-we-do-pointers-2 {
	margin: 0 !important;
	font-size: 30px;
}
.what-we-do-pointers-3 {
	margin: 0 !important;
	font-size: 30px;
}
.what-we-do-pointers-4 {
	margin: 0 !important;
	font-size: 30px;
}

@font-family: 'Open Sans', sans-serif;

    .services-section .flex-row {
        background-color: #fff;
    }
    
    .diagram .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: fit;
    }
    
    .contact h1 {
        padding-top: 45px;
    }
    
    .capability h1 {
        padding-top: 45px;
    }
	
	#casestudies {
		padding-bottom: 140px;
		background-color: #F2F2F1;
	}

    .casestudies {
    	padding: 70px;
    	text-align: center;
    	background-color: #f2f2f1;
    }
    
    .casestudies img {
    	padding: 20px 0 15px 0;
    	max-height: 150px;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .casestudies-description p {
    	width: 85%;
    	padding: 15px 0 15px 0;
    }
    
    .casestudies h2 {
    	color: #04559f;
    }
    
    .casestudies .img-block.move-effect {
    	-webkit-transition-delay: .1s;
    	transition-delay: .1s;
    }
    
    .casestudies .casestudies-text.move-effect {
    	-webkit-transition-delay: .3s;
    	transition-delay: .3s;
    }
    
    .casestudies-text p.move-effect {
    	-webkit-transition-delay: .4s;
    	transition-delay: .4s;
    }
    
    .casestudies-text .btn-holder.move-effect {
    	-webkit-transition-delay: .2s;
    	transition-delay: .2s;
    }
    
    .casestudies-text {
    	text-align: left;
    	margin-left: 25%;
    	padding-bottom: 2%;
    	padding-top: 2%;
    }
    
    .casestudies-text p {
    	margin: 0;
    }
    
    #casestudies .wrapper-btn {
    	width: 30%;
    	margin: 0 auto;
    }

	.section-title {
		color: #04559F;
		margin-bottom: 40px;
	}

	.case-studies-container {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
    	flex-flow: row wrap;
		justify-content: center;
	}

	.case-study-wrapper {
		max-width: 300px;
		text-align: left;
		display: inline-flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		margin: 50px 0;
		height: auto;
	}

	.case-study-type {
		background-color: rgba(4, 85, 159, 0.1);
		border-radius: 6px;
		padding: 3px 5px;
		font-weight: 500;
		color: #04559F;
		font-size: 10px;
		text-transform:uppercase;
		display: inline-block;
		margin-bottom: 5px;
	}

	.case-study-title {
		font-weight: 700;
		font-size: 24px;
		color: #333;
		margin: 20px 0 10px 10px;
	}

	.case-study-title .title-tail {
		font-size: 14px;
		font-weight: 300;
		color: #848484;
	}

	.case-study-description {
		font-size: 16px;
		color: #333;
		margin-left: 10px;
		margin-bottom: 30px;
	}

	.cta-case-study {
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #04559F;
		margin-top: auto;
	}

	.cta-case-study:hover, .cta-case-study:focus {
		color: #04559F;
	}

	.cta-case-study .glyphicon {
		vertical-align: top;
		margin: 5px 0 0 10px;
	}
    
    #how {
    	background-color: #0082C0;
    	color: white;
    }
    
    #how .wrapper-btn {
    	width: 30%;
    	margin: 0 auto;
    	padding: 30px;
    }
    
    #how .btn-warning {
    	margin: auto;
    }
    
    #how h1 {
    	padding: 50px 0 35px 0;
    
    }
    
    #how p {
    	margin: auto;
    	padding: 0 25% 2% 25%;
    }

    .swiper-title {
        position: absolute;
        text-align: center;
        top: 5%;
        z-index: 3;
        width: 100%;
        font-family: 'open sans';
    }

    .swiper-title h1{
        color: white;
        font-size: 50px;
    }

	/* Dropdown Button */
	.dropbtn {
        background-color: transparent;
        color: #04559f;
        border: none;
        font-size: inherit;
        font-weight: 600;
        padding: 0;
        -webkit-transition-property: color;
        -webkit-transition-duration: .4s, 0s;
        -webkit-transition-delay: 0s, .4s;
	}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	    position: relative;
	    display: inline-block;
	}

	@media screen and (min-width: 1152px) {
		.dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content {
			visibility: visible;
			opacity: 1;
		}

		.dropdown:hover .dropdown-arrow, .dropdown:focus .dropdown-arrow {
			transform: rotate(0deg);
		}
	}

	@media screen and (min-width: 1024px) {
		.benefits [class*="col-"]:nth-child(1) { border-right: 1px dashed rgba(4, 85, 159, 0.25); }
		.benefits [class*="col-"]:nth-child(2) { border-right: 1px dashed rgba(4, 85, 159, 0.25); }
		.benefits [class*="col-"]:nth-child(3) { border-bottom: 1px dashed rgba(4, 85, 159, 0.25); }
		.benefits [class*="col-"]:nth-child(4) { border-right: 1px dashed rgba(4, 85, 159, 0.25); border-top: 1px dashed rgba(4, 85, 159, 0.25); }
		.benefits [class*="col-"]:nth-child(5) { border-right: 1px dashed rgba(4, 85, 159, 0.25); border-top: 1px dashed rgba(4, 85, 159, 0.25); }

		.case-study-wrapper{
			margin-left: 75px;
			margin-right: 75px;
		}

		.team-pic {
    		width: 410px !important;
		}
	}

    .dropdown-arrow {
        position: relative;
        display: inline-block;
        margin: 0 0 2px 5px;
		width: 14px;
		height: 10%;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #04559f;
		-webkit-transform: rotate(180deg);
		-webkit-transition-property: border-bottom-color;
        -webkit-transition-duration: .4s, 0s;
        -webkit-transition-delay: 0s, .4s;
    }

	.dropdown-arrow.up {
		transform: rotate(0deg);
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	    background-color: #fff;
	    min-width: 100px;
	    box-shadow: 0 9px 8px 0 rgba(0,0,0,0.2);
	    z-index: 99999;
		padding: 5px;
		visibility: hidden;
        opacity: 0;
	}
	
		/* Dropdown Content (Hidden by Default) */
	.benefits .dropdown-content {
	    background-color: #fff;
	    min-width: 100px;
	    box-shadow: none;
	    z-index: 99999;
		padding: 5px;
		visibility: visible;
        opacity: 1;
        /* -webkit-transition-property: opacity, visibility; */
        /* -webkit-transition-duration: .4s, 0s; */
        /* -webkit-transition-delay: 0s, .4s; */
	}

	/* Links inside the dropdown */
	.dropdown-content a {
	    color: #04559f;
	    padding: 8px 5px 8px 5px !important;
	    text-decoration: none;
	    display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {
		background-color: #ddd;
	}

	/* Change the background color of the dropdown button when the dropdown content is shown */
	.dropdown:hover .dropbtn {
		color: #FAA21B;
	}
	
	.dropdown:hover .dropdown-arrow {
	    border-bottom-color: #faa21b;
	}

	.dropdown-content li span {
		position: relative; 
		left: -15px; 
	}

	ul.li {
		list-style-position: outside;
	}
	.dropdown:hover img {
		filter: brightness(150%);
		-webkit-transition-property: filter;
		-webkit-transition-duration: .4s, 0s;
		-webkit-transition-delay: 0s, .4s;
	}

	.dropdown:hover .benefits-block img {
		filter: none;
		-webkit-transition-property: none;
		-webkit-transition-duration: unset;
		-webkit-transition-delay: unset;
	}

	.benefits-block .dropdown {
		align-content: center;
	}

	.benefits-block h2 {
		font-size: 28px;
		font-weight: 600;
	}

	.benefits .dropdown-content {
		position: relative;
		color: #04559f;
		z-index: 9999;
		margin-left: 0;
		left: 0;
		width: auto;
		background-color: transparent;
		text-align: center;
		top: 0;
		padding: 0px
	}

	.benefits .dropdown-content li {
		padding-left: 15px;
	}

	.benefits .dropdown-content li:last-child {
		padding-bottom: 15px;
	}

	.benefits .dropdown-content p {
		padding: 8px 15px 15px;
		font-size: 20px;
	}

	.about-us {
		background: #04559F;
		color: #fff;
		padding: 63px 0 54px;
	}

	.about-us .heading-block {
		padding-bottom: 20px;
	}

	.logo-vt {
		margin: 20px 0 35px;
	}

	.logo-vt img {
		max-width: 175px;
	}

	.speech-up {
		position: relative;
		margin-left: -19.5px;
		width: 10%;
		height: 10%;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 15px solid #04559f;
		visibility: hidden;
		opacity: 0;
		-webkit-transition-property: opacity, visibility;
		-webkit-transition-duration: .4s, 0s;
		-webkit-transition-delay: 0s, .4s;
	}

	.swiper-container {
        width: 100%;
        height: 650px;
    }
    .swiper-slide {
        display: block;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 60px;
        padding-top: 60px;
    }

    .swiper-slide:first-child,
    .swiper-slide:nth-child(5) {
        background-color: #0084C1;
    }
    .swiper-slide:nth-child(2),
    .swiper-slide:last-child {
        background-color: #0066AB;
    }
    .swiper-slide:nth-child(3) {
        background-color: #008ABC;
    }
    .swiper-slide:nth-child(4) {
        background-color: #04559f;
    }
    .slide-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: background-color 2s ease-out;
        -moz-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
    }

    .arrow-down {
      position: absolute;
      top: 95%;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      background-size: 27px 27px;
      background-position: center;
      background-repeat: no-repeat;
      border: solid white;
      opacity: .3;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }

	#footer .column .logo {
	    text-align: center !important;
	    padding: 0px !important;
	    margin: 0px !important;
	    float: none !important;
	}

	#footer .img-responsive {
	    text-align: center !important;
	    padding: 0px !important;
	    margin: 0px !important;
	    display: inline;
	}

.privacy-policy {
    background: #cccac8;
    padding-top: 150px;
}

.privacy-policy a:link {
    color: #04559F;
}

.privacy-policy a:hover{
    color: #FAA21B;
}

.privacy-policy a:visited{
    color: #04559F;
}

.privacy-policy a:active{
    color: #FAA21B;
}

.column {
    width: 33.33%;
    text-align: center;
}

.site-map {
    color: #04559F;
    padding: 0px;
    margin: 0px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

.site-map a:link{
    color: #04559f;
}

.site-map a:hover{
    color: #FAA21B;
}

.site-map a:visited{
    color: #04559F;
}

.site-map a:active{
    color: #FAA21B;
}

.site-map li {
    list-style-type: none;
	float: left;
	padding: 0px 10px 0px 0px;
}

.slick-logos {
    padding: 40px;
}

.slick-logos-item {
  line-height: 150px !important;
  min-height: 150px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  text-align: center !important;
}

.slick-logos-item img {
    display: inline-block !important;
    max-height: 100px !important;
    width: auto !important;
    max-width: 125px !important;
    vertical-align: middle !important;
    /* -webkit-filter: grayscale(100%);  //commented for MS-197
    filter: grayscale(100%); */
}

/* HOME - Client Logos start */
.slick-logos-item .ama, .slick-logos-item .dominos, .slick-logos-item .ibm, .slick-logos-item .johny-rockets, .slick-logos-item .nathans-famous, 
.slick-logos-item .brehouse-restaurant, .slick-logos-item .california-pizza-kitchen, .slick-logos-item .ceaser-stone, .slick-logos-item .charles-schawb, .slick-logos-item .city-of-hope, 
.slick-logos-item .kaiser-permanente, .slick-logos-item .kfc, .slick-logos-item .legalzoom, .slick-logos-item .new-healthcare-partners, .outback, 
.slick-logos-item .papa-johns, .slick-logos-item .pizza-hut, .slick-logos-item .sava-senior-care, .slick-logos-item .taco-bell, .slick-logos-item .waldorf
{ max-width: 100%; background-size: 100%; background-image: url('/assets/images/general/client_logos/Customer-logos-sprites.webp'); } 
.slick-logos-item .ama { background-position: 0 0%; background-size: 100%; }
.slick-logos-item .dominos { background-position: 0 5.263158%; background-size: 100%; }
.slick-logos-item .ibm { background-position: 0 10.526316%; background-size: 100%; }
.slick-logos-item .johny-rockets { background-position: 0 15.789474%; background-size: 100%; }
.slick-logos-item .nathans-famous { background-position: 0 21.052632%; background-size: 100%; }
.slick-logos-item .brehouse-restaurant { background-position: 0 26.315789%; background-size: 100%; }
.slick-logos-item .california-pizza-kitchen { background-position: 0 31.578947%; background-size: 100%; }
.slick-logos-item .ceaser-stone { background-position: 0 36.842105%; background-size: 100%; }
.slick-logos-item .charles-schawb { background-position: 0 42.105263%; background-size: 100%; }
.slick-logos-item .city-of-hope { background-position: 0 47.368421%; background-size: 100%; }
.slick-logos-item .kaiser-permanente { background-position: 0 52.631579%; background-size: 100%; }
.slick-logos-item .kfc { background-position: 0 57.894737%; background-size: 100%; }
.slick-logos-item .legalzoom { background-position: 0 63.157895%; background-size: 100%; }
.slick-logos-item .new-healthcare-partners { background-position: 0 68.421053%; background-size: 100%; }
.slick-logos-item .outback { background-position: 0 73.684211%; background-size: 100%; }
.slick-logos-item .papa-johns { background-position: 0 78.947368%; background-size: 100%; }
.slick-logos-item .pizza-hut { background-position: 0 84.210526%; background-size: 100%; }
.slick-logos-item .sava-senior-care { background-position: 0 89.473684%; background-size: 100%; }
.slick-logos-item .taco-bell { background-position: 0 94.736842%; background-size: 100%; }
.slick-logos-item .waldorf { background-position: 0 100%; background-size: 100%; }
/* HOME - Client Logos end */

/* CCM Client Logos start */
#centralized_content_management .slick-logos-item .ama, #centralized_content_management .slick-logos-item .mcgraw-hill, #centralized_content_management .slick-logos-item .california-pizza-kitchen, #centralized_content_management .slick-logos-item .hilton, #centralized_content_management .slick-logos-item .itt, #centralized_content_management .slick-logos-item .kfc, #centralized_content_management .slick-logos-item .outback, #centralized_content_management .slick-logos-item .papa-johns, #centralized_content_management .slick-logos-item .pizza-hut, #centralized_content_management .slick-logos-item .taco-bell, #centralized_content_management .slick-logos-item .yum
{ max-width: 100%; background-size: 100%; background-image: url('/assets/images/solutions/centralized_content_management/client_logos/Customer-logos-sprites.webp'); }
#centralized_content_management .slick-logos-item .ama { background-position: 0 0%; background-size: 100%; }
#centralized_content_management .slick-logos-item .mcgraw-hill { background-position: 0 10%; background-size: 100%; }
#centralized_content_management .slick-logos-item .california-pizza-kitchen { background-position: 0 20%; background-size: 100%; }
#centralized_content_management .slick-logos-item .hilton { background-position: 0 30%; background-size: 100%; }
#centralized_content_management .slick-logos-item .itt { background-position: 0 40%; background-size: 100%; }
#centralized_content_management .slick-logos-item .kfc { background-position: 0 50%; background-size: 100%; }
#centralized_content_management .slick-logos-item .outback { background-position: 0 60%; background-size: 100%; }
#centralized_content_management .slick-logos-item .papa-johns { background-position: 0 70%; background-size: 100%; }
#centralized_content_management .slick-logos-item .pizza-hut { background-position: 0 80%; background-size: 100%; }
#centralized_content_management .slick-logos-item .taco-bell { background-position: 0 90%; background-size: 100%; }
#centralized_content_management .slick-logos-item .yum { background-position: 0 100%; background-size: 100%; }
/* CCM Client Logos end */

/* MTD Client Logos start*/
#marketing_campaign_fulfillment .slick-logos-item .dominos, #marketing_campaign_fulfillment .slick-logos-item .johny-rockets, #marketing_campaign_fulfillment .slick-logos-item .nathans-famous, #marketing_campaign_fulfillment .slick-logos-item .black-angus, #marketing_campaign_fulfillment .slick-logos-item .boston-pizza, #marketing_campaign_fulfillment .slick-logos-item .brehouse-restaurant, #marketing_campaign_fulfillment .slick-logos-item .california-pizza-kitchen, #marketing_campaign_fulfillment .slick-logos-item .kfc, #marketing_campaign_fulfillment .slick-logos-item .outback, #marketing_campaign_fulfillment .slick-logos-item .papa-johns, #marketing_campaign_fulfillment .slick-logos-item .pizza-hut, #marketing_campaign_fulfillment .slick-logos-item .taco-bell, #marketing_campaign_fulfillment .slick-logos-item .waldorf, #marketing_campaign_fulfillment .slick-logos-item .zoes-kitchen
{ max-width: 100%; background-size: 100%; background-image: url('/assets/images/solutions/marketing_and_training_delivery/client_logos/Customer-logos-sprites.webp'); }
#marketing_campaign_fulfillment .slick-logos-item .dominos { background-position: 0 0%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .johny-rockets { background-position: 0 7.692308%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .nathans-famous { background-position: 0 15.384615%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .black-angus { background-position: 0 23.076923%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .boston-pizza { background-position: 0 30.769231%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .brehouse-restaurant { background-position: 0 38.461538%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .california-pizza-kitchen { background-position: 0 46.153846%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .kfc { background-position: 0 53.846154%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .outback { background-position: 0 61.538462%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .papa-johns { background-position: 0 69.230769%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .pizza-hut { background-position: 0 76.923077%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .taco-bell { background-position: 0 84.615385%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .waldorf { background-position: 0 92.307692%; background-size: 100%; }
#marketing_campaign_fulfillment .slick-logos-item .zoes-kitchen { background-position: 0 100%; background-size: 100%; }
/* MTD Client Logos end */

/* CRC Client Logos start */
#compliance_communications .slick-logos-item .city-of-hope, #compliance_communications .slick-logos-item .kaiser-permanente, #compliance_communications .slick-logos-item .new-healthcare-partners, #compliance_communications .slick-logos-item .sava-senior-care
{ max-width: 100%; background-size: 100%; background-image: url('/assets/images/solutions/compliance_related_communications/client_logos/Customer-logos-sprites.webp'); }
#compliance_communications .slick-logos-item .city-of-hope { background-position: 0 0%; background-size: 100%; }
#compliance_communications .slick-logos-item .kaiser-permanente { background-position: 0 33.333333%; background-size: 100%; }
#compliance_communications .slick-logos-item .new-healthcare-partners { background-position: 0 66.666667%; background-size: 100%; }
#compliance_communications .slick-logos-item .sava-senior-care { background-position: 0 100%; background-size: 100%; }
/* CRC Client Logos end */

/* WA Client Logos start */
#automated_information_distribution .slick-logos-item .ama, #automated_information_distribution .slick-logos-item .ca, #automated_information_distribution .slick-logos-item .delta, #automated_information_distribution .slick-logos-item .garmin, #automated_information_distribution .slick-logos-item .legalzoom
{ max-width: 100%; background-size: 100%; background-image: url('/assets/images/solutions/workflow_automation/client_logos/Customer-logos-sprites.webp'); }
#automated_information_distribution .slick-logos-item .ama { background-position: 0 0%; background-size: 100%; }
#automated_information_distribution .slick-logos-item .ca { background-position: 0 25%; background-size: 100%; }
#automated_information_distribution .slick-logos-item .delta { background-position: 0 50%; background-size: 100%; }
#automated_information_distribution .slick-logos-item .garmin { background-position: 0 75%; background-size: 100%; }
#automated_information_distribution .slick-logos-item .legalzoom { background-position: 0 100%; background-size: 100%; }
/* WA Client Logos end */

.icon-basket:before {
	content: "\e915";
}

.icon-minus:before {
	content: "\e914";
}

.icon-arrow-left:before {
	content: "\e902";
}

.icon-arrow-right:before {
	content: "\e907";
}

.icon-increase:before {
	content: "\e90d";
}

.icon-quotes:before {
	content: "\e90f";
}

.icon-plus:before {
	content: "\e901";
}

.icon-arrow:before {
	content: "\e900";
}

.icon-envelope:before {
	content: "\e903";
}

.icon-expedite:before {
	content: "\e904";
}

.icon-google-plus:before {
	content: "\e905";
}

.icon-graph:before {
	content: "\e906";
}

.icon-keyhole:before {
	content: "\e908";
}

.icon-linkedin:before {
	content: "\e909";
}

.icon-lock:before {
	content: "\e90a";
}

.icon-money:before {
	content: "\e90b";
}

.icon-phone:before {
	content: "\e90c";
}

.icon-point:before {
	content: "\e90e";
}

.icon-star:before {
	content: "\e910";
}

.icon-twitter:before {
	content: "\e911";
}

.icon-youtube-play:before {
	content: "\e912";
}

.icon-сommunicate:before {
	content: "\e913";
}

.icon-fb i {
	width: 16px;
    height: auto;
}

.icon-insta i {
	width: 27px;
    height: auto;
	font-size: inherit;
}

.bold {
	font-weight: 700;
}

.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mt-100 {
	margin-top: 100px;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
	width:100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	background: url(/assets/images/drop-down.png) no-repeat 0px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

#main-menu,
.social-networks,
.info-block ul,
.btn-list,
.members .logos,
.contact-list,
.communications .picture,
.slick-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
#headerhome:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #303030;
	padding: 10px 0;
	position: relative;
	z-index: 999;
}

#headerhome {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 999;
}

.resize-active #header {
	-webkit-transition: none !important;
	transition: none !important;
}

#header.fixed-position {
	background: #303030;
}

#headerhome.fixed-position {
	background: #fff;
}

.logo {
	float: left;
	width: 186px;
}

.logo a {
	display: block;
}

.nav-opener {
	width: 30px;
	height: 26px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	top: 12px;
	left: 10%;
	right: 10%;
	height: 3px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#headerhome .nav-opener:before,
#headerhome .nav-opener:after,
#headerhome .nav-opener span {
    background: #04559f;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 6px;
}

.nav-opener:after {
	top: 18px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
	left: 10%;
	right: 10%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .drop {
	opacity: 1;
	visibility: visible;
}

.resize-active .drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav {
	width: 100%;
	padding: 20px 0 80px;
}

#header .nav .btn {
    position: relative;
    left: 50%;
    margin-left: -92.5px;
}

#header.fixed-header {
    display: inline-block;
	background: #303030;
	position: fixed;
	z-index: 999;
}

#headerhome.fixed-header {
    display: inline-block;
	background: #fff;
	position: fixed;
	z-index: 999;
}

    .fixed-header .nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

#main-menu,
#main-menuhome {
	font-size: 20px;
	margin: 0 0 40px;
	/* text-transform: capitalize; */ /*for MS-189*/
	width: 100%;
}

#main-menu li a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 5px 10px;
}

#main-menuhome li a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #04559f;
	display: block;
	font-weight: 600;
	padding: 5px 10px;
}

#main-menu li a:hover,
#main-menuhome li a:hover {
	color: #FAA21B;
	background: #fff;
}

#footer {
	background: #f2f2f1;
	padding: 25px 0 10px;
}

#footer.in-viewport .copyright.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

#footer.in-viewport .site-map.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

#footer.in-viewport .social-networks.move-effect {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

#footer .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .social-networks {
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 7px;
}

.social-networks li:first-child {
	margin-left: 0;
}

.social-networks li a:hover i {
	color: #faa21b;
}

.social-networks li a i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	color: #04559F;
}

.social-networks li a i.icon-linkedin {
	font-size: 19px;
	margin-top: -5px;
}

.social-networks li a i.icon-google {
	font-size: 29px;
}

.copyright {
	padding-right: 15px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.copyright p {
	margin-bottom: 0;
}

.copyright a {
	color: #04559F;
}

.copyright a:hover {
	color: #FAA21B;
}

.copyright .copyright-text {
	position: relative;
	padding-left: 23px;
	display: inline-block;
	vertical-align: top;
}

.copyright .copyright-text:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 2px;
	bottom: 2px;
	width: 1px;
	background: #666;
}

body {
	min-width: 320px;
	font-size: 18px;
}

body.nav-active {
	width: 100%;
	overflow-y: hidden;
	height: 100%;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

button,
input[type="submit"] {
	outline: none;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 0;
}

h1,
.h1 {
	font-weight: 500;
}

h2,
.h2 {
	color: #04559F;
	font-weight: 600;
}

h3,
.h3 {
	font-weight: 600;
}

h4,
.h4 {
	font-weight: 700;
}

.heading-block .subtitle {
	color: #faa21b;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.166666;
}

.heading-block .subheading {
	color: #faa21b;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.heading-block h1 {
	line-height: .9;
}

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border: none;
	padding: 7px 12px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 22px;
	width: 100%;
	white-space: normal;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

.btn.btn-play {
	color: #fff;
	background: rgba(255, 255, 255, .2);
}

.btn.btn-play-home {
	color: #fff;
	background: rgba(4, 85, 159, .75);
}

.btn.btn-play:hover {
	background: #FAA21B;
}

.btn.btn-play-home:hover {
	background: #04559f;
}

.link-more {
	color: #04559F;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding: 20px;
}

.link-more i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #faa21b;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.link-more:hover {
	color: #FAA21B;
}

.link-more:hover i {
	color: #FAA21B;
}

.link-more em {
	display: none;
	text-transform: capitalize;
}

.open-close.active .link-more em {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.open-close.active .link-more span {
	display: none;
	text-transform: capitalize;
}

.info-block ul {
	margin-bottom: 15px;
}

.info-block ul li {
	position: relative;
	padding-left: 25px;
}

.info-block ul li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #4d4d4d;
	top: 12px;
	left: 7px;
}

.wrapper-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrapper-btn .btn {
	margin-bottom: 15px;
	min-width: 150px;
	padding: 7px 12px;
}

.wrapper-btn .link-more {
	margin-bottom: 15px;
}

.btn-list li {
	margin-bottom: 15px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	outline: none;
	background: #f1f1f1;
	border-radius: 0;
	border: 1px solid transparent;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	color: #faa21b;
	font-weight: 500;
	line-height: 28px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #faa21b;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #faa21b;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #faa21b;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #faa21b;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #faa21b;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #faa21b;
}

input[type="text"].input-error,
input[type="tel"].input-error,
input[type="email"].input-error,
input[type="search"].input-error,
input[type="password"].input-error,
textarea.input-error {
	border-color: #f00;
}

textarea {
	height: 90px;
	resize: none;
	padding: 15px 10px;
}

.hatching {
	position: relative;
	z-index: 10;
}

.hatching:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/assets/images/general/line_bg.svg) no-repeat;
	background-size: cover;
	z-index: -1;
}

#how .btn-holder {
	padding-bottom: 2%;
}

 #how.hatching:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/assets/images/general/line_bg.svg) repeat;
	z-index: -1;
}

.article .img-block > img {
	width: 100%;
}

.protect {
	padding: 25px 0 10px;
}

.protect .article.in-viewport .info-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.protect .article.in-viewport .img-block.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.protect h2 {
	margin-bottom: 15px;
}

.protect .img-block {
	margin-bottom: 15px;
}

.protect .info-block {
	padding: 25px 0;
}

.protect .info-block p {
	margin-bottom: 15px;
}

.members {
	background: #1b90c7;
	color: #fff;
	position: relative;
	padding: 25px 0 15px;
}

.members.in-viewport p.move-effect {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.members h2 {
	color: #fff;
}

.members .logos {
	margin-bottom: 11px;
}

.members .logos li {
	width: calc(49% - 25px);
	margin: 0 25px 25px 0;
	display: inline-block;
	vertical-align: bottom;
}

.members .logos li:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.members .logos li:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.members .logos li:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.members .logos li:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.members .logos li:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.members .logos li:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.members .logos li:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.members .logos li:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.members .logos li:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.members .logos li:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.members .logos li:nth-child(11) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.members .logos li:nth-child(12) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.members .logos li:nth-child(13) {
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.members .logos li:nth-child(14) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.members .logos li:nth-child(15) {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.members .logos li:nth-child(16) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.members .logos li:nth-child(17) {
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}

.members .logos li:nth-child(18) {
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}

.members .logos li:nth-child(19) {
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}

.members .logos li:nth-child(20) {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.members .logos li img {
	width: auto;
}

.ecosystem h1,
.capability h1,
.solutions h1,
.approach h1,
.sustainability-actions h1,
.commitment h1 {
	color: #04559F;
}

.ecosystem .article,
.capability .article {
	margin-bottom: 25px;
}

.ecosystem .article.in-viewport .img-block.move-effect,
.capability .article.in-viewport .img-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.ecosystem .article.in-viewport .info-block.move-effect,
.capability .article.in-viewport .info-block.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.ecosystem .article .info-block,
.capability .article .info-block {
	margin-bottom: 40px;
}

.ecosystem .article .info-block p,
.capability .article .info-block p {
	margin-bottom: 30px;
}

.ecosystem .article .img-block,
.capability .article .img-block {
	margin-bottom: 15px;
}

.ecosystem .article:nth-child(2n+1).in-viewport .info-block.move-effect,
.capability .article:nth-child(2n+1).in-viewport .info-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.ecosystem .article:nth-child(2n+1).in-viewport .img-block.move-effect,
.capability .article:nth-child(2n+1).in-viewport .img-block.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.how {
	padding-top: 25px;
	background-color: lightblue;
}

.capability .block-video {
	width: 100%;
	padding-bottom: 68.25%;
	position: relative;
	overflow: hidden;
}

.capability .block-video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.articles {
	padding: 25px 0;
}

.articles .article {
	margin-bottom: 15px;
}

.articles .article.in-viewport .info-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.articles .article.in-viewport .img-block.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.articles .article .img-block {
	margin-bottom: 15px;
}

.articles .article .info-block {
	margin-bottom: 15px;
}

.articles .article .info-block .heading-block {
	margin-bottom: 34px;
}

.articles .article .info-block .heading-block h2 {
	line-height: 1;
	color: #04559F;
}

.articles .article .info-block .heading-block .subtitle {
	color: #04559F;
}

.articles .article .info-block p {
	margin-bottom: 15px;
}

.articles .article:nth-child(2n+1).in-viewport .info-block.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.articles .article:nth-child(2n+1).in-viewport .img-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.diagram {
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0;
	background: #000;
}

.diagram:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(27, 144, 199, .74);
	z-index: 0;
}

.diagram [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.diagram [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.diagram [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.diagram [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.diagram [class*="col-"]:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.diagram [class*="col-"]:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.diagram [class*="col-"]:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.diagram [class*="col-"]:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.diagram [class*="col-"]:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.diagram [class*="col-"]:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.diagram [class*="col-"]:nth-child(11) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.diagram [class*="col-"]:nth-child(12) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.diagram [class*="col-"]:nth-child(13) {
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.diagram [class*="col-"]:nth-child(14) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.diagram [class*="col-"]:nth-child(15) {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.diagram [class*="col-"]:nth-child(16) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.diagram [class*="col-"]:nth-child(17) {
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}

.diagram [class*="col-"]:nth-child(18) {
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}

.diagram [class*="col-"]:nth-child(19) {
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}

.diagram [class*="col-"]:nth-child(20) {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.diagram.in-viewport p.move-effect {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.diagram h1 {
	margin-bottom: 29px;
}

.diagram .heading-block {
	margin-bottom: 20px;
}

.diagram .heading-block .subtitle {
	margin-bottom: 23px;
}

.diagram .container {
	position: relative;
	z-index: 10;
}

.diagram .block-diagram {
	margin-bottom: 20px;
}

.diagram .circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #e5eef5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 500;
	color: #faa21b;
	margin: 0 auto;
	margin-bottom: 24px;
	box-shadow: 0 6px 22px 0 rgba(0, 0, 0, .6);
}

.benefits {
	background: #f2f2f1;
	padding: 25px 0;
}

.benefits [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.benefits [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.benefits [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.benefits [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.benefits [class*="col-"]:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.benefits [class*="col-"]:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.benefits [class*="col-"]:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.benefits [class*="col-"]:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.benefits [class*="col-"]:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.benefits [class*="col-"]:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.benefits [class*="col-"]:nth-child(11) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.benefits [class*="col-"]:nth-child(12) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.benefits [class*="col-"]:nth-child(13) {
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.benefits [class*="col-"]:nth-child(14) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.benefits [class*="col-"]:nth-child(15) {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.benefits [class*="col-"]:nth-child(16) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.benefits [class*="col-"]:nth-child(17) {
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}

.benefits [class*="col-"]:nth-child(18) {
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}

.benefits [class*="col-"]:nth-child(19) {
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}

.benefits [class*="col-"]:nth-child(20) {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.benefits.in-viewport .btn.move-effect {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	margin-top: 50px;
}

.benefits .heading-block {
	margin-bottom: 15px;
}

.benefits .heading-block .subtitle {
	margin-bottom: 6px;
}

.benefits .benefits-block {
	margin-bottom: 45px;
	color: #666;
}

.benefits .benefits-block .img-block {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	max-height: 75px;
	max-width: 75px;
}

.benefits .benefits-block .img-block img {
	color: #faa21b;
	vertical-align: bottom;
}



.benefits h1 {
	color: #04559F;
}

.benefits h3 {
	color: #d58100;
	color: rgba(4, 85, 159, 1);
	line-height: 1.166666;
	margin-top: 10px;
	font-size: 28px;
}

.benefits [class*="col-"] { padding-top: 50px; }
.benefits [class*="col-"]:nth-child(1) { background-color: rgba(4, 85, 159, 0.07); }
.benefits [class*="col-"]:nth-child(2) { background-color: rgba(4, 85, 159, 0.02);}
.benefits [class*="col-"]:nth-child(3) { background-color: rgba(4, 85, 159, 0.05);}
.benefits [class*="col-"]:nth-child(4) { background-color: rgba(4, 85, 159, 0.02); }
.benefits [class*="col-"]:nth-child(5) { background-color: rgba(4, 85, 159, 0.07);}
.benefits [class*="col-"]:nth-child(6) { background-color: rgba(4, 85, 159, 0.02); }

.contact {
	background: #04559F;
	color: #fff;
}

.contact.in-viewport .contact-form.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.contact.in-viewport .contact-list.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.contact .heading-block {
	margin-bottom: 15px;
}

.contact .heading-block h1 {
	margin-bottom: 30px;
}

.contact-form {
	margin-bottom: 20px;
}

.contact-form.form-success .success-message {
	opacity: 1;
	visibility: visible;
}

.contact-form input[type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.555555;
	border-radius: 18px;
	padding: 7px 58px;
	color: #fff;
	background: #faa21b;
	font-weight: 600;
	min-width: 185px;
	width: 100%;
}

.contact-form input[type="submit"]:hover {
	background: #F39507;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"]{
	margin-bottom: 30px;
}

.contact-form textarea {
	margin-bottom: 24px;
}

.contact-form .jcf-select {
	width: 100%;
	outline: none;
	background: #f1f1f1;
	border: 1px solid transparent;
	width: 100%;
	height: 40px;
	color: #faa21b;
	font-weight: 500;
	line-height: 28px;
	font-size: 18px;
	padding: 5px 10px;
	line-height: 28px;
	margin-bottom: 24px;
}

.contact-form .jcf-select:focus {
	border-color: #faa21b;
}

.contact-form .jcf-select.jcf-focus,
.contact-form .jcf-select.jcf-focus * {
	border-color: #faa21b !important;
}

.contact-form .jcf-select .jcf-select-text {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
}

.contact-form .jcf-select .jcf-select-opener {
	width: 30px;
	right: 10px;
	background: transparent;
}

.contact-form .jcf-select .jcf-select-opener:before {
	content: "\e902";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	font-family: "icomoon" !important;
	line-height: 1;
	color: #303030;
	font-size: 20px;
}

.align-baseline {
	margin-top: 33px;
    display: inline-block;
}

.success-message {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	padding: 10px;
}

.success-message h3 {
	color: #4d4d4d;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.0714285;
}

.success-message .close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px 10px;
	font-weight: 700;
	font-size: 20px;
	color: #04559F;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #faa21b;
}

.jcf-select-drop .jcf-select-drop-content .jcf-list {
	font-size: 14px;
}

.jcf-select-drop .jcf-select-drop-content .jcf-list .jcf-option {
	padding: 12px 24px;
}

.contact-list {
	text-align: center;
}

.contact-list address {
	margin-bottom: 0;
}

.contact-list h4 {
	margin-bottom: 25px;
}

.contact-list i {
	color: #ffffff;
	font-size: 34px;
	vertical-align: middle;
}

.contact-list i.icon-envelope {
	font-size: 27px;
	left: 0;
}

.contact-list li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 42px;
	display: inline-block;
}

.contact-list li a {
	color: #fff;
}

.contact-list li a:hover {
	color: #fff;
}

.contact-list li a.btn {
	min-width: 345px;
}

.call-subtext {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
}

.line {
	display: inline-block;
	width: 18px;
	height: 1px;
	border-top: 1px dashed #fff;
	vertical-align: middle;
	margin: 0 15px;
}

.subtext-location {
	font-size: 14px;
	font-weight: 400;
}

.icon-email {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.icon-call {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.icon-location {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 14px;
}

.location-list li {
	border-left: 1px dashed #fff;
	padding-right: 42px;
}

.location-list li p {
	margin-bottom: 0;
}

.location-list li:first-child {
	border-left: none;
	padding-left: 0;
}

.location-list li:last-child {
	padding-right: 0;
}

.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-flex:after,
.row-flex:before {
	display: none;
}

.row-flex [class*="col-"] {
	float: none;
}

.communications {
	padding: 25px 0;
}

.communications .holder {
	max-width: 940px;
	margin: 0 auto;
}

.communications .heading-block {
	margin-bottom: 26px;
}

.communications .heading-block .subtitle {
	line-height: 1.2;
}

.communications h2 {
	color: #04559F;
}

.communications.in-viewport .communications-block.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.communications.in-viewport .communications-block:last-child.move-effect {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.communications.in-viewport .picture.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.communications .communications-block {
	margin-bottom: 15px;
}

.communications .communications-block p {
	margin-bottom: 22px;
}

.communications .title {
	color: #04559F;
	display: block;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 28px;
}

.communications .picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.communications .picture li {
	margin-right: 18px;
	position: relative;
}

.communications .picture li:last-child {
	margin-right: 0;
}

.communications .picture li:last-child:before {
	display: none;
}

.communications .picture li:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-style: solid;
	right: -14px;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #04559F;
}

.communications .picture li img {
	width: 100%;
}

.viewport .fade-effect,
.viewport .move-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport .fade-effect {
	-webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
}

.viewport .move-effect {
	-webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.viewport.in-viewport .move-effect,
.viewport.in-viewport .fade-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport .move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.viewport.fade-effect,
.viewport.move-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport.fade-effect {
	-webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
}

.viewport.move-effect {
	-webkit-transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out, -webkit-transform .7s ease-in-out;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.viewport.in-viewport.move-effect,
.viewport.in-viewport.fade-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport.move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

blockquote {
	font-size: 18px;
	line-height: 1.35;
	padding: 0;
	border: 0;
	color: #4d4d4d;
	font-weight: 500;
}

blockquote p:before {
	content: "\e90f";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: block;
	font-size: 20px;
	margin: 0 0 10px 2px;
}

blockquote p:after {
	content: "\"";
	display: inline;
}

blockquote cite {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

blockquote cite span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	position: relative;
}

blockquote cite span:first-child:before {
	content: none;
}

blockquote cite span:before {
	content: "";
	height: 10px;
	width: 1px;
	background: #4d4d4f;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}

.js-popup-video {
	-webkit-transition: visibility 1s cubic-bezier(.86, 0, .07, 1), opacity 1s cubic-bezier(.86, 0, .07, 1), -webkit-transform 1s cubic-bezier(.86, 0, .07, 1);
	transition: visibility 1s cubic-bezier(.86, 0, .07, 1), opacity 1s cubic-bezier(.86, 0, .07, 1), -webkit-transform 1s cubic-bezier(.86, 0, .07, 1);
	transition: visibility 1s cubic-bezier(.86, 0, .07, 1), opacity 1s cubic-bezier(.86, 0, .07, 1), transform 1s cubic-bezier(.86, 0, .07, 1);
	transition: visibility 1s cubic-bezier(.86, 0, .07, 1), opacity 1s cubic-bezier(.86, 0, .07, 1), transform 1s cubic-bezier(.86, 0, .07, 1), -webkit-transform 1s cubic-bezier(.86, 0, .07, 1);
	z-index: 9999;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background: #e5eef5;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	padding: 30px;
}

.js-popup-video.in,
.js-popup-video.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transition: visibility 1s cubic-bezier(.86, 0, .07, 1) .4s, opacity 1s cubic-bezier(.86, 0, .07, 1) .4s, -webkit-transform 1s cubic-bezier(.86, 0, .07, 1) .4s;
	transition: visibility 1s cubic-bezier(.86, 0, .07, 1) .4s, opacity 1s cubic-bezier(.86, 0, .07, 1) .4s, -webkit-transform 1s cubic-bezier(.86, 0, .07, 1) .4s;
	transition: visibility 1s cubic-bezier(.86, 0, .07, 1) .4s, opacity 1s cubic-bezier(.86, 0, .07, 1) .4s, transform 1s cubic-bezier(.86, 0, .07, 1) .4s;
	transition: visibility 1s cubic-bezier(.86, 0, .07, 1) .4s, opacity 1s cubic-bezier(.86, 0, .07, 1) .4s, transform 1s cubic-bezier(.86, 0, .07, 1) .4s, -webkit-transform 1s cubic-bezier(.86, 0, .07, 1) .4s;
}

.js-popup-video.in .closer,
.js-popup-video.active .closer {
	opacity: 1;
	visibility: visible;
}

.js-popup-video.not-animate {
	-webkit-transition: none;
	transition: none;
}

.js-popup-video .closer {
	width: 30px;
	height: 30px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	top: 15px;
	right: 15px;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 12;
}

.js-popup-video .closer:after,
.js-popup-video .closer:before {
	content: " ";
	position: absolute;
	display: block;
	height: 2px;
	width: 30px;
	background: #faa21b;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.js-popup-video .closer:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.js-popup-video .closer:hover {
	opacity: .7;
}

.is-inner-placement .js-popup-video .closer {
	right: 20px;
	top: 20px;
}

.js-popup-video iframe,
.js-popup-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 400px;
	max-height: 320px;
}

.js-popup-video iframe:-webkit-full-screen,
.js-popup-video video:-webkit-full-screen {
	-webkit-transform: none;
	transform: none;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slick-slider .slick-dots {
	text-align: center;
}

.slick-slider .slick-dots li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #faa21b;
	overflow: hidden;
}

.slick-slider .slick-dots li.slick-active {
	background: #faa21b;
}

.slick-slider .slick-dots button {
	display: block;
	background: transparent;
	border: none;
	text-indent: -9999px;
}

.intro-section{
	color: #fff;
	overflow: hidden;
}

.intro-sectionhome {
	color: #04559f;
	overflow: hidden;
}

.intro-section.in-viewport .text-block.move-effect,
.intro-sectionhome.in-viewport .text-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.intro-section .container-fluid,
.intro-sectionhome .container-fluid {
	white-space: nowrap;
	text-align: center;
	text-align: left;
	position: relative;
	z-index: 10;
}

.intro-section .container-fluid:after,
.intro-sectionhome .container-fluid:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 400px;
}

.intro-section .container-fluid > *,
.intro-sectionhome .container-fluid > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.intro-section .text-holder,
.intro-sectionhome .text-holder {
    padding: 20px 0;
}

.intro-section h1,
.intro-sectionhome h1 {
	font-weight: 500;
}

.intro-section p,
.intro-sectionhome p {
	font-weight: 300;
}

.intro-section .slide:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 1;
}

.intro-sectionhome .slide:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .6);
	z-index: 1;
}

video#bgvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/general/video-placeholder.webp) no-repeat;
	background-size: cover;
	}

.intro-section .bg-holder,
.intro-sectionhome .bg-holder {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

#dynamic_templating .intro-sectionhome .bg-holder, #sustainability .intro-sectionhome .bg-holder {
	background-position: center 0;
}

#dashboard .intro-sectionhome .bg-holder, #campaign_rollouts .intro-sectionhome .bg-holder {
	background-position: 0 0;
	transform: scaleX(-1);
}

.intro-section .btn-holder .btn,
.intro-sectionhome .btn-holder .btn {
	margin: 0 0 10px;
}

.intro-section .btn-holder .btn:last-child,
.intro-sectionhome .btn-holder .btn:last-child {
	margin: 50px 0 0 0;
}

.services-section .container-fluid {
    padding: 0px;
    margin: 0px;
}

.services-section .slick-tabs {
	font-size: 18px;
	margin: 0;
	max-width: 100%;
}

.services-section .slick-tabs .nav-block {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	line-height: 1.2;
	text-align: center;
	align-items: center;
	color: #303030;
	padding: 10px;
	border-bottom: 2px solid #303030;
	outline: none;
	cursor: pointer;
}

.services-section .slick-tabs .nav-block i {
	margin: 0 5px 0 0;
}

.services-section .slick-tabs .nav-block.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs .nav-block:first-child {
	border-color: rgba(48, 48, 48, .75);
}

.services-section .slick-tabs .nav-block:first-child.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs .nav-block:first-child:hover {
	color: #faa21b;
}

.services-section .slick-tabs .nav-block:last-child.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs.slick-slider {
	padding: 0;
}

/* Slick Tabs Test */

.services-section .slick-tabs-two .nav-block {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	line-height: 1.2;
	text-align: center;
	align-items: center;
	color: #04559f;
	padding: 10px;
	border-bottom: 2px solid #04559f;
	outline: none;
	cursor: pointer;
}

.services-section .slick-tabs-two .nav-block i {
	margin: 0 5px 0 0;
}

.services-section .slick-tabs-two .nav-block.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs-two .nav-block:first-child {
	border-color: #04559f;
}

.services-section .slick-tabs-two .nav-block:first-child.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs-two .nav-block:first-child:hover {
	color: #faa21b;
}

.services-section .slick-tabs-two .nav-block:last-child.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs-two.slick-slider {
	padding: 0;
}

.services-section .slick-tabs-three .nav-block {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	line-height: 1.2;
	text-align: center;
	align-items: center;
	color: #303030;
	padding: 10px;
	border-bottom: 2px solid #303030;
	outline: none;
	cursor: pointer;
}

.services-section .slick-tabs-three .nav-block i {
	margin: 0 5px 0 0;
}

.services-section .slick-tabs-three .nav-block.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs-three .nav-block:first-child {
	border-color: rgba(48, 48, 48, .75);
}

.services-section .slick-tabs-three .nav-block:first-child.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs-three .nav-block:first-child:hover {
	color: #faa21b;
}

.services-section .slick-tabs-three .nav-block:last-child.slick-current {
	color: #faa21b;
}

.services-section .slick-tabs-three.slick-slider {
	padding: 0;
}

.services-section .slick-slider {
	padding: 0px;
}

.services-section .slick-solutions {
	padding: 0px;
}

.services-section .slick-services {
	padding: 0px;
	padding-bottom: 137px;
}

.services-section .img-block {
    padding: 0px;
    align-content: center;
}

.services-section .slick-slider .slick-slide img {
	display: block;
	vertical-align: middle;
	padding: 0px;
	margin: auto;
	width: 100%;
	text-align: center;
}

.services-section .slick-slider .slick-slide {
    text-align: center;
}

.services-section .slick-slider .slick-dots {
	padding-top: 28px;
}

.services-section .slick-slider .slick-arrow.slick-disabled {
	pointer-events: none;
}

.services-section .slick-slider .slick-arrow.slick-disabled:before {
	color: #d3d3d3;
}

.services-section .slick-solutions .slick-slide img {
	display: block;
	vertical-align: middle;
	padding: 0px;
	margin: auto;
	width: 100%;
	text-align: center;
}

.services-section .slick-solutions .slick-slide {
    text-align: center;
}

.services-section .slick-solutions .slick-dots {
	padding-top: 28px;
}

.services-section .slick-solutions .slick-arrow.slick-disabled {
	pointer-events: none;
}

.services-section .slick-solutions .slick-arrow.slick-disabled:before {
	color: #d3d3d3;
}

.services-section .slick-services .slick-slide img {
	display: block;
	vertical-align: middle;
	padding: 0px;
	margin: auto;
	width: 100%;
	text-align: center;
}

.services-section .slick-services .slick-slide {
    text-align: center;
}

.services-section .slick-services .slick-dots {
	padding-top: 28px;
}

.services-section .slick-services .slick-arrow.slick-disabled {
	pointer-events: none;
}

.services-section .slick-services .slick-arrow.slick-disabled:before {
	color: #d3d3d3;
}

.services-section .info-item .flex-row.in-viewport .info-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	padding: 0px;
	margin: 0px;
}

.services-section .info-item .img-block {
    display: block;
	text-align: center;
	padding: 0px;
}

.services-section .btn-holder {
	text-align: center;
	padding: 20px;
}

.services-section .btn-holder .btn {
	margin: 0;
}

.blockquote-section {
	padding: 30px 0;
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.blockquote-section.in-viewport .logo-block.move-effect {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.blockquote-section.in-viewport .text-block.move-effect {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.blockquote-section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #1b90c7;
	z-index: -1;
}

.blockquote-section .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.blockquote-section h1 {
	text-align: center;
	margin: 0 0 25px;
}

.blockquote-section blockquote {
	color: #fff;
}

.blockquote-section blockquote cite span:before {
	background: #fff;
}

.blockquote-section .blockquote-slider .slick-dots li {
	background: rgba(255, 255, 255, .5);
	border: none;
	overflow: hidden;
}

.blockquote-section .blockquote-slider .slick-dots li.slick-active {
	background: #fff;
}

.blockquote-section .logo-block {
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}

.blockquote-section .logo-block img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.hs-form .jcf-select {
	width: 100%;
	outline: none;
	background: #f1f1f1;
	border: 1px solid transparent;
	width: 100%;
	height: 40px;
	color: #faa21b;
	font-weight: 500;
	line-height: 28px;
	font-size: 18px;
	padding: 5px 10px;
	line-height: 28px;
	margin-bottom: 24px;
}

.hs-form .jcf-select:focus {
	border-color: #faa21b;
}

.hs-form .jcf-select.jcf-focus,
.hs-form .jcf-select.jcf-focus * {
	border-color: #faa21b !important;
}

.hs-form .jcf-select .jcf-select-text {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
}



.hs-form fieldset {
	max-width: none !important;
}

.hs-form .field label {
	font-size: 18px !important;
	line-height: 28px !important;
	color: #fff !important;
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 500 !important;
}

.hs-form .hs-error-msgs label {
	color: #f00 !important;
}

.hs-form select {
	width: 100% !important;
}

.hs_submit .hs-button {
	-webkit-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
	display: inline-block !important;
	text-align: center !important;
	vertical-align: middle !important;
	border: none !important;
	white-space: nowrap !important;
	padding: 6px 12px !important;
	font-size: 18px !important;
	line-height: 1.555555 !important;
	border-radius: 18px !important;
	padding: 7px 58px !important;
	color: #fff !important;
	background: #faa21b !important;
	font-weight: 600 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	width: 185px !important;
	box-sizing: border-box !important;
}

.hs_submit .hs-button:hover {
	background-color: #F39507 !important;
	border-color: #F39507 !important;
}

.hs_submit .hs-button:focus,
.hs_submit .hs-button:active {
	color: #faa21b;
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

textarea.hs-input,
input.hs-input {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	outline: none !important;
	background: #f1f1f1 !important;
	border-radius: 0 !important;
	border: 1px solid transparent !important;
	width: 100% !important;
	height: 40px !important;
	padding: 5px 10px !important;
	color: #faa21b !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 28px !important;
	box-sizing: border-box !important;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	max-width: none !important;
}

textarea.hs-input::-webkit-input-placeholder,
input.hs-input::-webkit-input-placeholder {
	color: #faa21b !important;
}

textarea.hs-input::-moz-placeholder,
input.hs-input::-moz-placeholder {
	opacity: 1;
	color: #faa21b !important;
}

textarea.hs-input:-moz-placeholder,
input.hs-input:-moz-placeholder {
	color: #faa21b !important;
}

textarea.hs-input:-ms-input-placeholder,
input.hs-input:-ms-input-placeholder {
	color: #faa21b !important;
}

textarea.hs-input.placeholder,
input.hs-input.placeholder {
	color: #faa21b !important;
}

textarea.hs-input.error,
input.hs-input.error {
	border-color: #f00 !important;
}

textarea.hs-input:focus,
input.hs-input:focus {
	border-color: #faa21b !important;
}

textarea.hs-input {
	resize: none;
	height: 90px !important;
	padding: 15px 10px !important;
}

fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
	margin: 0 !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	
}

.slick-solutions {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-services {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 0;
	align-content: center;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-solutions .slick-track,
.slick-solutions .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-services .slick-track,
.slick-services .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-tabs .slick-track,
.slick-tabs .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) !important;
}

/* Slick Tabs Test */
.slick-tabs-two .slick-track,
.slick-tabs-two .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) !important;
}

.slick-tabs-three .slick-track,
.slick-tabs-three .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) !important;
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Suastainability */
.solutions {
	padding-bottom: 37px;
}

.content-wrapper {
	display: grid;
    text-align: left;
    align-items: center;
    grid-auto-flow: column;
	gap: 10%;
    padding: 5% 5% 3%;
	position: relative;
}

.content-wrapper:after {
    position: absolute;
    bottom: 0;
	width: 100%;
    max-width: 750px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    justify-self: center;
}

.content-flow-left {
	grid-template-columns: 35% 60%;
}

.content-flow-right {
	grid-template-columns: 75% 25%;
}

.w-250 {
	width: 250px;
}

.bg {
	position: relative;
}

.bg:after {
    background: linear-gradient(180deg, #fff 0%, #fafafa 70%, #f5f5f5 100%);
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 250px;
    content: '';
    z-index: -1;
    display: flex;
}

.team-pic {
	width: 450px;
    height: auto;
    border-radius: 20px 10px 20px 10px;
    overflow: hidden;
}

.team-content {
	grid-template-columns: 38%;
	padding-left: 0;
}

.cdp-content {
	grid-template-columns: 50% 35%;
    padding-right: 0;
    gap: 15%;
}

.sustainability-content {
	padding-left: 2%;
	gap: 8%;
}

.card-container {
	display: flex;
    justify-content: center;
	flex-flow: row-reverse;
}

.approach-copy-top {
	margin: 40px 0 50px;
	color: #04559F;
}

.approach-copy-bottom {
	color: #04559F;
    max-width: 80%;
    margin: 162px auto 90px;
}

.approach-card {
	width: 100%;
	max-width: 400px;
	border-radius: 25px;
	border: 1px solid rgba(4, 85, 159, 0.25);
	background-color: rgba(4, 85, 159, .07);
	padding: 17px 25px 33px;
	position: relative;
	display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
	 -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
  height: 100%;
}

.backdrop {
	display: inline-flex;
    justify-content: center;
}

.backdrop:before {
    content: '';
    width: 562px;
    height: 338px;
    position: absolute;
}

.backdrop.card-one:before {
	background: url(../images/sustainability/recycle-graphic-top.png) no-repeat center;
}

.backdrop.card-two:before {
	background: url(../images/sustainability/recycle-graphic-top.png) no-repeat center;
	transform: rotate(130deg);
}

.backdrop.card-three:before {
	background: url(../images/sustainability/recycle-graphic-top.png) no-repeat center;
	transform: rotate(250deg);
}

.icon-tech {
	background: rgba(255,255,255,0.5) url(../images/sustainability/icon-tech.png) no-repeat center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	margin-right: 15px;
}

.icon-material {
	background: rgba(255,255,255,0.5) url(../images/sustainability/icon-material.png) no-repeat center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	margin-right: 15px;
}

.icon-impact {
	background: rgba(255,255,255,0.5) url(../images/sustainability/icon-impact.png) no-repeat center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: flex;
	margin-right: 15px;
}

.approach-card h2 {
	font-size: 28px;
	font-weight: 600;
	color: #04559F;
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.approach-card p {
	margin: 0;
	color: #04559F
}

#sustainability .contact {
	margin: 0;
}

.card-one {
	margin-bottom: 130px;
}

.card-two {
	margin-left: 170px;
}

.sustainability-actions {
	background-color: #F2F2F1;
	padding: 55px 0 50px;
}

.action-container {
    display: flex;
    justify-content: center;
}

.action-container:first-child {
	border-bottom: 2px solid rgba(4, 85, 159, 0.1);
	margin: 35px 0 0;
}

.action-container .action-card:first-child {
	border-right: 2px solid rgba(4, 85, 159, 0.1);
}

.action-card {
    padding: 50px 62px;
}

.action-title {
	width: 100%;
	max-width: 375px;
	height: 52px;
	background-color: #04559F;
	border-radius: 15px 0 15px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}

.action-title h2 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.action-summary {
	width: 100%;
	max-width: 375px;
	height: 180px;
	border: 4px solid #04559F;
	border-radius: 0 15px 0 15px;
	    text-align: center;
    display: flex;
    align-items: center;
	padding: 0 30px;
	background-color: #fff;
}

.action-summary p {
	margin: 0;
}

.commitment {
	padding: 87px 0 70px;
}

.commitment .heading-block {
	margin-bottom: 36px;
}

.commitment h1 {
	margin-bottom: 30px;
}

.commitment-container {
    display: flex;
    justify-content: center;
}

.highlight {
	display: inline-block;
	background-color: rgba(201, 229, 255, 0.25);
	color: #04559f;
	font-size: 28px;
	font-weight: 300;
	min-height: 54px;
	padding: 5px 24px;
}

.commitment-card {
    width: 100%;
    max-width: 392px;
    height: 175px;
    background-color: rgba(201, 229, 255, 0.25);
    color: #04559f;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 30px;
	position: relative;
	margin: 0 40px;
}

.commitment-card:nth-child(1):after, .commitment-card:nth-child(2):before {
	content: '';
	  position: absolute;
  width: 0; 
  height: 0; 
      border-top: 88px solid transparent;
    border-bottom: 88px solid transparent;
}

.commitment-card:nth-child(1):after {
	left: 100%;
	border-left: 88px solid rgba(201, 229, 255, 0.25);
}

.commitment-card:nth-child(2):before {
	right: 100%;
	border-right: 88px solid rgba(201, 229, 255, 0.25);
}

#sustainability .contact h1 {
	max-width: 70%;
	margin: 0 auto 30px;
	line-height: 1.4;
}


@media screen and (max-width: 932px) and (orientation: landscape) {
	.case-study-wrapper {
		margin: 50px 20px;
	}
}

@media screen and (max-width: 667px) and (orientation: landscape) {
	.case-study-wrapper {
		margin: 50px 8px;
	}
}

@media (min-width: 480px) {

    .swiper-container {
        height: 550px;
    }

    .swiper-slide {
        padding: 10px;
    }

    .swiper-title {
        top: 3%;
    }

    .swiper-title h1 {
        font-size: 35px;
    }

	.swiper-slide .title {
	    position: relative;
	    margin: 65px 10px 30px 10px;
	    font-size: 30px;
	    top: 0;
	    left: 0;
	    font-weight: 200;
	}

	.swiper-slide .text {
	    position: relative;
	    margin: 30px;
	    font-size: 15px;
	    padding-bottom: 5px;
	    top: 0;
	    left: 0;
	}

	.swiper-slide .subtitle {
	    position: relative;
	    top: 0;
	    left: 0;
        text-align: center;
	}
	
	.swiper-btn {
	    position: relative;
	    left: 50%;
	    margin-left :-92.5px;
	    top: 0;
	}

	.btn {
		width: auto;
		min-width: 185px;
	}

	.contact-form input[type="submit"] {
		width: auto;
	}

	.intro-section .btn-holder,
	.intro-sectionhome .btn-holder {
		margin: 0 -10px;
	}

	.intro-section .btn-holder .btn,
	.intro-sectionhome .btn-holder .btn {
		margin: 0 10px;
	}

	.services-section .btn-holder .btn,
	.services-section .btn-holder .link-more {
		margin: 0 10px;
	}

	#footer .logo img {
	    max-width: 25%;
	}

	#header .logo,
	#headerhome .logo{
	    max-width: 25%;
	    padding-right: 25px;
	}

	.column {
	    width: 100%;
	}
}

@media (max-width: 479px) {

	.intro-section .container-fluid, .intro-sectionhome .container-fluid {
	    text-align: center;
	}

	.column {
	    width: 100%;
	}

	.swiper-container {
	    height: 525px;
	}

	.swiper-slide .title {
	    font-size: 25px;
	    font-weight: 200;
	    margin: 20px 0 0 0;
	    padding-bottom: 10px;
	}

	.swiper-slide .text {
	    font-size: 14px;
	    padding-bottom: 15px;
	    margin: 0;
	}

	.swiper-btn {
	    left: 0;
	    margin: 0;
	}

	#footer .logo img {
	    max-width: 33.33%;
	}

	.contact-list li:not(.location-list) {
		padding-left: 0;
	}

	.location-list li {
		display: block;
		padding: 0;
    	border: none;
		margin-top: 50px;
	}

	.slideset {
		min-height: 300px;
	}

	.action-title h2
 	{
    font-size: 24px;
	}
}

@media (max-width: 476px) {

	.pointer-text-block {
		position: absolute;
		z-index: 998;
		top: 50px;
		padding: 160px 0 117px 20px !important;
	}

	.main-page-section-text{
		font-size: 18px;
	}
	
	.what-we-do-pointers {
		margin: 0 !important;
		font-size: 14px;
	}
	.what-we-do-pointers-2 {
		margin: 0 !important;
		font-size: 14px;
	}
	.what-we-do-pointers-3 {
		margin: 0 !important;
		font-size: 14px;
	}
	.what-we-do-pointers-4 {
		margin: 0 !important;
		font-size: 14px;
	}

    .swiper-container {
        height: 610px;
    }

    .swiper-title h1 {
        font-size: 30px;
    }
}

@media (min-width: 560px) {
    
    .swiper-container {
        height: 475px;
    }
    
    .swiper-title {
        top: 5%;
    }
    
	.swiper-slide .title {
	    margin-bottom: 5px;
	}
	
	.swiper-slide .text {
	    margin-top: 0px;
	    margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
    
    .mobile-alternate {
    display: none;
    }
    
    .mobile-hidden {
        display: block;
    }
    
    #next-steps .circle {
    font-size: 100px;
    }

	#header,
	#headerhome {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		background: transparent;
		padding: 25px 0;
		z-index: 999;
	}

	#header .container-fluid:after,
	#header .container-fluid:before,
	#headerhome .container-fluid:after,
	#headerhome .container-fluid:before {
		content: none;
	}

	#header .container-fluid,
	#headerhome .container-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

    .swiper-title h1 {
        font-size: 45px;
    }

    .swiper-container {
        height: 475px;
    }

    .swiper-slide .title {
        position: absolute;
        left: 5%;
        top: 19%;
        font-size: 30px;
        font-weight: 300;
        margin: 0;
    }
    .swiper-slide .subtitle {
        position: absolute;
        min-width: 400px;
        left: 65%;
        top: 32%;
        font-size: 21px;
    }
    .swiper-slide img {
        width: 100%;
        max-width: 200px;
        height: auto;
        display: block;
    }
    .swiper-slide .text {
        position: absolute;
        top: 27%;
        left: 7%;
        font-size: 16px;
        max-width: 450px;
        line-height: 1.3;
        margin: 0;
    }
    .swiper-slide .swiper-btn {
        top: 79%;
    }
    .arrow-down {
      position: absolute;
      top: 95%;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      background-size: 27px 27px;
      background-position: center;
      background-repeat: no-repeat;
      border: solid white;
      opacity: .3;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .arrow-up {
      visibility: hidden;
      top: 5%;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      background-size: 27px 27px;
      background-position: center;
      background-repeat: no-repeat;
      border: solid white;
      opacity: .3;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 3px;
    }

    .swiper-btn {
        position: absolute;
        top: 83%;
        left: 50%;
        margin-left: -92.5px;
    }

	.slideset {
		min-height: 400px;
	}

	.privacy-policy {
	    padding-top: 110px;
	}

	.column {
	    width: 33.33%;
	}

	.logo {
		float: none;
		width: 186px;
	}

	#footer .container-fluid {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .container-fluid:after,
	#footer .container-fluid:before {
		content: none;
	}

	#footer .social-networks {
		width: auto;
		text-align: center;
	}

	#footer .logo img{
    max-width: 50%;
    }

	.social-networks li:first-child {
		margin-left: 7px;
	}

	.copyright {
		padding: 0 10px;
		max-width: 100%;
		text-align: center;
	}

	.copyright .copyright-text:before {
		top: 5px;
	}

	h1,
	.h1 {
		font-size: 42px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	.heading-block .subtitle {
		font-size: 30px;
	}

	.heading-block .subheading {
		font-size: 24px;
	}

	.info-block ul {
		margin-bottom: 10px;
	}

	.info-block ul li {
		padding-left: 36px;
	}

	.wrapper-btn .btn {
		min-width: 185px;
	}

	.btn-list li {
		margin-bottom: 34px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 60px;
		padding: 15px 24px;
	}

	textarea {
		height: 136px;
		padding: 15px 24px;
	}

	.one-shadow-top {
		box-shadow: inset 0 24px 24px -12px rgba(0, 0, 0, .2);
	}

	.one-shadow-bottom {
		box-shadow: inset 0 -24px 24px -12px rgba(0, 0, 0, .2);
	}

	.two-shadow {
		box-shadow: inset 0 -24px 24px -12px rgba(0, 0, 0, .2), inset 0 24px 24px -12px rgba(0, 0, 0, .2);
	}

	.article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.article .img-block {
		width: 50%;
	}

	.article .info-block {
		width: 50%;
		padding: 0 15px;
	}

	.protect {
		margin: 0 -15px;
		padding: 0;
	}

	.protect h2 {
		margin-bottom: 30px;
	}

	.protect .img-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 39%;
		margin-bottom: 0;
	}

	.protect .info-block {
		width: 61%;
		padding: 25px 15px;
	}

	.protect .info-block p {
		margin-bottom: 35px;
	}

	.members {
		padding: 65px 0 50px;
	}

	.members h2 {
		margin-bottom: 32px;
	}

	.members .logos li {
		width: auto;
		margin: 0 25px 25px;
		vertical-align: middle;
	}

	.ecosystem,
	.capability {
		padding: 68px 0 26px;
		margin: 0 -15px;
	}

	.ecosystem h1 {
		margin-bottom: 64px;
	}

	.ecosystem .article,
	.capability .article {
		margin-bottom: 44px;
	}

	.ecosystem .article .info-block h2,
	.capability .article .info-block h2 {
		margin-bottom: 32px;
	}

	.ecosystem .article:nth-child(2n+1) .img-block,
	.capability .article:nth-child(2n+1) .img-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-right: 0;
	}

	.capability {
		padding: 68px 0 26px;
	}

	.articles {
		padding: 110px 0 3px;
		margin: 0 -15px;
	}

	.articles .article {
		margin-bottom: 100px;
	}

	.articles .article .info-block p {
		margin-bottom: 35px;
	}

	.articles .article:nth-child(2n+1) .img-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.articles .article:nth-child(2n+1) .info-block {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.diagram {
		padding: 48px 0;
		box-shadow: inset 0 -24px 24px -12px #000,
		inset 0 24px 24px -12px #000;
	}

	.diagram .heading-block {
		margin-bottom: 47px;
	}

	.diagram .block-diagram {
		max-width: 220px;
		margin: 0 auto;
		margin-bottom: 54px;
	}

	.diagram .circle {
		width: 150px;
		height: 150px;
		font-size: 48px;
	}

	.benefits {
		padding: 63px 0 54px;
	}

	.benefits .heading-block {
		margin-bottom: 65px;
	}

	.benefits .benefits-block {
		padding: 0 25px;
		margin-bottom: 52px;
	}

	.contact {
		padding: 0 0 37px;
	}

	.contact .heading-block {
		margin-bottom: 51px;
	}

	#sustainability .contact .heading-block {
		margin-bottom: 63px;
	}

	.contact-form .jcf-select {
		height: 60px;
		padding: 15px 24px;
	}

	.contact-form .jcf-select .jcf-select-opener {
		right: 26px;
	}

	.contact-form .jcf-select .jcf-select-opener:before {
		font-size: 26px;
	}

	.success-message h3 {
		font-size: 24px;
	}

	.jcf-select-drop .jcf-select-drop-content .jcf-list {
		font-size: 18px;
	}

	.contact-list i {
		font-size: 0;
	}

	.contact-list i.icon-envelope {
		font-size: 39px;
	}

	.contact-list:not(.location-list) li {
		margin-bottom: 100px;
	}

	.communications {
		padding: 105px 0 68px;
	}

	.communications h2 {
		margin-bottom: 7px;
	}

	.communications .communications-block {
		margin-bottom: 56px;
	}

	.communications .title {
		font-size: 24px;
	}

	.communications .picture {
		margin-bottom: 64px;
	}

	.communications .picture li {
		margin-right: 50px;
	}

	.communications .picture li:before {
		right: -36px;
		border-width: 7.5px 0 7.5px 14px;
		border-color: transparent transparent transparent #04559F;
	}

	.js-popup-video {
		padding: 5% 15%;
	}

	.js-popup-video .closer {
		top: 5px;
	}

	.js-popup-video iframe,
	.js-popup-video video {
		max-width: 1024px;
		max-height: 768px;
	}

	.intro-section .container-fluid:after,
	.intro-sectionhome .container-fluid:after {
		min-height: 100vh;
	}

	.intro-section h1,
	.intro-sectionhome h1 {
		font-size: 60px;
		line-height: 1.25;
	}

	.intro-section .text-holder,
	.intro-sectionhome .text-holder {
		max-width: 835px;
		padding: 160px 0 117px 50px;
	}

	.services-section .slick-tabs .nav-block {
		border-top: 10px solid rgba(48, 48, 48, .75);
		background: rgba(48, 48, 48, .19) 100%;
		border-bottom: none;
		min-height: 99px;
	}

	.services-section .slick-tabs .nav-block i {
		display: inline-block;
		vertical-align: top;
		font-size: 30px;
		margin: 0 0 5px;
	}

	.services-section .slick-tabs .nav-block .tab-title {
		display: block;
	}

	.services-section .slick-tabs .nav-block:hover {
		border-top: 10px solid #FAA21B;
		color: #FAA21B;
	}

	.services-section .slick-tabs .nav-block.slick-current {
	    background: #FFFFFF;
		border-top: 10px solid #FAA21B;
	}

	.services-section .slick-tabs .nav-block:last-child {
		border-top: 10px solid rgba(48, 48, 48, .75);
	}

	.services-section .slick-tabs .nav-block:last-child.slick-current {
		border-top: 10px solid #FAA21B;
		background: rgba(255, 255, 255, .19) 100%;
	}

	.services-section .slick-tabs .nav-block:last-child:hover {
		border-top: 10px solid #FAA21B;
		color: #FAA21B;
		background: rgba(255, 255, 255, .19) 100%;
	}

/* Slick Tabs Test */
	.services-section .slick-tabs-two .nav-block {
		border-top: 10px solid #04559f;
		background: rgba(48, 48, 48, .05) 100%;
		border-bottom: none;
		min-height: 99px;
	}

	.services-section .slick-tabs-two .nav-block i {
		display: inline-block;
		vertical-align: top;
		font-size: 30px;
		margin: 0 0 5px;
	}

	.services-section .slick-tabs-two .nav-block .tab-title {
		display: block;
	}

	.services-section .slick-tabs-two .nav-block:hover {
		border-top: 10px solid #FAA21B;
		color: #FAA21B;
	}

	.services-section .slick-tabs-two .nav-block.slick-current {
	    background: #FFFFFF;
		border-top: 10px solid #FAA21B;
	}

	.services-section .slick-tabs-two .nav-block:last-child {
		border-top: 10px solid #04559f;
	}

	.services-section .slick-tabs-two .nav-block:last-child.slick-current {
		border-top: 10px solid #FAA21B;
		background: rgba(255, 255, 255, .05) 100%;
	}

	.services-section .slick-tabs-two .nav-block:last-child:hover {
		border-top: 10px solid #FAA21B;
		color: #FAA21B;
		background: rgba(255, 255, 255, .05) 100%;
	}

	.services-section .slick-tabs-three .nav-block {
		border-top: 10px solid rgba(48, 48, 48, .75);
		background: rgba(48, 48, 48, .19) 100%;
		border-bottom: none;
		min-height: 99px;
	}

	.services-section .slick-tabs-three .nav-block i {
		display: inline-block;
		vertical-align: top;
		font-size: 30px;
		margin: 0 0 5px;
	}

	.services-section .slick-tabs-three .nav-block .tab-title {
		display: block;
	}

	.services-section .slick-tabs-three .nav-block:hover {
		border-top: 10px solid #FAA21B;
		color: #FAA21B;
	}

	.services-section .slick-tabs-three .nav-block.slick-current {
	    background: #FFFFFF;
		border-top: 10px solid #FAA21B;
	}

	.services-section .slick-tabs-three .nav-block:last-child {
		border-top: 10px solid rgba(48, 48, 48, .75);
	}

	.services-section .slick-tabs-three .nav-block:last-child.slick-current {
		border-top: 10px solid #FAA21B;
		background: rgba(255, 255, 255, .19) 100%;
	}

	.services-section .slick-tabs-three .nav-block:last-child:hover {
		border-top: 10px solid #FAA21B;
		color: #FAA21B;
		background: rgba(255, 255, 255, .19) 100%;
	}

	.services-section .slick-slider {
		padding: 0px 0px;
	}

	.services-section .slick-slider .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 30px;
		color: #FAA21B;
		width: 45px;
		height: 30px;
		background: transparent;
		border: none;
	}

	.services-section .slick-slider .slick-arrow.slick-prev {
		left: 0;
	}

	.services-section .slick-slider .slick-arrow.slick-prev:before {
		content: "\e902";
	}

	.services-section .slick-slider .slick-arrow.slick-next {
		right: 0;
	}

	.services-section .slick-slider .slick-arrow.slick-next:before {
		content: "\e907";
	}

	.services-section .slick-slider .slick-arrow:before {
		content: "";
		font-family: "icomoon" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.services-section .slick-solutions {
		padding: 0px 0px;
	}

	.services-section .slick-solutions .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 30px;
		color: #FAA21B;
		width: 45px;
		height: 30px;
		background: transparent;
		border: none;
	}

	.services-section .slick-solutions .slick-arrow.slick-prev {
		left: 0;
	}

	.services-section .slick-solutions .slick-arrow.slick-prev:before {
		content: "\e902";
	}

	.services-section .slick-solutions .slick-arrow.slick-next {
		right: 0;
	}

	.services-section .slick-solutions .slick-arrow.slick-next:before {
		content: "\e907";
	}

	.services-section .slick-solutions .slick-arrow:before {
		content: "";
		font-family: "icomoon" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.services-section .slick-services {
		padding: 0px 0px;
	}

	.services-section .slick-services .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 30px;
		color: #FAA21B;
		width: 45px;
		height: 30px;
		background: transparent;
		border: none;
	}

	.services-section .slick-services .slick-arrow.slick-prev {
		left: 0;
	}

	.services-section .slick-services .slick-arrow.slick-prev:before {
		content: "\e902";
	}

	.services-section .slick-services .slick-arrow.slick-next {
		right: 0;
	}

	.services-section .slick-services .slick-arrow.slick-next:before {
		content: "\e907";
	}

	.services-section .slick-services .slick-arrow:before {
		content: "";
		font-family: "icomoon" !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.services-section .info-item .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}


	.services-section .info-item .img-block {
		width: 100%;
		margin: 0px;
		padding: 0px;
		align-content: center,
	}

	.services-section .info-item .info-block {
		padding: 0px;
		width: 100%;
	}

	.services-section .btn-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
		padding-bottom: 40px;
	}

	.services-section .btn-holder .btn,
	.services-section .btn-holder .link-more {
		margin: 0;
	}

	.blockquote-section .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.blockquote-section .logo-block {
		width: 30%;
		margin: 0;
	}

	.blockquote-section .text-block {
		padding: 0 0 0 40px;
		width: 70%;
	}

	.hs-form .jcf-select {
		height: 60px;
		padding: 15px 24px;
	}

	.hs-form .jcf-select .jcf-select-opener {
		right: 26px;
	}

	.hs-form .jcf-select .jcf-select-opener:before {
		font-size: 26px;
	}

	textarea.hs-input,
	input.hs-input {
		height: 60px !important;
		padding: 15px 24px !important;
	}

	textarea.hs-input {
		height: 136px !important;
		padding: 15px 24px !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 932px) {
	.benefits [class*="col-"]:nth-child(1) { border-right: 1px dashed rgba(4, 85, 159, 0.25); background-color: rgba(4, 85, 159, 0.07); }
	.benefits [class*="col-"]:nth-child(2) { border-bottom: 1px dashed rgba(4, 85, 159, 0.25); }
	.benefits [class*="col-"]:nth-child(3) { border-top: 1px dashed rgba(4, 85, 159, 0.25); background-color: rgba(4, 85, 159, 0.05); background-color: rgba(4, 85, 159, 0.02); }
	.benefits [class*="col-"]:nth-child(4) { border-left: 1px dashed rgba(4, 85, 159, 0.25); border-top: 1px dashed rgba(4, 85, 159, 0.25); background-color: rgba(4, 85, 159, 0.07); }
	.benefits [class*="col-"]:nth-child(5) { border-right: 1px dashed rgba(4, 85, 159, 0.25); border-top: 1px dashed rgba(4, 85, 159, 0.25); background-color: rgba(4, 85, 159, 0.07); }
	.benefits [class*="col-"]:nth-child(6) { border-top: 1px dashed rgba(4, 85, 159, 0.25); }

	.case-study-wrapper {
		margin: 50px 20px;
	}

	.team-pic {
    	width: 315px;
	}

	.card-container {
		flex-flow: column;
	}

	.backdrop:before {
		background: none !important;
	}

	.card-one {
    	margin-bottom: 100px;
	}

	.card-two {
		margin: 0 0 100px;
	}

	.approach-copy-bottom {
		margin-top: 80px;
	}

	.action-container {
		flex-flow: column;
    	align-items: center;
    	border: none !important;
	}

	.action-container .action-card:first-child {
    	border-right: none !important;
	}

	.commitment-container {
		flex-flow: column;
		align-items: center;
	}

	.commitment-card {
		margin-bottom: 120px;
	}

	.commitment-card:nth-child(1):after, .commitment-card:nth-child(2):before {
		border-top: 198px solid transparent;
    	border-bottom: 198px solid transparent;
	}

	.commitment-card:nth-child(1):after, .commitment-card:nth-child(2):before {
		transform: rotate(90deg);
		left: 154px;
		top: 21px;
	}

	.commitment-card:nth-child(2):before {
		top: auto;
		bottom: 21px
	}
}

@media (min-width: 1096px) {
    
    .dropdown-content {
        position: fixed;
        text-align: left;
	}
	
	.show {
        visibility: visible;
        opacity: 1;
    }
    
    .benefits .dropdown:hover .dropdown-content,
    .benefits .dropdown:hover .speech-up {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s, 0s;
    }
    
    #next-steps p {
    font-size: 22px;
    }
    
    #how-video,
    #contact {
        padding-top: 100px;
        margin-top: -100px;
    }
    
	#header,
	#headerhome {
		height: 100px;
	}

	#header .container-fluid,
	#headerhome .container-fluid {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

    .swiper-title h1 {
        font-size: 45px;
    }

    .swiper-container {
        height: 475px;
    }

    .swiper-slide .title {
        position: absolute;
        left: 5%;
        top: 17%;
        font-size: 40px;
        font-weight: 300;
        margin: 0;
    }
    .swiper-slide .subtitle {
        position: absolute;
        left: 62%;
        top: 32%;
        font-size: 21px;
    }
    .swiper-slide .subtitle img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }
    .swiper-slide .text {
        position: absolute;
        top: 29%;
        left: 7%;
        font-size: 16px;
        max-width: 500px;
        line-height: 1.3;
        margin: 0;
    }
    .swiper-slide .swiper-btn {
        top: 82%;
    }
    .arrow-down {
      position: absolute;
      top: 95%;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      background-size: 27px 27px;
      background-position: center;
      background-repeat: no-repeat;
      border: solid white;
      opacity: .3;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .arrow-up {
      visibility: hidden;
      top: 5%;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      background-size: 27px 27px;
      background-position: center;
      background-repeat: no-repeat;
      border: solid white;
      opacity: .3;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 3px;
    }

    .swiper-btn {
        position: absolute;
        top: 83%;
        left: 50%;
        margin-left: -92.5px;
    }

	.nav-opener {
		display: none;
	}

	.drop {
		padding: 10px 0 0;
		width: calc(100% - -203px);
		text-align: right;
	}

    #header .nav,
    #headerhome .nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	#header .nav .btn,
	#headerhome .nav .btn {
		font-size: 16px;
		padding: 10px 12px;
		min-width: 185px;
		height: auto;
	}

    #header .nav:before,
    #header .nav:after,
    #headerhome .nav:before,
    #headerhome .nav:after {
        content: none;
    }

	#main-menu,
	#main-menuhome {
		font-size: 15px;
		width: auto;
		margin: 0;
	}

	#main-menu li,
	#main-menuhome li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 5px 0;
	}

	#main-menu li.anchor-active a,
	#main-menuhome li.anchor-active a{
		color: #faa21b;
		background: transparent;
	}

	#main-menu li a,
	#main-menuhome li a {
		padding: 0;
	}

	#main-menu li a:hover,
	#main-menuhome li a:hover{
		color: #faa21b;
		background: transparent;
	}

	#footer {
		padding: 58px 0 37px;
	}

	.social-networks li {
		margin: 0 14px;
	}

	.social-networks li:first-child {
		margin-left: 14px;
	}

	.social-networks li a i {
		font-size: 32px;
	}

	.social-networks li a i.icon-linkedin {
		font-size: 24px;
		margin-top: -6px;
	}

	.social-networks li a i.icon-google {
		font-size: 36px;
	}

	.copyright {
		max-width: 100%;
		font-size: 18px;
	}

    .site-map {
        font-size: 18px;
    }

	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	.article .info-block {
		padding: 0 70px;
	}

	.protect .info-block {
		padding: 25px 70px;
	}

	.ecosystem .article .info-block p,
	.capability .article .info-block p {
		margin-bottom: 35px;
	}

	.diagram .block-diagram {
		max-width: 272px;
	}

	.diagram .circle {
		width: 150px;
		height: 150px;
		font-size: 64px;
	}

	.success-message h3 {
		font-size: 28px;
	}

	.communications .picture li {
		margin-right: 90px;
		width: calc(23.2% - 90px);
	}

	.communications .picture li:first-child {
		margin-right: 106px;
		width: calc(26.8% - 106px);
	}

	.communications .picture li:last-child {
		width: 31.7%;
	}

	.communications .picture li:before {
		right: -60px;
	}

	blockquote {
		font-size: 22px;
	}

	.js-popup-video .closer {
		top: 10px;
	}

	.js-popup-video .closer:after,
	.js-popup-video .closer:before {
		width: 40px;
	}

	.js-popup-video iframe,
	.js-popup-video video {
		max-width: 1366px;
		max-height: 1024px;
	}

	.intro-section h1,
	.intro-sectionhome h1 {
		margin: 0 0 15px;
	}

	.intro-section p,
	.intro-sectionhome p {
		margin: 0 0 20px;
	}

	.blockquote-section {
		padding: 50px 0;
	}

	.hs-form {
		padding-right: 32px;
	}

	.slick-list {
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	#header,
	#headerhome {
		height: 137px;
		padding: 40px 0;
	}

    #how-video,
    #contact {
        padding-top: 137px;
        margin-top: -137px;
    }

	#sustainability .contact {
        padding-top: 35px;
    }

	#contact.pt-75 {
		padding-top: 75px;
	}

	#contact.pt-200 {
		padding-top: 200px;
	}

	.slideset {
		min-height: 500px;
	}

    .swiper-title {
        top: 5%;
    }

	.swiper-container {
	    height: 500px;
	}

	.swiper-slide .subtitle {
	    left: 65%;
	}
	
	.swiper-slide .subtitle img {
	    max-width: 300px;
	}
	
	.swiper-slide .title {
	    top: 19%;
	}

	.swiper-slide .text {
	    max-width: 575px;
	    margin: 20px;
	    padding-top: 40px;
	    left: 4%;
	    top: 19%;
	}

	.swiper-btn {
	    top: 80%;
	}

	.privacy-policy {
	    padding-top: 150px;
	}

	.logo {
		max-width: 185px;
	}

	.drop {
		width: calc(100% - 0px);
		text-align: left;
		padding: 0;
	}

	#main-menu li,
	#main-menuhome li {
		padding: 0 12px;
	}

    #footer .logo img{
    max-width: 50%
    }

	.copyright {
		padding: 0 15px;
		max-width: 100%;
	}

	.protect .info-block {
		padding: 25px 126px;
	}

	.members {
		padding: 66px 96px 50px;
	}

	.members .logos {
		margin: 0 -65px 0;
	}

	.ecosystem .article .info-block,
	.capability .article .info-block {
		padding: 30px 100px 0 30px;
	}

	.ecosystem .article .img-block,
	.capability .article .img-block {
		padding-right: 30px;
	}

	.ecosystem .article:nth-child(2n+1) .img-block,
	.capability .article:nth-child(2n+1) .img-block {
		padding-left: 30px;
	}

	.ecosystem .article:nth-child(2n+1) .info-block,
	.capability .article:nth-child(2n+1) .info-block {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 118px;
		padding-right: 50px;
	}

	.articles .article .img-block {
		padding-right: 30px;
	}

	.articles .article .info-block {
		padding: 0 100px 0 30px;
	}

	.articles .article:nth-child(2n+1) .img-block {
		padding-left: 30px;
		padding-right: 0;
	}

	.articles .article:nth-child(2n+1) .info-block {
		padding-left: 118px;
		padding-right: 50px;
	}

	.contact-list {
		margin-left: -12px;
	}

	blockquote {
		font-size: 27px;
	}

	blockquote p {
		margin: 0 0 43px;
	}

	blockquote p:before {
		font-size: 32px;
		margin: 0 0 16px;
	}

	blockquote cite {
		font-size: 18px;
	}

	blockquote cite span {
		margin-right: 12px;
	}

	blockquote cite span:before {
		height: 18px;
		margin-right: 20px;
	}

	.js-popup-video .closer {
		top: 25px;
		right: 50px;
	}

	.js-popup-video iframe,
	.js-popup-video video {
		max-width: none;
		max-height: none;
	}

	.slick-slider .slick-dots li {
		margin: 0 10px;
	}

	.intro-section h1,
	.intro-sectionhome h1 {
		margin-bottom: 30px;
	}

	.intro-section p,
	.intro-sectionhome p {
		margin-bottom: 30px;
	}

	.intro-section .text-holder,
	.intro-sectionhome .text-holder {
		max-width: 956px;
		padding: 160px 0 117px 158px;
	}

	.intro-section .btn-holder,
	.intro-sectionhome .btn-holder {
		margin: 0 -16px;
	}

	.intro-section .btn-holder .btn,
	.intro-sectionhome .btn-holder .btn {
		margin: 0 16px;
	}

	.services-section .slick-tabs .nav-block {
		padding: 30px 15px;
		border-width: 10px;
	}

	.services-section .slick-tabs .nav-block i {
		font-size: 45px;
	}

	.services-section .slick-tabs .nav-block .tab-title {
		font-size: 18px;
	}

	.services-section .slick-tabs .nav-block.slick-current {
		border-width: 10px;
	}

	.services-section .slick-tabs .nav-block:last-child {
		border-width: 10px;
	}

	.services-section .slick-tabs .nav-block:last-child.slick-current {
		border-width: 10px;
	}

	.services-section .slick-slider {
		padding: 0px;
	}

	.services-section .slick-slider .slick-arrow {
		font-size: 55px;
		height: 55px;
	}

	.services-section .slick-solutions {
		padding: 0px;
	}

	.services-section .slick-solutions .slick-arrow {
		font-size: 55px;
		height: 55px;
	}

	.services-section .slick-services {
		padding: 0px;
	}

	.services-section .slick-services .slick-arrow {
		font-size: 55px;
		height: 55px;
	}

	.services-section .info-item h2 {
		margin: 0 0 30px;
	}

	.services-section .info-item .img-block {
		max-height: auto;
		width: 100%;
		padding-bottom: 0px;
	}

	.services-section .info-item .info-block {
		width: 60%;
		padding-left: 0px;
	}

	.services-section .info-item .text-block {
		padding: 0px;
		text-align: justify;
	}

	.blockquote-section {
		padding: 110px 0 70px;
	}

	.blockquote-section h1 {
		margin-bottom: 54px;
	}

	.blockquote-section .blockquote-slider .slick-list {
		margin-bottom: 74px;
	}

	.blockquote-section .blockquote-slider .slick-dots li {
		margin: 0 5px;
	}

	.blockquote-section .logo-block {
		width: 23%;
	}

	.blockquote-section .text-block {
		width: 77%;
		padding: 0 0 0 75px;
	}
}

@media (min-width: 1366px) {
	#header .container-fluid,
	#headerhome .container-fluid {
		padding: 0 85px;
	}

	#footer .container-fluid {
		padding: 0 85px;
	}

	.case-study-wrapper {
		margin-left: 50px;
        margin-right: 50px;
	}

    .swiper-container {
        width: 100%;
        height: 700px;
    }

    .slide-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: background-color 2s ease-out;
        -moz-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
    }
    .swiper-slide .title {
        position: absolute;
        top: 30%;
        top: 30%;
        font-size: 50px;
        font-weight: 300;
    }
    .swiper-slide .subtitle {
        position: absolute;
        left: 65%;
        top: 22%;
        font-size: 21px;
    }
    .swiper-slide .subtitle img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    .swiper-slide .text {
        position: absolute;
        top: 42%;
        left: 4%;
        margin: 20px;
        font-size: 20px;
        max-width: 700px;
        line-height: 1.3;
        padding-top: 0;
    }
    .arrow-down {
      position: absolute;
      top: 95%;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      background-size: 27px 27px;
      background-position: center;
      background-repeat: no-repeat;
      border: solid white;
      opacity: .3;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .arrow-up {
      /* position: */
      visibility: hidden;
      top: 5%;
      left: 50%;
      margin-left: -5px;
      width: 10px;
      height: 10px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 27px;
      -webkit-background-size: 27px 27px;
      background-size: 27px 27px;
      background-position: center;
      background-repeat: no-repeat;
      border: solid white;
      opacity: .3;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 3px;
    }

    .swiper-btn {
        position: absolute;
        top: 75%;
        left: 50%;
        margin-left: -92.5px;
    }

	.intro-section .container-fluid,
	.intro-sectionhome .container-fluid {
		padding: 0 175px;
	}
}

@media (min-width: 1440px) {
    #footer .logo  img {
	max-width: 33.33%;
	}

	.swiper-slide .subtitle {
	    left: 65%;
	}

	.swiper-slide:nth-child(3) .subtitle {
		left: 62%;
        top: 30%;
    }

	.swiper-slide:nth-child(5) .subtitle {
		left: 62%;
        top: 30%;
    }

	.swiper-slide:nth-child(2) .subtitle img {
	    max-width: 400px;
	}

	.swiper-slide:nth-child(3) .subtitle img {
	    max-width: 500px;
	}

	.swiper-slide:nth-child(5) .subtitle img {
	    max-width: 500px;
	}
}

@media screen and (min-width: 1600px) {
    .case-study-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

	.case-study-wrapper:nth-child(2) {
		margin-left: 150px;
		margin-right: 150px;
	}

	.case-study-wrapper:nth-child(4) {
		margin-right: 150px;
	}

	.case-studies-container.mtd .case-study-wrapper:nth-child(5), .case-studies-container.ccm .case-study-wrapper:nth-child(5) {
		margin-right: 150px;
	}
}

@media (max-width: 1095px) {

	.nav {
		overflow-y: auto;
	}
    
    #how-video,
    #contact {
        padding-top: 110px;
        margin-top: -110px;
    }
    
    .benefits .dropdown:hover .dropdown-content,
    .benefits .dropdown:hover .speech-up {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s, 0s;
    }
    
    .show {
    visibility: visible;
    opacity: 1;
    position: relative !important;
    }
    
    #headerhome .dropdown-content {
    position: fixed;
    background-color: #f1f1f1;
    -webkit-box-shadow: none;
    }
    
    #headerhome .dropdown {
        width: 100%;
    }
    
    #next-steps p {
        font-size: 20px;
    }
    
    #headerhome .drop {
		background: #fff;
	}

	.casestudies {
		padding: 0 0 70px 0;
	}

	.casestudies .img-block {
		padding-top: 70px;
	}

	.swiper-title {
		margin-top: 0 !important;
	}

	.drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		background: #303030;
		z-index: 999;
		height: calc(100vh - 64px);
	}

	.drop li {
	    list-style-type: none;
		margin: 40px 0;
	}

	.drop ul {
	    padding: 0;
	}

}

@media (max-width: 768px) {
	.contact-form .col-md-offset-3 {
		margin-top: 80px;
	}

	.contact-list li.align-baseline {
		margin-top: 20px;
	}

	.team-pic {
    	width: 315px;
	}

	.card-container {
		flex-flow: column;
	}

	.backdrop:before {
		background: none !important;
	}

	.card-one {
    	margin-bottom: 100px;
	}

	.card-two {
		margin: 0 0 100px;
	}

	.approach-copy-bottom {
		margin-top: 80px;
	}

	.action-container {
		flex-flow: column;
    	align-items: center;
    	border: none !important;
	}

	.action-container .action-card:first-child {
    	border-right: none !important;
	}

	.commitment-container {
		flex-flow: column;
		align-items: center;
	}

	.commitment-card {
		margin-bottom: 120px;
	}

	.commitment-card:nth-child(1):after, .commitment-card:nth-child(2):before {
		border-top: 198px solid transparent;
    	border-bottom: 198px solid transparent;
	}

	.commitment-card:nth-child(1):after, .commitment-card:nth-child(2):before {
		transform: rotate(90deg);
		left: 154px;
		top: 21px;
	}

	.commitment-card:nth-child(2):before {
		top: auto;
		bottom: 21px
	}
}

@media (max-width: 896px) {
	.contact-list.location-list i {
		display: block;
        margin: 0 auto;
	}

	.contact-list li:first-child {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.contact-form .row:nth-child(1) {
		margin-bottom: 80px;
	}
}

@media (max-width: 767px) {
    
    .mobile-hidden {
        display: none;
    }
    
	.services-section .slick-services {
        padding: 0px 0px;
    }

    .mobile-alternate {
        display: block;
    }
    
    .services-section.mobile-alternate .slick-services {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .contact .hs-submit {
        padding-bottom: 30px;
    }
    
    #next-steps .circle {
    	font-size: 100px;
    }

	.benefits h1 {
		padding-bottom: 40px;
	}

	.benefits .dropdown-content {
		min-width: none;
	}

	.services-section .slick-tabs .nav-block {
		width: 100% !important;
	}

	/* Slick Tabs Test */
	.services-section .slick-tabs-two .nav-block {
		width: 100% !important;
	}

	.services-section .slick-tabs-three .nav-block {
		width: 100% !important;
	}

	#header.fixed-header,
	#headerhome.fixed-header {
		width: 100%;
	}

    .privacy-policy {
        padding-top: 80px;
    }

    .swiper-title h1{
        font-size: 30px;
    }
    
	.swiper-slide .subtitle img {
    display: none;
	}

	.content-wrapper {
		grid-auto-flow: row;
		grid-template-columns: auto;
		text-align: center;
		padding: 10% 10% 20%;
		gap: 15%;
	}

	.content-wrapper:nth-child(3) {
		padding-top: 35%;
	}

	.content-wrapper:nth-child(3) {
		padding-top: 20%;
	}

	.content-wrapper:after {
    	max-width: 75%;
	}

	.team-pic {
    	width: 100%;
	}

	.action-card {
		padding: 50px 32px;
	}

	.action-summary{
		height: auto;
	}

	    .commitment-card {
        margin-bottom: 80px;
    }

}


/* css for 404 page */
#content h1, #content p {
	margin: 15px auto;
	color: #04559f;
  }
  
  #content h1 {
	font-size: 60pt;
	line-height: 1.1;
  }
  
  #content p {
	font-size: 225%;
	line-height: 1.3;
  }
  
  #content p.small {
	font-size: 145%;
	line-height: 1.5;
  }
  .block__wrapper_404
  {
	background-color: #fff;
	padding : 160px 20px;
	color : #04559f;
  }
  .center {
	text-align: center;
  }
  .block__wrapper--even .block__title {
	color: #04559f;
  }
  
  .block__wrapper--even .block__desc {
	color: #04559f;
  }
  .block__wrapper--even {
	background-color: #fff;
  }
  
  .block__wrapper--even a:not(.btn) {
	color: #04559f;
	text-decoration: underline !important;
  }
  
  .block__wrapper--even a:not(.btn):hover, .block__wrapper--even a:not(.btn):focus {
	color: #04559f;
	text-decoration: underline !important;
  }

  /* css for form popup  */
  .popup__overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	overflow-y: auto;
  }
  
  .popup__container {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: absolute;
	right: 100%;
	left: 100%;
	margin-left: 15px;
	margin-right: 15px;
  }
  
  .popup__container--medium {
	max-width: 50%;
	-ms-transform: translate(-150%, 0);
	-webkit-transform: translate(-150%, 0);
	transform: translate(-150%, 0);
  }

  .modal .popup__container--medium {
	max-width: inherit;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
  }
  
  /*reverting the above css for support modal*/
  .popup__container--center {
	-ms-transform: translate(-150%, 35%);
	-webkit-transform: translate(-150%, 35%);
	transform: translate(-150%, 35%);
  }
  
  .popup__body {
	padding: 20px;
  }

  .popup__body iframe {
    max-width: 640px;
  }
  
  .popup__header {
	padding: 20px 20px 0;
	margin-bottom: 30px;
  }
  
  .popup__title {
	font-size: 24px;
	font-weight: 500;
  }
  
  .popup__close {
	position: absolute;
	width: 40px;
	height: auto;
	z-index: 1000;
	cursor: pointer;
	top: 0;
	right: -45px;
  }
  
  .popup__container:not(popup--center) {
	margin-top: 30px;
	margin-bottom: 30px;
  }

  
body.noScroll {
	overflow: hidden;
  }