body {
    /* background: #EDF2F5; */
    background: #F9FAFB;
    padding-top: 0;
    font-family: Inter, sans-serif;
    color: #111C4E;
}
h1 {
  margin-top: 1rem;
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
p {
	font-size: 17px;
	line-height: 24px;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.text-blue { color: #1684DE; }
.text-red { color: #D00A32; }
.text-center { text-align: center; }
.padContain { padding: 30px; }

.homesplit {
    width: 100%;
    background: center center / cover #fff no-repeat;
    position: relative;
    min-height: 500px;
}
.homesplit.splitleft {
	z-index: 10;
}
.homesplit .overlay {
    background: rgba(40, 127, 196, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.homesplit.splitleft .overlay {
	background: rgba(209, 10, 57, .8);
}
.splitcontent {
    position: relative;
    padding: 20% 5%;
    z-index: 2;
    color: #fff;
    text-align: center;
}
@media (min-width: 992px) {
	.homesplit {
		min-height: 100vh;
	}
	.homesplit.splitleft {
		overflow: hidden;
	}
}
.splitcontent > .logo {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 220px;
}
.splitcontent h1, .splitcontent p {
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

#lightbox {
  background: none repeat scroll 0 0 #FFFFFF;
  height: 100%;
  opacity: 0.65;
  filter: alpha(opacity=65);
  position: fixed;
  width: 100%;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}

#edusureRedirect {
	display: none;
	position: fixed;
	width: 75%;
	max-width: 560px;
	max-height: 98%;
	top: 15%;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #EDF2F5;
	z-index: 10001;
	padding: 2%;
	border-radius: 2px;
	box-shadow: 0px 0px 10px rgba(33,33,33,.3);
}
#edusureRedirect img {
	width: 100%;
	height: auto;
	max-width: 220px;
	margin: 0 auto;
}
#edusureRedirect p {
	line-height: 1.5em;
	font-size: 1.2em;
}
.btn.gotoEdusure {
	margin: 0 5px 0 0 !important;
	background: #99cc33;
}
.cancelEdusureRedirect {
	background: none !important;
	border: none !important;
	color: #000 !important;
	padding: 0 !important;
	font-size: .9em;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    margin: 20px;
    background-color: #D00A32;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}
.btn:hover {
    opacity: .8;
    color: #fff;
}
.btn:focus {
	box-shadow: none;
}
.btn.btn-register,
.btn.btn-login {
	margin: 30px 20px 0;
}
.btn.btn-register {
	background-color: #fff;
	color: #298DCC;
	padding: 24px 20px;
	width: auto;
}
.btn.btn-login {
	padding: 24px 20px;
	width: auto;
}

.splitcontent h1 {
	font-weight: 300;
	font-size: 32px;
}
.splitcontent p {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
}

.splitcontent #school_search_form input{
    background: url(../img/iconSearch.png) #fff no-repeat 20px 20px / 22px !important;
    border-radius: 3px !important;
    color: #298DCC !important;
    padding: 20px 20px 20px 60px !important;
    text-decoration: none !important;
    display: block !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    width: 80% !important;
    width: calc(100% - 80px) !important;
    border: none;
    margin: 30px auto 0;
}
.splitcontent #school_search_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #72848E !important;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}
.splitcontent #school_search_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #72848E !important;
    opacity:  1 !important;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}
.splitcontent #school_search_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #72848E !important;
    opacity:  1 !important;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}
.splitcontent #school_search_form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #72848E !important;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}

.splitcontent #search_school_results ul {
	position: relative;
/* 	width: 90%; */
	top: inherit;
	left: inherit;
	margin: -2px auto 0;
	text-align: left;
	padding: 10px 20px;
	opacity: 1 !important;
	border-radius: 0 0 0 5px;
}


@media (max-width: 767px) {
	.splitcontent h1 {
		font-size: 1.8rem;
		margin-top: 50px;
	}
}


/* REGISTER */
.headerlogo {
    margin: 20px auto 0;
    display: block;
    max-width: 200px;
}
#registerContain {
    background: #fff;
    max-width: 1000px;
    padding: 0 20px 40px;
    margin: 30px auto 0;
    /* box-shadow: 0 0 10px 0 #aaa; */
    position: relative;
}
#registerContain form {
	color: #72848E;
}
.btn-bottom-red {
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    border-radius: 0;
    background: #D00A32;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.form-group label {
  display: block;
  /* color: #C1CCD3; */
  color: #111C4E;
  font-weight: normal;
  font-size: .8rem;
}
.form-group {
  width: 100%;
  margin: 10px .5rem 0;
}
.form-group .form-control {
  width: calc(100% - 33px);
  padding: 16px 15px;
  margin: 10px 0;
  border: 3px solid #C1CCD3;
  color: #72848E;
  border-radius: 7px;
}
.form-group .form-control:focus {
	border: 3px solid #3D7CC9;
	box-shadow: none;
}
.form-group .form-control.dob {
    width: calc(33.3% - 35px);
    margin-right: 10px;
    float: left;
}
.form-group .form-control.dob:first-of-type {
    margin-left: 0;
}


#newPassword {
	margin-bottom: 30px;
}
#register_form_back {
	background: none !important;
	border: none !important;
	color: #D00A32 !important;
	font-size: .9em !important;
	padding: 7px 0 !important;
}
.form_button_with_arrow {
	border: none !important;
	background: none !important;
	background-color: #1684DE !important;
	color: #FFF !important;
	padding: 8px 15px !important;
	border-radius: 2px !important;
	float: right !important;
	margin-right: 0 !important;
}



@media (min-width: 992px) {
	.form-group {
		width: 90%;
		/* float: left; */
	}
/*
	.form-group.form-group-left {
	    margin-left: 4%;
	    margin-right: 2%;
	}
	.form-group.form-group-right {
	    margin-left: 2%;
	    margin-right: 4%;
	}
*/
	.form_button_with_arrow {
		margin-right: -10px !important;
	}
}
.form-group.form-group-full {
    width: 100%;
    float: none;
}


#FourOFour {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(237, 242, 245, .8);
    padding: 15px;
    text-align: center;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
    font-size: 1.3em;
    color: #434343;
}



footer {
	clear: both;
	padding: 20px;
}

footer.cf {
	display: none;
}

@media (min-width: 992px) {
	.homesplit {
	    width: 50%;
	    float: left;
	}
}


#blueNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#blueNav ul li {
  display: inline-block;
  padding: 0 6px;
  color: #AAA;
}
#blueNav {
  background: #1684DE;
  padding: 10px 20px;
  color: #fff;
}
#blueNav a {
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
}
#blueNav a.active {
    color: #aaa;
}


/*
#login-welcome {
	background: url(../img/myahpcare-landing-hero-bg.jpg) center center / cover;
}
*/
#loginNav .logo {
  width: 150px;
  margin: 35px;
  float: left;
}
#loginNav ul {
  list-style: none;
  float: right;
  margin: 30px 15px;
  display: none;
}
#loginNav ul li {
  display: inline-block;
}
#loginNav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}


.loginPopupForm {
	border: 11px solid #3D7CC9; /* #111C4E */
}

#login-welcome .login-form {
    background: #fff;
    width: 85%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}
#login-welcome .login-form h3 {
	font-weight: 300;
	font-size: 1.8rem;
}
#login-welcome .login-form p {
	padding: 0;
	font-size: 1rem;
	line-height: 1.4rem;
}
#login-welcome .login-form a {
	text-decoration: none;
	color: #838383;
}

.half {
  min-height: 1px;
}
.appLink {
  height: 70px;
  margin: 10px 20px 20px 0;
}
#login-mobile .demo-video {
	background: url(../img/myahpapp-video2.jpg) no-repeat left top / cover;
	min-height: 70vw;
	position: relative;
}

#login-mobile .demo-video img {
	width: 100%;
}

#login-mobile .demo-video > a {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 75%;
	max-width: 220px;
}

#login-mobile .get-app {
  background: #fff;
  /* margin-right: -20px; */
}
#login-mobile .padContain {
	padding: 50px;
}
#login-mobile h2 {
	font-size: 2.3rem;
	font-weight: 300;
}
#login-mobile p {
	font-size: 1.4rem;
	color: #92A0A8;
	line-height: 1.8rem;
	font-weight: 300;
}

#login-faq {
    background: #E9EEF3;
    padding-bottom: 50px;
}
#login-faq ul {
    list-style: none;
    padding: 0;
}
#login-faq h2 {
	font-weight: 300;
	font-size: 1.8rem;
}
#login-faq h3 {
	color: #92A0A8;
	font-weight: 300;
	font-size: 1.3rem;
}
#login-faq a.ahp-help {
	border-radius: 5px;
	border: 0;
	outline: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	background-color: #287fc4;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	text-decoration: none;
	width: 60px;
}
#login-faq .half p, #login-faq .half li {
	color: #92A0A8;
	font-size: 1.0rem;
	line-height: 1.5rem;
}
#login-faq .half ul li ul li {
	list-style: circle;
}

#login-faq .half a {
	color: #1684DE;
}

.videos-page-content {
	max-width: 800px;
	margin: 0;
	padding: 0 0 2rem;
	font-size: 1.4rem;
}
#ahp-videos h2 {
	font-size: 2.3rem;
	font-weight: 300;
}
#ahp-videos .videos-grid {
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#ahp-videos .video-block {
	margin: 30px 27px;
	border-radius: 10px;
	color: white;
	box-shadow: 0 0 26px 5px rgba(0,0,0,.1);
}
#ahp-videos .video-thumbnail {
	width:100%;
	height: 200px;
	border-radius: 10px 10px 0 0;
}
#ahp-videos .video-thumbnail svg {
	position: relative;
	top: 32%;
	left: 32%;
}
#ahp-videos .video-info {
	padding: 0.4rem 1.4rem 0.5rem;
	border-radius: 0 0 10px 10px;
	background-color: #484848;
	height: 54%;
	position: relative;
}
#ahp-videos .video-block h4 {
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 10px 0px 0px 0px;
	line-height: 1.4rem;
	color: #FFF;
}
#ahp-videos .video-block .video-description {
	padding-right: 1.5rem;
	padding-bottom: 15px;
    color: #FFF;
    font-weight: 400;
    margin: 5px 0 0 0;
    font-size: .9rem;
	line-height: 1.3rem;
}
#ahp-videos .play-button-img {
	/* position: absolute; */
	/* bottom: 7px; */
	text-decoration: none;
	vertical-align: middle;
}
#ahp-videos .play-button-img img {
	max-width:30%;
	/* position: relative; */
}

#ahp-videos .play-button-img-text {
	color:#5FB7FF;
	text-decoration:none;
	display: inline-block;
	margin-left: 5px;
/* 	margin-top: -10px; */
	position: relative;
	top:-5px;
	font-size: 15px;
}
@media only screen and (max-width: 530px) {
	#ahp-videos .video-block {
		width: 80%;
	}
}
.hidden-sm, .hidden-md, .hidden-lg {
	display: none;
}

@media only screen and (min-width: 531px) {
	#ahp-videos .video-block {
		width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	.show-xs {
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {
	#loginNav ul { display: block; }
	#ahp-videos .video-block {
		width: 260px;
	}
	.half {
		float: left;
		width: 50%;
	}
	#login-mobile .demo-video { min-height: 50vw; }
	#login-welcome .login-form {
	    background: #fff;
	    width: 95%;
	    max-width: 600px;
	    margin: 30px auto 0;
	    padding: 30px 20px 50px;
	    position: relative;
	}
	#login-mobile .get-app {
	  background: #fff;
	  margin-right: -20px;
	}
	.form-group .form-control {
	  width: calc(100% - 22px);
	  padding: 16px 15px;
	  margin: 10px 0;
	  border: 3px solid #C1CCD3;
	  color: #72848E;
	}
	.headerlogo {
	    margin: 60px auto;
	    display: block;
	    max-width: 400px;
	}
	#registerContain {
	    background: #fff;
	    width: 90%;
	    max-width: 1000px;
	    padding: 20px 0 40px;
	    margin: 0 auto;
	    /* box-shadow: 0 0 10px 0 #aaa; */
	    position: relative;
	}
	.appLink {
	  height: 50px;
	  margin: 60px 20px 20px 0;
	}
	#login-faq ul {
	    list-style: none;
	    padding: 0 30px;
	}
	#login-mobile h2 {
		font-size: 2.3rem;
		font-weight: 300;
	}
	
	.btn.btn-register, .btn.btn-login {
		width: auto;
	}
	
	
}






@media only screen and (min-width: 1080px) {
	#login-welcome .login-form {
		width: 45%;
		margin: 30px 0 60px 60px;
	}
	#login-mobile .demo-video { min-height: 495px; }
}
@media only screen and (min-width: 1400px) {
	#login-welcome .login-form { width: 35%; }
	#login-mobile .demo-video { min-height: 600px; }
}

.schoolName {
	font-weight: 600;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#school_search_form {
	position: relative;
	overflow: hidden;
	margin-top: 35px;
}
#school_search_form .loader {
    position: absolute;
    top: 20px;
/*
    right: 20px;
    width: 15px;
    height: 15px;
*/
	right: 16px;
	width: 27px;
	height: 27px;
    border-width: 3px;
    margin: 0;
    z-index: 1;
    border-top-color: #72848E;
    border-left-color: #72848E;
    border-right-color: #72848E;
    display: none;
}
#school_search_form.loading .loader {
	display: block;
}

#school_search_form .resultcount {
    position: absolute;
    top: 20px;
    right: 18px;
    margin: 0;
    z-index: 1;
    display: none;
    color: #72848E;
    font-size: 10px;
    width: 25px;
	text-align: center;
}
#school_search_form.withresults .resultcount {
	display: block;
}
#school_search_form.withresults.loading .resultcount {
	display: none;
}


.lightgray {
    background-color: #F9FAFB;
    /* height: 30vh;
    width: 120%;
    margin-left:-30px;
    margin-right:-20px; */
}

.rightHalf {
    background: url(../img/ahp-search-bg2.jpg) center center / cover no-repeat #3E86AB;
    min-height: 100vh;
}
#wrap .rightHalf {
    background: url(../img/ahp-register-bg.jpg) center center / cover no-repeat #3E86AB;
    min-height: 100vh;
}

.bigtext {
    text-align: center;
	padding: 40px 20px;
	margin: 0;
}

#support {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .875em;
    padding: 10px 0 20px;
    font-weight: 400;
}
#support a {
	color: #3D7CC9;
}

.signin {
    background: #3D7CC9;
    margin-right: 10px;
}

.noacct {
    background: #111C4E;
}

.results {
}

.top {
    display: none;
}

@media screen and (max-width: 972px) {
    /* .lightgray {
      height: 35vh;
    } */
    .noacct {
        margin-top: 10px;
    }
}

@media screen and (max-width: 820px) {
    .h1 {
        font-size: 1.75rem;
    }
}

/* @media screen and (max-width: 734px) {
    .lightgray {
        height: 30vh;
    }
} */

@media screen and (max-width: 767px) {
    .rightHalf {
        /* height: 50vh;
        background-attachment: fixed;
        background-size: cover-contain;
        background-repeat: no-repeat;
        background-position: 50% 50%; */
		position: fixed;
		top: 0;
		left: 0;
    }
    /* .bigtext {
		padding: 40px 20px;
		margin: 0;
    } */
    .mainsect {
        margin-top: 155px;
		z-index: 5;
		margin-bottom: 75vh;
		background-color: #fff;
		box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.43);
    }
	#support {
		position: relative;
		padding: 75px 0 25px;
	}

    .signin, .noacct {
        width: 90%
    }

    .top {
        display: block;
        background: url(../img/girl.jpg);
        height: 50vh;
        margin-left: -20px;
        margin-right: -20px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: 50% 50%;
    }

    .toptext {
        position: fixed;
        z-index: 3;
        font-size: 2.5rem;
        padding: 20px 20px;
    }
   	.home h2 {
   		font-size: 23px;
   	}
   	.home h1 {
   		text-align: left;
   		margin-left: 1rem;
   	}
}


body.home {
	background: #FFF;
}
.home h1 {
	color: #FFF;
}

.home .my-5 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.home .mt-5 {
	margin-top: 4rem !important;
}
.home #headerActions .btn {
	margin: 20px 16px 20px 0;
	font-size: 19px;
	font-weight: 700;
	padding: 18px 35px;
}
.home p span {
	font-weight: 700;
}
.home .form-control {
	background-color: rgba(61, 124, 201, 0.07) !important;
	border: 3px solid #3D7CC9 !important;
	border-radius: 7px !important;
}


.home .form-floating > .form-control {
	/* padding: 1rem 0.65rem; */
	padding: 2rem 1rem;
	/* padding: 2.5rem 1rem 1.5rem; */
}
.home .form-floating > .form-control:not(:placeholder-shown) {
	padding: 2.5rem 1rem 1.5rem;
}
.home .form-floating > label {
	padding: 1.4rem 1.15rem;
	/* padding: 1.9rem 1.15rem; */
}


#searchArea {
	background: #FFF;
	bottom: 55px;
}

.form-floating > .form-control:focus {
	/* padding: 1rem 0.65rem; */
	/* padding: 2rem 1rem; */
	padding: 2.5rem 1rem 1.5rem;
	color: #111C4E;
}
.form-floating:focus > label {
	/* padding: 1.4rem 1.15rem; */
	padding: 1.9rem 1.15rem;
	color: #111C4E;
}

.list-group {
	border: 3px solid #EFEFEF;
	border-radius: 7px;
}
.list-group-item {
	padding: .8rem 1rem;
	border: 1px solid #EFEFEF;
	border-left: transparent;
	border-right: transparent;
	border-top: transparent;
}
.list-group-item:last-child {
	border-bottom: transparent;
}
.list-group-item:hover {
	background: #fcfcfc;
}

#wrap .w-75 {
	width: 80% !important;
} 

.lity-iframe-container {
	padding-top: 66% !important;
	overscroll-behavior-y: contain;
    overflow-y: auto;
}

@media screen and (max-width: 972px) { 
	.home #headerActions .btn {
		width: 100%;
	}
	.home h1 {
		margin-top: 0;
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.home .w-75 {
		width: 80% !important;
	}
	#wrap .w-75 {
		width: 100% !important;
	} 
	.lity-iframe-container {
		padding-top: 150% !important;
	}
}



/* 12/16/21 @ 7:37pm */

.error404 #wrap {
	background: #FFF;
	padding-bottom: 2rem;
}
.lity {
	/* background: #111C4E !important; */
	background: rgba(17, 28, 78, .9) !important;
}

.ltr {
	direction: ltr;
}
.rtl {
	direction: rtl;
}
#ahp-videos .video-block .rtl .video-description {
	padding-right: 0;
}