@charset "ISO-8859-1";

*,*:before,*:after {
	box-sizing: border-box;
}
html {
	background-color: #383F42;
}

body {
	background: #FFF !important;
	/* Match the extjs styling so it doesn't blink from one size to the next while loading */
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana,
		sans-serif;
}
.body-wrapper {
  background-color: #383F42;
  overflow-x: hidden;
  min-height: 350px;
  position: relative;
}
.body-wrapper:before {
  content: "";
  background-image: url("/static/images/wfs_10_new/vctr.491.background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 325px;
}

h1 {
	color: black;
	font-size: 30px;
	line-height: 34px;
}

h2 {
	color: black;
	font-size: 24px;
	line-height: 28px;
}

.center {
	text-align: center;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	clear: both;
}

a,a:link,a:visited,a:active,a:hover {
	color: #34aadc;
	text-decoration: none;
}

a:hover {
	color: #249ed2;
}

.header-wrapper {
	background-color: transparent !important;
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;	
}

.footer-wrapper {
	background-color: #383F42 !important;
	text-align: center;
}

@media (min-width: 1025px) {
	.footer-wrapper {
	    text-align: left;
	}
}

.footer-wrapper .content-wrapper {
	border-top: 1px solid white;
    max-width: 984px;
}

.footer-wrapper footer {
	display: flex;
	justify-content: space-evenly;
    padding: 42px 200px;
}

.footer-wrapper .footer-section {
	text-align: left;
}
.footer-wrapper .footer-section a, .footer-wrapper .footer-section a:link, .footer-wrapper .footer-section a:visited {
  display: inline;
  font-size: 11px;
  padding: 0;
}

@media (max-width: 1024px) {
  .footer-wrapper footer {
    flex-direction: column;
    padding: 19px 20px;
  }
}

@media (max-width: 1024px) {
  .footer-wrapper .footer-section:first-child a {
    display: block;
    margin-bottom: 17px;
  }
}

.content-wrapper {
	max-width: 1024px;
	text-align: left;
	margin: 0 auto;
}

.body-wrapper .content-wrapper {
	padding: 20px;
	font-size: 18px;
	line-height: 26px;
}

.header {
	background-color: transparent !important;
	-webkit-font-smoothing: antialiased;
	height: 4em;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	transition: height 0.5s;
}

.header.open {
	height: 272px;
}

.menu-list {
	text-align: left;
}

.hamburger-menu {
	width: 4em;
	height: 4em;
	display: block !important;
	position: absolute;
	top: 0;
	right: 0;
}

.hamburger-menu .bar {
	background-color: white;
	display: block;
	width: 1.75em;
	height: 2px;
	border-radius: 100px;
	position: absolute;
	top: 30px;
	right: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.hamburger-menu .bar:first-child {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.hamburger-menu.x .bar {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger-menu.x .bar:first-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pure-menu-heading,.pure-menu-link,a.pure-menu-heading,a.pure-menu-link
{
	color: white;
	font-weight: bold;
	margin: 0;
}

.pure-menu-heading {
	font-size: 1.5em;
	padding: 1em 20px 1em 50px;
	position: relative;
	color: white;
}
@media (max-width: 1024px){
	.pure-menu-heading {
		font-size: 13px;
		padding-top: 16px;		
	}
}
.pure-menu-link {
	font-size: 1.2em;
	padding: 1.15em 20px;
}
#menu {
    position: relative !important;
}
#menu .pure-u-md-1-3,#menu .pure-u-md-2-3 {
	width: 100% !important;
}

/* French is longer; need more room for the titles */
.fr_CA .pure-menu-link {
	padding: 1.15em 10px;
}

.open .pure-menu-item {
	background-color: #249ed2;
	border-bottom: 1px solid #34aadc;	
}
#messages > .error:not(#error_messages) {
  margin-bottom: -190px;
  margin-top: 190px;
}

.logo {
	height: 30px;
	width: 30px;
	vertical-align: middle;
	position: absolute;
	top: .5em;
	left: 10px;
}

.pure-menu-active>.pure-menu-link,.pure-menu-link:hover,.pure-menu-link:focus
{
/* 	background-color: #eee; */
	background-color: transparent;
/* 	color: #34aadc; */
}

footer {
	color: #34aadc;
	font-size: 1.1em;
	padding: 15px;
}

.footer-section {
	text-align: center;
}

.footer-section:first-child a {
	color: #34aadc !important;
}
.footer-section:last-child a {
	color: white !important;
}
.footer-section a,.footer-section a:link,.footer-section a:visited,.footer-section a:active,.footer-section a:hover
{
	display: inline-block;
	padding: 5px;
	font-size: 11px;
}

.initial-main-header {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1025px) {
  .initial-main-header {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .initial-main-header {
    margin-left: auto;
    margin-top: 48px;
    text-align: right;
    max-width: 280px;
  }
}
.funnel-main-form .initial-main-header {
  display: none;
}
@media (min-width: 1025px) {
  funnel-main-form .initial-main-header {
    display: none;
  }
}
.funnel-main-form .cro-543 {
  display: none;
}
@media (min-width: 1025px) {
  funnel-main-form .cro-543 {
    display: none;
  }
}

.initial-main-header p {
  color: white !important;
  font-size: 64px;
  margin: 0;
}
@media (max-width: 1024px) {
  .initial-main-header p {
    font-size: 48px;
  }
}
.initial-main-header p:first-child {
  color: #84F2E5 !important;
}

.cro_subheadline,.cro_headline {
	color: #485f73;
}

.cro_subheadline {
	color: white !important;
    font-family: "Open Sans", sans-serif;
	font-size: 30px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 50px;	
}
@media (max-width: 1024px) {
	.cro_subheadline {
	font-size: 24px;
	line-height: 1.21;
	margin-bottom: 17px;
	text-align: left;
	}
}

.applyBoxRight {
	border: 3px solid #d1eefc;
	border-radius: 20px;
	clear: right;
	float: right;
	padding: 10px 20px 20px 20px;
	margin: 0 0 20px 20px;
	text-align: center;
	width: 45%;
}

.middleBoxOuter {
	border-radius: 20px;
	border: 3px solid #d1eefc;
	margin-top: 20px;
	padding: 15px;
	display: none !important;
}
.middleBoxWrapper {
	display: table;
}

.middleBoxes {
	height: 100%;
	text-align: center;
	width: 33%;
	display: table-cell;
}

.middleBoxes.one {
	padding: 10px 20px 10px 10px;
}

.middleBoxes.two {
	padding: 10px 20px 10px 20px;
}

.middleBoxes.three {
	padding: 10px 10px 10px 20px;
}

.middleBoxes a,.middleBoxes a:visited,.middleBoxes a:hover,.middleBoxes a:link,.middleBoxes a:active
	{
	color: #000;
}

.middleBoxes.borderRight {
	border-right: 2px solid #eee;
}

#applicationFormB h1 span.cro_subheadline {
    font-family: 'Open Sans';
    font-size: 18px;
    color: black;
    letter-spacing: 0px;
    font-weight: normal;
}

@media ( min-width : 1024px) {
	.applyBoxFooter {
		display: none; !important
	}
}
@media ( max-width : 1024px) {
	.applyBoxRight {
		display: none;
	}
}
/* Application Form */
#applicationForm {
	text-align: center;
}

.applicationFormWrapper {
	margin: 0 auto;
}

.applicationSectionWrapper .applicationSection {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}

.applicationSectionHeader .applicationField {
    color: white;
}

.applicationField {
	clear: both;
	padding: 5px 0;
	line-height: 22px;
	color: #3c3c3c;
	font-weight: 500;
	font-size: 18px;
	margin: 0;
}

.applicationField label {
	margin: 10px 0;
	display: block;
/* 	color: white !important; */
    font-family: "Open Sans", sans-serif;	
}

.applicationField .inputWrapper select,.applicationField .inputWrapper input
	{
	border: none;
	background: none;
	color: black;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500
}

.applicationField .inputWrapper.icon {
	padding: 13px 13px 13px 54px;
	border: 1px solid #3c3c3c;
}

.applicationField .inputWrapper .radioButton input {
	width: auto;
	margin: 0 10px 0 0;
}

#applicationFormB .applicationField .inputWrapper.icon {
  	padding: 13px;
}
#applicationFormB .applicationField .inputWrapper select,.applicationField .inputWrapper input {
  	font-size: 15px; !important;
}

.applicationSection {
	position: relative;
	text-align: left;
}

.applicationSection .mask {
	display: none;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -999;
	background-color: #EEE;
}

.applicationOpenings {
/* 	padding-top: 25px; */
}
.applicationOpenings div {
	position: relative;
/* 	padding-bottom: 45px; */
}
.applicationOpenings h1 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
	height: 100px;
	color: white !important;
	font-family: "Open Sans", sans-serif;	
}

@media all and (max-width: 1024px) {
	.applicationOpenings h1 {
		font-size: 23px;
		line-height: 1.13;
/* 		padding-top: 30px; */
    }
/*     .applicationOpenings div { */
/* 		padding-bottom: 30px; */
/* 	} */
}

.hidden {
	display: none;
}

.hidden.finished {
	display: none !important;
}

.applicationSection.finished .mask {
	display: block;
	z-index: 999;
}

.progress {
	position: relative;
	margin: 0 auto 15px auto;
	border: 1px solid #000;
	height: 40px;
}

.progress .progressInner {
	position: relative;
	height: 100%;
	background-color: #eee;
}

.progress .progressText {
	position: absolute;
	height: 40px;
	line-height: 30px;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 5px 10px;
	overflow: hidden;
}

div.error>ul,div.warn>ul,div.confirm>ul {
	margin: 0;
	padding: 0;
}

div.error>ul>li,div.warn>ul>li,div.confirm>ul>li {
	list-style: none;
	margin: 5px;
	padding: 5px;
}

div.error>ul>li {
	color: white;
	background-color: red;
}

div.warn>ul>li {
	color: white;
	background-color: orange;
}

div.confirm>ul>li {
	color: white;
	background-color: green;
}

.fields {
	padding: 0 1%;
}

.fields.age {
	margin-top: 16px;
	margin-bottom: 16px;
}

.applicationField.fieldError .inputWrapper input,.applicationField.fieldError .inputWrapper select,.applicationField.fieldError .inputWrapper input:focus,.applicationField.fieldError .inputWrapper select:focus
	{
	color: red;
}

.applicationField.fieldError .inputWrapper.icon {
	border: 3px solid red;
}

.applicationField.fieldError .radioButton label,.applicationField.fieldError .radioButton div,.applicationField.fieldError .radioButton p
	{
	color: red
}

.applicationField .error>ul>li {
	background: none;
	color: red;
}

.applicationField .warn>ul>li {
	background: none;
	color: orange;
}

.applicationField .confirm>ul>li {
	background: none;
	color: green;
}

.applicationField input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

#zip,#zip:focus {
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#firstName,#lastName,#firstName:focus,#lastName,#birthdate,#birthdateWFS:focus {
	background-color: #FFF;
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.applicationFieldBD {
	text-align: center;
}

#email,#email:focus {
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone,#phone:focus {
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#firstName,
#lastName,
#email,
#phone,
#birthdate,
#birthdateWFS {
	padding-left: 13px;
	border-color: #cfcfcf;
}
	
.radioButton {
	margin-bottom: 10px;
}

/* hide input */
input.radio:empty {
	display: none;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	line-height: 30px;
	padding-left: 50px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	content: '';
	width: 30px;
	height: 30px;
	padding: 5px;
	background: #D1D3D4;
	padding: 5px;
}

/* toggle hover */
input.radio:hover:not (:checked) ~ label:before {
	content: '\2714';
	line-height: 20px;
	text-indent: 3px;
	color: #C2C2C2;
}

input.radio:hover:not (:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked     ~ label:before {
	content: '\2714';
	line-height: 20px;
	text-indent: 3px;
	background-color: #d1d3d4;
	color: black;
}

input.radio:checked     ~ label {
	color: #777;
}

/* radio focus */
input.radio:focus     ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

.buttons {
	text-align: center;
}

button.submitButton,button.backButton,button.backButtonWrapper {
	margin: 10px 1%;
	padding: 10px;
	width: 98%;
	background-color: #ff5e3a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5e3a),
		to(#ff2a68));
	background-image: -webkit-linear-gradient(#ff5e3a, #ff2a68);
	background-image: linear-gradient(#ff5e3a, #ff2a68);
	background: #ff5e3a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5e3a),
		to(#ff2a68));
	background: -webkit-linear-gradient(#ff5e3a, #ff2a68);
	background: linear-gradient(#ff5e3a, #ff2a68);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

button.submitButton {
	float: right;
	background-color: #34AADC;
	background-image: none;
	border: 1px solid #34AADC;
	border-radius: 5px;
	color: white;	
}

button.backButton,button.backButtonWrapper {
	float: left;
}

button.submitButton.full,button.backButton.full,button.backButtonWrapper.full
{
	width: 98%;
}

button.submitButton.split,button.backButton.split,button.backButtonWrapper.split
{
	width: 48%;
}
.submitButtonMessage{
	text-align:center;
	font-size:14px;
	margin:.5em 0;
}

#email_override {
	color: red;
	margin: 10px 15px 20px 15px;
}

/** CRO metric note from manager css **/
.managers-note {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	background-color: #383F42;
	border: none;
	color: white;
	margin-bottom: 35px;
	padding: 26px 0;
	position: relative;
}
.managers-note:before {
  content: "";
  background-color: #383F42;
  position: absolute;
  top: 0;
  left: -50vw;
  height: 100%;
  width: 200vw;
}
.managers-note > * {
  position: relative;
}
.managers-note h3 {
	color: white;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
@media (max-width: 1024px) {
	.managers-note h3 {
		cursor: pointer; }
}
.managers-note h3 span {
	background-color: #FED766;
	color: #4D575C !important;
	transform: scaleY(-1);
	border-radius: 10px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 6px;
	line-height: 15px;
	position: relative;
	bottom: 1px;
	font-size: 12px;
	text-align: center;
}
.managers-note p {
	color: white !important;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
	margin: 0; 
}
.managers-note p:last-child {
	font-style: italic;
	margin-top: 18px; 
}

/** Progress bar from CROMetrics **/
.progress-indicator {
	list-style: none;
	padding: 0;
	margin: 20px auto 0 auto;
	position: relative;
	display: table;
	width: 100%;
	min-width: 280px;
	max-width: 500px;
}
.progress-indicator > li {
	display: table-cell;
	position: relative;
	width: 33%;
	text-align: center;
	vertical-align: top;
}
.progress-indicator > li .pi-number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	line-height: 50px;
	background: #cee8f3;
	background-color: #cee8f3;
	margin: 0 auto;
	z-index: 10;
}

.progress-indicator > li:before {
	content: '';
	display: block;
	width: calc(100% - 29px);
	height: 10px;
	background: inherit;
	background-color: #cee8f3;
	position: absolute;
	right: 50%;
	top: 20px;
	float: left; 
	margin-left: 29px;
	z-index: 0;
}

.progress-indicator .pi-label {
	color: #34aadc;
	overflow: hidden;
}

.progress-indicator > li.pi-1:before {
	display: none;
}

.step1 .progress-indicator .pi-1 .pi-number {
	background: #34AADC;
	background-color: #34aadc;
}

.step2 .progress-indicator .pi-1 .pi-number,.step2 .progress-indicator .pi-2 .pi-number {
	background: #34AADC;
	background-color: #34aadc;
}

.step3 .progress-indicator .pi-1 .pi-number,.step3 .progress-indicator .pi-2 .pi-number,.step3 .progress-indicator .pi-3 .pi-number
{
	background: #34AADC;
	background-color: #34aadc;
}

.blog-button {
	margin: 10px 1%;padding: 10px;
    background-color: #ff5e3a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5e3a),
 to(#ff2a68));
    background-image: -webkit-linear-gradient(#ff5e3a, #ff2a68);
    background-image: linear-gradient(#ff5e3a, #ff2a68);
    background: #ff5e3a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5e3a),
 to(#ff2a68));
    background: -webkit-linear-gradient(#ff5e3a, #ff2a68);
    background: linear-gradient(#ff5e3a, #ff2a68);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
}

.read-more a {
	color: white;
}

.posted-on {
	background-color: #34aadc;
	color: white;
	padding: 10px;
	font-size: 16px;
}

.tags {
	background-color: #d1eefc;
    padding: 5px 10px 5px 10px;
    color: white;
    border-radius: 4px;
    margin: 5px 2px 0px 2px;
    display: inline-block;
}

.pages {
	text-align: center;
}

.pages span {
	padding: 0px 3px 0px 3px;
}

.pages span:hover {
	background-color:#d1eefc;
	padding: 5px;
}

.current-page a{
	color: white;
	background-color: #34aadc;
	padding: 5px;
	font-size: 18px;
}

.side-container {
	width: 98%;
	margin: 20px auto;
	border: solid 3px #d1eefc;
	border-radius: 20px;
	padding: 0px 20px 20px 20px;
}

.blog-search {
	width: 70%;
	height: 36px;
	padding-left: 10px;
	border: 1px solid #D3D3D3;
}

.search-blog-button {
	width: 25%;	
	margin: 0px;
}

.inner-popular-post {
	border-bottom: solid 1px #485f73;
	padding: 10px 0 10px 0;
}

.inner-popular-post h3 {
	margin: 0;
}

.inner-popular-post h3 a{
	margin: 0;
}

.author-side {
	margin-top: -30px;
}

.tag-list-item {
	background-color: #d1eefc;
    padding: 5px 10px 5px 10px;
    color: white;
    border-radius: 4px;
    margin: 5px 2px 0px 2px;
    display: inline-block;
}

.pop-post h2 {
	margin-bottom: 0px;
}

.rss {
	margin-top: 20px;
	border-top: solid 1px #485f73;
	padding-top: 10px;
}

.post-featured-image img {
	width: 100%;
    height: auto;
}

.blog-container {
	margin-top: 10px;
}

.blog-container img {
	max-width: 100%;
	display: block;
	margin: 0px auto 10px auto;
}

.blog-container iframe {
	width: 100% !important;
}

.post-bio-img {
	width: 150px;
	margin-left: calc(50% - 75px);
	border-radius: 100px;
	max-height: 150px;
}

.text-center {
	text-align: center;
}

.bio-section {
	border: 3px solid #d1eefc;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
}

.width98 {
	width: 95%;
	margin: auto;
}

.blue-border {
	border: 3px solid #d1eefc;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
}

.a2a_svg, .a2a_count { 
	display: block !important;
}

/* pure-hidden-xs */
@media screen and (max-width:567px) {
    .pure-visible-sm{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-xs{display:none}
}
/* pure-hidden-sm */
@media screen and (min-width:568px) and (max-width:767px) {
    .pure-visible-xs{display:none}
    .pure-visible-md{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-sm{display:none}
}
/* pure-hidden-md */
@media screen and (min-width:768px) {
    .pure-visible-xs{display:none}
    .pure-visible-sm{display:none}
    .pure-visible-lg{display:none}
    .pure-visible-xl{display:none}
    .pure-hidden-md{display:none}
}

@media all and (max-width: 600px) {
	button.submitButton.split.full,button.backButton.split.full,button.backButtonWrapper.split.full
	{
		width: 98%;
	}
}

@media only screen and (max-width: 1024px) {
	.applicationSectionWrapper .applicationSection {
		width: auto;
	}
}

@media all and (max-width: 1024px) {
	.hideMeMobile {
		display: none !important;
	}
}

@media all and (min-width: 1025px) {
	.applicationSectionWrapper.current .applicationSection.hidden {
		display: block !important;
	}
	.hideMeDesktop {
		display: none !important;
	}
	.applicationSectionWrapper.current .showMeDesktop {
		display: block !important;
	}
	.applicationSectionWrapper.current button.showMeDesktop {
		display: inline !important;
	}
	.applicationSection.finished .mask {
		display: none;
		z-index: -999;
	}
	.step1,.step2,.step3 {
		display: none;
	}
}

/* cro added .vctr-491 */
.applicationSectionHeader .section-margin {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media all and (max-width: 425px) {
  .applicationSectionHeader .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.applicationSectionHeader .hero.section-margin {
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .applicationSectionHeader .hero.section-margin {
    margin-bottom: 0;
/*     margin-top: 50px; */
  }
}
.applicationSectionHeader .hero .form-section {
	max-width: 730px;
}

@media (min-width: 1025px)
.applicationSectionHeader .hero .cro_headline {
    margin-top: 80px;
}
.applicationSectionHeader .hero .cro_headline {
	font-family: "Open Sans", sans-serif;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: white;
	letter-spacing: 0px;
	margin-bottom: 120px;
	margin-top: 5px;
}
.applicationSectionHeader .hero .cro_headline p:first-child {
    color: #84F2E5 !important;
}
.applicationSectionHeader .hero .cro_headline p {
    color: white !important;
    font-size: 64px;
    margin: 0;
}

.applicationSectionHeader .hero .cro_headline > .cro_subheadline {
  /* (even if you don't have experience): */
  font-family: 'Open Sans';
  font-size: .48em;
  color: black;
  letter-spacing: 0px;
}
.applicationSectionHeader .hero .form-section {
  max-width: 730px;
  margin: auto;
}
@media (min-width: 1025px) {
/* 	.applicationSectionHeader:nth-child(3) .hero .form-section { */
	.applicationSectionZip .hero .form-section {
	    max-width: 300px;
	}
}
.applicationSectionHeader .hero .submitButton {
  /* CTA Button: */
	background-image: none;
	border: 1px solid #34AADC !important;
	border-radius: 23px !important;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding: 13px 16px;
	text-align: center;
	text-transform: uppercase;
	background-color: #34AADC;
	color: white;
}
@media (max-width: 1024px) {
	.applicationSectionHeader .hero .submitButton {
		float: left;
		max-width: 218px;
	}
}

.applicationSectionHeader .hero #zip {
  background: #FAFAFA !important;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  padding: 13px 18px;  
}
.applicationSectionHeader .hero #zip input {
  /* Enter your zip code: */
  font-family: 'Open Sans';
  font-size: 15x;
  color: #707070;
  letter-spacing: 0px;
}
@media all and (max-width: 400px) {
	.applicationSectionHeader .hero #zip input {
		font-size: 15px;
	}
}
@media all and (max-width: 425px) {
  .applicationSectionHeader .hero .cro_headline {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.applicationSectionHeader .description .middleBoxOuter {
  border: none;
  padding: 0;
}
.applicationSectionHeader .description .borderRight {
  border: none;
  margin-right: 20px;
}
.applicationSectionHeader .description .middleBoxWrapper {
  display: flex;
}
.applicationSectionHeader .description .middleBoxes {
  position: relative;
  padding: 0 0 0 90px;
  display: block;
  margin-bottom: 60px;
  width: 100%;
}
.applicationSectionHeader .description .middleBoxes img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
.applicationSectionHeader .description .middleBoxes h2, .applicationSectionHeader .description .middleBoxes p {
  text-align: left;
}
.applicationSectionHeader .description .middleBoxes h2 {
  /* VECTOR MARKETING (Minor Headlines) */
  font-family: 'Open Sans', Bold;
  font-size: 15px;
  color: #485F73;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4em;
}
.applicationSectionHeader .description .middleBoxes p {
  /* Started in 1981, Vec (Minor Copy) */
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 1.4em;
  color: #707070;
  margin: 5px 0;
}

/* cro styling for second question lofi*/
.q2-applicationSection .hero .form-section {
    max-width: 730px;
    font-weight: 500;
}
.q2-applicationSection .form-section .cro-q1-radio {
    text-align: center;
    max-width: initial;
}
.q2-applicationSectionHeader .hero.section-margin {
    margin-top: 120px;
    margin-bottom: 52px;
}
.paq2 {
	font-size: 20px;
	font-weight: 700;
}	
.paq22 {
	font-size: 16px;
}

@media all and (max-width: 1024px) {
  .applicationSectionHeader .description {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .applicationSectionHeader .description .middleBoxWrapper {
    flex-flow: wrap;
  }
}

.cro-q1-radio {
	max-width: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: 0px
}
.cro-q1-radio label {
    display: inline-block;
}

.paq-label {
    margin-bottom: 10px;
   	text-align: center;
    width: 100%;
	font-size: 30px;
    font-weight: normal;
    line-height: 1.6;    
	
}

.applicationField .paq-yes-label{
	background-image: none;
    border: 1px solid #34AADC !important;
    border-radius: 23px !important;
    font-size: 15px	!important;
    font-weight: bold;
    line-height: 20px;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    min-width: 111px;    
    background-color: #34AADC;
    color: white !important;
	
}

.applicationField .paq-no-label{
	background-image: none;
    border: 1px solid #34AADC !important;
    border-radius: 23px !important;
    font-size: 15px	!important;
    font-weight: bold;
    line-height: 20px;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    min-width: 111px;    
    color: #34AADC !important;
}

.cro-q1-radio .radioButton {
    position: relative;
    display: inline-block;
    cursor: pointer
}
.cro-q1-radio .radioButton:first-of-type {
    margin-right: 15px
}
.cro-q1-radio .radioButton label {
    cursor: pointer;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
.cro-q1-radio .radioButton input {
    display: none;
}

.cro-q1-radio .croalign {
  text-align: center;
}

@media (max-width: 1024px) {
	.cro-q1-radio .croalign {
		text-align: left;
	}
	.paq-label {
		font-size: 24px;
		font-weight: 300;
		line-height: 1.21;
		margin-top: 20px;
		text-align: left;
	}
}
@media (max-width: 374px) {
	.cro-543 {
	    width: 100%;
	    color: #fff;
	    z-index: 999999;
	    position: absolute;
	    font-weight: bold;
	    font-size: 13px;
	    text-align: center;
	    text-transform: none;
	    left: 0;
	}
}
@media (min-width: 375px) {
	.cro-543 {
	    width: 100%;
	    color: #fff;
	    z-index: 999999;
	    position: absolute;
	    font-weight: bold;
	    font-size: 15px;
	    text-align: center;
	    text-transform: none;
	    left: 0;
	}
}
/* cro added .vctr-591 */
@media (max-width: 1023px) {
	.cro610-headline {
	    font-size: 18px;
	}
}
.cro610-headline {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 16px 0;
    margin: 0;
    position: relative;
}	

@media (min-width: 1025px) {
  .applicationSectionWrapper.applicationWrapper.current .applicationSection {
    width: 646px;
  }
}
.applicationSectionWrapper.applicationWrapper.current > div:first-child, .applicationSectionWrapper.applicationWrapper.current .applicationSection > div:first-child,
.applicationSectionWrapper.managerWrapper.current > div:first-child {
  position: relative;
}
.applicationSectionWrapper.applicationWrapper.current > div:first-child h1, .applicationSectionWrapper.applicationWrapper.current .applicationSection > div:first-child h1,
.applicationSectionWrapper.managerWrapper.current > div:first-child h1 {
  color: white;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
  height: 100px;
}
@media (max-width: 1024px) {
  .applicationSectionWrapper.applicationWrapper.current > div:first-child h1, .applicationSectionWrapper.applicationWrapper.current .applicationSection > div:first-child h1,
  .applicationSectionWrapper.managerWrapper.current > div:first-child h1 {
    font-size: 23px;
    line-height: 1.13;
  }
}
.applicationSectionWrapper.managerWrapper.current .managers-note {
  background-color: #383F42;
  border: none;
  color: white;
  margin-bottom: 35px;
  padding: 26px 0;
  position: relative;
}
.applicationSectionWrapper.managerWrapper.current .managers-note:before {
  content: "";
  background-color: #383F42;
  position: absolute;
  top: 0;
  left: -50vw;
  height: 100%;
  width: 200vw;
}
.applicationSectionWrapper.managerWrapper.current .managers-note > * {
  position: relative;
}
.applicationSectionWrapper.managerWrapper.current .managers-note h3 {
  color: white;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.applicationSectionWrapper.managerWrapper.current .managers-note h3 span {
  background-color: #FED766;
  color: #4D575C !important;
  transform: scaleY(-1);
}
.applicationSectionWrapper.managerWrapper.current .managers-note p:last-child {
  margin-top: 18px;
}
@media (min-width: 1025px) {
  .applicationSectionWrapper.applicationWrapper.current .fields {
    padding: 0;
  }
}
.applicationSectionWrapper.applicationWrapper.current .fields:not(.age) {
  margin-bottom: 6px;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .applicationSectionWrapper.applicationWrapper.current .fields:not(.age) {
    display: flex;
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .applicationSectionWrapper.applicationWrapper.current .fields:not(.age) .applicationField {
    flex-basis: 50%;
  }
  .applicationSectionWrapper.applicationWrapper.current .fields:not(.age) .applicationField:first-child {
    margin-right: 30px;
  }
}
.applicationSectionWrapper.applicationWrapper.current #firstName, .applicationSectionWrapper.applicationWrapper.current #lastName, .applicationSectionWrapper.applicationWrapper.current #email, .applicationSectionWrapper.applicationWrapper.current #phone, .applicationSectionWrapper.applicationWrapper.current #birthdate, .applicationSectionWrapper.applicationWrapper.current #birthdateWFS {
  background-color: white !important;
}
.applicationSectionWrapper.applicationWrapper.current #firstName input, .applicationSectionWrapper.applicationWrapper.current #lastName input, .applicationSectionWrapper.applicationWrapper.current #email input, .applicationSectionWrapper.applicationWrapper.current #phone input, .applicationSectionWrapper.applicationWrapper.current #birthdate input, .applicationSectionWrapper.applicationWrapper.current #birthdateWFS input {
  font-size: 16px;
}
.applicationSectionWrapper.applicationWrapper.current .applicationField label {
  color: #4D575C !important;
  font-size: 14px;
  line-height: 2.05;
  margin: 0;
  text-transform: uppercase;
}
.applicationSectionWrapper.applicationWrapper.current .radioButton label {
  font-size: 13px;
  line-height: 1.73;
  padding-left: 30px;
  text-transform: none;
}
.applicationSectionWrapper.applicationWrapper.current .fields.age .applicationField > label {
  margin-bottom: 10px;
}
.applicationSectionWrapper.applicationWrapper.current input.radio:empty ~ label:before {
  background-color: #FAFAFA;
  border: 2px solid #34AADC;
  border-radius: 11.5px;
  width: 20px;
  height: 20px;
  top: 2px;
}
.applicationSectionWrapper.applicationWrapper.current input.radio:checked ~ label:before {
  content: "";
  background-color: #34AADC;
}
.applicationSectionWrapper.applicationWrapper.current .buttons {
  text-align: left;
}
.applicationSectionWrapper.applicationWrapper.current .submitButtonMessage {
  color: black;
  width: 280px;
}
@media (max-width: 1024px) {
  .applicationSectionWrapper.applicationWrapper.current .submitButtonMessage {
    width: 100%;
  }
}
.applicationSectionWrapper.applicationWrapper.current .progress-indicator > li .pi-number {
  background-color: #cee8f3;
}
.applicationSectionWrapper.applicationWrapper.current .step1 .progress-indicator .pi-1 .pi-number, .applicationSectionWrapper.applicationWrapper.current .step2 .progress-indicator .pi-1 .pi-number, .applicationSectionWrapper.applicationWrapper.current .step2 .progress-indicator .pi-2 .pi-number, .applicationSectionWrapper.applicationWrapper.current .step3 .progress-indicator .pi-1 .pi-number, .applicationSectionWrapper.applicationWrapper.current .step3 .progress-indicator .pi-2 .pi-number, .applicationSectionWrapper.applicationWrapper.current .step3 .progress-indicator .pi-3 .pi-number, .step2 .pi-2:before, .step3 .pi-2:before, .step3 .pi-3:before {
  background-color: #34aadc;
}
.applicationSectionWrapper.applicationWrapper.current .progress-indicator .pi-label {
  color: #34aadc;
  font-size: 16px;
}
.applicationSectionWrapper.applicationWrapper.current .submitButton, .applicationSectionWrapper.managerWrapper.current .submitButton {
  background-image: none;
  border: 1px solid #34AADC !important;
  border-radius: 23px !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #34AADC;
  color: white;
  float: none;
  margin-left: 0;
  width: 280px;
}
@media (max-width: 1024px) {
  .applicationSectionWrapper.applicationWrapper.current .submitButton, .applicationSectionWrapper.managerWrapper.current .submitButton {
    width: 100%;
  }
}
.applicationSectionWrapper.birthdayWrapper.current {
  padding-top: 190px;
}
.applicationSectionWrapper.birthdayWrapper.current p {
  color: black !important;
}
.applicationSectionWrapper.birthdayWrapper.current .applicationField label, .applicationSectionWrapper.birthdayWrapper.current .applicationField .inputWrapper input {
  color: #4D575C !important;
}
.applicationSectionWrapper.birthdayWrapper.current .applicationField #birthdate input, .applicationSectionWrapper.birthdayWrapper.current .applicationField #birthdateWFS input {
  font-size: 16px;
}
.applicationSectionWrapper.birthdayWrapper.current .submitButton {
  background-image: none;
  border: 1px solid #34AADC !important;
  border-radius: 23px !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #34AADC;
  color: white;
}
.applicationSectionWrapper.birthdayWrapper.current .progress-indicator > li .pi-number {
  background-color: #cee8f3;
}
.applicationSectionWrapper.birthdayWrapper.current .step1 .progress-indicator .pi-1 .pi-number, .applicationSectionWrapper.birthdayWrapper.current .step2 .progress-indicator .pi-1 .pi-number, .applicationSectionWrapper.birthdayWrapper.current .step2 .progress-indicator .pi-2 .pi-number, .applicationSectionWrapper.birthdayWrapper.current .step3 .progress-indicator .pi-1 .pi-number, .applicationSectionWrapper.birthdayWrapper.current .step3 .progress-indicator .pi-2 .pi-number, .applicationSectionWrapper.birthdayWrapper.current .step3 .progress-indicator .pi-3 .pi-number {
  background-color: #34aadc;
}
.applicationSectionWrapper.birthdayWrapper.current .progress-indicator .pi-label {
  color: #34aadc;
}
.funnel-main-form .body-wrapper {
  background-color: white;
}
.funnel-main-form .body-wrapper:before {
  height: 190px;
}
.funnel-main-form .body-wrapper .content-wrapper {
  padding-bottom: 45px;
}
.funnel-main-form .footer-wrapper .content-wrapper {
  border-top: none;
}
.funnel-main-form .applicationSectionWrapper.applicationWrapper.current, .funnel-main-form .applicationSectionWrapper.managerWrapper.current {
  padding-top: 50px;
}
.funnel-applied .body-wrapper, .funnel-birthdaid .body-wrapper {
  background-color: white;
}
.funnel-applied .body-wrapper:before, .funnel-birthdaid .body-wrapper:before {
  height: 60px;
}
.funnel-applied .body-wrapper .content-wrapper, .funnel-birthdaid .body-wrapper .content-wrapper {
  padding-bottom: 45px;
  padding-top: 80px;
}
.funnel-applied p, .funnel-birthdaid p {
  color: black !important;
}
.funnel-applied h1, .funnel-birthdaid h1 {
  color: #4D575C !important;
}
.funnel-applied .footer-wrapper .content-wrapper, .funnel-birthdaid .footer-wrapper .content-wrapper {
  border-top: none;
}

/* @function scaleWithScreenSize($minVw, $maxVw, $minSize, $maxSize) { */
/*   $slope: calc(($maxSize - $minSize) / ($maxVw - $minVw)); */
/*   $yIntercept: calc(-1 * $minVw * $slope + $minSize); */

/*   @return #{'max(' + $minSize + 'px, min(' + $yIntercept + 'px + ' + calc($slope * 100) + 'vw, ' + $maxSize + 'px))'}; */
/* } */

/* cro added .vctr-725 */
@media(max-width: 1024px){
	#whiteTheme:not([class*=funnel-]){background-color:#fff}
	#whiteTheme:not([class*=funnel-]) .header-wrapper{z-index:1000000}
	#whiteTheme:not([class*=funnel-]) .applicationSectionHeader .section-margin{margin-top:80px}
	#whiteTheme:not([class*=funnel-]) #secondaryHeader div{text-align:left;color:rgba(0,0,0,0);position:relative}
	#whiteTheme:not([class*=funnel-]) #secondaryHeader div::after{position:absolute;left:0;content:"No experience necessary. Apply in 1 minute";color:#fff}
	#whiteTheme:not([class*=funnel-]) .initial-main-header{max-width:400px !important;margin-left:unset}
	#whiteTheme:not([class*=funnel-]) .initial-main-header p{font-size:max(42px, min(-22px + 20vw, 48px));text-align:left}
	#whiteTheme:not([class*=funnel-]) .body-wrapper,
	#whiteTheme:not([class*=funnel-]) .footer-wrapper{background-color:#fff !important}
	#whiteTheme:not([class*=funnel-]) #zip-submit-button-wfs{width:100%;max-width:unset}
	#whiteTheme:not([class*=funnel-]) .cro610-headline{color:#383f42 !important;text-align:left;font-size:max(15px, min(-1.8421052632px + 5.2631578947vw, 20px));}
	#whiteTheme:not([class*=funnel-]) .applicationField>label{color:#383f42 !important;text-align:left}
	#whiteTheme:not([class*=funnel-]) p.paq2{font-weight:400;text-align:left}
	#whiteTheme:not([class*=funnel-]) .inputWrapper{display:flex;flex-direction:column;justify-content:stretch;align-items:center}
	#whiteTheme:not([class*=funnel-]) .inputWrapper .radioButton{margin:0px;width:100%}
	#whiteTheme:not([class*=funnel-]) .inputWrapper .radioButton [for=preApplyQ1_no]{border:2px solid #34aadc !important}
	#whiteTheme:not([class*=funnel-]) .inputWrapper .radioButton label{width:100%;margin:8px 0px}
	#whiteTheme:not([class*=funnel-]) footer .footer-section:last-child a,
	#whiteTheme:not([class*=funnel-]) footer .footer-section:last-child span{color:#383f42 !important}
}
	
/* cro added .vctr-725v2 */
@media(min-width: 1025px){
	#whiteTheme:not([class*=funnel-]){background-color:#fff}
	#whiteTheme:not([class*=funnel-]) .header-wrapper{z-index:1000000}
	#whiteTheme:not([class*=funnel-]) .body-wrapper,
	#whiteTheme:not([class*=funnel-]) .footer-wrapper{background-color:#fff !important}
	#whiteTheme:not([class*=funnel-]) .cro610-headline{color:#383f42 !important}
	#whiteTheme:not([class*=funnel-]) .applicationField>label{color:#383f42 !important}
	#whiteTheme:not([class*=funnel-]) .footer-wrapper .content-wrapper{border-top:1px solid #000 !important}
	#whiteTheme:not([class*=funnel-]) footer .footer-section:last-child a,
	#whiteTheme:not([class*=funnel-]) footer .footer-section:last-child span{color:#383f42 !important}
}