@import "../reset.css";

html {
    text-rendering: optimizeLegibility;
}

body {
    color: #000;
	font-family: acumin-pro,Franklin Gothic,sans-serif;
	font-size: 1rem;
    font-weight: 400;
	line-height: 1.5rem;
}

/*******************************************
:--- Defaults/Overwrites ---:
*******************************************/

.live_chat, #about_click {
	cursor:pointer; 
}

* {
	outline:none;
	white-space:normal;
}

.hide {
    display: none;
}

/*******************************************
:--- Typography ---:
*******************************************/

h1 {
	font-family: "United Sans",Impact,"Arial Black","sans serif";
	font-size: 3.3em;
    font-weight: 500;
	line-height: 1em;	
}

h1.employer-headline {
	font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	font-size: 2.7em;
	line-height: 1.1em;	
}

h2 {
	font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	font-size: 2em;
    font-weight: 600;
	line-height: 2.375rem;
    margin-bottom: 2.1875rem;
}

h3 {
	font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #373737;
	padding: 10px 0;
}

/*******************************************
:--- Testimonials ---:
*******************************************/
.testimonial-section {
    padding: 5rem 0;
}

.student-testimonial-block {
    background: #FFF;
    color: #000;
    box-shadow: 0 0.5em 1em -0.125em rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.02);
	padding: 25px;
    font-size: 20px;
    line-height: 30px;
    min-height: 210px;
    margin-bottom: 25px;
    border-left: 5px solid #CFB991;
}

.student-testimonial-block p {
	font-family: source-serif-pro,Georgia,serif;
    font-weight: 600;
}

.student-testimonial-block p.byline {
    font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
}

/*******************************************
:--- Elements ---:
*******************************************/
p {
    margin-bottom: 18px;
}

a,
button.download,
.download {
    color:#8e6f3e !important;
    cursor: pointer;
    text-decoration: underline !important;
}

a:hover,
a:focus,
a:active,
button.download:hover,
button.download:focus,
button.download:active,
.download:hover,
.download:focus,
.download:active {
    text-decoration: none !important;
}

button.download {
    border: none;
    background: none;
    padding: 0;
}
button.download:focus {
    outline: 1px dotted;
}

ul {list-style-type: disc;}
ul li {list-style: disc;}
ul, ol {padding: 0 0 20px 35px;}

/*******************************************
:--- Alert - Global ---:
*******************************************/

#alert-container,
#alert-container .alert {
    background: #ededed !important;
}

#alert-container .alert {
    border: none;
    border-radius: 0;
    color: #000;
    margin-bottom: 0;
    padding: 1.25em 4em 1.25em 1em;
}

#alert-container .alert-heading {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#alert-container .alert-body {
    margin-bottom: 0;
    max-width: 80%
}

#alert-container .alert-primary .alert-link {
    color: #8e6f3e !important;
    text-decoration: underline;
}

#alert-container .alert-primary .alert-link:hover,
#alert-container .alert-primary .alert-link:focus,
#alert-container .alert-primary .alert-link:active {
	text-decoration: none;
}

.alert-dismissible .close {
    position: absolute;
	top: -20px;
    right: -35px;
    z-index: 2;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 1.25rem 1rem;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 0.75em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.alert-dismissible .close:hover {
    opacity: 1;
}

.btn-close-white:hover {
    filter: none;
}

@media (max-width: 768px) {
    #alert-container .alert-body {
        max-width: 100%
    }
}

/*******************************************
:--- Pre-Header ---:
*******************************************/
.pre-header {
    min-height: 34px !important;
    margin: 0;
    padding: 3px 0;
    border-radius: 0;
    border: none;
    background-color: #cfb991;
    color: #000;
    box-shadow: 0px 2px 10px #1e1e1e;
    font-size: 14px;
    text-align: right;
}

.pre-header span {
    padding: 0 10px;
}

.pre-header span:last-child {
    padding: 0 0 0 10px;
}

.pre-header span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.pre-header i {
    font-size: 12px;
}

.pre-header a:link {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 400;
    text-decoration: none;
}

.pre-header a:visited {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 400;
    text-decoration: none;
}

.pre-header a:hover {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 400;
    text-decoration: underline !important;
}

.pre-header a:active {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 400;
    text-decoration: none;
}

.pre-header a:focus {
    outline: dotted 1px #000
}

/*******************************************
:--- Header ---:
*******************************************/
.page-header .row {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.page-header {
    background: #000;
}

.page-header .logo {
    padding: 1.75rem 25px 1.75rem 0; /* 1.75rem 25px 1.75rem 15px */
    align-items: center;
    max-width: 275px;
}

.page-header .logo:after {
	display: block;
    position: absolute;
    content: "";
    width: 2px;
    height: 60%;
    right: 0;
    top: 20%;
    background-color: #999;
}

.page-header .logo img {
	max-width: 250px;
}

.page-header .program-title {
	color: #FFF;
    display: block;
	font-size: 23px;
	font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
    font-weight: 600;
    line-height: 1;
    padding-left: 25px;
}

.page-header-nav {
    color: #FFF;
    text-align: right;
}

.page-header-nav a {
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    font-family: "United Sans";
    font-size: 14px;
    border: 2px solid #cfb991;
    padding: 12px 12px 11px;
    letter-spacing: 1.4px;
    line-height: 1;
}
.page-header-nav a:hover,
.page-header-nav a:focus,
.page-header-nav a:active {
    color: #000 !important;
    cursor: pointer;
    background-color: #cfb991;
    border: 2px solid #8e6f3e;
}
.page-header-nav a:last-child {
    margin: 0 0 0 10px;
}

/*******************************************
:--- Hero Image ---:
*******************************************/

.hero-wrap {
	background: #000;
	margin: 0;
    padding-bottom: 47px;
}
.hero-wrap .hero-content {
    color: #FFF;
    display: flex;
    flex-flow: column;
    height: 503px;
    justify-content: flex-end;
    padding: 0;
}
.hero-wrap .hero-content h1 {
    font-family: "United Sans";
    font-size: 55px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hero-wrap .hero-content h2 {
    font-family: "United Sans";
    font-size: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 25px;
}

/*******************************************
:--- Hero Video and Form ---:
*******************************************/
.video-wrap {
    background: #000;
    height: 550px;
    display: block;
    overflow: hidden;
    margin-top: 0;
    z-index: 0;
    position: relative;
}
.video-loop {
    height: 100%;
    display: block;
    width: 100%;
}
.video-loop:after {
    content: "";
    height: 100%;
    display: block;
    width: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.video-loop button.w-vulcan-v2-button {
    display: none !important;
}
.video-headline {
    color: #FFF;
    position: relative;
    bottom: 250px;
    text-transform: uppercase;
}
.video-headline h1 {
    font-family: "United Sans";
    font-size: 55px;
    margin-bottom: 20px;
}
.video-headline h2 {
    font-family: "United Sans";
    font-size: 20px;
    letter-spacing: 1.4px;
    line-height: 25px;
}

.form-section {
	background: #CFB991;
    padding: 0 0 3rem;
}

.form {
    background: #FFF;
    border-radius: .25rem;
    box-shadow: 0 0.5em 1em -0.125em rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.02);
    padding: 20px 40px 35px;
    margin-top: -495px;
}

.form h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
    line-height: 35px;
    margin-bottom: 20px;
}

.form .emp-box {
    color: #CFB991;
    display: inline-block;
    text-transform: uppercase;
    font-family: "United Sans";
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.4px;
    line-height: 1;
    margin-bottom: 5px;
}

.form p.form-intro {
    font-size: 16px;
    line-height: 1.5;
}

/* Form Modal */

body.modal-open {
	padding-right: 0!important;
}

#formModal {
	z-index: 5000;
}

#formModal .modal-dialog {
	z-index: 6000;
}

#formModal .modal-header .modal-close {
	background: transparent;
	border: 0;
	color: #fff;
	float: right;
	position: absolute;
	right: 5px;
	top: 15px;
}

#formModal .modal-header .modal-close i {
	font-size: 30px;
}

#formModal .info-step1-header {
	height: 80px;
}

/* Form Modal - Curiosity Test */
#curiosityModal .modal-header {padding: 15px 15px 30px 15px;}
#curiosityModal .modal-header {min-height: 48px;}
#curiosityModal .modal-body {padding-bottom: 55px;}
#curiosityModal .modal-body h1 {margin: 15px 0 20px;}
#curiosityModal .modal-body .key {padding: 10px; background-color: #f3f3f3; border-left: 3px solid #444444; min-height: 575px;}
#curiosityModal .modal-body .key:before {font-family: "United Sans",Impact,"Arial Black","sans serif"; position: absolute; font-size: 15em; z-index: 0; color: #d0d0d0; top: 50%;}
#curiosityModal .modal-body .key.one:before {content: '1';}
#curiosityModal .modal-body .key.two:before {content: '2';}
#curiosityModal .modal-body .key.three:before {content: '3';}
#curiosityModal .modal-body .key p {position: relative; z-index: 1;}
#curiosityModal .modal-body .close.read-more {font-size: 18px; font-weight: 400; opacity: 1;color: #b1810b; margin: 30px 0; text-align: right; line-height: 1.5; padding: 0px 6px;border: 1px solid transparent;}
#curiosityModal .modal-body .close.read-more:hover {border-color: #e5e5e5;}

/*******************************************
:--- Content ---:
*******************************************/
.content-section {
    background: #EDEDED;
    padding: 5rem 0;
}

.tabsContainer {
    margin:0;
    padding:0;
}
.tab-content {
    background: #FFF;
    border: none;
    box-shadow: 0 0.5em 1em -0.125em rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.02);
    padding: 30px 40px 40px;
}
.tabsContainer .tab-content .tab-pane p:first-child{
    margin-top:0;
    padding-top:0
}
.tab-content p {
    font-size: 0.875em;
    line-height: 1.65em;
    color: #656565;
}
.nav-tabs {
    border: none;
    margin:0;
    padding:0;
}
.tabsContainer ul {
    margin:0;
    padding:0;
}
.tabsContainer ul.item-list {
    font-size: 0.875em;
    line-height: 1.65em;
    color: #656565; 
    padding: 0 0 18px 35px;
}
.tabsContainer ul.nav li  {
    margin:0;
    padding:0;
    list-style: none;
}
.tabsContainer ul.nav li a{
    padding:10px;
    letter-spacing:1px;
    border-radius:0px;
    text-align:center;
    font-weight:300;
    margin:0;
    border:0!important;
    border-right:1px solid #fff!important;
    display: block;
}
.tabsContainer ul.nav li:last-child a{
    border-right: none !important;
}
.tabsContainer ul.nav li a:link{
    background-color:#000;
    color:#fff !important;
    font-weight:400;
    text-decoration:none !important;
    outline:none;
}
.tabsContainer ul.nav li a:visited{
    background-color:#000;
    color:#fff;
    font-weight:400;
    text-decoration:none;
    outline:none;
}
.tabsContainer ul.nav li a:hover{
    background-color:#555;
    color:#FFF;
    font-weight:400;
    text-decoration:none;
    outline:none;
    border:0;
    border-right:1px solid #fff;
}
.tabsContainer ul.nav li a:active{
    background-color:#222;
    color:#fff;
    font-weight:400;
    text-decoration:none;
    outline:none;
}
.tabsContainer ul.nav li:first-child{
    border-left:none;
}
.tabsContainer ul.nav li a.active:link{
    background-color:#CFB991;
    color:#000 !important;
    font-weight:600;
    text-decoration:none !important;
    outline:none;
}
.tabsContainer ul.nav li a.active:visited{
    background-color:#000;
    color:#000;
    font-weight:400;
    text-decoration:none;
    outline:none;
}
.tabsContainer ul.nav li a.active:hover{
    background-color:#CFB991;
    color:#000;
    font-weight:600;
    text-decoration:none;
    outline:none;
}
.tabsContainer ul.nav li a.active:active{
    background-color:#000;
    color:#000;
    font-weight:400;
    text-decoration:none;
    outline:none;
}

.tabsContainer h4 {
	font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	color: #b1810b;
	font-size: 1.75em;
	line-height: 1.2em;
    margin-bottom: 20px;
}

/*******************************************
:--- Structure ---:
*******************************************/

.left-col-content {padding-right: 40px;}
.left-col-content a {color:#8e6f3e;text-decoration:underline;font-weight:bold;cursor:pointer;}
.left-col-content a:hover {text-decoration:none;}

.about-row {
    background: #000;
    padding: 5rem 0;
    color:#fff;
}
.about-row h2 {
    color: #cfb991;
}
.about-row .btn {
    color: #FFF !important;
    font-weight: 400 !important;
}
.btn {
    box-shadow: none !important;
    color: #000 !important;
    display: inline-block !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    font-family: "United Sans";
    font-size: 14px;
    font-weight: 600 !important;
    border: 2px solid #cfb991;
    border-radius: 0;
    padding: 12px 12px 11px;
    letter-spacing: 1.4px;
    line-height: 1;
    white-space: pre-wrap;
}
.btn:hover, 
.btn:focus, 
.btn:active {
    color: #000 !important;
    cursor: pointer;
    background-color: #cfb991;
    border: 2px solid #8e6f3e;
    box-shadow: none;
}
.about-row img {
    width: 100%;
}

/*******************************************
:--- Icons ---:
*******************************************/

.icons .giveicon .fa, .icons .visiticon .fa, .icons .eventsicon .fa {
	color: #ffd100;
}

.icon {
	font-size: 80px;
	margin: 0 0 30px 0;
}

.icon  img {
	margin-bottom: 18px;
}

.features-section {
    background: #EDEDED;
    padding: 5rem 0;
    text-align: center;
}

.features-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.feature {
    font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	text-align: center;	
	font-weight: bold;
	font-size: 16px;
    line-height: 20px;
    min-width: 200px;
}

.feature .icon {
    color: #b1810b;
    display: block;
	font-size: 60px;
	margin: 0 auto 15px;
}

.feature .divider {
	display: block;
	width: 50px;
	height: 5px;
	margin: 15px auto 0;
	background-color: #b1810b;
	vertical-align:bottom;
}

/*******************************************
:--- Form Fields ---:
*******************************************/

/* defaults/hacks */

.name-fields label, .contact-fields label {
	display: none !important;
}
.program-section .required-ast-nolabel,
.emphasis-fields .required-ast-nolabel {
	display: none !important;
}
.required-ast-nolabel {
    margin: 0;
    position: absolute;
}
#syndicate_form .formfooter-section {
    float: right;
    margin: 0;
    width: 48%;
}
#syndicate_form .contact-fields, 
#syndicate_form .name-fields {
    width: 100%;
    margin:0;
}
#syndicate_form .contact-fields .fields, 
#syndicate_form .name-fields .fields {
    width: 48%; 
    float: left; 
}

#syndicate_form .contact-fields .fields:first-child, 
#syndicate_form .name-fields .fields:first-child {
    margin-right: 4%;
}

#syndicate_form .emphasis-fields {
	float: left;
	width: 100%;
	position: relative;
}

/* main wrap */

/*
#syndicate_form {
	width: 95%;
}
*/

/* steps */
.info-step1-header,
.info-step2-header,
.info-step3-header,
.step-header .step-header-one,
.step-header .step-header-two,
.step-header .step-header-three {
    margin: 5px auto 10px auto;
	display: block;
	width: 100%;
	height: 60px;
    background-size: contain !important;
}

.info-step1-header,
.step-header-one {    
	background: url(../../images/ppc/step1-header.svg) center top no-repeat;
}

.info-step2-header,
.step-header-two { 
	background: url(../../images/ppc/step2-header.svg) center top no-repeat;
}

.info-step3-header,
.step-header .step-header-three { 
	background: url(../../images/ppc/step3-header.svg) center top no-repeat;
    margin: 5px auto 20px auto;
}

.step-header .step-header-one,
.step-header .step-header-two,
.step-header .step-header-three,
.step-header .step-header-one span, 
.step-header .step-header-two span, 
.step-header .step-header-three span {
	display: none;
}

.step-header .step-header-one.active,
.step-header .step-header-two.active,
.step-header .step-header-three.active {
	display: block;
}

.label, legend {
	width:100%;
	display:block!important;	
	font-size: 16px;
	padding: 5px 0;
	font-weight:bold!important;
	color: #000!important;
	text-align: left;
	border-radius: 0;
}

.checkbox-wrap {
    display: block;
    line-height: 1.3;
}

.checkbox-wrap label.checkbox {
	display: inline-block !important;
    float: none !important;
    font-size: 16px;
	font-weight:normal !important;
	width: auto;
    padding: 0;
    margin: 0;
}

.checkbox-wrap input.checkbox {
	float: none;
	display: inline-block;
	margin: 0 8px 0 0;
}

select {
    width: 100%;
	background: url(../../images/down-arrow.png) no-repeat right, -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
	background: url(../../images/down-arrow.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FFF));
    appearance:none;
	-webkit-appearance:none;
    -moz-appearance: none;
	text-overflow: '';
    font-size: 16px;
    padding: 5px 10px;
}

#syndicate_form select:focus,
#rfi_form select:focus {
	border-color: #c76c14;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(227,238,214,1);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(227,238,214,1);	
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(227,238,214,1);
}

.name-fields, 
.contact-fields {
	margin-top: 20px;
}

.name-fields input, 
.contact-fields input,
.input-wrap input {
	background: #FFF !important;
	border: 1px solid #000 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.85;
    padding: 5px 10px !important;
    width: 100% !important;
}

.name-fields inputfocus, 
.contact-fields input:focus {
	border: 1px solid #c76c14;
}

/* buttons */

#backButton, .previous-btn {float: left;width: 30%;clear: both;}

#continueBtn,
.next-btn {
	padding: 15px 12px 14px !important; 
	border-radius: 0;
	background-color: #000;
	border: 2px solid #000;
	color: #CFB991;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
	float: right;
	margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 1;
    width: 100%;
}

#continueBtn:hover,
.next-btn:hover {   
	background-color: #FFF;
    color: #8E6F3E;
	transition: all .2s ease-in-out;	
}

#backBtn,
.previous-btn {
	padding: 15px 12px 14px; 
	border-radius: 0;
	background-color: #EEE;
	border: 2px solid #EEE;
	color: #8f8f8f;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.submit_y,
.request-btn {  
	padding: 15px 12px 14px; 
	border-radius: 0;
	background-color: #000;
	border: 2px solid #000;
	color: #CFB991;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
	float: right;
	margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 1;
    width: 100%;
}

.request-btn {
	width: 48%;
}

.submit_y:hover,
.request-btn:hover {   
	background-color: #FFF;
    color: #8E6F3E;
	transition: all .2s ease-in-out;	
}

.previous-btn,
.next-btn,
.request-btn {
	height: auto;
}

.previous-btn {
	width: auto !important;
}

.next-btn {
	width: 50% !important;
}

.asterisk {
    color: #f00;
    padding-left: 6px;
}

/* footer */

#trustbuilder {
	font-size: 11px;
	margin: 0;
}

.required-ast {color:red;}

.syndicate-tcpa {display:none;}

.tcpa-3step,
.tcpa {
	clear:both;
	float: left;
	margin: 10px 0;
	font-size: 0.625em;
	line-height: 1.2em;
}

.tcpa {
	margin-bottom: 18px;
}

#syndicate_form .fields {
    position: relative;
    margin-bottom: 1em;
}

.errors {
	position: relative;
    clear:both;
    display:block;
    float:left;
    width:100%;
    top: 0;
}

#info-step1 .errors,
#info-step2 .errors {
    position: absolute;
    right: 0;
    top: 15px;
	text-align: right;
}

.emphasis-fields .fields .errors {
    position: absolute;
    right: 0;
    top: 5px;
	text-align: right;
}

#info-step3 .errors,
#step3 span.error {
	color: #f00;
    font-size: 11px;
    position: relative;
    clear:both;
    display:block;
    float:left;
    width:100%;
    top: 0;
}

/* Styles for Archa Form */

.select-wrap,
.input-wrap {
	position: relative;
	margin-bottom: 1em;
}

.input-wrap {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.input-wrap:nth-child(odd) {
	margin-right: 0;
}

#step3 .input-wrap:after {
    color: #f00;
    content: '*';
    position: absolute;
    right: -12px;
    top: -7px;
    font-weight: 600;
}

.input-wrap input {
	width: 100%;
}

.form-controls {
	clear: both;
}

.privacy {
	clear: both;
	font-size: 11px;
	margin: 0;
}

#step1 span.error,
#step2 span.error {
	color: #f00;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: -25px;
	text-align: right;
}

#step2 span#programs-error {
	top: 5px;
}

#step3 label {
	display: none;
}

/*******************************************
:--- FEATURE - SMS OPT-IN ---: 
*******************************************/

#ai-opt-in,
#sms-opt-in {
	align-items: flex-start;
	clear: both;
	display: flex; 
	margin-bottom: 20px;
}

#sms-opt-in {
	margin-bottom: 10px !important;
}

#ai-opt-in input,
#sms-opt-in input {
	margin-top: 4px;
}

#ai-opt-in label,
#sms-opt-in label {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 10px;
	letter-spacing: normal;
	line-height: 1.5;
	text-transform: none;
}

/* tooltip */

.tooltip {
    width: 216px;
    height:59px;
    background: url(../../images/form-overlay-bubble-3step.png) no-repeat!important;
    margin-top:0!important;
}

/* placeholder text */
#syndicate_form input::-webkit-input-placeholder {
   color: #BBB;
}

#syndicate_form input:-moz-placeholder { /* Firefox 18- */
   color: #BBB;  
}

#syndicate_form input::-moz-placeholder {  /* Firefox 19+ */
   color: #BBB;  
}

#syndicate_form input:-ms-input-placeholder {  
   color: #BBB;  
}

/* Employers Dedicated Page Internation Phoen Field */

#PURDUE-MULTISTEP-EMPASSETS-Wrap label {white-space: normal;line-height:125%;}

.intl-tel-input {float: left;width:97%;}
.intl-tel-input input {text-indent:40px;width:100%!important;}

#error-msg {
  color: red;
  font-size: 11px;
  clear: left;
  float: left;  
}

/* .bottom is a default class of bootstrap's popover but is also used in purdue default, overwriting styles here */
.popover {
  padding: 10px;
  background-color: #DDB945;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px !important;
  font-size: 14px;
}

.popover.left {
  left: 20!important;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, 
.bs-popover-bottom>.arrow::after {
    border-bottom-color: #DDB945;
}

/* FOOTER */
footer {
    padding: 1.68rem 15px !important;
    text-align: center;
    background-color: #2e2e2e!important;
    color: #c4bfc0;
    font-size: .9375rem;
}
footer p {
    margin: 0;
}

footer a {
    color: #c4bfc0 !important;
    text-decoration: underline !important;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #ebd99f !important;
}

/* Corporate Pricing */
.corp-pricing {
    display: block;
    background: #d1eaeb;
    color: #333;
    padding: 20px;
    margin: 10px 0;
    text-shadow: 0 0 1px #fff;
    border: 1px dashed #5B6870;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
    .page-header-nav {
        flex: 1 0 46.666667%;
        max-width: 47.666667%
    }
}

@media (max-width: 1440px) {
    .features-box .feature {
        min-width: auto;
        max-width: 170px;
    }
}

/* Large Displays */
@media (max-width: 1199px) {
    .video-wrap {
        height: 400px;
    }
    .video-loop {
        position: relative;
        overflow: hidden;
    }
    .wistia_responsive {
        position: absolute !important;
        top: 0;
        width: 100%;
    }
    .video-headline {
        bottom: 200px; 
    }
    .video-headline h1 {
        font-size: 50px;
        margin-bottom: 10px;
        margin-left: -3px;
    }
    .video-headline h2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    
    /* Image Hero Background */
    .hero-wrap {
        padding-bottom: 30px;
    }
    .hero-wrap .hero-content {
        height: 370px;
    }
    .hero-wrap .hero-content h1 {
        font-size: 50px;
        margin-bottom: 10px;
        margin-left: -3px;
    }
    .hero-wrap .hero-content h2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    
    .form-section,
    .content-section,
    .testimonial-section,
    .features-section,
    .about-row {
        padding: 4rem 0;
    }

    .form {
        margin-top: auto;
    }
	
    .info-step1-header, 
    .info-step2-header, 
    .info-step3-header {    
		width:100%!important;
		background-size: contain!important;
	}

	.tabsContainer ul.nav li a{
        font-size:14px;
    }
    .student-testimonial-block {
        min-height: 230px;
    }
    .features-box .feature {
        min-width: auto;
        max-width: 170px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .page-header .program-title {
        font-size: 18px;
    }
	.header-buttons {
        margin-top: 0;
		margin-bottom: 10px;	
		float: none;
		text-align:center;
	}
	.tabsContainer ul.nav li a {
        font-size:16px;
    }
}

@media (max-width: 992px) {
    .tabsContainer ul.nav li a {
        border-right: 0px solid #fff!important;
        border-bottom: 1px solid #fff!important;
    }
    .student-testimonial-block {
        min-height: auto;
    }
    .left-col-content {
        padding-right: 0;
    }
    .features-box .feature {
        max-width: 125px;
    }
}
 
@media (max-width: 767px) {
    .wistia_responsive {
        width: 125%;
    }	
	.btn {
        width:100%;
        margin: 3px 0;
    }
    .page-header-nav {
        text-align: center;
        padding: 0 0 15px;
    }
    .page-header-nav a {
        letter-spacing: .5px;
        padding: 12px 0 11px;
        width: 47%;
    }
	#syndicate_form .contact-fields, 
    #syndicate_form .name-fields,
	#rfi_form .input-wrap {
        width: 100%;
    }
	#syndicate_form .contact-fields .fields, 
    #syndicate_form .name-fields .fields {
        width: 98%; 
        float: left; 
        margin-right: 2%;
    }
    .student-testimonial-block {
        min-height: auto;
    }
    .form-section, 
    .content-section, 
    .testimonial-section, 
    .features-section, 
    .about-row {
        padding: 3rem 0;
    }
    .features-box {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .features-box .feature {
        width: 100%;
        max-width: 33%;
    }
    .features-box .feature:nth-child(4),
    .features-box .feature:nth-child(5) {
        margin-top: 25px;
    }

}

@media (max-width: 640px) { 
	.info-step1-header, 
    .info-step2-header, 
    .info-step3-header {
        height: 50px
    }
	.fields {
        width:100%;
    }
	.checkbox-wrap {
        float: left;
        width:100%;
        margin-top:4px;
    }
	.submit_y {  
		padding: 15px 50px;  
		float: right;	
	}
	/* hero */
	h1 {font-size: 2.3em;line-height: 1em;	}
    .tab-content {
        padding: 20px 15px 15px;
    }
    .form {
        padding: 5px 20px 20px;
    }
}

@media (max-width: 580px) {
    .wistia_responsive {
        width: 170%;
        left: -25%;
    }
    .video-headline {
        bottom: 300px;
    }
    .features-box .feature {
        max-width: 100%;
        margin-top: 25px;
    }
    .features-box .feature:nth-child(1) {
        margin-top: 0;
    }
}

@media (max-width: 506px) {
    .pre-header {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .page-header .program-title {
        font-size: 18px;
    }
	.submit_y {padding: 15px 20px;}
	#backButton {float: left;width: 20%;}
	#continueBtn {padding: 15px 50px;}
	#backBtn {padding: 8px 20px;}

	/* Hero */
	h1 {font-size: 2em;line-height: 1em;}
}

@media (max-width: 375px) { 
    .wistia_responsive {width: 200%;left: -40%;}
    .video-headline {bottom: 295px;}
}

@media (max-width: 320px) { 
	h1 {font-size: 1.8em;line-height: 1em;}
	h2 {font-size: 1.2em;line-height: 1em;}	

	.submit_y {padding: 15px 10px;}
	#backButton {float: left;width: 20%;}
	#continueBtn {padding: 15px 30px;}
	#backBtn {padding: 8px 5px;}
}

/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .name-fields label, .ie8 .name-fields label, .ie9 .name-fields label, .ie7 .contact-fields label, .ie8 .contact-fields label, .ie9 .contact-fields label {display:block!important;}

.ie7 .name-fields .required-ast-nolabel, .ie8 .name-fields .required-ast-nolabel, .ie9 .name-fields .required-ast-nolabel, .ie7 .contact-fields .required-ast-nolabel, .ie8 .contact-fields .required-ast-nolabel, .ie9 .contact-fields .required-ast-nolabel {display:none!important;}
