@import url('../reset.min.css');

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

div, article, section, header, footer, nav, li {
	position: relative; 
}

.group:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden; /* For clearing */ 
}

::-moz-selection { 
	background: #ff0;
	color: #333;
}
::selection {
	background: #ff0;
	color: #333;
}

* {
	text-rendering: optimizeLegibility;
	outline: none!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:root {
	--mtsu-blue: #0066CC; 
	--mtsu-navy-blue: #1C2B59;
	--mtsu-light-blue: #59B6E6;
	--mtsu-pink: #D0146F;
}

/*******************************************
:--- General ---:
*******************************************/

body {
	background: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0 0 1.5rem;
}

h1,
div.page-title {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

p {
	margin: 0 0 1.5rem;
}

a {
	color: var(--mtsu-blue);
	text-decoration: underline;
}

a:hover,
a:focus,
a:active{
	text-decoration: none;
}

a:active {
	outline: none;
}

a.bypass-block {
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

.section {
	padding: 0 0 4rem 0;
}

/*******************************************
:--- Header Scroll Functionality ---:
*******************************************/
#main-nav-scroll {
	background: var(--mtsu-navy-blue);
	padding: 20px 0;
	position: sticky;
	width: 100%;
	z-index: 2000;
	transition: all .2s ease-in-out;
	top: 0;
}

@media (max-width: 767px) {
	#main-nav-scroll {
		padding: 20px 0 0;
	}
}

/*******************************************
:--- Header ---:
*******************************************/

header.page-header .site-logo {
	display: flex;
	height: 100%;
}

header.page-header .site-logo img {
	display: block;
	max-width: 270px;
}

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

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

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

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

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

.alert-dismissible p {
    margin: 0;
}

.alert-primary .alert-link {
    color: var(--mtsu-light-blue);
}

#alert-container button.btn-close:hover {
    color: #FFF;
}

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

/*******************************************
:--- Navigation ---:
*******************************************/

#menu-main-nav {
	column-gap: 30px;
    display: flex;
	justify-content: flex-end;
	margin: 0;
	flex-wrap: wrap;
}

nav.site-nav .menu > .menu-item {
/*    flex: 1;*/
	font-size: 1.25rem;
	font-weight: 700;
    position: relative;
	padding: 0;
	text-transform: uppercase;
}

nav.site-nav .menu > .menu-item > a {
	align-items: center;
	color: #FFF;
	display: inline-block;
    font-style: normal;
    justify-content: center;
    line-height: 1;
    text-align: center;
    text-decoration: none;
	padding: 15px 0;
}

nav.site-nav .menu > .menu-item > a:hover,
nav.site-nav .menu > .menu-item > a:focus,
nav.site-nav .menu > .menu-item > a:active {
    color: var(--mtsu-light-blue);
}

nav.site-nav .menu > .menu-item > a.btn.live-chat {
	padding: 13px 15px;
	min-width: 120px !important;
}

/*
nav.site-nav .menu > .menu-item > .phone-title {
	color: #FFF;
}
*/

.nav-wrap {
    margin: 0;
    padding: 0;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-wrap nav.site-nav {
    max-width: 1280px;
    margin: 0 auto;
}

@media(max-width: 991px) {
	header.page-header .site-logo {
		display: block;
		height: auto;
		margin: 0 0 15px;
	}
	
	header.page-header .site-logo img {
		margin: 0 auto;
		max-width: 250px;
	}
	
	#menu-main-nav {
		column-gap: 25px;
		justify-content: space-between;
	}
	
	nav.site-nav .menu > .menu-item > a {
		padding: 8px 0;
	}
	
	nav.site-nav .menu > .menu-item > a.btn.btn-nav {
		padding: 7px 8px;
	}
}

@media(max-width: 767px) {
	nav.site-nav .menu > .menu-item {
		flex: 1;
		text-align: center;
	}
	
	nav.site-nav .menu > .menu-item > a {
		padding: 0;
	}
	
	#mobile-menu {
		background: #0165cc;
		margin-top: 15px;
		padding: 15px 0;
		transition: all .2s ease-in-out;
		z-index: 1075;
	}
	
	#mobile-menu-nav {
		display: flex;
		column-gap: 15px;
		justify-content: space-between;
	}
	
	#mobile-menu-nav .mobile-menu-item {
		flex: 1;
	}
	
	#mobile-menu-nav .mobile-menu-item .btn {
		padding: 5px 15px;
		min-width: auto !important;
	}
}

@media(max-width: 575px) {
	header.page-header .site-logo {
		margin: 0 auto;
	}
	
	#mobile-menu-nav .mobile-menu-item .btn {
		font-size: 14px;
		padding: 7px 10px;
	}
	#mobile-menu-nav .mobile-menu-item:last-child {
		flex: 2;
	}
}

/*******************************************
:--- Buttons ---:
*******************************************/

.btn {
	background-color: transparent;
	border: 2px solid;
	border-radius: 50px;
	box-shadow: none !important;
	font-size: 1.125rem;
	font-weight: 800;
	padding: 14px 20px 12px;
	min-width: 225px;
	text-transform: none;
}

.btn.btn-primary {
	background-color: var(--mtsu-blue);
	border-color: #FFF;
	color: #FFF;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: transparent;
	border-color: var(--mtsu-blue);
	color: var(--mtsu-blue) !important;
}

.btn.btn-secondary {
	background-color: var(--mtsu-blue);
	border-color: #FFF;
	color: #FFF;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
	background-color: transparent;
	border-color: var(--mtsu-blue);
	color: var(--mtsu-blue) !important;
}

.btn.btn-nav {
	background-color: var(--mtsu-blue);
	border-color: #FFF;
	color: #FFF;
}

.btn.btn-nav:hover,
.btn.btn-nav:focus,
.btn.btn-nav:active {
	background-color: #FFF;
	color: var(--mtsu-blue) !important;
}

/*******************************************
:--- Hero Section ---:
*******************************************/

.hero-wrap {
	background: #1b2c59;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 0;
	margin: 0 0 4rem;
	overflow: hidden;
}

.hero-wrap::before {
	content:'';
	display:block;
	background-color:rgba(0,0,0,.6);
	width:50%;
	height:100%;
	position:absolute; 
	transform: skewX(-18deg); 
	margin-left: 80%;
	top: 0;
}

.hero-wrap::after {
	background: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hero-wrap h1,
.hero-wrap .headline {
	color: var(--mtsu-light-blue);
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 1.231;
	margin: 0 0 20px 0;
	position: relative;
	text-shadow: 2px 2px 2px #000;
	z-index: 2;
}

.hero-wrap .subhead {
	color: #fff;
    font-weight: 900;
    font-size: 2rem;
	margin-bottom: 0;
	position: relative;
    text-shadow: 2px 2px 2px #000;
	z-index: 2;
}

.hero-wrap .hero-content {
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: flex-end;
	padding: 4rem 0;
}

.hero-wrap #content {
	align-content: flex-end;
	min-height: 825px;
	z-index: 5;
}

/* Alternative styles for A/B testing BEGIN */

.step-by-step .form.multi-step .step-header div span {
    display: unset !important;
    border: none;
    color: var(--mtsu-navy-blue);
}

.step-by-step .form.multi-step .step-header div.active::before {
    display: none;
}

.step-by-step .form.multi-step .step-header::after {
    background: var(--mtsu-navy-blue);
}

.step-by-step .form.multi-step .step-header {
    background: none;
    border: none;
}

.step-by-step .form.multi-step .step-header div.step-header-one {
    background: none;
}

.step-by-step .form.multi-step .step-header div.active span {
    background: var(--mtsu-blue);
}

/* Feedback styles */

.feedback-box {
    display: none;
}

.visible-feedback .feedback-box {
    display: flex;
    flex-direction: row;
    background: var(--mtsu-blue);
    border: 1px solid var(--mtsu-light-blue);
    border-radius: 6px;
    color: white;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.visible-feedback .feedback-box .bullhorn {
    color: #fff;
    margin-right: 15px;
    align-self: center;
    /*margin-top: -4px;*/
}

.visible-feedback .feedback-box p.text {
    align-self: center;
    line-height: normal;
    margin: 0 !important;
}

@keyframes wiggle {
    0% {transform:rotate(5deg);}
    50% {transform:rotate(-5deg);}
    100% {transform:rotate(5deg);}
}

.wiggler {
    -webkit-animation: wiggle 0.25s 5;
    -moz-animation: wiggle 0.25s 5;
    animation: wiggle 0.25s 5;
}

/* Previous Button styled with .styled-previous-button class */

.styled-previous-button .form.multi-step .form-controls input#previous {
    background-color: transparent !important;
    border: none !important;
    color: #959595 !important;
    font-size: 0.875em !important;
    padding: 0;
    margin-bottom: 20px;
    text-decoration: none !important;
    opacity: 1 !important;
	text-align: left !important;
}

.styled-previous-button .form.multi-step .form-controls input#previous:hover, 
.styled-previous-button .form.multi-step .form-controls input#previous:focus, 
.styled-previous-button .form.multi-step .form-controls input#previous:active {
    opacity: .5 !important;
    color: #959595 !important;
    text-decoration: underline !important;
    background-color: transparent !important;
}

/* Alternative styles for A/B testing END */

@media (max-width:991px) {
	.hero-wrap {
		background-color: #FFF;
		background-position: 0 -40px;
		background-size: contain;
		padding-top: 300px;
	}
	.hero-wrap::after {
		background: #FFF;
		margin-top: 300px;
	}
	.hero-wrap #content {
		min-height: auto;
	}
	.hero-wrap .hero-content {
		padding: 2.5rem 0;
	}
	.hero-wrap h1,
	.hero-wrap .headline {
		color: var(--mtsu-light-blue);
		font-size: 2.25rem;
		text-shadow: none;
	}
	.hero-wrap .subhead {
		color: var(--mtsu-navy-blue);
		font-size: 1.5rem;
		text-shadow: none;
	}
}

@media (max-width:575px) {
	.hero-wrap {
		background-position: 0 0;
		padding-top: 200px;
	}
	.hero-wrap::after {
		margin-top: 200px;
	}
	.hero-wrap h1,
	.hero-wrap .headline {
		font-size: 1.75rem;
	}
}

/*******************************************
:--- Benefits ---:
*******************************************/

.benefits-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.benefits-item {
	border-right: 1px solid #DDD;
	flex: 1;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 10px;
	text-align: center;
}

.benefits-item:last-child {
	border-right: 0px solid #DDD;
}

.benefits-item i {
	color: var(--mtsu-navy-blue);
	display: block;
	font-size: 2.5rem;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.benefits-list {
		display: block;
	}
	.benefits-item {
		border: none;
		display: flex;
		font-size: 1rem;
		line-height: 1.7;
		padding: 0;
		margin-bottom: 15px;
		text-align: left;
	}
	.benefits-item:last-child {
		margin-bottom: 0;
	}
	.benefits-item i {
		font-size: 2rem;
		margin-right: 20px;
		margin-bottom: 0;
		min-width: 40px;
		min-height: 40px;
		text-align: center;
	}
}

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

.form-wrap {
	padding: 3.75rem;
	height: 100%; 
	width: 100%;
	background-color: #f0f0f0;
	box-shadow: 0px -10px 20px rgba(0,0,0,.3);
}

.form-wrap h2 {
	color: var(--mtsu-navy-blue);
    font-weight: 900;
    font-size: 2.75rem;
	position: relative;
	z-index: 10;
}

.form-wrap .form-blurb {
	position: relative;
	z-index: 10;
}

.form-wrap:before {
    content: '';
    display: block;
    background-color: #f0f0f0;
    width: 100%;
    height: 15%;
    position: absolute;
    transform: skewY(-5deg);
	top: -30px;
	left: 0;
	z-index: 1;
}

.form-wrap form {
	position: relative;
	z-index: 5;
}

@media (max-width: 991px) {
	.form-wrap {
		padding: 3rem;
		box-shadow: none;
		overflow: hidden;
	}
	.form-wrap:before {
		content: '';
		display: block;
		z-index: 0;
		background-color: rgba(0,0,0,.1);
		width: 120%;
		height: 120%;
		position: absolute;
		transform: skewX(-18deg);
		margin-top: -65px;
		margin-left: 50%;
	}
}

@media (max-width: 767px) {
	.form-wrap {
		padding: 1.5rem;
	}
	.form-wrap h2 {
		font-size: 2.25rem;
	}
}

/* Step Headers */

.info-step1-header,
.info-step2-header,
.info-step3-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	height: 40px;
	margin: 0 0 2em;
	width: 100%
}

.info-step1-header {
	background-image: url("../../images/form-header-1.png");
}

.info-step2-header {
	background-image: url("../../images/form-header-2.png");
}

.info-step3-header {
	background-image: url("../../images/form-header-3.png");
}

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

#ai-opt-in label,
#sms-opt-in label {
	font-size: 13px !important;
	line-height: 1.5 !important;
	font-weight: 500 !important;
}

/* Popover */

.popover {
	background: #0165cc;
	border: 1px solid #0165cc;
	color: #fff;
	padding: 6px;
	text-align: center;
}

.popover-body {
	color: #fff;
}

.popover .popover-arrow::after, 
.popover .popover-arrow::before {
	border-bottom-color: #0165cc !important;
	border-top-color: #0165cc !important;
}

/*******************************************
:--- Main Content ---:
*******************************************/

.nav-tabs li a {
	background: #f6f6f6;
}

.nav-tabs li a:hover {
	background: #eee;
	text-decoration: none;
}

.tab-content {
	padding: 2em 0;
}

/*******************************************
:--- Footer ---:
*******************************************/

.footer-main {
	background: var(--mtsu-navy-blue);
	padding: 4rem 0;
}

.footer-logos {
	column-gap: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer-logos img {
	flex: 1;
}

.footer-logos .mt-logo {
	max-width: 190px;
}

.footer-logos .trueblue-logo {
	max-width: 400px;
}

.footer-disclaimer {
	background: #FFF;
	padding: 2rem 0;
	text-align: center;
}

@media (max-width: 1200px) {
	.footer-disclaimer {
		padding: 2rem 0 6rem;
	}
}

@media (max-width: 767px) {
	.footer-logos .mt-logo {
		max-width: 150px;
	}

	.footer-logos .trueblue-logo {
		max-width: 250px;
	}
}

@media(max-width: 575px) {
	.footer-main {
		padding: 3rem 0;
	}
	
	.footer-disclaimer {
		padding: 2rem 0 6rem;
	}
	
	.footer-logos {
		display: block;
	}
	
	.footer-logos img {
		display: block;
		margin: 0 auto;
	}
	
	.footer-logos .mt-logo {
		margin-bottom: 30px;
	}
}

/*******************************************
:--- Accordion ---:
*******************************************/

.accordion .accordion-item {
	border: none;
	border-radius: 0 !important;
	margin-bottom: 20px;
}

.accordion .accordion-header {
	position: relative;
	overflow: hidden;
}

.accordion .accordion-header .accordion-button {
	background: #c8c8c8;
	border-radius: 0 !important;
	box-shadow: none;
	color: var(--mtsu-blue);
	font-size: 1.188rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 15px 90px 15px 15px;
}

.accordion .accordion-header .accordion-button:hover,
.accordion .accordion-header .accordion-button:focus,
.accordion .accordion-header .accordion-button:active {
	background-color: #0165cc;
	color: #FFF;
	border-radius: 0 !important;
}

.accordion .accordion-header .accordion-button:before {
    content: '';
    height: 100%;
    background: #1b2c59;
    transform: skewX(-18deg);
    display: block;
    right: -20px;
    top: 0;
    position: absolute;
    width: 110px;
    border-radius: 0;
    float: right;
    padding: 0;
    margin: 0;
    left: auto;
	z-index: 2;
}

.accordion .accordion-header .accordion-button:after {
	background-image: none;
	color: #FFF;
	content: "\f13a";
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	font-weight: 700;
	width: 25px;
	height: 29px;
	z-index: 100;
	position: absolute;
	right: 30px;
}

.accordion .accordion-header .accordion-button:not(.collapsed) {
	background-color: #0165cc;
	color: #FFF;
}

.accordion .accordion-body {
	border: 1px solid #c8c8c8;
	border-width: 0 1px 1px;
	padding: 2.25rem;
}

.accordion .accordion-body h2 {
	color: #1b2c59;
	font-weight: 700;
}

/*******************************************
:--- Blockquote ---:
*******************************************/

blockquote {
	font-size: 1.25rem;
	color: #242424;
	display: flex;
	height: 100%;
	flex-flow: column;
	justify-content: center;
}

blockquote .quote:first-of-type:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f10d";
	padding-right: 10px;
	font-weight: 900;
	color: var(--mtsu-light-blue);
}

blockquote .quote:first-of-type:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f10e";
    padding-left: 10px;
    font-weight: 900;
    color: var(--mtsu-light-blue);
}

blockquote .source {
	line-height: 1.25;
	margin: 0;
}

blockquote .source-name {
	font-weight: 700;
}

blockquote .source-title {
	font-size: .875rem;
}

blockquote.txt-white {
	color: #FFF;
}

blockquote.txt-white .quote:first-of-type:before {
	color: #FFF;
}

blockquote.txt-white .quote:first-of-type:after {
    color: #FFF;
}

/*******************************************
:--- Callout ---:
*******************************************/

.callout {
	line-height: 1.25;
	margin-bottom: 2.25rem;
}

.callout .callout-figure {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.callout .callout-description {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.callout .callout-source {
	line-height: 1.25;
	margin: 0;
	font-size: .875rem;
}

/*******************************************
:--- Background Colors ---:
*******************************************/

.bg-blue {
	background: var(--mtsu-blue) !important;
}

.bg-navy-blue {
	background: var(--mtsu-navy-blue) !important;
}

.bg-light-blue {
	background: var(--mtsu-light-blue) !important;
}

.bg-light-gray {
	background: #f0f0f0 !important;
}

/*******************************************
:--- Text Colors ---:
*******************************************/

.txt-blue {
	color: var(--mtsu-blue) !important;
}

.txt-navy-blue {
	color: var(--mtsu-navy-blue) !important;
}

.txt-light-blue {
	color: var(--mtsu-light-blue) !important;
}

.txt-white {
	color: #FFF !important;
}

.txt-uppercase {
	text-transform: uppercase !important;
}

/*******************************************
:--- Unlisted List ---:
*******************************************/

.content-wrap ul {
	margin: 0 0 2.25rem;
}

.content-wrap ul li {
	line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0 0 5px 32px;
}

.content-wrap ul li:last-child {
    padding: 0 0 0 32px;
}

.content-wrap ul li:before {
	color: #0165cc;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.5rem;
	font-weight: bold;
    padding-right: 24px;
    margin: 0 0 0 -32px;
	vertical-align: middle;
}

.content-wrap ul li > ul {
	margin: 10px 0 0;
}

.content-wrap ul li > ul li:before {
	font-weight: normal;
}

.content-wrap ul li > ul li > ul li:before {
	font-weight: bold;
	color: #0165cc;
}

/*******************************************
:--- Form - MULTI-STEP - MTSU Accountancy ---: 
*******************************************/
.form.multi-step {
    display: block;
	font-weight: 400;
    position: relative;
    width: 100%;
}

.focus-step1 {
    cursor: pointer;
}

.form.multi-step .step {
	margin: 0 0 30px;
}

.form.multi-step .step-header {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 0 !important;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.form.multi-step .step-header div {
    flex-grow: 1;
	text-align: center;
	width: 30%;
	z-index: 2;
	min-height: 20px;
}

.form.multi-step .step-header div.step-header-one {
	background: #0066CC;
}

.form.multi-step .step-header div.step-header-one.active:before  {
	width: 105%;
}

.form.multi-step .step-header div.step-header-two.active:before  {
	width: 100%;
	right: 5px;
	left: auto;
}

.form.multi-step .step-header div.step-header-three.active:before  {
	width: 250%;
	right: 10px;
	left: auto;
}

.form.multi-step .step-header div.active:before {
    content: '';
    height: 100%;
    background: #0066CC;
    transform: skewX(-18deg);
    display: block;
    right: auto;
    top: 0;
    position: absolute;
    width: 100%;
    border-radius: 0;
    float: right;
    padding: 0;
    margin: 0;
    left: 0;
	z-index: 2;
}

.form.multi-step .step-header div span {
	display: none !important;
}

.form.multi-step label {
    font-size: 1rem !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
    text-transform: none !important;
}

.form.multi-step .input-wrap input,
.form.multi-step .select-wrap select {
	font-size: 1rem !important;
	line-height: 1 !important;
}

.form.multi-step .input-wrap input:hover,
.form.multi-step .input-wrap input:focus,
.form.multi-step .input-wrap input:active,
.form.multi-step .select-wrap select:hover,
.form.multi-step .select-wrap select:focus,
.form.multi-step .select-wrap select:active{
    border: 1px solid #0165cc !important;
}

.form.multi-step .select-wrap {
	margin-bottom: 30px;
}

.form.multi-step .select-wrap select {
	background-image:
    linear-gradient(45deg, transparent 50%, #5F6A72 50%),
    linear-gradient(135deg, #5F6A72 50%, transparent 50%),
    linear-gradient(to right, #FFF, #FFF) !important;
  	background-position:
    calc(100% - 26px) calc(1em + 4px),
    calc(100% - 19px) calc(1em + 4px),
    100% 0 !important;
	background-size:
    7px 7px,
    7px 7px,
    3em 3em !important;
}

.form.multi-step #step3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 30px 20px;
}

.form.multi-step #step3 .input-wrap {
	flex-grow: 1;
	width: 45%;
}


.form.multi-step .form-controls input {
	background: #009ad6 !important;
	border: 2px solid #FFF !important;
	font-weight: 800 !important;
}

.form.multi-step .form-controls input#next {
	background: #d0146f !important;
}

.form.multi-step .form-controls input#request {
	background: #1c2b59 !important;
}

.form.multi-step .form-controls input:hover,
.form.multi-step .form-controls input:focus,
.form.multi-step .form-controls input:active,
.form.multi-step .form-controls input#next:hover,
.form.multi-step .form-controls input#next:focus,
.form.multi-step .form-controls input#next:active,
.form.multi-step .form-controls input#request:hover,
.form.multi-step .form-controls input#request:focus,
.form.multi-step .form-controls input#request:active {
	background: #0165cc !important;
	color: #FFF !important;
}

.form.multi-step .privacy,
.form.multi-step .international-link,
.form.multi-step .tcpa-multi-step {
    font-weight: 400 !important;
    font-size: 11px !important;
    float: none !important;
}

.form.multi-step .privacy {
	margin-bottom: 0.938rem !important;
}

.form.multi-step .international-link {
	display: none !important;
	margin-bottom: 0.938rem !important;
}

.form.multi-step .privacy span {
    color: #d0146f !important;
}

.form.multi-step span.error {
    color: #d0146f !important;
	font-size: 11px !important;
	font-weight: 500 !important;
    text-transform: uppercase !important;
    position: absolute !important;
    padding: 0 !important;
	left: 0 !important;
}

.form.multi-step span.asterisk {
    color: #d0146f !important;
	padding-left: 5px !important;
}

/* International Phone */

.form.multi-step .input-wrap .iti {
    display: block !important;
}
.form.multi-step .input-wrap .iti #phone {
    text-indent: 40px !important;
}
.form.multi-step ul.iti__country-list li {
    margin: 0 !important;
}
.form.multi-step ul.iti__country-list li:before {
    display: none !important;
}

/* Popover */

.form.multi-step .popover {
	background: #f00 !important;
	border: 1px solid #f006 !important;
	color: #fff !important;
	padding: 6px !important;
	text-align: center !important;
}

.form.multi-step .popover-body {
	color: #fff !important;
}

.form.multi-step .popover .popover-arrow::after, 
.form.multi-step .popover .popover-arrow::before {
	border-bottom-color: #f00 !important;
	border-top-color: #f00 !important;
}

@media (max-width: 767px) {
	.form.multi-step #step3 .input-wrap {
		width: 100% !important;
	}
}

@media (max-width: 575px) {
	.form.multi-step .form-controls input {
		width: 100% !important;
	}
	.form.multi-step .form-controls input#previous {
		width: 100% !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.form.multi-step #step3 .input-wrap {
		width: 100% !important;
	}
	.form.multi-step .form-controls input {
		width: 100% !important;
	}
	.form.multi-step .form-controls input#previous {
		width: 100% !important;
	}
}

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

.ie7 .tooltip, .ie8 .tooltip {
	display: none!important
}

.ie7 label, .ie8 label, .ie9 label {
	display: block!important;
}

.ie7 .required-ast-nolabel, .ie8 .required-ast-nolabel, .ie9 .required-ast-nolabel {
	display: none;
}
