* {
	font-family: 'Roboto', 'Open Sans', sans-serif !important;
}




.RadioStyles{
	margin-bottom : 1.5em;
  }

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
margin-left  : -1em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : #4ca94d;
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em #4ca94d;
  font-weight : bold;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid #4ca94d;
  border-radius    : 0.125em;
  background       : #4ca94d;
  background-image :    -moz-linear-gradient(#4ca94d,#4ca94d);
  background-image :     -ms-linear-gradient(#4ca94d,#4ca94d);
  background-image :      -o-linear-gradient(#4ca94d,#4ca94d);
  background-image : -webkit-linear-gradient(#4ca94d,#4ca94d);
  background-image :         linear-gradient(#4ca94d,#4ca94d);
}






    .text-secondary {
        color: #001826 !important;       
    }

.steps-text {
color: #ffffff!important; 
opacity: 70%;
        top: 98%!important;
}
h1, h2, h3{
font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
h1{
    font-size: 37px;
    color: #FFF;
}
h2{
    font-size: 40px !important;
}
h3.text-center {
    font-size: 34px;
}
.text-center.smallerh3{
    font-size: 26px;
}
.text-center.smallerh3two{
    font-size: 18px;
    font-weight: 600;
}
select  {
	display: block;
	font-size: 16px;
	font-family: sans-serif; 
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em; 
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
select.form-control:not([size]):not([multiple]) {

    height: calc(2.25rem + 8px) !important;

}
select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
select option {
	font-weight:normal;
}

.steps {
	display: none !important;
}

.wizard-height{
	height: 550px !important;
}


@media screen and (max-width: 768px) {
    #wizard {
        width: 100% !important;
        margin-left: 0px !important;
        height: 453px;
    }
    .secondary_address {
        /* display: none !important; */
    }
    .header .container .form-container .form-inputs input {
    margin-bottom: 17px !important;
}

    input#address {
    margin-bottom: 0px!important;
}
    select#PreviousEducation {
    margin-bottom: 20px!important;
}
    select#Computer {
    margin-bottom: 20px!important;
}
    select#ProgramID {
    margin-bottom: 20px!important;
}
select#state {
    margin-bottom: 23px!important;
}
}

html,
body {
	margin: 0;
	padding: 0;
}



#right-background {
	right: 0;
	top: 0;
	position: fixed !important;
	width: 30%;
	height: 100%;
	text-align: right;
}

#left-background {
	left: 0;
	top: 0;
	position: fixed;
	width: 60%;
	height: 100%;
}

#wrapper {
	margin: 0 auto !important;
	max-width: 1700px;
}

.logo-desktop {
	display: block;
	margin-top: 20px;
	margin-left: 20px;
}

.hide {
	display: none;
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	font-size: 18px;
}

.auto-height {
	height: auto !important;
}

.main-nav li {
	padding: 20px;
	text-decoration: none;
	font-weight: bold;
}

.main-nav li a {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}

.alert-danger {
	background: transparent;
	border: none;
	color: #ff0033;
	padding-left: 50px;
}

.alert-danger strong {
	padding-bottom: 15px;
}

.alert-danger ul {
	padding-left: 20px;
}

.padding-left-25 {
	padding-left: 25px;
}

.padding-right-25 {
	padding-right: 25px;
}

.padding-right-0 {
	padding-right: 0;
}

.padding-left-0 {
	padding-left: 0;
}

.form-container {
	

	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	left: 30%; /* CHANGED FROM 20% */
	margin-top: 10px;
	margin-bottom: 10px;
}

#submit {
	background: #fee909;
	/* color: rgba(255, 255, 255);  */
	padding: 15px 40px;
	font-size: 16px;
	border: none;
   }

.submit-btn {
	background: #fee909;
	/* color: rgba(255, 255, 255);  */
	padding: 15px 40px;
	font-size: 16px;
	border: none;
}

.submit-btn:hover {
	background: #78121f;
}

.nice-select {
	padding: 10px;
	outline: none;
	height: 28px;
	line-height: 28px;
	width: 100%;
	height: 92%;
	font-weight: bold;
	border: none;
	background: #FFFFFF;
	border-radius: 5px;
}
select {
    display: flex;
    width: inherit;
    padding: 10px;
    height: 44px;
}
.nice-select ul {
	height: 250px;
	overflow-y: scroll !important;
}

.header {
	z-index: 10;
	max-width: 1790px !important;
}

.heading-logo .logo {
	margin-top: 17px;
	margin-left: 80px;
}

.heading-logo .text {
	float: right;
	margin-top: 25px;
	margin-right: 80px;
}

.header .container {
	position: relative;
	z-index: 100;
}

.header .nav-container {
	position: relative;
	margin-top: 20px;
}

.nav-container {
	padding-bottom: 20px;
}

.header .nav-container .main-nav {
	margin: 0;
}

.header .container .row {
	margin: 0;
	padding: 0 25px;
}

.header .container .row .col-md-6,
.header .container .row .col-md-12 {
	padding: 0 10px;
}

.header .container .row .col-md-4,
.header .container .row .col-md-2 {
	padding: 0 10px;
}

.header .container .form-container {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: unset;
	border: none;
	border-radius: 20px;
	background: #FFFFFF;
}
.header .container .form-container .form-inputs .row.texttop{
    
/*
    top: -411px;
    left: -13px;
    position: relative;
*/
    padding: 0;
    background-image: url(../img/back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 55px 0;
    padding-bottom: 90px;
    background-color: #183451;
}
.padding30{
        padding: 30px!important;
    }
@media screen and (max-width: 700px) {
    .header .container .form-container .form-inputs .row.texttop{
    text-align: center;
    padding-top: 265px;
    padding-bottom: 35px !important;
    background-image: url(../img/backmobile.jpg); 
    }
    .padding30{
        padding: 0!important;
        padding-top: 30px!important;
    }
    .button{
        font-size: 20px!important;  
        
    }
    .secondbutton{
        margin-top: 30px!important;
    }
    
}
.button{
    --tw-bg-opacity: 1;
    background-color: rgb(21 234 196 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(13 53 83 / var(--tw-text-opacity));
    padding: 15px 20px;
    border-width: 2px;
    border-color: transparent;
    border-radius: 9999px;
    /* padding: .75rem 3.75rem; */
    font-family: 'Montserrat' !important;
    font-weight: 900;
    font-size: 24px;
    --tw-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 2px 3px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    margin-top: 137px !important;
}
.header .container .form-container .form-heading .row {
	padding: 0;
}

.header .container .form-container .form-inputs {
	margin-top: 30px;
	padding: 30px;
	padding-top: 50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    overflow: hidden;
}

.header .container .form-container .form-inputs .row {
	padding-bottom: 25px;
}

.header .container .form-container .form-inputs .level-program {
	text-align: center;
	max-width: 100%;
}

.header .container .form-container .form-inputs .level-program .col-md-6 .row {
	padding: 0;
}

.header .container .form-container .form-inputs .level-program .col-md-6 .row .col-md-6 {
	padding: 0 5px;
}

.header .container .form-container .form-inputs label {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	display: block;
}

	

.header .container .form-container .form-inputs .CCPA label {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #14213d;
	display: block;
}

.header .container .form-container .form-inputs .CCPA label  {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #14213d;
	display: block;
}

.header .container .form-container .form-inputs h4 {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.header .container .form-container .form-inputs input {
	padding: 10px;
	border: 1px solid #ccc;
	background: #FFFFFF;
	border-radius: 5px;
	outline: none;
	width: 100%;
}

.header .container .form-container .form-inputs input::placeholder {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.header .container .form-container h2 {
	font-size: 32px;
	font-family: 'PT Sans Caption', sans-serif;
color: #8ad4ff;
    margin-bottom: 40px;
}

.tcpa {
	font-size: 12px;
	text-align: center;
	color: #777777;
	max-width: 680px;
	margin: 0 auto;
}


.thank-you-container {
	height: 100vh;
	background-color: rgb(0, 40, 84);
	background-size: cover;
	background-position: center center;
}

.thank-you-container .main-nav {
	padding-top: 40px;
}

.thank-you-container .main-nav li a {
	color: #000;
}

.thank-you {
	display: flex;
	align-items: center;
	justify-content: center;
}

.thank-you .row {
	padding: 25px;
	background: rgb(255, 255, 255, 0.9);
	width: 520px;
	max-width: 100%;
}

.thank-you .row h2 {
	margin-bottom: 20px;
}

.thank-you .row p {
	font-size: 17px;
}

.privacy-policy {
	background-color: rgb(0, 40, 84);
	background-size: cover;
	background-position: 90% 50%;
	background-attachment: fixed;
}

.privacy-policy .thank-you>img {
	display: block;
	margin: 0 auto;
	padding-top: 40px;
}

.privacy-policy .thank-you {
	display: block;
	margin: 0 auto;
}

.privacy-policy .thank-you .row {
	margin: 0 auto;
	margin-top: 40px;
}
.wizard > .content > .body label.error  {
    left: 8px;
    /* background-color: #fff; */
    position: absolute;
    padding: 2px 5px;
    font-size: 13px;
}

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

	.wizard > .content > .body label.error  {
		margin-top: -20px;
	}
}
.privacy-policy .thank-you h2 {
	font-size: 26px;
}

.privacy-policy .thank-you .row .col-md-3 img {
	width: 120px;
}

.privacy-policy .thank-you .row .col-md-9 h2 {
	margin-top: 30px;
}

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

	.header .container .nav-container {
left: 0;
		top: 00px;
}
	.header .container .form-container {
		left: 0;
		top: 280px;
	}

	.header .container .heading-logo img {
		display: block;
		position: relative;
		margin: 0 auto;
		width: auto;
	}
}

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

	.wizard-height{
		height: 800px !important;
	}
	

	#right-background {
		display: none;
	}

	#left-background {
		width: 100%;
	}

	.padding-left-25,
	.padding-right-25,
	.padding-right-0,
	.padding-left-0,
	.col-md-2 {
		padding: 0 25px;
		padding-bottom: 25px;
	}

	.header {
		min-height: 1080px;
	}

	.hide-background {
		display: none;
	}

	.padding-left-25 {
		padding: 0 10px;
		padding-bottom: 3px;
	}

	.header .container .form-container .form-inputs .level-program .col-md-6 .row {
		padding-bottom: 25px;
	}

	.header .container .form-container .form-inputs .level-program {
		padding-top: 0;
	}

	.form-inputs .row {
		padding-bottom: 0 !important;
	}

	.tcpa {
		margin-left: 20px;
		margin-right: 20px;
	}

	.form-inputs .row .col-md-6,
	.form-inputs .row .col-md-4,
	.form-inputs .row .col-md-2 {
		padding-bottom: 15px !important;
	}

	.form-inputs .col-md-12 input {
		margin-bottom: -12px !important;
	}

	.header .container .form-container {
		margin-top: 200px;
	}

	.top-background {
		width: 100% !important;
	}
	.list-logo {
		display: none;
	}
}

@media screen and (max-width: 650px) {
.header .container .form-container {
		margin-top: 140px;
	}
}

@media screen and (max-width: 570px) {
.header .container .form-container {
		margin-top: 90px;
	}
}


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


	.form-inputs {
/*		padding: 40px 5px !important;*/ 
		height: 100%;
	}

	#right-background,
	.hide-background {
		display: none;
	}

	#left-background {
		width: 100%;
	}

	.header .container .form-container {
		margin-top: 80px;
	}

	.list-logo {
		display: none;
	}
}
.wizard > .content > .body label.error {
    color: #ffb3b3 !important;
    display: inline-block;
    margin-left: 0em;
    font-weight: 100;
}
.wizard > .content {
    background: #0069a6;
    background-image: url(../img/arrow_small.png);
    background-position: 40% 90%;
    background-repeat: no-repeat;
    background-size: 115% !important;
    display: block;
    margin: 0.5em;
    min-height: 96%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 15px -12px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 15px 15px -12px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.wizard > .content > .body {
    width: 95%;
    height: 97%;
}
.lds-ring {
  position: fixed !important;
	z-index: 999999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	overflow: hidden  !important;
	width: 100% !important;
	height: 100% !important;
    background: rgba(0,0,0,.7);
    padding-left: 40%;
    padding-top: 25%;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: fixed;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
     margin: auto;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
