.noscroll body {
    overflow: hidden;
}

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

.button.button-outline {
    border-color: inherit;
    color: inherit;
}
.button.ahp-secondary-bg {
    color: #fff;
}

.navigation-container {
	border-bottom: 1px solid #F2F4F7;
}
.navbar .w-nav-brand img {
    /* max-height: 40px; */
	max-height: 60px;
}
.navbar .dropdown-list {
    right: -30px;
}
.nav-links {
    align-items: center;
}
.nav-links > .button {
    padding: 0;
    margin: 0 5px;
}
@media (max-width: 768px) {
	.nav-links > .button {
	    padding: 2px 18px;
	    margin: 0;
	}
	.nav-links {
	    align-items: start;
	}
}
.nav-links > a.button {
    color: #fff;
    padding: 8px 14px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.w-nav-overlay .nav-menu-wrapper {
    padding: 16px 23px;
}
.w-nav-overlay .nav-menu-wrapper .nav-link, .w-nav-overlay .nav-menu-wrapper .dropdown {
    width: 100%;
    /* text-align: center; */
    padding: 6px 0;
}
.w-nav-overlay .nav-menu-wrapper .dropdown-list {
    border: none;
    box-shadow: none;
    border-radius: 0;
/*     background-color: #ecebea; */
    background: #f3f3f3;
}

#popupSiteSearchContainer {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 800px;
    border-radius: 10px;
    z-index: 1000;
}
#popupSiteSearchContainer .searchcontainer,
#popupSiteSearchContainer .siteSearchResults {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
#popupSiteSearchContainer .siteSearchResults {
    padding: 20px;
    margin-top: 20px;
}
#popupSiteSearchContainer .siteSearchResults .pageTitle:first-child {
    margin-top: 0;
}
#popupSiteSearchContainer .closeSiteSearch::after {
    content: "\2A2F";
    font-size: 28px;
    line-height: 1;
    padding: 0 4px 1px;
}
#popupSiteSearchContainer .closeSiteSearch {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 4px;
}

#fullSiteSearchContainer .searchcontainer {
    display: flex;
}
#fullSiteSearchContainer .searchcontainer .button {
    margin-left: 15px;
}
#searchYearContain input[type="radio"] {
    width: auto;
    margin-right: 10px;
}
#searchYearContain label {
    width: auto;
    display: inline-block;
    margin: 0 0 0 15px;
}
.searchcontainer .searchSiteText {
    margin: 0;
}
#fullSiteSearchContainer .siteSearchResults {
    margin-top: 20px;
    display: none;
}
.siteSearchResults .pageTitle {
    display: block;
    margin: 30px 0 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #838383;
    text-transform: uppercase;
    letter-spacing: .05rem;
}
.searchResult a {
    margin: 2px 0;
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-size: .9rem;
}
.searchhighlight {
    color: #407ec9;
    font-weight: 700;
}
.siteSearchViewMore {
    font-style: italic;
    font-size: .85rem;
}


.section-halves {
/*
	margin-top: 6vh;
	margin-bottom: 9vh;
*/
	margin-top: 5vh;
	margin-bottom: 7vh;
    width: 90%;
    align-items: center;
}
#w-node-_46a0651a-7536-e0c3-ea5b-67a45659286b-520af5ff h1 {
	margin-top: 12vh;
}

.scrolldownnotify::before {
    content: attr(data-content);
}
.scrolldownnotify::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/icon-arrow-down.svg) no-repeat center center / cover;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
}
.scrolldownnotify {
    display: none;
    text-align: center;
    position: absolute;
    bottom: -30px;
    text-shadow: 0 0 1px #fff;
    color: #407ec9;
    cursor: pointer;
    /* width: 250px; */
    width: 100%;
    /* margin-left: -125px; */
    margin-left: auto;
    margin-right: auto;
    /* left: 50%; */
    left: 0;
    /* background: #FFF; */
    padding: 5px 0 0;
}

.home-shape-grid .geometric-grid-image.image-1 { background-image: url(../img/home1.jpg); }
.home-shape-grid .geometric-grid-image.image-2 { background-image: url(../img/home2.jpg); }
.home-shape-grid .geometric-grid-image.image-3 { background-image: url(../img/home3.jpg); }
.home-shape-grid .geometric-grid-image:last-child {
    grid-column: 2/4;
}
.geometric-grid-image {
    background-color: #656565;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sub-shape-grid {
    width: 15vw;
    height: 15vw;
}
.section-halves-content-wide {
    justify-self: flex-start;
    align-self: center;
    /* padding: 48px 48px 48px 0; */
	padding: 0 48px 48px 0;
}
.section-halves-content-wide.right-justify {
    justify-self: right;
    padding-right: 0;
}
.geometric-grid-image-sub.shape-round-top-right {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.section-halves {
    align-items: center;
}

#selectSchool {
    max-width: 100%;
}
.yearName {
    color: #667085;
    font-weight: bold;
    margin-bottom: 10px;
}
.pageHeaderButtons h6 {
    margin-top: 20px;
}
.pageHeaderButtons .button {
    margin-right: 8px;
    margin-bottom: 8px;
}
.pageHeaderButtons .button:last-child {
    margin-right: 0;
}
@media (max-width: 600px) {
    .pageHeaderButtons .button {
        width: 100%;
        margin-right: 0;
    }
}

.custom-select {
    position: relative;
    width: 100%;
    font-family: sans-serif;
  }
  
  .selected-option {
    display: flex; /* this is the key */
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .selected-option .text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .selected-option .selectarrow {
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    flex-shrink: 0;
  }
  
  #home-header .selected-option {
	  padding: 15px;
	  background: #F1F6FB;
	  border:3px solid #407EC6;
	  border-radius: 6px;
	  margin-top: 13px;
  }
  
  .options {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
  }
  
  .options div {
    padding: 10px;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
	border-bottom: 1px solid #EEE;
  }
  
  .options div:hover {
    background: #eee;
  }

.section-halves-sub .section-halves-content-wide {
    padding: 0;
    margin: 5vw 0;
}
.interior-grid {
    width: 25vw;
    height: 25vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 50%;
    max-width: 250px;
    max-height: 250px;
}

.interior-header-image {
    width: 25vw;
    height: 25vw;
    margin: 5vw 12.5vw;
}

.archive-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.archive-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.home-shape-grid > :nth-child(n+7) {
    display: none;
}
@media (max-width: 991px) {
    .section-halves {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-halves-content-wide {
        max-width: none;
        padding: 0;
    }
    .home-shape-grid > :nth-child(n+7) {
        display: block;
    }
    .home-shape-grid .geometric-grid-image {
        width: auto;
        height: auto;
    }
    .home-shape-grid .geometric-grid-image:last-child {
        grid-column: inherit;
    }
    .home-shape-grid {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        grid-template-rows: 25% 25%;
        -ms-grid-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
        -ms-grid-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
        grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
        grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
    }

    .section-halves-sub {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-halves-sub .section-halves-content-wide {
        align-self: flex-start;
        width: 100%;
    }
    .section-halves-sub .header-title {
        margin-top: 0;
    }
    .interior-grid {
    	/*
		width: 50vw;
    	height: 50vw;
		*/
		width: 94vw;
		height: 30vw;
		max-width: 100%;
		border-top-right-radius: 65px;
		border-bottom-left-radius: 65px;
    }
}



#schoolTestingNotify {
    position: fixed;
    letter-spacing: 2px;
    background-color: yellow;
    font-weight: bold;
    font-size: 6px;
    line-height: 1;
    left: 0;
    top: 0px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
#schoolTestingNotify::before {
	content: "TESTING";
}


.footer-3-links > a {
    margin-left: 16px;
}
.footer-3-links > a:first-child {
    margin-left: 0;
}
@media (max-width: 768px) {
    .footer-3-links {
        display: block;
    }
    .footer-3-links > a {
        margin: 5px 0;
        display: block;
        text-align: left;
    }
}

@keyframes itemHighlight {
    0% {
        background-color: transparent;
        box-shadow: 0px 0px 0 0 transparent;
    }
    25% {
        background-color: #E6EEF7;
        box-shadow: 0px 0px 0px 10px #E6EEF7;
    }
    90% {
        background-color: #E6EEF7;
        box-shadow: 0px 0px 0px 10px #E6EEF7;
    }
    100% {
        background-color: transparent;
        box-shadow: 0px 0px 0 0 transparent;
    }
}
.pageItemHighlight {
    animation-name: itemHighlight;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}


.swiper-container {
    width: 100%; /* Make sure the swiper takes up full width of its 50% container */
    max-width: 100%;
    overflow: hidden; /* Hide any overflowing content */
  }
  .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
  }
  .swiper-container,
.swiper-wrapper {
  height: 100%;
}

.pageItem {
	margin-bottom: 0rem;
}
.pageItem.itemType-file, .pageItem.itemType-site {
    margin-bottom: 1rem;
}
.pageItem.itemType-block {
    display: flex;
    margin-bottom: 0rem;
    max-width: 320px;
    margin-right: 15px;
}
.pageItem.itemType-block .card {
    border-radius: 16px;
}
/* .pageItem.itemType-block .card-body {
    padding: 15px;
} */
.pageItem.itemType-image {
    margin: 25px 0;
}
.pageItem.itemType-image img {
    width: 100%;
    max-height: 50vh;
}
.pageItem.itemType-accordian + .pageItem:not(.itemType-accordian) {
    margin-top: 25px;
}
.pageItem.itemType-accordian:not(.level1):last-child .card-2 {
    border-bottom: none;
}
.pageItem .flipembed {
    width: 100%;
    height: 55vw;
}
.pageItem.itemType-block .block-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 15px;
    pointer-events: none;
}
.pageItem.itemType-block .block-main {
    background: center center / cover no-repeat;
    position: relative;
    padding: 15px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-slide[data-swiper-slide-index="0"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/college-students-laughing.jpg); }
.swiper-slide[data-swiper-slide-index="1"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/excited-university-student.jpg); }
.swiper-slide[data-swiper-slide-index="2"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/healthy-college-friends.jpg); }
.swiper-slide[data-swiper-slide-index="3"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/opt-out-student-insurance-myahpcare.jpg); }
.swiper-slide[data-swiper-slide-index="4"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/smiling-college-student.jpg); }
.swiper-slide[data-swiper-slide-index="5"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/university-doctor-medical-plans.jpg); }
.swiper-slide[data-swiper-slide-index="6"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/university-students-having-fun.jpg); }
.swiper-slide[data-swiper-slide-index="7"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/college-student-with-headphones.jpg); }
.swiper-slide[data-swiper-slide-index="8"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/student-with-books.jpg); }
.swiper-slide[data-swiper-slide-index="9"] .pageItem.itemType-block .block-main { background-image: url(../img/blockimages/university-graduate.jpg); }
.pageItem.itemType-block .block-main ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
    z-index: 1;
}
.pageItem.itemType-block .block-main h5 {
    color: #fff;
    margin: 0;
    z-index: 1;
}
.pageItem.itemType-block .block-description {
    padding: 20px 20px 5px 20px;
}
.pageItem.itemType-block .block-main li > a {
    background-color: transparent;
    border-radius: 22px;
    padding: 8px 18px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
}
@media (min-width: 1000px) {
    .pageItem .flipembed {
        height: 32.5vw;
        max-height: 450px;
    }
}

.showHideAccordians::before {
    content: attr(data-content);
}
.showHideAccordians {
    font-size: 13px;
    cursor: pointer;
    color: #407EC9;
    text-align: right;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 991px ) {
    /* .card-body {
        display: flex;
    } */
    .card-body .circle {
        margin-right: 20px;
    }
}

@media (min-width: 1000px) {
    .pageItem.level1:not(.itemType-blocks), .showHideAccordians {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
    }
    .pageItem.itemType-contact {
		width: 65%;
		margin: 0 auto;
		max-width: 900px;
	}
	.pageItem.itemType-file, .pageItem.itemType-site {
	    margin-bottom: 1rem !important;
	}
}
.accordion-title {
    cursor: pointer;
    padding-right: 20px;
}
.accordian-arrow > i {
    position: absolute;
    top: 0;
    left: 0;
}
.accordian-arrow {
    position: absolute;
    right: 5px;
    display: inline-block;
    height: 17px;
    width: 15px;
    color: #98A2B3;
    font-weight: 400;
}
.accordian-arrow > i.arrowTransform {
    transform: rotate(-90deg);
    transition: transform 400ms ease;
}
.isOpen > .accordion-title .accordian-arrow > i.arrowTransform {
    transform: rotate(0deg);
}

.pageItem.level2:not(.itemType-block) {
	margin-left: 1rem;
}
.pageItem.level3:not(.itemType-block), .pageItem.level4:not(.itemType-block), .pageItem.level5:not(.itemType-block), .pageItem.level6:not(.itemType-block) {
  margin-left: 2rem;
}
.level2 h3.expandable-heading-2 {
	font-size: 20px;
  font-weight: 400;
  color: #407ec9;
}

hr {
	color: transparent;
	border-top: 1px solid #E4E7EC;
	padding-top: 1rem;
	border-width: 1px 0 0 0;
}

.hasPageItems .schoolContacts {
	margin-top: 3rem;
}
.hasContactForm .schoolContacts {
	margin-bottom: 3rem;
}
.contactTable {
	float: left;
	max-width: 33.33%;
	width: 33%;
}
.contactTable:last-child {
	border: none;
}
.section.bg-gray-4.wf-section .container:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
	.contactTable {
		float: none;
		max-width: 100%;
		width: 99.9%;
	}
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #E4E7EC;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 12px 20px;
	/* margin: 3px 0 16px; */
	margin: 10px 0;
	font-size: 18px;
	width: 100%;
}
label {
	text-transform: uppercase;
	font-size: .8rem;
	margin: 15px 0 0 2px;
}
input[type=submit], .btn-submit {
  position: relative;
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #407ec9;
  border-radius: 5px;
  background-color: #407ec9;
  /* box-shadow: inset 0 0 100px 100px transparent; */
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  max-width: 260px;
}


.footer-logo img {
    width: 100%;
    max-width: 200px;
}

.w-layout-grid.cards-grid {
    width: 100%;
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 2em;
}
@media (max-width: 1000px) {
    .w-layout-grid.cards-grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .w-layout-grid.cards-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}



.blocker {
    z-index: 1000;
  }
  .modal {
    padding: 0;
  }
  .modalheader {
    padding: 5px 15px;
    background: #407ec9;
    color: #fff;
    border-radius: 8px 8px 0 0;
  }
  .modalbody {
    padding: 15px;
  }