html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
    background: #002F6C;
}


.mt-5, .my-5, .mb-5 {
    margin-top: 1rem!important;
}
.mb-2 {
    margin-bottom: 15px!important;
}


.header .container .form-container .form-inputs .LegalConsent label  {
	font-weight: normal;
	font-size: 13px;
	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 : bolder;
}

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);
}

*/



#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: #212529;
	display: block;
}

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

.LegalConsent label.text-center.text-white.mb-2 {
    font-size: 27px!important;
    line-height: initial!important;
    margin-top: 20px;
    margin-bottom: 0!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 #062f6e;
  border-radius    : 0.125em;
  background       : #4ca94d;
  background-image :    -moz-linear-gradient(#062f6e,#062f6e);
  background-image :     -ms-linear-gradient(#062f6e,#062f6e);
  background-image :      -o-linear-gradient(#062f6e,#062f6e);
  background-image : -webkit-linear-gradient(#062f6e,#062f6e);
  background-image :         linear-gradient(#062f6e,#062f6e);
}




*/

.hide {
	display: none;
}

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

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

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

.main-nav li a {
	color: #fff;
}

.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;
}

.program-level-btn {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #062f6d;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: bold;
	color: #062f6d;
	margin-top: 8px;
	cursor: pointer;
	font-size: 12px;
	background-color: #e5e5e5;
}

.program-level-btn.active {
	background: #062f6d;
	color: rgba(255, 255, 255, .75);
}

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

.program-level-btn:hover {
	background: #062f6d;
	color: white;
}

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

.nice-select {
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #cfcfcf;
	background: #e5e5e5;
	outline: none;
	line-height: 26px;
	border-radius: 0;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	font-weight: bold;
}
footer.bg-dark.text-center.text-lg-start {
    background: linear-gradient( 
130deg
 , #002f6c 0%, #274575 100%), #002f6c;
}
.heading-block {
   content: "";
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(
135deg
, #103068 0%, #2a4878 100%), #2a4878; */
    /* background-color: rgb(1 23 44 /90%); */
    background: #002F6C;
    color: #fff!important;
    opacity: 1;
    /* mix-blend-mode: multiply; */
    color: #fff!important;
    text-align: center;
    padding: 25px;
    /* margin-bottom: 60px; */
    padding-left: 6vw;
    padding-right: 6vw;
}
li.text-light {
    list-style: none;
    line-height: 34px;
    font-size: 18px;
    color: #ffffff!important;
}
span.material-icons {
    font-size: inherit;
    /* margin-top: 5px; */
    top: 5px;
    display: inline;
    bottom: -18px;
    color: #00833f;
}
.nice-select ul {
	height: 250px;
	overflow-y: scroll !important;
}
.radio label#radio-error {
    display: block;
    top: 50px;
    position: relative;
    text-align: center!important;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
}
.actions.clearfix {
    margin-top: 40px;
}
.header {
	min-height: 70vh;
	background-image: url('../img/bg.png');
	background-size: cover;
/*	background-attachment: fixed;*/
	background-position: top center;
	position: relative;
	padding-bottom: 60px;
	height: 100%;
/*	margin-bottom: -24px;*/
	padding-top: 20px;
}

.heading-logo img {
/*	position: absolute;*/
/*	padding-top: 20px;*/
	width: 250px;
}

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

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

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

.small2 {
	font-size: 100%;
	letter-spacing: 0.5px;
	padding-left: 10px;
	padding-right: 10px;
}
.text-white {
    color: #002f6c!important;
}
/* Mobile rules*/
@media screen and (max-width: 1050px){
.header {
	min-height: 70vh!important;
	background-image: url('../img/bg.png');
	background-size: cover;
/*	background-attachment: fixed;*/
	background-position: top center;
	position: relative;
	padding-bottom: 60px;
	height: 100%;
/*	margin-bottom: -24px;*/
	padding-top: 20px;
}
}
@media screen and (max-width: 500px){


	.header .container .form-container {
/*		background-image: url("../img/pattern.png");*/
		background-size: 100% 100% !important;
		background-repeat: no-repeat !important;
		width: 100%;
		padding: 0px;
		
	}

	.header .container .form-container .form-inputs {
		/* padding: 0px !important; */
		margin-left: 0px !important;
	}

	.text-bottom-form{
		background-color: red !important;
	}

	.text-bottom-form-p{
		padding: 0 20px 0 20px;
	}

	#wizard{
        display: block;
        width: 100%!important;
        overflow: hidden;
/*		height: 400px;*/
        margin-left: 0!important;

    }
    .mt-4.no{
        margin-top: 0rem!important;
    }


}


.header .container .form-container {
	background-color: #fff;
	background-size: cover;
	background-repeat: repeat;
	width: 100%;
	max-width: 450px;
/*	min-height: 650px;*/
	margin: 0 auto;
	position: relative;
	left: 20%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.header .container .form-container .form-inputs {
	padding: 0px;
	padding-bottom: 0px;
/*	padding-top: 50px;*/
	margin-left: 0px;
}

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

.header .container .form-container .form-inputs label {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	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;
}
.wizard > .content > .body label.error {
    /* top: -20px; */
    left: 8px;
    /* background-color: #fff; */
    position: absolute;
    padding: 0px 1px;
    margin-top: 1px!important;
    font-size: 11px;
    line-height: 10px;
    font-weight: 300!important;
}
.header .container .form-container .form-inputs input, .header .container .form-container .form-inputs select {
/*
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #cfcfcf;
	background: #e5e5e5;
	outline: none;
	width: 100%;
*/
   
    position: relative;
    width: 100%;
    margin: 2px 0px;
    padding: 10px 30px;
    color: #002f6c;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
/*    //background: #fff;*/
    border: 2px solid #002f6c;
    border-radius: 20px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
}

select{
    background: transparent;
      background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 18px) calc(1em + 2px),
    calc(100% - 13px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
.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: 26px;
	font-family: 'PT Sans Caption', sans-serif;
}

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

.thank-you-container {
	height: 100vh;
	background: url("../img/regent-bg.png");
	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;
	height: 100%;
}

.thank-you .row {
	padding: 25px;
	background: rgb(255, 255, 255);
	border-radius: 12px;
	width: 800px;
	max-width: 100%;
}

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

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

.privacy-policy {
	background: url("../img/regent-bg.png");
	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;
}

.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,
	.header .container .form-container {
		left: 0;
		top: 25px;
        
	}
    ul.text-light {
    margin: 0;
    padding: 0;
}
    .heading-block {
    margin-top: 230px!important;
}
    .badge {
    width: 50%;
    float: right;
    right: 0;
    top: 0;
}
    .header .container .form-container {
		left: 0;
		top: 25px;
        top: 250px;
        margin-bottom: -370px;
	}

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

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

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

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

	.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;
	}

	.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: 15px !important;
	}
}

@media screen and (max-width: 450px) {
	.form-inputs {
		padding: 0px 5px !important;
	}
}
.wizard > .content > .body label.error {
    color: #e8361f !important;
    display: flex;
    margin-left: 0em;
    font-weight: 100;
    font-size: 11px!important;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: -16px;
    position: initial;
    text-align: center;
    display: block;
}
.steps {
	display: none !important;
}
.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);
  }
}
.row label {
    font-family: sans-serif!important;
    font-weight: 900!important;
    font-size: 20px !important;
/*    color: #f7d54e!important;*/
    font-family: 'PT Sans Caption', sans-serif!important;
}
label input {
  position: absolute;
  left: -9999px;
}
label input:checked + span {
  background-color: #d6d6e5;
}
label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
label span:hover {
  background-color: #d6d6e5;
}
label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}
input[type="radio"] {
    position: absolute;
    left: -9999px;
}