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

.submit-btn {
	background: #ffcd00;
	/* color: rgba(255, 255, 255);  */
	padding: 15px 40px;
	font-size: 17px;
	border: none;
	font-weight: bold;
}
#submit:hover {
	background: #42b4e4;
}

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

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



.header .container .form-container .form-inputs .LegalConsent label  {
	font-weight: normal;
	font-size: 12px!important;
	display: block;
	line-height: 14px;
	font-weight:normal; 
}



.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 #0f1574;
  border-radius    : 0.125em;
  background       : #4ca94d;
  background-image :    -moz-linear-gradient(#0f1574,#0f1574);
  background-image :     -ms-linear-gradient(#0f1574,#0f1574);
  background-image :      -o-linear-gradient(#0f1574,#0f1574);
  background-image : -webkit-linear-gradient(#0f1574,#0f1574);
  background-image :         linear-gradient(#0f1574,#0f1574);
}


















@font-face {
	font-family: 'Gilroy-Bold ☞';
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Bold ☞'), url('Gilroy-Bold.woff') format('woff');
}
	
	
@font-face {
	font-family: 'Gilroy-Heavy ☞';
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Heavy ☞'), url('Gilroy-Heavy.woff') format('woff');
}
	
	
@font-face {
	font-family: 'Gilroy-Light ☞';
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Light ☞'), url('Gilroy-Light.woff') format('woff');
}
	
	
@font-face {
	font-family: 'Gilroy-Medium ☞';
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Medium ☞'), url('Gilroy-Medium.woff') format('woff');
}
	
	
@font-face {
	font-family: 'Gilroy-Regular ☞';
	font-style: normal;
	font-weight: normal;
	src: local('Gilroy-Regular ☞'), url('Gilroy-Regular.woff') format('woff');
}

/*
.wizard > .content > .body {
    float: left;
    position: absolute;
	width: 100%;
	
}
*/
.form-group {
    margin-bottom: 1.5rem;
    width:100%;
}
#wizard {
    width: 100% !important;
    margin-left: 0px !important;
    padding-bottom: 50px;
    background: #522398;
    -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);
    border-radius: 0!important
}    
    .text-secondary {
        color: #001826 !important;       
    }

.steps-text {
color: #ffffff!important; 
opacity: 70%;
        top: 98%!important;
}

select  {
	display: block;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 400;
	color: #444;
	line-height: 2;
	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;
}

@media screen and (max-width: 768px) {
    #wizard {
        width: 100% !important;
        margin-left: 0px !important;
        height: fit-content!important;
 }
	
/*  
	width: 125% !important;
	margin-left: -54px !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;
}
.wizard > .content {
/*    background: #45678b;*/
    display: block;
    margin: 0.5em;
    min-height: fit-content;
    padding: 25px 5px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
/*
    -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);
*/
     display: block;
    margin: 0.5em;
    /* min-height: 410px; */
    height: fit-content!important;
    overflow: visible;
}


.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;
	right: 0; /* CHANGED FROM 20% */
	margin-top: 10px;
	margin-bottom: 10px;
}

.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;
    padding: 0 10px;
}

.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: 650px;
    
    margin-left: 0;
left: 0;
position: absolute;
border: none;
border-radius: 20px 0 0 0 ;
background: #FFFFFF;
    border-bottom: #522398 40px solid;
}

.header .container .form-container .form-heading .row {
	padding: 0;
}

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

.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: bold;
	font-size: 16px;
	color: #fff;
	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: none;
	background: #FFFFFF;
	border-radius: 5px;
	outline: none;
	width: 100%;
}

.header .container .form-container .CCPA-form-inputs input {
	padding: 10px;
	border: none;
	background: #ccc;
	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: #303030;
}




.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: 0px;
	}
}
.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 > .content > .body {
		float: left;
		position: absolute;
		width: 100%;
	}

	#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;
	}
	.wizard > .content > .body {
		float: left;
		position: absolute;
		width: 100%;
}

@media screen and (max-width: 650px) {
.header .container .form-container {
		margin-top: 140px;
	}
	.wizard > .content > .body {
		float: left;
		position: absolute;
		width: 100%;
	}
}

@media screen and (max-width: 570px) {
.header .container .form-container {
		margin-top: 90px;
	}
	.wizard > .content > .body {
		float: left;
		position: absolute;
		width: 100%;
	}
}


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

	.wizard > .content > .body {
		float: left;
		position: inherit;
		width: 100%;
	}

	.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;
}
}
.header .container .form-container .form-inputs label.error {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #ff966d;
    display: block;
    line-height: initial;
}
.submit-btn:hover {
    background: #fecc09;
}
.submit-btn {
    cursor: pointer;
}

form input:not([type=checkbox])~label{
    padding: 0 4px;
    font-family: source sans pro, sans-serif;
    position: absolute;
    top: 12px;
    left: 10px;
    color: #444!important;
    transition: .1s;
    font-size: 14px!important;
    font-weight: 500!important;
}
label.error {
    font-size: 10px!important;
    /* position: initial!important; */
    top: 43px!important;
}    
form input:not([type=submit]):not([type=checkbox]):focus~label,
form input:not([type=submit]):not([type=checkbox]):valid~label,
form input.error:not([type=submit]):not([type=checkbox]):invalid~label,
form input:focus~label,
form select:not([value=""]):valid~label,
form input:focus~label
form input:not(:placeholder-shown)~label {
    top: 3px;
    left: 11px;
    padding-top: 2px;
    font-size: 11px!important;
    color: #999;
    line-height: 8px;
    font-weight: 100!important;
}
form input:not([type=checkbox])~label, select~label{
    padding: 0 4px;
    font-family: source sans pro, sans-serif;
    position: absolute;
    top: 12px;
    left: 10px;
    color: #444!important;
    transition: .1s;
    font-size: 14px!important;
    font-weight: 500!important;
    pointer-events:none; 
}