@charset "UTF-8";
/* -------------------------------- 

SVD CSS

-------------------------------- */


h4 {font-size: 1.5em;}
h4 {
	display: inline-block;
	border-bottom: 2px solid #f7f8fc; 
	padding-bottom: 5px;
}


a,
button,
label,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove gray click box on mobile */
}

main {background: white; margin-top: 95px; position: relative;}





/* -------------------------------- 

Landing Page Styling

-------------------------------- */


.lp-banner {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #3875f7;
}

.lp-banner-v2 {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 25px;
}

.lp-banner.plant-closure {
	background: url(../images/plant-facility-closure-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;

}

.lp-banner.why-svd {
	background: url(../images/why-svd-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.svd {
	background: url(../images/svd-management-team-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.contact {
	background: url(../images/contact-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.subscribe {
	background: url(../images/subscribe-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.about {
	background: url(../images/about-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.services {
	background: url(../images/services-bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.sell {
	background: url(../images/sell-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: top center;
}

.lp-banner.trusted-advisors {
	background: url(../images/trusted-advisors-bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.faq {
	background: url(../images/faq-bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.our-clients {
	background: url(../images/our-clients-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}

.lp-banner.upcoming-auctions {
	background: url(../images/upcoming-auctions-bg-new.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
}



.lp-banner h1,
.lp-banner h2 {
	font-size: 2em;
	color: white;
	/*background: rgba(56,117,247,0.80);*/
	background: rgba(14,26,38,0.80);
	padding: 20px;
	border-radius: 2px;
}

.lp-banner p {
	color: white;
	background: rgba(14,26,38,0.80);
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 1.25em;
}




.fadeIn {
	transform: translateX(0);
}


/* -------------------------------- 

Surplus Capital Assets Page

-------------------------------- */

.ms-aim {
	padding-top: 100px;
	padding-bottom: 100px;
}

img.cover-image {
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
}


span.step-guide {
	display: block;
	font-size: 0.9em;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #495566;
	margin-bottom: 20px;
}

span.step-guide.dark {
	color: #26364c;
}

span.step-guide:before {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "1";
	line-height: 1.5;
	text-align: center;
	width: 30px;
	height: 30px;
	color: white;
	background: #4dc1dd;
	border: 2px solid #4dc1dd;
	border-radius: 50%;
	margin-right: 7px;
}

span.radiate {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #4dc1dd;
	border-radius: 50%;
	z-index: 2;
}

span.step-guide.two:before {content: "2";}
span.step-guide.three:before {content: "3";}
span.step-guide.four:before {content: "$";}


.animate-left.step-guide span.radiate {
	animation: growPop 1s ease;
	animation-delay: 0.3s;
}


@keyframes growPop {
	0% {transform: scale(1); opacity: 1;}
	100% {transform: scale(3); border: 0.5px solid #4dc1dd; opacity: 0;}
}

h1.page-guide {
	display: inline-block;
	color: white;
	font-size: 0.7em;
	font-family: 'FFMarkWebProBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 10px 15px;
	margin-bottom: 20px;
}


ul.features {
	list-style-type: disc;
	margin: 20px 0 0 15px;
	font-size: 0.9em;
}

ul.features li {
	margin-bottom: 15px;
}



/* -------------------------------- 

Manage Surplus Steps

-------------------------------- */

a.arrow-link {
	display: block;
	font-size: 1.5em;
	color: #f7f8fc;
	background: #3875f7;
	width: 50px;
	height: 50px;
	line-height: 1.75em;
	border-radius: 50%;
	text-align: center;
	margin: 20px auto 0;
	transition: all 0.3s ease-in-out;
	animation: verticalPulse 1s ease-in-out infinite;
}

a.arrow-link:hover {
	color: #4dc1dd;

}

@keyframes verticalPulse {
	0% {transform: translateY(0);}
	50% {transform: translateY(10%);}
	100% {transform: translateY(0);}
}


.ms-steps {
	position: fixed;
	background: #f7f8fc;
	width: 100%;
	max-width: 1500px;
	z-index: 2;
	top: 25px;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
	transition: all 0.3s ease-in-out;
}

.menu-items {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.menu-items li {
	display: inline-block;
	float: left;
	width: 25%;
	margin: 0;
}

.menu-items li a {
	display: inline-block;
	color: #495566;
	font-size: 0.9em;
	width: 100%;
	text-align: center;
	padding: 10px;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	transition: all 0.3s ease-in-out;
}




div.step-one-container,
div.step-two-container,
div.step-three-container,
div.step-four-container {position: relative;}

a.step-target {
  position: absolute;
  left: 0px;
  top: -135px;
	background: red;
}

a.step-target-higher {
  position: absolute;
  left: 0px;
  top: -145px;
	background: red;
}

.activate>a.step-link {
	color: white;
	background: #4dc1dd;
}


.steps-nav {
	position: fixed;
	top: 25px;
	width: 100%;
	max-width: 1500px;
	background: #f7f8fc;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
	text-align: right;
	z-index: 3;
	transition: all 0.3s ease-in-out;
}

.steps-nav ul {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.steps-nav li {
	display: inline-block;
	float: left;
	background: #4dc1dd;
}

.steps-nav li:last-of-type {background: #3875f7;}

.steps-nav li a {
	display: inline-block;
	font-size: 0.9em;
	color: white;
	padding: 10px 20px;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	transition: all 0.3s ease-in-out;
}



/* AIM steps nav */


.steps-nav-aim,
.steps-nav-techfootin {
	position: fixed;
	top: 25px;
	width: 100%;
	max-width: 1500px;
	background: #f7f8fc;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
	text-align: center;
	z-index: 4;
	transition: all 0.3s ease-in-out;
}

.steps-nav-aim ul,
.steps-nav-techfootin ul{
	display: block;
	margin: 0 auto;
	width: 100%;
}


.steps-nav-aim li,
.steps-nav-techfootin li {
	display: inline-block;
	float: left;
	width: 20%;
	margin: 0;
}

.steps-nav-aim li:last-of-type a,
.steps-nav-techfootin li:last-of-type a {background: #3875f7; color: white;}

.steps-nav-aim li a,
.steps-nav-techfootin li a{
	display: inline-block;
	text-align: center;
	font-size: 0.9em;
	color: #495566;
	width: 100%;
	padding: 10px 20px;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	transition: all 0.3s ease-in-out;
}


/* Drop Steps Nav */
.ms-steps-drop {top: 101px;}




/* -------------------------------- 

Landing Page Slider

-------------------------------- */

.lp-full-width-slider {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	margin: 0px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
}

.lp-full-width-slider.heliovolt {
	position: relative;
	width: 100%;
	height: 325px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
}

.lp-slides {
	position: relative;
	height: 100%;
	background-color: #1d222d;
}



/* AIM Slide Images */
.lp-slides li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.5s;
	background: url('../images/aim-login-page.jpg') no-repeat center center;
	background-size: 100%;
	
}

.lp-slides li:nth-of-type(2){
	background: url('../images/aim-add-user.jpg') no-repeat center center;
	background-size: 100%;
}


/***** HelioVolt Slide Images *****/

.lp-slides.heliovolt li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.5s;
	background: url('../images/heliovolt-disposition-project.jpg') no-repeat center center;
	background-size: 100%;
	
}

.lp-slides.heliovolt li:nth-of-type(2){
	background: url('../images/heliovolt-disposition-project-2.jpg') no-repeat center center;
	background-size: 100%;
}

.lp-slides.heliovolt li:nth-of-type(3){
	background: url('../images/heliovolt-disposition-project-3.jpg') no-repeat center center;
	background-size: 100%;
}

.lp-slides.heliovolt li:nth-of-type(4){
	background: url('../images/heliovolt-disposition-project-4.jpg') no-repeat center center;
	background-size: 100%;
}




.lp-slides li.selected {
	z-index: 2;
	transform: translateX(0);
}

.lp-slides li.move-left {transform: translateX(-100%);}

.lp-slides li.visible {z-index: 2;}


.lp-slider-navigation a {
	position: absolute;
	bottom: 40%;
	font-size: 0.7em;
  font-family: 'FFMarkWebProBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: white;
	left: 0;
	text-align: center;
	padding: 14px 0;
	width: 50px;
	height: 50px;
	background: rgba(21,33,48,0.5);
	border-radius: 0 35px 35px 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.lp-slider-navigation a:hover {background: rgba(21,33,48,0.75);}

.lp-slider-navigation a:active {
	transform: scale(1.1);

}

.lp-slider-navigation a.next {left: auto; right: 0; border-radius: 35px 0 0 35px;}




/* -------------------------------- 

Case Studies Slider

-------------------------------- */

.cs-full-width-slider {
	position: relative;
	width: 100%;
	height: 370px; /* must be defined */
	overflow: hidden;
	margin: 0px;
	text-align: left;
	background: #f7f8fc;
}


.cs-slides {
	position: relative;
	height: 100%;
}

.cs-slides li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #f7f8fc;
	transform: translateX(100%);
	transition: transform 0.5s;
}


.cs-slides li > div.centered {
	display: block;
	width: 80%;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}

.cs-slides li.selected {
	z-index: 2;
	transform: translateX(0);
}

.cs-slides li.move-left {transform: translateX(-100%);}

.cs-slides li.visible {z-index: 2;}


.cs-slider-navigation a {
	position: absolute;
	bottom: 40%;
	font-size: 0.7em;
  font-family: 'FFMarkWebProBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: white;
	left: 0;
	text-align: center;
	padding: 14px 0;
	width: 60px;
	height: 50px;
	line-height: 20px;
	background: #0e1a26;
	border-radius: 0 35px 35px 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.cs-slider-navigation a:hover {background: rgba(21,33,48,0.75);}

.cs-slider-navigation a:active {
	transform: scale(1.1);

}

.cs-slider-navigation a.next {left: auto; right: 0; border-radius: 35px 0 0 35px; }


span.slider-indicator {
	position: absolute;
	top: -40px;
	left: -10px;
	color: #ebecf4;
	font-size: 5em;
  font-family: 'FFMarkWebProBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	z-index: 2;
	padding: 0;
	margin: 0;
}


div.cs-info {
	display: inline-block;
	vertical-align: middle;
	width: 40%;

}

div.cs-image-container {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
}


div.cs-info {
	text-align: left;
	padding-right: 20px;
}

.cs-info h2 {font-size: 2.25em; letter-spacing: -1px;}


div.cs-image-container {
	position: relative;
}

.cs-image-container img {border-radius: 2px;}
.cs-image-container img.client-logo {width: 90px; height: 90px; border-radius: 50%;}

/* -------------------------------- 

Techfootin Overview

-------------------------------- */

.industries img {
	display: block;
	width: 75%;
	margin: 0 auto 10px;
	
}

.industries span.industry {
	display: block;
	text-align: center;
	font-size: 0.95em;
}



/* -------------------------------- 

Marketplaces

-------------------------------- */


.marketplaces.aim {
	background: -webkit-linear-gradient(bottom, #079994, #055e72);
	background: -o-linear-gradient(bottom, #079994, #055e72);
	background: linear-gradient(to top, #079994, #055e72);
	background-size: cover;
	width: 100%;
}

.marketplaces.techfootin {
	background: -webkit-linear-gradient(top, #206b4b, #85b223);
	background: -o-linear-gradient(top, #206b4b, #85b223);
	background: linear-gradient(to bottom, #206b4b, #85b223);
	background-size: cover;
	width: 100%;
}

.marketplaces.aim .table-content,
.marketplaces.techfootin .table-content {
	display: table;
	height: 500px;
}

.banner-caption-bar {
	display: block;
	font-size: 0.8em;
	color: #dfe4f1;
	text-align: center;
	margin: 0 auto;
	padding: 15px 40px;
	background: #152130;
}

.image-caption {
	display: block;
	text-align: center;
	font-size: 0.8em;
	margin: 15px auto;
	color: #8d98a8;
}


/* -------------------------------- 

SVD Bios

-------------------------------- */

ul.bio-highlights {
	font-size: 0.8em;
	padding: 0 15px;
	list-style-type: disc;
	margin-bottom: 30px;
}

ul.bio-highlights li {
	line-height: 2;
	margin-bottom: 20px;
	
}


/* -------------------------------- 

Frequently Asked Questions FAQ

-------------------------------- */

.faq-link {
	text-align: center;
}

.faq-link img {
	display: block;
	width: 100px;
	margin: 0 auto 10px;
}

.accordion {
	position: relative;
	background-color: white;
	cursor: pointer;
	padding: 18px 50px 18px 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 0.9em;
	transition: 0.4s;
}

.accordion:nth-of-type(2n+1) {background: #f7f8fc;}



.close-icon:before,
.close-icon {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 2px;
	height: 20px;
	background: #3875f7;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.close-icon:before {
	content: "";
	top: 0;
	right: 0;
	transform: rotate(90deg);
}




.active, .accordion:hover,
.accordion:active,
.accordion:nth-of-type(2n+1).active {
	background: #4dc1dd; 
	color: white;
}

.active .close-icon {
	transform: rotate(45deg);
	background: white;
}

.active .close-icon:before {background: white;}

.panel {
	padding: 20px;
	display: none;
	overflow: hidden;
	background: white;
	border-bottom: 1px solid #dfe4f1;
}






/* -------------------------------- 

Popup

-------------------------------- */

.popup {
	position: fixed;
	bottom: 0;
	right: 0;
  background: #3875f7;	
	color: white;
	padding: 12px 25px;
	border-top-left-radius: 3px;
	z-index: 3;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.3s ease-in-out;
}

.popup a {color: white;}
.popup a:hover {background: #3875f7;}

.showPopup {
	opacity: 1;
	transform: translateX(0);
}


button.question {
	position: relative;
	outline: 0;
	border: 0;
	left: 70px;
	font-size: 0.95em;
	background: #3875f7;
	color: white;
	padding: 10px 20px;
	border-radius: 2px;
	text-align: left;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
	transition: all 0.3s ease-in-out;
}




.answer {
	position: absolute;
	left: 70px;
	display: none;
	font-size: 0.95em;
	text-align: left;
	background: #3875f7;
	color: white;
	width: 50%;
	padding: 20px;
	border-radius: 2px;
	margin: 20px auto;
	z-index: 2;
	box-shadow: 0 0 20px rgba(35,74,156,0.30);
}

.show-it {
	display: block;
	animation: slideUp 0.5s ease-in-out;
}



@keyframes slideUp {
	0% {	
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
	transition: all 1.15s ease;
	}
	
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);		
	}
	
}

.show-question {
	opacity: 1;
}


/* -------------------------------- 

Forms

-------------------------------- */

/* Checkboxes */
.checkbox-container {
 position: relative;
	padding: 20px;
	margin-bottom: 20px;
	display: block;
 	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container-half {
	position: relative;
	display: inline-block;
	width: 49.5%;
	text-align: center;
	padding: 20px;
	margin: 0 1% 1% 0;
 	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	clear: both;
	box-sizing: border-box;
}

.checkbox-container-half:nth-of-type(2n+2) {
	float: right;
	margin: 0 0 1%;
}

.checkbox-container input,
.checkbox-container-half input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	transition: 0.3s;
}


.checkbox-container.surplus:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	background: url(../images/icon-sell-surplus-assets.png);
	background-size: cover;
}

.checkbox-container.closing-business:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	background: url(../images/icon-closing-business.png);
	background-size: cover;
}

.checkbox-container.plant-closure:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	background: url(../images/icon-plant-closure.png);
	background-size: cover;
}


/* Custom Checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1.5px solid #dfe4f1;
	border-radius: 2px;
	transition: 0.3s;
}

.checkbox-container:hover input ~ .checkmark,
.checkbox-container-half:hover input ~ .checkmark {
	border-color: #4dc1dd;
}

.checkbox-container input:checked ~ .checkmark,
.checkbox-container-half input:checked ~ .checkmark{
	border-color: #3875f7;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	transform: scale(1);
	animation: popIt 0.3s ease-out;
}

@keyframes popIt {
	0% {transform: scale(0);}
	50% {transform: scale(1.25);}
	100% {transform: scale(1);}
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
	top: 18px;
	left: 18px;
	width: 31px;
	height: 31px;
	background: url(../images/icon-checkmark.png);
	background-size: cover;

}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	border: solid white;
	border-width: 0;
}











.input-container {
	position: relative; 
	display: inline-block;
	float: left;
	width: 48%;
	margin: 0 2% 20px;
}

.input-container:nth-of-type(2n+1) {
	margin: 0 0 20px;
}

.input-container-full {
	position: relative; 
	display: block;
	width: 100%;
	margin: 0 0 20px;
}




form fieldset {
	font-size: 0.9em;
	border: 1.5px solid #dfe4f1;
	border-radius: 2px;
	padding: 20px;
	margin: 0 0 20px;
	transition: 0.6s;
}

form fieldset:focus-within {
	border: 1.5px solid #3875f7;
}

form fieldset legend {
	font-size: 1.5em;
	padding: 0 20px;
	color: #26364c;
}

form input[type=text],
form input[type=email],
form input[type=tel] {
	outline: none;
	border: 0;
	padding: 20px 0; 
	border-bottom: 1.5px solid #dfe4f1;
	width: 100%;
	transition: 0.3s;
}

form input[type=text] {
	text-transform: capitalize;
}

form textarea {
	border: 0;
	outline: none;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #f7f8fc;
	padding: 20px;
}

.input-effect {
	outline: 0;  
	border-bottom: 1.5px solid #dfe4f1;
}


/* Forms Hover and Focus Effects */

.input-effect ~ .grow-border {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 0; 
	height: 1.5px; 
	background: #3875f7; 
	transition: 0.4s;
}

.input-effect:focus ~ .grow-border {
	width: 100%; 
	transition: 0.6s;
}


form button {
	outline: none;
	border: 0;
	padding: 10px 30px;
}



/* -------------------------------- 

Seller & Buyer Benefits

-------------------------------- */

.benefits img {
	display: block;
	width: 225px;
	margin-bottom: 20px;
}

.benefits h2 {
	font-size: 1.25em;
}






/* -------------------------------- 

Our Clients Page

-------------------------------- */

img.oc-logo {
	display: block;
	width: 75%;
	margin: 0 auto;
}


/* -------------------------------- 

Contact Page

-------------------------------- */



.contact-info h2 {
	font-size: 1.25em;
	margin: 0;
	padding: 0;
}

.contact-info ul {
	font-size: 0.9em;
	margin: 10px 0;
}

.contact-info ul li {
	margin-bottom: 10px;
}



/* -------------------------------- 

Mobile Styling

-------------------------------- */

@media screen and (max-width: 950px) {
	
	
	.lp-banner {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		background: linear-gradient(to right, #3875f7, #4dc1dd);
	}

	.lp-banner.capital-asset-management {
		background: #4dc1dd;
	}


	.lp-banner h1,
	.lp-banner h2 {
		font-size: 2em;
	}
	
	.lp-banner-v2 {
		text-align: center;
	}
	
	h1.page-guide {
		font-size: 0.7em;
	}
	
	
	form input[type=text],
	form input[type=email],
	form input[type=tel],
	form textarea {
		border-radius: 0px;
	}
	
	
	.ms-steps,
	.steps-nav-aim,
	.steps-nav-techfootin {
		display: none;
	}
	
	.ms-steps ul li a {
		display: inline-block;
		float: left;
		color: #495566;
		font-size: 0.8em;
		font-family: 'FFMarkWebProBold', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		padding: 0 15px;
		width: 100%;
		transition: background 0.3s ease-in-out;
	}
	
	a.step-target {
		position: absolute;
		left: 0px;
		top: -155px;
	}
	
	
	.steps-nav {
		top: 20px;
		padding: 0;
		margin: 0;
	}

	.steps-nav ul {
		width: 100%;
		float: none;
	}

	.steps-nav li {
		display: block;
		float: none;
		width: 100%;
		background: #4dc1dd;
		margin: 0 auto;
		text-align: center;
	}

	.steps-nav li a {
		display: block;
		width: 100%;
	}
	
	.ms-steps-drop {top: 100px;}
	
	
	
	
	

	.cs-full-width-slider {
		position: relative;
		width: 100%;
		height: 650px;
		overflow: hidden;
		margin: 0px;
		text-align: left;
		border-radius: 2px;

	}


	div.cs-info,
	div.cs-image-container {
		display: block;
		float: none;
		width: 100%;

	}


	.cs-slider-navigation a {position: absolute; top: 20px;}


	span.slider-indicator {
		transform: rotate(-90deg);
		top: 150px;
		left: -35%;
	}




}


/* -------------------------------- 

Smartphone

-------------------------------- */

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

	.lp-banner p {font-size: 1.1em;}
	
	.checkbox-container-half {
		display: block;
		width: 100%;
		margin: 0 0 1%;
	}
	
	
	.checkbox-container.surplus:before,
	.checkbox-container.closing-business:before,
	.checkbox-container.plant-closure:before	{
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 auto 10px;
	}

	label.checkbox-container {text-align: center;}
	
	
	
	
	.close-icon:before,
	.close-icon {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 2px;
		height: 20px;
		background: #3875f7;
		margin: 0;
		transition: all 0.3s ease-in-out;
	}

	.close-icon:before {
		content: "";
		top: 0;
		right: 0;
		transform: rotate(90deg);
	}
	
	
	.cs-full-width-slider {
		position: relative;
		width: 100%;
		height: 500px; /* must be defined */
		overflow: hidden;
		margin: 0px;
		text-align: left;
		background: #f7f8fc;
		border-radius: 0;
	}
	
	
	.cs-slider-navigation a {
		position: absolute;
		top: 22px;
		font-size: 0.6em;
		left: 0;
		text-align: center;
		padding: 14px 0;
		width: 45px;
		height: 50px;
		line-height: 20px;
		background: #0e1a26;
		border-radius: 0 35px 35px 0;
		opacity: 1;
		transition: all 0.3s ease-in-out;
		z-index: 3;
	}
	
	
	span.slider-indicator {display: none;}
	

	button.question:hover {opacity: 1;}


	.answer {text-align: center; width: 80%; right: 10%; left: 10%;}


	img.oc-logo {
		display: block;
		margin: 0 auto;
	}
	
	
} /***** end of mobile styles *****/