/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&amp;family=Encode+Sans:wght@400;500;600;700;800&amp;display=swap');

@import url("vqt6dvc.css");


/* COLORS */
:root {
	--black:#222222;
	--white:#ffffff;
	--whitegray:#f9f9fa;
	--dark-grey:#757575;
	--med-grey:#E4E4E4;
	--grey-000:#f2f2f2;
	--grey-100:#e4e4e5;
	--grey-300: #333;
	--grey-200:#A0A0A0;
	--grey-400: #656565;
	--grey-line:#D7D7CF;
	--light-grey:#F5F5F5;
	--teal-000:#ECFAF9;
	--teal-100:#D8F4F3;
	--teal-500:#257974;
	--teal-400:#31A29B;
	--teal-600:#18514E;
	--teal-highlight:#ABDBD8;
	--yellow-900:#644C10;
	--yellow-500:#E2AA24;
	--yellow-400:#FBBD28;
	--yellow-300:#FCCA53;
	--yellow-200:#FDD77E;
	--yellow-100:#FDE5A9;
	--yellow-150:#FCEFCA;
	--yellow-000:#FFF8EA;
	--purple-000:#F1E8F2;
	--purple-100:#D5BAD9;
	--purple-400:#8F4699;
	--purple-500:#73187F;
	--purple-700:#450E4C;

	--divider:#E9E9E9;



	


}
.bg-teal-000{
	background-color: var(--teal-000);
}
.bg-light-grey{
	background-color: var(--light-grey);
}
.bg-purple-000{
	background-color: var(--purple-000);
}


/* GENERAL */
html{
  font-size: 100%;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body{
    font-size: 1rem;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
    color: var(--black);
    background-color: var(--white);

}
h1, .h1-title, .h2-big{
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5rem;
	line-height: 110%;
	color:var(--black);
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
}
.h1-title.long-title {
    font-size: 3.325rem;
}
h2, .h2-title{
	font-family: "highest-praise", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
	line-height: 110%;
	color:var(--black);
	margin-bottom: 24px;
}
h3, .h3-title{
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	line-height: 110%;
	color:var(--black);
	margin-bottom: 24px;
}
.h3-small-title{
	font-size: 2.5rem;
}
h4, .h4-title{
	font-family: "highest-praise", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.125rem;
	line-height: 110%;
	color:var(--black);
}
h5, .h5-title{
	font-family: "highest-praise", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.25rem;
	line-height: 110%;
	color:var(--black);
}
h6, .h6-title{
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	line-height: 130%;
	color:var(--black);
}
h7, .h7-title{
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 150%;
	color:var(--black);
}
h9, .h9-title{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 150%;
}
.eyebrow{
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 1.125rem;
	margin-bottom: 12px;
}
.cursive{
	font-family: "highest-praise", sans-serif;
	position: relative;
}
.h1-title .cursive {
    font-size: 4rem;
    display: inline-block;
    line-height: 120%;
}
.h3-title .cursive{
	font-size: 3.125rem;
}
.h3-title .cursive.teal:before{
	content:'';
	background-color: var(--teal-highlight);
	position: absolute;
	left: -5px;
    bottom: 10px;
    width: calc(100% + 12px);
	height: 24px;
	z-index: -1;
}
.h1-title .cursive:before{
	content:'';
	background-color: var(--yellow-100);
	position: absolute;
    left: -5px;
    bottom: 5px;
    width: calc(100% + 12px);
    height: 34px;
    z-index: -1;
}
.h1-title .cursive.purple:before{
	background-color: var(--purple-100);
}
.h1-title .cursive.teal:before{
	background-color: var(--teal-highlight);
}

.teal-400{
	color: var(--teal-400);
}
.teal-500{
	color: var(--teal-500);
}
.purple-400{
	color: var(--purple-400);
}

.anchor-spot {
	display: block;
	visibility: hidden;
    height: 200px;
    margin-top: -200px;
}

.alpha-page .first-section{
	padding-top: 235px;
}
a, a:hover, a:focus{
	color: var(--teal-500);
	font-weight: 700;
	text-decoration: underline;
}
a:hover, a:focus{
	color: var(--black);
}
p{
	font-family: 'proxima-nova', sans-serif;
	line-height: 185%;
	font-size: 1rem;
}
p.big{
	font-family: 'proxima-nova', sans-serif;
	line-height: 150%;
	font-size: 1.25rem;
}
.number{
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.375rem;
	line-height: 110%;
}

.button{
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    background-color: var(--teal-500);
    color:var(--white);
    padding: 20px 40px;
    border-radius: 8px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
}
.button:hover, .button:focus{
    opacity: 0.8;
    transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
    text-decoration: none;
    color: var(--white);
}
.button.white{
	background-color: var(--white);
    color:var(--black);
}
.button.white:hover, .button.white:focus{
	 color:var(--black);
}
.button.purple{
	background-color: var(--purple-500);
	color:var(--white);
}
.button.purple:hover, .button.purple:focus{
	color:var(--white);
}
.button.yellow{
	background-color: var(--yellow-500);
	color:var(--black)
}
.button.yellow:hover, .button.yellow:focus{
	 color:var(--black);
}
.button.arrow{
	background: url('../png/button-arrow-2.png') no-repeat center right 32px var(--white);
	background-size: 14px;
    color:var(--black);
    padding: 16px 56px 16px 32px;

}
.big-button{
	padding:32px 40px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1.5rem;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.big-button.teal{
	background-color: var(--teal-500);
	color: var(--white);
}
.big-button.yellow{
	background-color: var(--yellow-500);
	color: var(--black);
}
.big-button.purple{
	background-color: var(--purple-500);
	color: var(--white);
}
.big-button .text {
    width: 65%;
}
.big-button .text.w-70{
	width: 70%;
}
.big-button .button-wrap {
    width: 35%;
    text-align: right;
}
.big-button .button-wrap.w-30{
	width: 30%;
}
.mid-button{
	padding: 8px 7px 8px 36px;
	border-radius: 8px;
	font-size: 1.5rem;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;    
    margin-bottom: 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.10);
}
.mid-button.font-20{
	font-size: 1.25rem;
}
.mid-button.purple{
	border: 1.5px solid var(--purple-500);
	background-color: var(--purple-100);	
}
.mid-button.light-purple{
	border: 1.5px solid var(--purple-500);
	background-color: var(--purple-000);
}
.mid-button.teal{
	border:1.5px solid var(--teal-500);
	background-color: var(--teal-100);
}
.mid-button .text {
    width: 70%;
    font-weight: 600;
}
.mid-button .text.w-75 {
    width: 75%;
 }
.mid-button .button-wrap {
    width: 30%;
    text-align: right;
}
.mid-button .button-wrap.w-25 {
    width: 25%;
}
.alpha-page ol > li {
    margin-bottom: 10px;
}

.teal-gradient{
	background: rgb(49,162,155);
	background: linear-gradient(150deg, rgba(49,162,155,1) 0%, rgba(37,121,116,1) 100%);
	color:var(--white);
}
.teal-gradient h1, .teal-gradient h2{
	color:var(--white);
}

.cta{
	background-color: var(--teal-500);
	color:var(--white);
	padding: 80px 0 142px 0;
}
.cta .type{
	color: var(--yellow-150);
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px; 
}
.cta h2{
	color: var(--white);    
	line-height: 130%;
}

section{
	padding: 120px 0;
}

.alpha-page .box.margin-40{
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.faq.accordion{
	margin-bottom: 100px;
}
.faq .card{
	border: 1px solid var(--med-grey);
    border-radius: 14px;
    background: transparent;
    margin-bottom: 20px;
    padding:32px 40px;
}
.faq .card-header{
	background: transparent;
	border:0px;
	padding:0 0 10px 0;
}
.faq .icon-faq{
	width: 40px;
	height:40px;
}
.faq .icon-faq.opened{
	background: url('../png/faq-up-arrow-2.png') no-repeat center center transparent;
	background-size: 40px;
}
.faq .icon-faq.closed{
	background: url('../png/faq-down-arrow-2.png') no-repeat center center transparent;
	background-size: 40px;
}
.faq .card-header .title {
    font-size: 1.25rem;
    text-transform: none;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    color: var(--black);
    width: calc(100% - 40px);
    text-align: left;
    max-width: 90%;
}
.faq button.btn.btn-link, .faq button.btn.btn-link:hover, .faq button.btn.btn-link:focus {
    margin: 0px;
    border: 0px;
    text-decoration: none;
    padding: 0px;
}
.faq .btn{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faq .card-body{
	padding:15px 0 0 0;
	max-width: 720px;
}
.faq.accordion > .card:first-of-type{
	border-bottom: 1px solid var(--med-grey);
	border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}
.faq.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid var(--med-grey);
    border-radius: 14px;
}
.faq.accordion > .card:last-of-type{
	border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.faq.accordion > .card.active {
    border-color: var(--teal-400) !important;
}
.faq .card-body a{
	color: var(--teal-500);
	font-weight: 700;
}
.faq .card-body a:hover, .faq .card-body a:focus{
	color: var(--black);
}
.faq .card-body ul {
    padding-left: 20px;
}
.faq .card-body li{
	margin-bottom: 15px;
}
.faq-title{
	margin-bottom: 64px;
}

.testimonials {
    margin-top: 60px;
    padding: 85px 0 70px 0;
    position: relative;
}
.testimonials .container .row:after{
	content: '';
	position: absolute;
	top: -90px;
	background: url('../png/quote-mark-teal-large-2.png') no-repeat center center transparent;
	background-size: 180px;
	width: 180px;
	height: 180px;
}
.testimonials.teal .container .row:after{
	background: url('../png/quote-mark-teal-large-2.png') no-repeat center center transparent;
	background-size: 180px;
}
.testimonials.yellow .container .row:after{
	background: url('../png/yellow-quote-large-2.png') no-repeat center center transparent;
	background-size: 180px;
}
.testimonials.purple .container .row:after{
	background: url('../png/quote-mark-purple-large-2.png') no-repeat center center transparent;
	background-size: 180px;
}

.testimonials.teal {
    background-color: var(--teal-000);
}
.testimonials.yellow {
	background-color: var(--yellow-000);
}
.testimonials.purple {
	background-color: var(--purple-000);
}
.testimonials .box-testimonial {
    padding: 22px 25px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
}
.testimonials .box-testimonial .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonials .box-testimonial .img-testimonial {
    max-width: 290px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
}
.testimonials .slick-slide{
	padding: 15px !important;
}
.testimonials .box-testimonial .text-wrap {
    flex: 0 0 60%;
    padding-left: 40px;
    padding-right: 10px;
}
.testimonials .box-testimonial .img-wrap {
    flex: 0 0 40%;
}
.testimonials .box-testimonial quote {
    padding-top: 56px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    line-height: 185%;
}
.testimonials .box-testimonial quote:before{
	content: '';
	position: absolute;
	top: 0px;
	background: url('../png/quote-mark-teal-small-2.png') no-repeat center center transparent;
	background-size: 43px;
	width: 43px;
	height: 43px;
}
.testimonials.yellow .box-testimonial quote:before{
	background: url('../png/yellow-quote-small-2.png') no-repeat center center transparent;
	background-size: 43px;
}
.testimonials.purple .box-testimonial quote:before{
	background: url('../png/purple-quote-small-2.png') no-repeat center center transparent;
	background-size: 43px;
}
.testimonials .box-testimonial .name{
	font-weight: 600;
}
.testimonials .box-testimonial .title{
	color: var(--dark-grey);
}
.testimonials .slick-testimonials button.slick-prev.slick-arrow {
    position: absolute;
    top: inherit;
    bottom: -80px;
    left: 20px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.testimonials .slick-testimonials button.slick-next.slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 95px;
    top: inherit;
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.testimonials .slick-testimonials .slick-dots{
	bottom: -40px;
    text-align: right;
    padding: 0px 175px 0 0;
    width: 430px;
    right: 0;
}

#google_translate_element {
    float: right;
    height: 26px;
    overflow: hidden;
    width: 150px;
}

header {
	background-color: var(--white);
}
header .main-logo {
    max-width: 158px;
    width: 100%;
}
header .container.container-nav, .cta .container-cta, .container-big {
    max-width: 1296px;
}
header .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
header .navbar-default .navbar-nav > li > .nav-link {
    color: var(--black);
    font-family: "DM Serif Display", serif;
    font-style: normal;
    padding: 13px 20px;
    font-size: 1rem;
}
header .dropdown-item{
	font-family: 'proxima-nova', sans-serif;
	color: var(--black);
}
header #menu-top-menu{
    margin-bottom: 0;
    list-style: none;
    float: none;
    height: 31px;
}
header #menu-top-menu li {
    display: inline;
    vertical-align: middle;
    margin: 0 14px;
}
header #menu-top-menu li > a{
	color: var(--black);
	font-size: 0.938rem;
	text-decoration: none;
}
header #menu-top-menu li > a:hover, header #menu-top-menu li > a:focus, header #menu-top-menu li > a.active{
	font-weight: 700;
	color: var(--teal-500);
	text-decoration: none;
}
header .lang-menu{
	border-bottom:1px solid var(--divider);
	padding-bottom: 16px;
	margin-bottom: 16px;
}
header .button.menu-item {
    font-weight: 400;
    padding: 4px 18px;
    text-transform: none;
    letter-spacing: 0px;
}
header #menu-top-menu .button.menu-item > a, header #menu-top-menu .button.menu-item > a:hover, header #menu-top-menu .button.menu-item > a:focus {
    color: var(--white);
    text-decoration: none;
    font-size: 0.938rem;
    font-weight: 400;
}
header .top{
	margin-top: 16px;
}
header .menu-top-nav-container {
    text-align: right;
}
header #main-nav {
    border: 0px;    
    padding: 0;
    margin-bottom: 16px;
}
header .navbar-brand {
    padding: 0px;
}
header#header-main {
    box-shadow: 1px 5px 16px rgba(0,0,0,0.05);
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    font-family: 'DM Serif Display', sans-serif;
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
	border-radius: 8px;
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{
	text-align: left;
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item > ul.mega-sub-menu{
	box-shadow: 0px 5px 16px rgba(0,0,0,0.10);
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-yellow a.mega-menu-link:hover, header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-yellow a.mega-menu-link:focus{
	color:var(--yellow-900);
	background-color: var(--yellow-000);
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-purple a.mega-menu-link:hover, header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-purple a.mega-menu-link:focus{
	color:var(--purple-500);
	background-color: var(--purple-000);
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	margin-left: 10px;
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	content: '';
	background: url('../png/down-arrow-nav-2.png') no-repeat center center transparent;
	background-size: 11px;
	opacity: 1;
	    width: 11px;
    height: 11px;
    vertical-align: baseline;

}
header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:hover > span.mega-indicator:after, header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
	transform: rotate(180deg);
    opacity: 0.7;
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link{
	line-height: 130%;
}

/*Search Button*/
header .form-wrap-search{
  display: inline-block; /* behave like others */
  position: relative;
  overflow: hidden;
  width: 40px; /* collapsed width */
  vertical-align: middle;
  transition: width 0.4s ease;
  height: 50px;
  float: right;
  margin-top: -12px;
}
header .form-wrap-search .search-form {
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-left: 10px;
  margin-top: 7px;
  height: 35px;
}
header .form-wrap-search .fa-search.btn-primary {
    background: #fff;
    color: #000;
    border: 0px;
    border-radius: 0px 3px 3px 0;
    box-shadow: none;
    font-weight: 600;
    padding: 9px 12px 10px 12px;
    white-space: nowrap;
    height: 34px;
}
header .form-wrap-search .fa-search.btn-primary:before{
	content:'';
	background: url(../png/icon-search-white-2.png) no-repeat center center var(--teal-500);
	background-size: 18px;
	height: 34px;
    position: absolute;
    top: 0px;
    right: 11px;
    width: 34px;
	border-radius: 0px 8px 8px 0px;
}
header .form-wrap-search .input-group {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0; /* Allow shrinking */
  height:34px;
}
header .form-wrap-search .input-group input[type="search"] {
    height: 19px;
    background: #fff;
	box-shadow: none;
}
header .form-wrap-search .form-control {
  flex: 1 1 auto;
  min-width: 0;
  transition: all 0.3s ease;
}
header .form-wrap-search .input-group-append {
  flex-shrink: 0;
  display: flex;
  z-index: 3;
}

header .search-form .form-control {
    border: 0px;
    border-radius: 3px;
    padding: 8px;
}

header .search-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  margin-right: 12px;
} 
header .search-link .search-icon {
    width: 100%;
    max-width: 19px;
}

header .form-control {
  width: 100%;
  min-width: 150px;
  padding: 5px;
  font-size: 14px;
  /*border: 1px solid #ccc; */
}
header .form-control:focus {
	outline: 2px solid var(--teal-500); !important;
	height: 34px !important;
	box-shadow: none;
	border: none;
	border-radius: 8px 0px 0px 8px;
}

header .form-wrap-search.open {
  width: 200px;
}

header .form-wrap-search.open .search-form {
  opacity: 1;
  pointer-events: auto;
  margin-right: 10px;
}

header .form-wrap-search.open .search-link {
  display: none;
}

header .form-wrap-search .form-menu .btn-primary {
  margin-left: 5px;
  white-space: nowrap;
}
/* FOOTER */
#foobar_message_18389.fbr-custom-color .fbr-message a:not(.fbr-inline-link), #foobar_message_18390.fbr-custom-color .fbr-message a:not(.fbr-inline-link){
	margin:0px !important;
}

/*Go back to top link*/
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 100px;
    visibility: hidden;
    -moz-transition: bottom 300ms ease-in-out;
    -webkit-transition: bottom 300ms ease-in-out;
    -o-transition: bottom 300ms ease-in-out;
    transition: bottom 300ms ease-in-out;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 85px; 
    right: 100px; 
    z-index: 35;
    visibility: visible;
    -moz-transition: bottom 300ms ease-in-out;
    -webkit-transition: bottom 300ms ease-in-out;
    -o-transition: bottom 300ms ease-in-out;
    transition: bottom 300ms ease-in-out;
}
#top-link-block .top-img{
  max-width: 55px;
  opacity: 1;
  box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
#top-link-block a:hover .top-img{
  opacity: 0.6;
}


.top-footer-info{
	padding:66px 0 56px 0;
	background-color: var(--yellow-000);
}
.top-footer-info .footer-logo {
    width: 100%;
    max-width: 158px;
}
.top-footer-info p {
    margin-bottom: 0px;
}
.top-footer-info .newsletter {
    background: rgb(252, 202, 83);
    background: linear-gradient(130deg, rgba(252, 202, 83, 1) 0%, rgba(226, 172, 36, 1) 100%);
    border-radius: 8px;
    padding: 16px 16px 16px 40px;
        max-width: 732px;
    margin: -145px auto 0 auto;
    display: flex;
    align-items: center;

}
.top-footer-info #mc_embed_signup {
    background: transparent;
    width: 320px;
    display: block;
    position: relative;
    margin-left: auto;

}
.top-footer-info .footer-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
}
.top-footer-info #mc_embed_signup form{
	padding:0px;
}

.top-footer-info #mc_embed_signup .button{
  background:url(../png/newsletter-button-2.png) no-repeat center center transparent;
  background-size: 54px;
  text-indent: -99999px;
  width: 54px !important;
  height: 54px;
  position: absolute;
    right: 4px;
    top: 4px;
  opacity: 1;
      border: none;
    box-shadow: none;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  outline: none;
  padding: 0px;
}
.top-footer-info #mc_embed_signup input.email{
  width: 100%;
  float: left;
  border-radius: 8px;
  padding:0px 15px;
  box-shadow: none;
  border: 0px;
  color: var(--black);
  height: 62px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  outline: none;
}
.top-footer-info #mc_embed_signup .button:hover{
	background-color: transparent;
   opacity: 0.8;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* generic Slick styling rules */
.slick-arrow.slick-prev, .slick-arrow.slick-next{
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.slick-arrow.slick-prev:not(.slick-disabled):hover, .slick-arrow.slick-next:not(.slick-disabled):hover{
	opacity: 0.8;
}
.slick-white .slick-arrow.slick-prev{
  background: url('../png/left-arrow-teal-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-white .slick-arrow.slick-next{
  background: url('../png/right-arrow-teal-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-teal .slick-arrow.slick-prev{
  background: url('../png/left-arrow-teal-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-teal .slick-arrow.slick-next{
  background: url('../png/right-arrow-teal-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-yellow .slick-arrow.slick-prev{
  background: url('../png/left-arrow-yellow-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-yellow .slick-arrow.slick-next{
  background: url('../png/right-arrow-yellow-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-purple .slick-arrow.slick-prev{
	 background: url('../png/left-arrow-purple-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-purple .slick-arrow.slick-next{
	 background: url('../png/right-arrow-purple-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-white .slick-dots li button .slick-dot-icon{
	opacity: 1;
}
.slick-white .slick-dots li.slick-active button .slick-dot-icon:before {
    margin-top: 0px;
    margin-left: 0px;
    color: var(--white);
    background: var(--white);
    border: 0px;
}
.slick-white .slick-dots li button .slick-dot-icon:before{
	content: '';
	background: transparent;
	width: 100%;
    height: 100%;
    border: 1px solid var(--white);
    border-radius: 50%;
    opacity: 1;
}
.slick-white .slick-dots li button, .slick-pag-black .slick-dots li button{
	outline: none;
}
.slick-pag-black .slick-dots li button .slick-dot-icon{
	opacity: 1;
}
.slick-pag-black .slick-dots li.slick-active button .slick-dot-icon:before {
    margin-top: 0px;
    margin-left: 0px;
    color: var(--black);
    background: var(--black);
    border: 0px;
}
.slick-pag-black .slick-dots li button .slick-dot-icon:before{
	content: '';
	background: transparent;
	width: 100%;
    height: 100%;
    border: 1px solid var(--black);
    border-radius: 50%;
    opacity: 1;
}


.slick-white .slick-arrow.slick-prev.slick-disabled{
  background: url('../png/left-arrow-stroke-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-white .slick-arrow.slick-next.slick-disabled{
  background: url('../png/right-arrow-stroke-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-teal .slick-arrow.slick-prev.slick-disabled{
  background: url('../png/left-arrow-teal-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-teal .slick-arrow.slick-next.slick-disabled{
  background: url('../png/right-arrow-teal-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-yellow .slick-arrow.slick-prev.slick-disabled{
  background: url('../png/left-arrow-yellow-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-yellow .slick-arrow.slick-next.slick-disabled{
  background: url('../png/right-arrow-yellow-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-purple .slick-arrow.slick-prev.slick-disabled{
  background: url('../png/left-arrow-purple-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-purple .slick-arrow.slick-next.slick-disabled{
  background: url('../png/right-arrow-purple-white-2.png') no-repeat top 0px center transparent;
  background-size: 50px;
}
.slick-teal .slick-prev .slick-prev-icon:before, .slick-purple .slick-prev .slick-prev-icon:before, .slick-yellow .slick-prev .slick-prev-icon:before, .slick-white .slick-prev .slick-prev-icon:before, .slick-white .slick-next .slick-next-icon:before, .slick-teal .slick-next .slick-next-icon:before, .slick-purple .slick-next .slick-next-icon:before, .slick-yellow .slick-next .slick-next-icon:before{
  display: none;
}
.slick-teal .slick-next, .slick-teal .slick-prev, .slick-white .slick-next, .slick-white .slick-prev{
	width: 50px;
	height: 50px;
	border-radius: 50%;
    outline: none;
}
.slick-yellow .slick-next, .slick-yellow .slick-prev, .slick-purple .slick-next, .slick-purple .slick-prev{
	width: 50px;
	height: 50px;
	border-radius: 50%;

    outline: none;
}


footer{
  padding: 100px 0 30px 0;
  background: #fff;
  position: relative;
}
footer #inner-footer{
  padding: 0px;
  background: transparent;
}
footer .menu{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
footer .menu a{
  color: #333333;
  text-decoration: none;
  font-weight: 400;
}
footer .menu a:hover, footer .menu a:focus{
  color: var(--teal-500);
  font-weight: 700;
  text-decoration: none;
}
footer .menu .title a:hover{
  color: #333333;
}
footer .menu li{
  margin-bottom: 15px;
}
footer .menu li.title{
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom:20px;
}

footer .menu li.title a, footer .menu li.title-enroll a{
	font-weight: 700;
}
footer .menu li.title a{
	font-size: 1.25rem;
}
footer .menu li.title-enroll{
	 font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  margin-top:39px;
  margin-bottom: 18px;
}
footer .menu li.title-contact{
	margin-bottom:18px;
	margin-top: 0px;
}
footer .menu li.bottom-title{
	margin-top: 34px;
}
footer .menu li.title a:hover, footer .menu li.title a:focus{
  text-decoration: none;
}
footer .button.menu-item {
    font-weight: 400;
    padding: 8px 18px;
    text-transform: none;
    letter-spacing: 0px;
}
footer .button.menu-item > a, footer .button.menu-item > a:hover, footer .button.menu-item > a:focus{
	color: var(--white);
	text-decoration: none;
	font-weight: 400;
}
footer .copy-row {
    margin-top:30px;
    padding-top: 40px;
    border-top: 1px solid var(--med-grey);

}
footer .copy{
	font-size: 0.875rem;
}
footer .social-icons .icon{
  background: url('../png/social-icons-2.png') no-repeat;
  float:left;
  height: 30px;
  width: 30px;
  background-size: 100%;
  margin-right: 12px;
}

footer .social-icons{
  overflow: auto;
  margin-bottom: 40px;
  margin-top: 0px;
  float: right;
}
footer .social-icons a:last-of-type .icon {
    margin-right: 0px;
}
footer .social {
  overflow: hidden;
}
footer .social p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
footer .social-icons .icon:hover, footer .social-icons a:hover{
  opacity: 0.7;
}
footer .social-icons a{
  opacity: 1;
  color: #f3a701;
}
footer .social-icons .tw{
  background-position: 0px 0px;
}

footer .social-icons .fb{
  background-position: 0px -99px;
}
footer .social-icons .in{
  background-position: 0px -138px;
}

footer .social-icons .ig{
  background-position: 0px -48px;
}

footer .social-icons .yt{
  background-position: 0px -172px;
}

footer .social-icons .text{
  color: #f3a701;
  font-size: 1.7rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
}


.homepage .homepage-banner{
	position: relative;
	overflow: hidden;
	max-height: 815px;
	margin-top:145px;
	padding:0px;
	
}
.homepage .homepage-banner .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.01) 56%);
	z-index: 1;
}
.homepage-banner .container {
    z-index: 2;
    position: relative;
}
.homepage .homepage-banner .video-banner{
	height: 100%;
	position: absolute;
	overflow: hidden;
	width: 100%;
}
.homepage .video-banner video {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    z-index: 0;
}
.homepage .homepage-banner .title-wrap{
	margin: 0px 0 65px 0;
	color:var(--white);
	padding-top: 55%;
}
.homepage .homepage-banner .title-wrap h1, .homepage .homepage-banner .title-wrap h2{
	color:var(--white);
}
.homepage .homepage-banner .title-wrap h1 {
    margin-bottom: 5px;
}
.homepage .success{
	background-color: var(--teal-500);
	color:var(--white);
	padding:98px 0 120px 0;
	position: relative;    
	z-index: 10;
}
.homepage .success h2{
	color: var(--white);
}
.homepage .success .h3-title .cursive.teal:before {
    background-color: var(--teal-400);
 }
.homepage .success .button-below{
	position: absolute;
	top: -40px;
	left:50%;
	margin-left: -53px;
	width: 100%;
	max-width: 106px;
}
.homepage .success .success-illustration{
	width: 100%;
	max-width: 400px;
}
.homepage .educators-home .big-button.yellow, .homepage .students-home .big-button.teal {
    margin-top: 60px;
}
.homepage .educators-home{
	background: var(--yellow-000) !important;
}
.yellow-box{
	border-radius: 16px;
	background-color: var(--white);
	border-top: 8px solid var(--yellow-400);
	padding: 40px;
	color: var(--black);
	box-shadow: 1px 5px 16px rgba(0,0,0,0.15);
}
.yellow-box .stat-icon {
    border-radius: 8px;
    max-width: 56px;
    margin-bottom: 30px;
}
.yellow-box .h7-title {
    margin: 0 0 10px 0;
}
.teal-box {
    border-radius: 16px;
    background-color: var(--white);
    border-top: 8px solid var(--teal-400);
    padding: 25px;
    color: var(--black);
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.08);
}
.teal-box.bg-teal{
	background-color: var(--teal-000);
	border:1px solid var(--teal-400);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
	padding: 32px 36px;
	margin-bottom: 30px;
}
.teal-box.bg-teal .text {
    font-size: 1.25rem;
}
.teal-box.purple-color{
	border-top-color: var(--purple-400);
}
.alpha-page .bg-img{
	padding-bottom: 32.63%;
	background-size: cover;
}
.homepage .success .yellow-box{
	padding: 32px;
	text-align: center;
}
.homepage .success .stats{
	margin-top: 100px;
}
.homepage .success .stats .number{
	font-size: 3rem;
	margin:10px 0;
}
.homepage .success .stat-icon {
    width: 100%;
    max-width: 50px;
    border-radius: 8px;
    margin-bottom: 0px;
}
.homepage .academics h2.h1-title {
    line-height: 120%;
}
.homepage .academics{
	padding:120px 0 377px 0;
	background-color: var(--white);
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 2;
	    max-width: 1800px;
    margin: auto;
}
.homepage .academics .academics-img-1{
	width: 100%;
	max-width: 384px;
	border-radius: 16px;
	position: absolute;
	top:72px;
	left: -40px;
}
.homepage .academics .academics-img-2{
	width: 100%;
	max-width: 373px;
	border-radius: 16px;
	position: absolute;
	top:590px;
	left: 252px;
}
.homepage .academics .academics-img-3{
	width: 100%;
	max-width: 348px;
	border-radius: 16px;
	position: absolute;
	top:220px;
	right: -60px;
}
.homepage .stories.teal.stories-section {
    padding-bottom: 50px;
}
.homepage .students-home {
    padding-top: 0px;
}
.homepage .stories-section.students-home.stories.teal{
	padding: 120px 0;
	background: var(--teal-000);
}
.homepage .community-home{
	position: relative;
	z-index: 2;
}
.homepage .community-home .intro{
	font-size: 1.25rem;
}
.homepage .community-home .big-button {
    margin-top: 120px;
}
.homepage .community-home .mid-button{
	margin-bottom: 8px;
}


.story-page .column-title .intro strong {
    font-size: 1.25rem;
}
.story-page .column-title{
	padding-bottom: 88px;
}
.story-page .column-title .intro {
    overflow: auto;
}
.alpha-page .stats{
	padding: 120px 0 0;
}
.alpha-page .stats .number {
    color: var(--teal-500);
}
.alpha-page .stats .number.purple-color{
	color:var(--purple-500);
}
.alpha-page .stats .stat {
    text-align: center;
}
.alpha-page .stats .stat .title, .alpha-page .stats .stat .desc {
    font-size: 1.25rem;
    margin: 10px 0 15px 0;
}
.story-page .title-img, .alpha-page .title-img{
	position: relative;
	overflow: hidden;
    max-width: 1800px;
    margin: auto;
}
.story-page .title-img .story-img-2{
	    width: 100%;
    max-width: 480px;
    border-radius: 16px;
    position: absolute;
    top: 120px;
    right: -20px;
}
.story-page .title-img .story-img-1{
	    width: 100%;
    max-width: 272px;
    border-radius: 16px;
    position: absolute;
    top: 188px;
    right: 400px;
}
.story-page .title-img .story-img-3{
	    width: 100%;
    max-width: 622px;
    border-radius: 16px;
    position: absolute;
    top: 0px;
    left: -20px;
}
.story-page .title-img.padding-80{
	padding-top: 80px;
}
.story-page .title-img.padding-bottom-120{
	padding-bottom: 170px;
}


.story-page .carousel-wrap {
    overflow: hidden;
}
.story-page .carousel{
	margin-top: 30px;
	    margin-bottom: 90px;
}
.story-page .carousel .slick-dots {
    bottom: -60px;
}
.story-page .values .h6-title, .story-page .values .eyebrow{
	color:var(--white);
}
.story-page .intro-col {
    width: 30%;
    display: inline-block;
    padding:0 75px 0 140px;
}
.story-page .slick-wrapper {
    width: calc(70% - 20px);
    display: inline-block;
    vertical-align: top;
}
.story-page .slick-slide{
	padding: 0 12px;
}
.story-page .slick-slide .stat-icon{
	width: 100%;
	border-radius: 8px;
	max-width: 50px;
	margin-bottom: 30px;
}

.story-page .slick-wrapper .yellow-box{
	width: 320px !important;
	height: 100%;
    padding: 40px 40px 25px 40px;
}
.story-page .slick-track{
    display: flex !important;
}

.story-page .slick-slide{
    height: inherit !important;
}
.story-page .slick-slide > div {
    height: 100%;
}
.story-page .slick-wrapper button.slick-prev.slick-arrow {
    position: absolute;
    top: 96%;
    left: -32%;
}
.story-page .slick-wrapper button.slick-next.slick-arrow {
    position: absolute;
    top: 96%;
    left: calc(-32% + 75px);
}
.story-page .history .box {
    max-width: 767px;
    border-radius: 16px;
    border: 1px solid var(--grey-000);
    padding: 40px 30px 20px 48px;
    box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.02);
    height: 100%; 
}
.story-page .history .box .box-year{
	display: inline-block;
	width: 120px;
	vertical-align: top;
	padding-top: 5px;
}
.story-page .history .box .desc{
	display: inline-block;
	width: calc(100% - 125px);
	padding-left: 48px;
	vertical-align: top;
}
.story-page .slick-years button.slick-prev.slick-arrow {
    top: 122%;
    left: 74%;
}
.story-page .slick-years button.slick-next.slick-arrow {
    top: 122%;
    left: calc(74% + 75px);
}
.story-page .slick-years.slick-slider {
    margin-bottom: 100px;
}
.story-page .slick-years .slick-active .box, .story-page .slick-years .slick-current .box{
	background-color: var(--white);
}
.story-page .years-line {
    padding: 0;
    margin: 30px 0 100px 0;
    list-style: none;
    position: relative;
}
.story-page .years-line li {
    display: inline-block;
    width: calc(100% / 9.5);
    text-align: center;
    position: relative;
    cursor: pointer;
}
.story-page .years-line:before{
	content: '';
	height: 1px;
	width: 100%;
	background-color: var(--grey-line);
	position: absolute;
    bottom: -16px;
	left: 0;
}
.story-page .years-line li:after{
	content: '';
	width: 18px;
	height: 18px;
	background-color: #D9D9D9;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -9px;
	border-radius: 50%;
}
.story-page .years-line li.active .year{
	color: var(--teal-500);
}
.story-page .years-line li.active:after{
	background-color:var(--teal-500);
}
.story-page .years-line .year{
	color: var(--grey-200);
	font-size: 1.5rem;
	font-weight: 600;
}
.story-page .schools-board{

}
.story-page .schools-board .intro{
	margin-bottom: 48px;
}
.story-page .schools-board .text-link{
	color: var(--teal-500);
	font-weight: 700;
	margin-top: 12px;
    text-decoration: underline;
}
.story-page .schools-board .text-link:hover, .story-page .schools-board .text-link:active{
	color: var(--black);
}
.story-page .schools-board .border-box{
	border-radius: 16px;
	padding: 40px 38px;
	border:1px solid var(--teal-400);
	height: calc(100% - 1rem);
}
.story-page .schools-board .border-box .h7-title {
    margin-bottom: 12px;
    line-height: 130%;
}
.pills-section .teal-box-border {
    border-radius: 15px;
    border: 1px solid var(--teal-400);
    padding: 25px 40px 20px;
}
.pills-section .nav-pills .nav-link{
	border-radius: 8px;
}
.pills-section .teal-box-border .description ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.pills-section .teal-box-border .description li{
	margin-bottom: 15px;
	line-height: 185%;
}
.story-page .schools-board #v-pills-tab, .pills-section #v-pills-tab{
    border: 1px solid rgba(139, 223, 218, 0.5);
    border-radius: 8px;
    padding: 12px;
    background-color: rgba(236, 250, 249,0.5);
}
.story-page .schools-board .nav-pills .nav-link.active, .story-page .schools-board .nav-pills .show > .nav-link, .pills-section .nav-pills .nav-link.active, .pills-section .nav-pills .show > .nav-link, .story-page .schools-board .nav-pills .nav-link:hover, .pills-section .nav-pills .nav-link:hover, .story-page .schools-board .nav-pills .nav-link:focus, .pills-section .nav-pills .nav-link:focus{
	background-color: var(--teal-500);
	color: var(--white);
	text-decoration: none;
}
.story-page .schools-board .nav-pills .nav-link, .pills-section .nav-pills .nav-link{
	color: var(--teal-500);
	margin-bottom: 12px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px;
    padding: 0.95rem 1rem;
    letter-spacing: 0.08em;
}
.story-page .schools-board .nav-pills .nav-link:last-child, .pills-section .nav-pills .nav-link:last-child{
	margin-bottom: 0px;
}
.pills-section .title.h7-title {
    margin-bottom: 12px;
}

.approach-page .bg-img-1{
	background: url('../jpg/our-approach-hero-2.jpg') no-repeat center center transparent;
	background-size: cover;
}
.approach-page .bg-img-2{
	background: url('../jpg/our-approach-bg-3.jpg') no-repeat center center transparent;
	background-size: cover;
}
.approach-page .column-text-center{
	padding-bottom: 100px;
}
.approach-page .approach-img-1{
	position: absolute;
	top: 120px;
	right: -20px;
    width: 100%;
    max-width: 622px;
    border-radius: 16px;
}
.approach-page .model .yellow-box {
    padding: 40px 37px;
    height: 100%;
}
.approach-page .model .intro {
    margin-bottom: 60px;
}
.approach-page .teal-box{
	margin-bottom: 20px;
}
.approach-page .graduation {
    padding-bottom: 200px;
}
.approach-page .college{
	padding-top: 50px;
	background: rgb(255,255,255);
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(236,250,249,1) 15%, rgba(236,250,249,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);*/

	background: linear-gradient(to bottom, 
                        white 0px, 
                        white 135px, 
                        var(--teal-000) 135px, 
                        var(--teal-000) calc(100% - 85px), 
                        white calc(100% - 85px), 
                        white 100%);
}
.approach-page .college .teal-box .img-wrap {
    display: inline-block;
    width: 248px;
    vertical-align: top;
}
.approach-page .college .teal-box .college-img{
	width: 100%;
	border-radius: 8px;
}
.approach-page .college .teal-box .text-wrap {
    display: inline-block;
    width: calc(100% - 260px);
    vertical-align: top;
    text-align: left;
    padding-left: 25px;
    padding-right: 60px;
}
.approach-page .college .teal-box .title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.approach-page .college .teal-box p{
	margin-bottom: 0px;
}
.approach-page .college .text-wrap strong {
    font-size: 1.25rem;
    margin-top: 10px;
    display: block;
}
.approach-page .stats{
	padding: 120px 0;
}
.approach-page .stats .big-button {
    margin-top: 60px;
}
.extended-collage {
    min-height: 250px;
}
.special-collage{
	min-height: 150px;
}

.special-education .special-process .intro{
	margin-bottom: 48px;
}
.special-education .special-education-departments{
	padding-top: 10px;
	padding-bottom: 90px;
}
.special-education .special-education-departments .h3-title {
    margin-bottom: 65px;
}
.special-education .video-thumb{
	width: 100%;
	max-width: 962px;
	border-radius: 16px;
}
.special-education .services .intro {
    width: 80%;
}
.special-education .services .icon-box {
    margin-left: 28px;
    padding: 39px 25px 39px 52px;
    border: 1px solid var(--teal-400);
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
}
.special-education .services .icon-box.long{
	padding: 24px 25px 24px 52px;
}
.special-education .services .icon-box .icon{
	width: 100%;
	max-width: 56px;
	position: absolute;
	top: 24px;
	left: -28px;
	border-radius: 8px;
}
.special-education .services .icon-box .title{
	font-weight: 700;
}
.special-education .services .icon-box .second {
    display: block;
    font-weight: 400;
}
.special-education .director, .alpha-school .principal{
	background: var(--teal-000);
	padding: 90px 0 145px 0;
}
.special-education .director h2{
	margin-bottom: 60px;
}
.special-education .director .wrapper, .alpha-school .principal .wrapper{
	position: relative;
}
.special-education .director .letter, .alpha-school .principal .letter{
	margin-left: 166px;
	border-radius: 16px;
	background: var(--white);
	border:1px solid var(--teal-400);
	padding: 65px 128px 69px 152px;
}
.special-education .director .director-img, .alpha-school .principal .director-img{
	max-width: 250px;
	width: 100%;
	border-radius: 16px;
	box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 70px;
    left: 0px;
}
.special-education .director .singature-img {
    max-width: 186px;
    width: 100%;
}
.special-education .director .position, .alpha-school .principal .position{
	color: var(--dark-grey);
	margin-bottom: 10px;
}
.special-education .director .letter a, .alpha-school .principal .letter a {
    color: var(--teal-500);
    font-weight: 700;
    text-decoration: underline;
}
.alpha-school .principal .singature-img{
	transform: scale(0.5);
    transform-origin: left;
}
.alpha-school .principal .letter{
	padding-bottom: 30px;
}

.alpha-page .school-video .video-subtitle {
	line-height: 36px;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.alpha-page .video-button{
	position: relative;    
	display: block;
}
.alpha-page .video .video-thumb {
    border-radius: 16px;
}
.alpha-page .video-button:after{
	content: '';
	background: url('../png/yellow-gradient-play-button-2.png') no-repeat center center transparent;
    background-size: 96px;
	width: 96px;
	height: 96px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -48px;
	margin-top: -48px;
}
.alpha-page .video-button.purple:after{
	content: '';
	background: url('../png/play-button-purple-2.png') no-repeat center center transparent;
    background-size: 96px;
}



.alpha-school{
	overflow: hidden;
}
.alpha-school .school-intro, .alpha-school .school-video {
    max-width: 1500px;
    margin: auto;
    position: relative;
}
.alpha-school .school-intro{
	padding-bottom: 206px;
}
.alpha-school .school-intro .school-title{
	font-size: 3rem;
}
.alpha-school .eyebrow{
	margin-bottom: 16px;
}
.alpha-school .school-intro .school-img{
	position: absolute;
    top: 288px;
    right: -20px;
    width: 100%;
    max-width: 732px;
    border-radius: 16px;
}
.alpha-school .school-intro .school-img.top{
	top:232px;
}
.alpha-school .school-intro article, .alpha-school .school-video .intro {
    margin-bottom: 25px;
}
.alpha-school .school-info {
    padding: 0;
    margin-top: 86px;
    margin-bottom: 86px;
}

.alpha-school .school-info .boxes-wrap {
    margin-top: -86px;
}
.alpha-school .school-info .h3-title {
    margin-top: 68px;
    margin-bottom: 28px;
}
.alpha-school .school-info .social-title {
    margin-bottom: 2px;
}
.alpha-school .school-info .social-icons {
    padding: 0;
    list-style: none;
}
.alpha-school .school-info .social-icons li {
    display: inline;
    margin-right: 20px;
}
.alpha-school .school-info .social-icons a{
	opacity: 1;
	transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
}
.alpha-school .school-info .social-icons a:hover, .alpha-school .school-info .social-icons a:focus{
	opacity: 0.7;
	transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
}
.alpha-school .school-info .social-icons .icon {
    max-width: 19px;
}
.alpha-school .school-info .yellow-box {
    text-align: center;
    margin-bottom: 40px;
    height: calc(100% - 40px);
    padding-bottom: 58px;
}
.alpha-school .school-info .num.number {
    font-size: 3rem;
    margin-bottom: 10px;
}
.alpha-school .school-info .yellow-box .h7-title {
    margin-bottom: 0;
    font-size: 1.25rem;
}
.alpha-school .school-info .address p {
    font-weight: 700;
    letter-spacing: 0.08rem;
}
.alpha-school .school-info .contact-info p, .alpha-school .school-info .contact-info a, .alpha-school .school-info .contact-phone, .alpha-school .school-info .contact-phone a{
	font-weight: 700;
	color: var(--white);
}
.alpha-school .school-info .contact-info a:hover, .alpha-school .school-info .contact-info a:focus, .alpha-school .school-info .contact-phone a:hover, .alpha-school .school-info .contact-phone a:focus{
	color: var(--white);
	text-decoration: underline;
}
.alpha-school .school-info .contact-phone {
    padding-left: 70px;
}

.alpha-school .map-section {
    overflow: auto;
    width: 100%;
    float: left;    
    margin-bottom: -86px;
    padding-top: 50px;
}
.alpha-school #map {
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.alpha-school .principal h2{
	margin-bottom: 	60px;
}
.alpha-school .academics .intro, .alpha-school .resources .intro{
	margin-bottom: 	65px;
}
.alpha-school .pills-section .nav-pills .nav-link{
	text-transform: uppercase;
}
.alpha-school .pills-section .description.row {
    margin-left: 0px;
    margin-right: 0px;
}
.alpha-school .pills-section .description p{
	width: 	100%;
}
.alpha-school .school-collage{
	min-height: 172px;
}
.alpha-school .awards {
    padding-bottom: 80px;
}
.alpha-school .awards h2.h3-title {
    margin-bottom: 70px;
}
.alpha-school .awards h2.h3-title.low-margin {
    margin-bottom: 20px;
}
.alpha-school .awards .intro {
    margin-bottom: 45px;
}
.alpha-school .awards .icon-box-top, .alpha-page .icon-box-top {
    margin-top: 28px;
    padding: 60px 36px 45px;
    border: 1px solid var(--teal-400);
    border-radius: 16px;
    margin-bottom: 42px;
    position: relative;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    height: calc(100% - 63px);
}
.alpha-school .awards .icon-box-top .award-icon, .alpha-page .icon-box-top .award-icon {
    width: 100%;
    max-width: 56px;
    position: absolute;
    top: -24px;
    margin-left:-28px;
    left: 50%;
    border-radius: 8px;
}
.alpha-school .awards .icon-box-top .location p{
	margin-bottom: 0px;
}
.alpha-school .awards .award {
    font-size: 1.25rem;
    margin-bottom: 12px;
}
.alpha-school .awards .title{
	margin-bottom: 12px;
}
.alpha-school .documents .school-resource{
	min-height: 56px;
	margin-bottom: 30px;
	display: block;
}
.alpha-school .documents .school-resource:hover, .alpha-school .documents .school-resource:focus{
	text-decoration: underline;
	border-radius: 0px;
}
.alpha-school .documents .school-resource .icon{
	background: url('../jpg/pdf-icon-2.jpg') no-repeat center left transparent;
	background-size: 56px;
	height: 56px;
	width: 56px;
	vertical-align: middle;
	border-radius: 8px;
	display: inline-block;
}
.alpha-school .documents .school-resource .cal-icon{
	background: url('../jpg/calendar-icon-2.jpg') no-repeat center left transparent;
	background-size: 56px;
	height: 56px;
	width: 56px;
	vertical-align: middle;
	border-radius: 8px;
	display: inline-block;
}
.single-schools .lightbox-alpha.fancybox-content {
	border-radius: 16px !important;
	overflow: hidden;
	background: #fff;
}
.single-schools .lightbox-alpha iframe{
    padding: 20px;
}
.single-schools .fancybox-button.fancybox-button--close{
	  background: url(../png/close-icon-white-2.png) no-repeat center center transparent;
	  background-size: 83px;
	  position: relative;
	  top: 0px;
	  right: 0px;
	  width: 83px;
	  height: 83px;
}
.single-schools .fancybox-button.fancybox-button--close svg {
    display: none;
} 
.alpha-school .documents .school-resource .name{
	font-weight: 700;
	color: var(--teal-500);
	text-decoration: underline;
	padding-left: 24px;
	width: calc(100% - 60px);
	display: inline-block;
	vertical-align: middle;
	line-height: 185%;
}
.alpha-school .documents .school-resource:hover .name, .alpha-school .documents .school-resource:focus .name{
	color:var(--black);
}
.alpha-school .documents .list-left .resource-wrap {
    width: 90%;
}
.alpha-school .documents .list-right .resource-wrap {
    width: 100%;
    padding-left: 6%;
}
.alpha-school .documents.pills-section .teal-box-border {
    padding: 40px 40px 10px;
}
.alpha-school .school-video{
	padding-bottom:0px;
	min-height: 475px;
	    margin-top: 200px;
    padding-top: 84px;
}
.alpha-school .school-video .intro {
    max-width: 448px;
}
.alpha-school .school-video .video-img{
	width: 100%;
    max-width: 732px;
    border-radius: 16px;
}
.alpha-school .school-video .video-link {
    position: absolute;
    top: 0px;
    right: -20px;
    display: block;
}
.alpha-school .school-video .video-link:after{
	content: '';
	background: url('../png/teal-play-video-button-2.png') no-repeat center center transparent;
    background-size: 96px;
	width: 96px;
	height: 96px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -48px;
	margin-top: -48px;
}
.search-page {
	margin: 120px auto;
}
.search-page h2 {
	margin-bottom: 30px;
}
.search-page .search_box .title_desc_post h3 {
	margin-bottom: 10px;
}
.search-page .excerpt_part {
    word-wrap: break-word;
}
.board-page .column-img .top-img, .parents-center .column-img .top-img {
    max-width: 500px;
    display: block;
    width: 100%;
    border-radius: 16px;
}
.board-page .column-img .intro {
    max-width: 470px;
}
.board-page .meetings{
	padding-top: 10px;
}
.board-page .meetings .intro{
	margin-bottom: 25px;
}
.board-page .meetings .meeting-cat {
    background: var(--teal-500);
    border-radius: 16px;
    padding: 16px 35px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
    line-height: 120%;
    margin-top: 40px;
}
.board-page .meetings .meeting-cat.prev{
	background: var(--grey-400);
}
.board-page .meetings .meeting {
    border: 1px solid var(--teal-400);
    border-radius: 16px;
    margin-bottom: 16px;
}
.board-page .meetings .meeting.prev{
	border-color:var(--grey-line);
	background: var(--whitegray);

}
.board-page .meetings .meeting .date {
    display: inline-block;
    background: rgba(236, 250, 249, 0.5);
    padding: 13px 21px;
    text-align: center;
    border: 1px solid rgba(139, 223, 218, 0.5);
    width: 100px;
    border-radius: 16px;
    vertical-align: middle;
}
.board-page .meetings .meeting.prev .date{
	background: var(--grey-000);
	border-color: var(--grey-100);
}
.board-page .meetings .meeting .month{
	text-transform: uppercase;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}
.board-page .meetings .meeting .year{
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}
.board-page .meetings .meeting .day{
	font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 2rem;
    display: block;
    line-height: 99%;
}
.board-page .meetings .meeting .links {
    display: inline-block;
    width: 116px;
    vertical-align: middle;
}
.board-page .meetings .meeting .name {
    display: inline-block;
    width: calc(100% - 225px);
    vertical-align: middle;
    text-align: left;
    padding-left: 35px;
    	font-size: 1.25rem;
}

.team-section{
	background: rgb(236,250,249);
	background: linear-gradient(180deg, rgba(236,250,249,1) 0%, rgba(236,250,249,1) 83%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
	padding-bottom: 140px;
}
.team-section h2{
	margin-bottom: 15px;
}
.team-section .team-list {
    text-align: center;
}
.team-section .team-list .team-item {
    width: 20%;
    display: inline-block;
    margin-right: -4px;
    text-align: center;
    margin-top: 40px;
    min-width: 278px;
    vertical-align: text-top;
    overflow: hidden;
}
.team-section .team-list .team-img-wrap {
    max-width: 250px;
    margin: auto;
    background: transparent;
    padding-top: 10px;
}
.team-section .team-list .team-item a {
    text-decoration: none;
}
.team-section .team-list .team-item .img-wrap{
	 display: block;
    position: relative;
}
.team-section .team-list .team-item .team-img {
   
    border-radius: 16px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
}
.team-section  .team-list .team-item .img-wrap::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.team-section .team-list .team-item .link .img-wrap:after {
    content: "Read Bio";
    background: url('../png/arrow-white-2.png') no-repeat center right transparent;
    background-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    width: 103px;
    height: 20px;
    position: absolute;
    text-align: left;
    opacity: 0;
    left: 50%;
    margin-left: -52px;
    top: 50%;
    margin-top: -20px;
}
.team-section .team-list .team-item .link:hover .img-wrap:before{
  /*opacity: 1;*/
  background-color: rgba(37, 121, 116, 0.8);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.team-section .team-list .team-item .link:hover .img-wrap:after{
  opacity: 1;
    transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.3s;
}
.team-section .team-list .team-text-wrap {
    margin-top: 20px;
}
.team-section .team-list .team-text-wrap .title {
    color: var(--black);
    font-size: 1rem;
    margin-top: 5px;
    display: block;
    font-weight: 400;
}
.lightbox-alpha .text-column {
    background: var(--teal-000);
    padding: 65px 80px 70px 170px;
    border-radius: 16px;
    display: table-cell;
    float: none;
    min-height: 350px;
}
.lightbox-alpha .image-column{
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.lightbox-alpha .img-wrap {
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
    right: -100px;
    z-index: 10;
    top: 70px;
    width: 250px;
}
.lightbox-alpha .person-picture {
    width: 100%;
    max-width: 250px;
    border-radius: 16px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
}
.lightbox-alpha.fancybox-content{
	background: transparent;
}

.lightbox-alpha .fancybox-close-small{
  background: url(../png/close-icon-white-2.png) no-repeat center center transparent;
  background-size: 83px;
  top: 0px;
  right: 0px;
  width: 83px;
  height: 83px;
}
.lightbox-alpha{
	 font-family: 'proxima-nova', sans-serif;
}
.lightbox-alpha .fancybox-close-small svg{
	display: none;
}
.lightbox-alpha .name.h7-title {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}
.lightbox-alpha .title {
    display: block;
    margin-bottom: 16px;
    color: rgb(34 34 34 / 80%);
}

.fancybox-overlay{
  background: rgba(0, 0, 0, 0.7);
}


.page-404 .img-404 {
    max-width: 600px;
    display: block;
    width: 100%;
}
.page-404 .text-wrapper{
	width: 90%;
}
.page-404 .intro{
	font-size: 1.25rem;
	font-weight: 700;
}
.page-404 .testimonials{
	padding: 85px 0 90px 0;
}
.page-404 .testimonials .box-testimonial quote{
	font-size: 1.25rem;
	margin-bottom: 16px;
}
.page-404 .testimonials .box-testimonial{
	text-align: center;
	padding: 50px 130px;
}
.page-404 .testimonials .box-testimonial .text-wrap{
	padding: 0px;
}
.page-404 .testimonials.teal .box-testimonial quote:before{

    left: 50%;
    margin-left: -22px;
}
.page-404 .name{
	font-size: 1.25rem;
	font-weight: 700;
}
.news-page .news-intro{
	padding-bottom: 0px;
}
.news-page .intro{
	margin-bottom: 95px;
}
.news-page .news-list{
	padding-bottom: 140px;
	background: rgb(255,255,255);

	background: linear-gradient(to bottom, white 0px, white 150px, #f1e8f2 150px, #f1e8f2 calc(100% - 420px), white calc(100% - 420px), white 100%);
}
.news-page .news-box{
	border-radius: 8px;
	background: var(--white);
	padding: 20px 20px 24px 20px;
	box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
	margin-bottom: 40px;
	max-width: 360px;
	height: calc(100% - 40px);
}
.news-page .date{
	color: var(--purple-400);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
    letter-spacing: 0.08em;
}
.news-page .read-wrap{
	padding-top: 24px;
	text-align: right;
	border-top: 1px solid rgba(34,34,34,0.2);
}
.news-page .readmore{
	background: url(../png/button-arrow-2.png) no-repeat center right 0px var(--white);
    background-size: 14px;
    color: var(--black);
    padding-right: 24px;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}
.news-page .news-box .title-wrap{
	text-decoration: none;
}
.news-page .news-box .h7-title {
    min-height: 110px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
}
.news-page .news-box .excerpt {
    min-height: 120px;
}
.news-single .back-link .arrow, .job-form .back-link .arrow{
	border-radius: 50%;
	box-shadow: 0px 3px 11px rgba(12, 4, 102, 0.09);
	   
}
.news-single .back-link.top-back-link .arrow, .job-form .back-link.top-back-link .arrow{
	 max-width: 30px !important;
    width: 100%;
    margin-right: 5px;
}
.news-single .date {
    margin-top: 5px;
    margin-bottom: 32px;
    color: var(--grey-300);
    letter-spacing: 0.08em;
}
.news-single .social-share {
    margin-bottom: 44px;
}
.news-single .social-share .icon{
	width: 19px;
	height: 19px;
	margin-right: 22px;
    display: inline-block;
}
.news-single .social-share .icon.tw{
	background: url('../png/twitter-icon-2.png') no-repeat center center transparent;
	background-size: 19px;
}
.news-single .social-share .icon.fb{
	background: url('../png/facebook-icon-2.png') no-repeat center center transparent;
	background-size: 19px;
}
.news-single .social-share .icon.in{
	background: url('../png/linked-in-icon-2.png') no-repeat center center transparent;
	background-size: 19px;
}
.news-single .social-share .icon.email{
	background: url('../jpg/mail-icon-2.jpg') no-repeat center center transparent;
	background-size: 19px;
}
.news-single .social-share .share-link{
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
.news-single .social-share .share-link:hover, .news-single .social-share .share-link:focus{
	opacity: 0.7;
}
.news-single .share-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.news-single .press-logo {
    transform: scale(0.5);
    transform-origin: left center;
    margin-top: -20px;
}
.news-single h3.wp-block-heading, .news-single h4.wp-block-heading {
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}
.news-single h1.wp-block-heading, .news-single h2.wp-block-heading {
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}
.news-single h5.wp-block-heading, .news-single h6.wp-block-heading {
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.news-single .back-link, .job-form .back-link {
    color: var(--purple-400);
    font-size: 1.125rem;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 0.08em;
}
.job-form .back-link{
	color: var(--yellow-500);
}
.news-single .posts-container{
	padding-bottom: 110px;
}
.news-single .arrow-button .arrow {
    max-width: 50px;
}
.news-single .bottom-link {
    color: var(--purple-400);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.125rem;
    display: inline;
    font-weight: 700;
}
.news-single .bottom-link.next-link {
    padding-left: 40px;
    position: relative;
}
.news-single  .bottom-link.next-link:after {
    content: '|';
    color: var(--black);
    position: absolute;
    left: 15px;
    top: 0px;
}
.news-single .prev-link .arrow-button, .news-single .back-link.arrow-button{
	padding-right: 10px;
}
.news-single .next-link .arrow-button{
	padding-left: 10px;
}
.single-news .arrow-button.top-back-link .arrow {
    max-width: 30px;
    margin-right: 10px;
}
.blog-list .news-box .post_image img {
    border-radius: 8px;
    height: 254px;
	width: 100%;
	object-fit: cover;
}
.blog-list .news-box .post_image {
    height: 254px;
	object-fit: cover;
	margin-bottom: 30px !important;
}
.blog-page .news-box .h7-title {
    min-height: 85px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
}
.blog-page .news-box .excerpt {
	min-height: 65px;
}
.blog-single .first-section{
	padding-top: 235px;
    background: linear-gradient(to bottom, white 0px, white 908px, #f1e8f2 150px, #f1e8f2 calc(100% - 420px), white calc(100% - 420px), white 100%);
}
.blog-single .article-box article {
	background: var(--white);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
}
.blog-single .post_image {
    justify-content: center;
    display: flex;
    align-items: center;
}
.blog-single .post_image img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
}
.blog-page .latest-blog-box {
	max-width: 760px;
}
.pagination-wrap {
    margin-top: 60px;
    text-align: center;
}
.pagination-wrap .navigation-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination-wrap .navigation-pagination li {
    display: inline-block;
}
.pagination-wrap .navigation-pagination li.arrow{
	width: 60px;
}
.pagination-wrap .navigation-pagination li a{
  
  color: var(--black);
  text-decoration: none !important;
  font-size: 1rem;
      width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 50px;
    border-bottom: 0px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
}
.pagination-wrap .navigation-pagination li.active a{
  color: var(--purple-400);
  font-weight: 700;
}
.pagination-wrap .navigation-pagination li.arrow .arrow-pagination, .news-single .arrow-button .arrow{
  width: 100%;
      max-width: 50px;
    box-shadow: 0px 3px 11px rgba(74, 58, 255, 0.2);
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.pagination-wrap .navigation-pagination li.arrow .arrow-pagination:not(.disabled-arrow):hover, .news-single .arrow-button .arrow:not(.disabled-arrow):hover{
	opacity: 0.8;
}
.pagination-wrap .navigation-pagination li.arrow a{
	width: 50px;
	height: 50px;
}
.pagination-wrap .navigation-pagination li.arrow a, .pagination-wrap .navigation-pagination li.arrow a:hover, .pagination-wrap .navigation-pagination li.arrow a:focus{
  background: transparent !important;
}
.pagination-wrap .navigation-pagination li.arrow a:hover, .pagination-wrap .navigation-pagination li.arrow a:focus{
  color: var(--purple-400);
  font-weight: bold;
}
.pagination-wrap .navigation-pagination li a:hover, .pagination-wrap .navigation-pagination li a:focus{
  color: var(--purple-400);
  font-weight: bold;
}

.leadership-page .title-img.first-section {
    padding: 313px 0 200px;
}
.leadership-page .leadership-img {
    position: absolute;
    top: 230px;
    right: -20px;
    width: 100%;
    max-width: 705px;
    border-radius: 16px;
}


.parents-center .programs{
	background: linear-gradient(to bottom, white 0px, white 135px, var(--purple-000) 135px, var(--purple-000) calc(100% - 85px), white calc(100% - 85px), white 100%);
}
.parents-center .programs .schedule{
	border-radius: 8px;
	background: var(--purple-000);
	padding: 25px;
	margin:24px 0;
}
.parents-center .programs .desc-sch{
	line-height: 180%;
}
.parents-center .programs .title-sch{
	font-size: 1.25rem;
	font-weight: 700;
	program-bottom:5px;
}
.parents-center .programs .teal-box .text-wrap {
    padding-left: 25px;
    padding-right: 0px;
}
.parents-center .programs .text-wrap strong {
    font-size: 1rem;
    margin-top: 0px;
    display: inline;
}
.parents-center .column-img .top-img {
		max-width: 	570px;
}
.parents-center .parents-programs, .parents-center .parents-resources{
	padding-top:0px;
}
.parents-center .big-button {
    margin-top: 100px;
}

.join-page .first-section .join-us-img {
    position: absolute;
    top: 200px;
    right: -20px;
    width: 100%;
    max-width: 732px;
    border-radius: 16px;
}
.join-page .subuvp {
    font-weight: 700;
    margin-bottom: 16px;
}
.join-page .first-section .button-wrap {
    margin-top: 30px;
}
.join-page .community{
	background: linear-gradient(to bottom, white 0px, white 135px, var(--yellow-000) 135px, var(--yellow-000) calc(100% - 85px), white calc(100% - 85px), white 100%);
}
.join-page .join-community {
    padding: 30px 0 65px 0;
}
.join-page .community .yellow-box.box {
    padding: 40px 50px;
    height: calc(100% - 40px);
}
.join-page .join-collage{
	margin-top: 120px;
}
.join-page .benefits .intro {
    margin-bottom: 65px;
}
.join-page .benefits .flip-card {
  background-color:transparent;
  width: 100%;
	height: 350px;
  border: 0;
  border-radius: 15px;
  margin-bottom: 40px;
  perspective: 1000px;
      /*overflow: hidden;*/
}
.join-page .benefits .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.join-page .benefits .flip-card:hover .flip-card-inner, .join-page .benefits .flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}
.join-page .benefits .flip-card .flip-card-inner{
	transform: rotate(0deg);
}
.join-page .benefits .flip-card-front, .join-page .benefits .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 16px;
}
.join-page .benefits .flip-card-front {
  background-color: var(--white);
  color: var(--black);
  border-radius: 16px;
  border:1px solid var(--yellow-400);
  padding: 100px 36px;
  text-align: center;
}
.join-page .benefits .icon-offer {
    max-width: 56px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.join-page .benefits .flip-card-front:after{
    content: '';
    background: url('../png/flip-card-corner-2.png') no-repeat top right transparent;
        background-size: 41px;
    width: 100%;
    height: 45px;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
}
.join-page .benefits .flip-card-back {
  background-color: var(--yellow-000);
  color:#fff;
  transform: rotateY(180deg);
}
.join-page .benefits .desc {
    padding: 40px 36px;
    text-align: left;
    line-height: 140%;
    font-size: 1rem;
    color: #222;
}
.join-page .benefits .text-wrap {
    width: 100%;
    margin: auto auto 0px auto;
}
.join-page .benefits .flip-card-inner .text-wrap p {
    font-size: 1.25rem;
	line-height: 150%;
}
.join-page .benefits .flip-card-back .desc ul {
	    padding-left: 10px;
	}
.join-page .benefits .flip-card-back .desc ul li {
    margin-bottom: 10px;
}

.apply-page .department-wrap .panel {
	margin-bottom: 16px;
}
.apply-page .department-wrap .card{
	padding: 0px;
	border: 0px;
}
.apply-page .department-wrap .card-header {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}
.apply-page .department-wrap .panel-link {
    background: var(--yellow-500);
    padding: 20px 25px 20px 35px;
    border-radius: 16px;
    color: var(--black);
    display: block;
    text-transform: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    border: 0px !important;
    margin: 0px !important;
}
.apply-page .department-wrap .cat-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--black);
}
.apply-page .department-wrap .panel-link, .apply-page .department-wrap .panel-link:hover{
	text-decoration: none;
}
.apply-page .department-wrap .job-link{
	display: block;
	border-radius: 16px;
	border: 1px solid var(--yellow-400);
	padding: 34px 35px;
	margin-top:16px;
	color: var(--black);
}
.apply-page .department-wrap .job-link:hover, .apply-page .department-wrap .job-link:focus{
	background-color: var(--yellow-000);
	text-decoration: none;
}
.apply-page .department-wrap .job-link .office{
	display: inline-block;
	width: 120px;
	vertical-align: middle;
	font-weight: 700;
}
.apply-page .department-wrap .job-link .h7-title{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 125px);
}
.apply-page .icon-job{
	width: 40px;
	height:30px;
	display: inline-block;
	vertical-align: middle;
}
.apply-page .icon-job.opened{
	background: url('../png/arrow-jobs-up-2.png') no-repeat center center transparent;
	background-size: 17px;
}
.apply-page .icon-job.closed{
	background: url('../png/arrow-jobs-bottom-2.png') no-repeat center center transparent;
	background-size: 17px;
}
.apply-page .department-wrap .text-wrap{
	display: inline-block;
	width: calc(100% - 45px);
	vertical-align: middle;
}
.apply-page .job-positions .intro {
    margin-bottom: 80px;
}
.apply-page .job-positions.form .intro {
    margin-bottom: 50px;
}
.apply-page .form .col-med {
    display: inline-block;
    width: 49%;
    vertical-align: text-top;
}
.apply-page .form input {
    border-radius: 10px;
    border: 1px solid var(--divider);
    padding: 15px 16px;
    height: 42px;
    width: 96%;
    outline: none;
    color: var(--black);
}
.apply-page .form .form-box label{
	color: var(--black);
	display: block;
}
.apply-page .form .fake-label{
	color: var(--black);
}
.job-positions.form {
    padding-bottom: 250px;
}

.apply-page .form select{
  	color: var(--black);
    width: 96%;
    border-radius: 12px;
    display: block;
    height: 45px;
    padding: 10px 25px;
    outline: none;
   	box-shadow: none;
    -moz-appearance:none;
   -webkit-appearance: none;
    appearance: none;
    background: url('../png/select-arrow-2.png') no-repeat right 15px center #fff;
    background-size: 17px;
    cursor: pointer;
    display: block;
    border: 1px solid var(--divider);
    line-height: 120%;
}
.apply-page .form textarea{
	border-radius: 10px;
    padding: 10px 20px;
    height: 185px;
    width: 96%;
    outline: none;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .2);
}
.apply-page .form input[type="submit"] {
	background: url('../png/arrow-submit-2.png') no-repeat right 72px center var(--black);
	background-size: 15px;
    width: auto;
    padding: 16px 96px 16px 72px;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
	height: auto !important;
	display: inline-block;
	margin-top: 20px;
}
.apply-page .form .form-box .pdfs{
	border: none;
    padding: 0px;
	border-radius: 0 !important;
}

#application .heading{
	 font-weight: 400;
    font-family: 'DM Serif Display', sans-serif;
}
#main_fields div.field label, #custom_fields div.field label, #demographic_questions div.field label, #eeoc_fields div.field label, #security_code_fields div.field label{
	font-size: 1rem;
}
#submit_app{
	display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    background: var(--teal-500);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 8px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    text-shadow: none;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
#submit_app:hover, #submit_app:focus{
	opacity: 0.8;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    text-decoration: none;
    color: var(--white);
}


.results-page .awards{
	padding: 120px 0;
}
.results-page .awards .logo{
	max-width: 320px;
	width: 100%;
}
.results-page .awards .title{
	font-size: 1.25rem;
	font-weight: 700;
}
.results-page .credo{
	background: var(--purple-000);
	background: linear-gradient(to bottom, 
                        white 0px, 
                        white 85px, 
                        var(--purple-000) 85px, 
                        var(--purple-000) 100%);
}
.results-page .credo .credo-logo{
	max-width: 135px;
	margin-bottom: 32px;
}
.results-page .credo .h6-title{
	margin-bottom: 24px;
}
.results-page .credo .teal-box.purple-color{
	margin-bottom: 85px;
	padding: 60px 85px 75px 85px;
}
.results-page .credo .button-wrap{
	margin-top: 30px;
}
.results-page .stats .stat {
    margin-top: 40px;
}
.results-page .stories-section{
	padding-bottom: 140px;
}

.stories-section .carousel-wrap {
    overflow: hidden;
    margin-top:12px;
}
.stories-section .box-story{
	border-radius: 16px;
	background-color: var(--white);
	color: var(--black);
	box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.15);
	width: 360px !important;
	height: 100%;
	padding: 20px 20px 24px 20px;
}
.stories-section .slick-track {
    display: flex !important;
    padding: 20px 0;
}
.stories-section  .slick-slide {
    padding: 0 12px;
}
.stories-section  .slick-stories{
	display: none;
}
.stories-section  .slick-stories.slick-initialized{
	display: block;
}
.stories-section  .slick-stories button.slick-prev.slick-arrow {
    position: absolute;
    top: inherit;
    bottom: -100px;
    left: 20px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.stories-section .slick-stories button.slick-next.slick-arrow {
    position: absolute;
    bottom: -100px;
    left: 95px;
    top: inherit;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.stories-section .slick-stories.slick-dotted{
    margin-bottom: 90px;
}
.stories-section .slick-stories .slick-dots {
    bottom: -60px;
    width: 50%;
    right: 15px;
}
.stories.purple.stories-section{
	background: var(--purple-000);
	background: linear-gradient(to bottom, 
                        var(--purple-000) 0px, 
                        var(--purple-000) 414px, 
                        white 414px, 
                        white 100%);
}
.stories.teal.stories-section{
	background: var(--teal-000);
	background: linear-gradient(to bottom, 
                        var(--teal-000) 0px, 
                        var(--teal-000) 414px, 
                        white 414px, 
                        white 100%);
}
.stories.yellow.stories-section{
	background: var(--yellow-000);
	background: linear-gradient(to bottom, 
                        var(--yellow-000) 0px, 
                        var(--yellow-000) 414px, 
                        white 414px, 
                        white 100%);
}
.stories-section .box-story  .img-story {
    border-radius: 8px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
    height: 254px;
    object-fit: cover;
}
.stories-section .box-story .img-wrap {
    height: 254px;
    margin-bottom: 32px;
    object-fit: cover;
}
.stories-section .box-story .name{
	font-weight: 700;
	margin-bottom: 8px;
}
.stories-section .box-story .title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.stories-section .box-story .link-wrap{
	text-align: right;
}
.stories-section .box-story .arrow{
	font-weight: 700;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	padding-right: 24px;
	background: url('../png/arrow-story-2.png') no-repeat center right transparent;
	background-size: 14px;
	color: var(--black);
	text-decoration: none;
}
.stories-section .box-story .tag, .story-single .story .tag{
	text-transform: uppercase;
	padding: 10px 16px;
	border-radius: 100px;
	margin-bottom: 20px;
	display: inline-block;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
}
.stories-section .box-story.parents .tag, .stories-section .box-story.alumni .tag, .story-single .story.purple .tag{
	background-color: var(--purple-000);
	color: var(--purple-700);
    
}
.stories-section .box-story.students .tag, .stories-section .box-story.students .tag, .story-single .story.teal .tag{
	background-color: var(--teal-000);
	color: var(--teal-600);
}
.stories-section .box-story.educators .tag, .stories-section .box-story.educators .tag, .story-single .story.yellow .tag{
	background-color: var(--yellow-000);
	color: var(--yellow-900);
}
.stories-section .intro {
    font-size: 1.25rem;
    line-height: 150%;
}
.story-single .title{
	color: var(--dark-grey);
	margin-bottom: 35px;
}
.story-single .quote{
	padding:0px;
	margin:50px 0;
	position: relative;
}
.story-single .purple.quote{
	background: var(--purple-000);
	background: linear-gradient(to bottom, 
                        white 0px, 
                        white 85px, 
                        var(--purple-000) 85px, 
                        var(--purple-000) calc(100% - 85px), 
                        white calc(100% - 85px), 
                        white 100%);
	background-size: 1176px;
}
.story-single .teal.quote{
	background: var(--teal-000);
	background: linear-gradient(to bottom, 
                        white 0px, 
                        white 85px, 
                        var(--teal-000) 85px, 
                        var(--teal-000) calc(100% - 85px), 
                        white calc(100% - 85px), 
                        white 100%);
	background-size: 1176px;
}
.story-single .yellow.quote{
	background: var(--yellow-000);
	background: linear-gradient(to bottom, 
                        white 0px, 
                        white 85px, 
                        var(--yellow-000) 85px, 
                        var(--yellow-000) calc(100% - 85px), 
                        white calc(100% - 85px), 
                        white 100%);
	background-size: 1176px;
}
.story-single .quote  .row:after {
    content: '';
    position: absolute;
    top: 0px;
    background: url(../png/quote-mark-teal-large-2.png) no-repeat center center transparent;
    background-size: 180px;
    width: 180px;
    height: 180px;
}
.story-single .purple.quote .row:after {
    background: url(../png/quote-mark-purple-large-2.png) no-repeat center center transparent;
    background-size: 180px;
}
.story-single .yellow.quote .row:after {
    background: url(../png/yellow-quote-large-2.png) no-repeat center center transparent;
    background-size: 180px;
}

.story-single .teal.quote .video-link:after{
	content: '';
	background: url('../png/teal-play-video-button-2.png') no-repeat center center transparent;
    background-size: 96px;
	width: 96px;
	height: 96px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -48px;
	margin-top: -48px;
}
.story-single .purple.quote .video-link:after{
	background: url('../png/play-button-purple-2.png') no-repeat center center transparent;
    background-size: 96px;
}
.story-single .yellow.quote .video-link:after{
	background: url('../play-button-yellow.html') no-repeat center center transparent;
    background-size: 96px;
}


.story-single .quote article{
	background: var(--white);
    padding: 40px 40px 20px;
    border-radius: 8px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
}
.story-single .posts-container.purple .bottom-link, .story-single .purple .back-link {
    color: var(--purple-400);
}
.story-single .posts-container.teal .bottom-link, .story-single .teal .back-link {
    color: var(--teal-400);
}
.story-single .posts-container.yellow .bottom-link, .story-single .yellow .back-link {
    color: var(--yellow-500);
}
.story-single .story.first-section {
    padding-bottom: 0px;
}
.story-single .quote .h7-title {
    margin-top: 250px;
}
.story-single .story-img-big {
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.contact-page .contact-us {
	padding-bottom: 0px;
}
.contact-page .contact-form {
	background: linear-gradient(to bottom, white 0px, white 85px, var(--purple-000) 85px, var(--purple-000) calc(100% - 105px), white calc(100% - 105px), white 100%);
	margin-top: 40px;
}
.contact-page .contact-form .teal-box.purple-color {
	padding: 60px 95px 50px 95px;
}
.contact-page .contact-form .wpcf7 input, .contact-page .contact-form .wpcf7 select{
	display: block;
	width: 100%;
	border-radius: 8px;
	border: 1px solid rgb(34,34,34, 0.2);
	outline:none;
	height: 48px;
	margin-top: 0.5rem;
	padding: 10px 16px;
}
.contact-page .contact-form .wpcf7 textarea {
	display: block;
	width: 100%;
	border-radius: 8px;
	border: 1px solid rgb(34,34,34, 0.2);
	outline: none;
	margin-top: 0.5rem;
	padding: 10px 16px;
}
.contact-page .contact-form .wpcf7 label, .contact-page .contact-form .wpcf7 textarea {
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
.contact-page .contact-form .wpcf7 p {
	text-align:left;
}
.contact-page .contact-form .wpcf7 .wpcf7-submit {
    max-width: 150px;
    height: 56px;
	margin-top: 40px;
}
.contact-form .wpcf7 input:focus-visible, .contact-form .wpcf7 textarea:focus-visible {
	outline: none;
	background: var(--purple-000) !important;
	border: 1px solid var(--purple-500) !important;
	opacity: 100% !important;
}
.contact-page .contact-form .wpcf7 select {
	background: url('../png/drop-down-arrow-%402x-2.png') no-repeat right 20px center #fff;
    background-size: 17px;
	-moz-appearance:none;
    -webkit-appearance: none;
    appearance: none;
	display: block;
	cursor: pointer;
}
.contact-page .contact-form .wpcf7 select:focus-visible {
	background: url('../png/drop-down-arrow-%402x-2.png') no-repeat right 20px center var(--purple-000);
    background-size: 17px;
	-moz-appearance:none;
    -webkit-appearance: none;
    appearance: none;
	display: block;
	cursor: pointer;
	outline: none;
	border: 1px solid var(--purple-500) !important;
	opacity: 100% !important;
}

.contact-page .wpcf7 form.sent .wpcf7-response-output{
	display: none !important;
}
.contact-page .services .big-button{
	margin-top: 110px;
}
.contact-page .services .icon-box{
    border: 1px solid var(--purple-400);
	padding: 30px 25px 30px 52px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}
.contact-page .services .icon-box a {
	color:var(--purple-400);
	word-wrap: break-word;
}
.contact-page .school-contact .programs {
	background: linear-gradient(to bottom, white 0px, white 135px, var(--purple-000) 135px, var(--purple-000) calc(100% - 85px), white calc(100% - 85px), white 100%);
}
.contact-page .school-contact .h1-title {
    margin-bottom: 15px;
}
.contact-page .school-contact .eyebrow.grades {
    color: var(--purple-400);
	margin-bottom: 10px;
}
.contact-page .school-contact .teal-box.purple-color {
    padding: 50px 40px 40px 50px;
	border: 1px solid var(--purple-400);
	box-shadow: none;
}
.contact-page .school-contact .school-name {
    font-size: 2rem;
	font-weight: 700;
	line-height: 35px;
}
.contact-page .school-contact .office-name {
	padding-top: 5px;
}
.contact-page .school-contact .office-name span{
	font-weight: 700;
}
.contact-page .school-contact .programs .schedule {
	padding: 20px 40px;
}
.contact-page .school-contact .programs .schedule a{
	color: var(--purple-500);
}
.contact-page .school-contact .programs .text-wrap .desc{
	padding-bottom: 8px;
}
.contact-page .school-contact .office-info {
	margin-bottom: 10px;
}
.contact-page .school-contact .office-info img{
	width: 56px;
	display: inline-block;
	border-radius: 8px;
	margin-right: 20px;
	vertical-align: middle;
}
.contact-page .school-contact .office-info a{
	color: var(--purple-500);
	display: inline-block;
    width: calc(100% - 82px);
    vertical-align: middle;
}
.contact-page .school-contact .programs .title-col{
	display: table-cell;
	padding-right: 60px;
	vertical-align: top;
}
.contact-page .school-contact .programs .office-col{
	display: table-cell;
	width: 340px;
}
.support-page .subuvp {
    font-weight: 700;
    margin-bottom: 16px;
}
.support-page .column-text-center {
    padding-bottom: 45px;
}
.support-page .support-programs{
	background: linear-gradient(to bottom, white 0px, white 135px, var(--purple-000) 135px, var(--purple-000) calc(100% - 85px), white calc(100% - 85px), white 100%);
}
.support-page .programs-alumni {
    padding-bottom: 0px;
}
.teal-box.bg-teal.bg-purple{
	    background-color: var(--purple-000);
    border: 1px solid var(--purple-400);
}
.support-page .programs-alumni .teal-box {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.support-page .programs-alumni .h3-title{
	margin-bottom: 65px;
}
.support-page .staff-alumni-intro {
    padding-bottom: 0px;
}
.support-page .staff-alumni{
	background: linear-gradient(to bottom, white 0px, white 85px, var(--purple-000) 85px, var(--purple-000) 100%);
	padding-bottom: 120px;
}
.support-page .model .yellow-box.purple-box {
    padding: 40px 50px 0px 50px;
    height: 100%;
    border-top-color: var(--purple-400);
}
.support-page .graduation {
    padding-bottom: 150px;
}
.support-page .stats .stat .desc {
    margin: 0 auto 38px auto;
    max-width: 320px;
    font-size: 1rem;
}
.support-page .testimonials{
	padding-bottom: 0px;
}
.support-page .logos-marquee{
	background: var(--light-grey);
	padding: 108px 0;
}
.support-page .logos-marquee .uni-logo{
	width: 100%;
	max-width: 185px;
}
/* marquees */
.marquee {
	
  display: flex;
  block-size: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee--9 {
  --marquee-item-width: 185px;
  --marquee-item-height: 100px;
  --marquee-duration: 36s;
  --marquee-items: 9;
}


.marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee--9 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--9 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--9 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--9 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}

.marquee--9 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}

.marquee--9 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}

.marquee--9 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}

.marquee--9 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}
.marquee--9 .marquee__item:nth-of-type(9) {
  --marquee-item-index: 9;
}

@keyframes go {
  to {  
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}


.give-page .first-section {
    padding-bottom: 120px;
}
.give-page .first-section .button-wrap{
	margin-top:30px;
}
.give-page .stats .desc {
    font-size: 1.25rem;
}

.faq .box-border {
    border: 1px solid var(--teal-400);
    border-radius: 16px;
    padding: 40px 25px 37px 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.faq .box-border .h7-title {
    margin-bottom: 10px;
}
.faq .card-body strong {
    font-size: 1.25rem;
}

.faq-page .first-section {
    padding-bottom: 0px;
}
.faq-page .faq.accordion {
    margin-bottom: 120px;
}
.faq-page .faq-section .h3-title {
    text-align: center;
    margin-bottom: 65px;
}
.faq-page .anchor-link {
    text-decoration: none;
}
.faq-page .teal-box.bg-teal.cat-box {
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.faq-page .first-section .intro{
	margin-bottom: 65px;
}
.faq-page .teal-box.bg-teal.cat-box:after{
	content: '';
	background: url('../png/faq-down-anchor-link-2.png') no-repeat center bottom transparent;
	background-size: 40px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
}


.enrollment-page .first-section{
	padding: 282px 0 170px 0;
}
.enrollment-page .intro {
    overflow: auto;
}
.enrollment-page .enrollment-img{
	position: absolute;
    top: 230px;
    right: -20px;
    width: 100%;
    max-width: 705px;
    border-radius: 16px;
}
.enrollment-page .model .yellow-box.teal-box.box {
    padding: 40px 23px 5px;
    word-wrap: break-word;
}
.enrollment-page .model .teal-box.box p {
    padding: 0 10px;
}
.enrollment-page .benefits .benefits .h3-title {
    margin-bottom: 65px;
}
.enrollment-page .benefits-list{
	background: var(--teal-000);
    background: linear-gradient(to bottom, white 0px, white 85px, var(--teal-000) 85px, var(--teal-000) 100%);
    padding-bottom: 120px;
}
.enrollment-page .benefits .h3-title{
	margin-bottom: 65px;
}
.enrollment-page .dates{
	padding-top: 120px;
}
.enrollment-page .dates .h6-title{
	margin-top:110px;
	font-size: 2.5rem;
	margin-bottom: 48px;
	line-height: 110%;
}
.enrollment-page .dates .h6-title.first-title{
	margin-top: 60px;
}
.enrollment-page .dates .h7-title{
	font-size: 1.25rem;
}
.enrollment-page .dates .name .desc {
    display: block;
    font-size: 1rem;
    font-family: 'proxima-nova', sans-serif;
    width: 90%;
    line-height: 120%;
}
.enrollment-page .application {
    padding-bottom: 0px;
}
.enrollment-page .model .yellow-box.teal-box.box.step-1,.enrollment-page .model .yellow-box.teal-box.box.step-2{
	position: relative;
	margin-top: 80px;
	padding-top: 66px;
	padding-bottom: 50px;
	height: calc(100% - 100px);
}
.enrollment-page .model .yellow-box.teal-box.box.step-1:after{
	content: '';
	background: url('../png/step-one-2.png') no-repeat center center transparent;
	background-size: 105px;
	width: 105px;
	height: 105px;
	top: -80px;
	left: 50%;
	margin-left: -52px;
	position: absolute;
}
.enrollment-page .model .yellow-box.teal-box.box.step-2:after{
	content: '';
	background: url('../png/step-two-2.png') no-repeat center center transparent;
	background-size: 105px;
	width: 105px;
	height: 105px;
	top: -80px;
	left: 50%;
	margin-left: -52px;
	position: absolute;
}
.enrollment-page .application .steps-row:before{
	content: '';
	background: url('../png/dashed-2.png') repeat-x center center transparent;
	background-size: 700px;
	position: absolute;
    top: 55px;
    left: 50%;
    width: 50%;
    height: 1px;
    transform: translate(-50%, 0px);
}
.enrollment-page .application .steps-row {
    position: relative;
}
.enrollment-page .enroll .intro strong {
    font-size: 1.25rem;
    padding-bottom: 10px;
    display: inline-block;
}
.enrollment-page .enroll .intro {
    margin-bottom: 65px;
}
.enrollment-page .enroll .icon-box-top .h7-title {
    margin-bottom: 10px;
}
.enrollment-page .enroll .icon-box-top{
	    height: calc(100% - 70px);
}
.enrollment-page .enroll .after{
	margin-top: 20px;
}

@media all and (min-width:1800px){
	.story-page .title-img .story-img-2, .homepage .academics .academics-img-3{
		right: 0px;
	}
	.story-page .title-img .story-img-3, .homepage .academics .academics-img-1{
		left: 0px;
	}
	.story-page .title-img, .alpha-page .title-img{
		overflow: visible;
	}
	.stories-section .slick-wrapper {
	    padding-left: 3%;
	}

	.stories-section .carousel-wrap{
	    max-width: 2040px;
	    margin-left: auto;
	    margin-right: auto;
	}
}


@media all and (min-width:2000px){
	.stories-section .slick-wrapper {
	    padding-left: 6.3%;
	}
}

@media all and (min-width:992px) and (max-width:1200px) {
	header .form-wrap-search.open {
    	position: absolute;
    	right: 166px;
	}
	header .form-wrap-search {
		transition: none;
	}
}

@media all and (max-width:1500px){
	.homepage .homepage-banner .title-wrap {
	    padding-top: 37%;
	}
	.story-page .intro-col {
	    width: 35%;
	}
	.story-page .slick-wrapper {
    	width: calc(66% - 20px);
   }
   .story-page .slick-wrapper button.slick-prev.slick-arrow {
	    left: -40%;
	}
	.story-page .slick-wrapper button.slick-next.slick-arrow {
	   
    	left: calc(-40% + 75px);
	}
}

@media all and (max-width:1400px){
	.homepage .academics .academics-img-1{
		left: -100px;
	}
	.homepage .academics .academics-img-2{
		left: 202px;
	}
	.homepage .academics .academics-img-3 {
	    right: -90px;
	}
	
}

@media all and (max-width:1300px){
	.story-page .intro-col {
        width: 100%;
        max-width: 960px;
        margin:auto;
        padding: 0px;
    }
    .story-page .slick-wrapper {
        width: 100%;
        padding-left: 100px;
    }
    .story-page .slick-wrapper button.slick-prev.slick-arrow {
        left: 10px;
        top: 118%;
    }
    .story-page .slick-wrapper button.slick-next.slick-arrow {
        left: 80px;
        top: 118%;
    }
    .story-page .carousel .slick-dots {
	    left: 30%;
	}
	.story-page .slick-years button.slick-prev.slick-arrow {
	    left: 72%;
	}
	.story-page .slick-years button.slick-next.slick-arrow {
	    left: calc(72% + 75px);
	}
	.alpha-school .school-intro .school-img, .alpha-school .school-video .video-link{
		right: -60px;
	}
	.join-page .first-section .join-us-img{
		max-width: 705px;
	}
	.cta.join .button {
	    padding: 20px 30px;
	}
}


@media all and (max-width:1200px){
	.homepage .homepage-banner .title-wrap h1 {
	    font-size: 3.2rem;
	}
	.homepage .homepage-banner .title-wrap h2 {
	    font-size: 2.75rem;
	}
	.homepage .homepage-banner .title-wrap {

	}
	.homepage .academics .academics-img-1 {
	    left: -85px;
	    max-width: 300px;
	    top: 200px;
	}
	.homepage .academics .academics-img-3 {
	    right: -100px;
    	max-width: 300px;
	}
	.homepage .academics .academics-img-2 {
	    left: -20px;
	    top: 680px;
	}
	.story-page .title-img .story-img-2{
    	right: -80px;
	}
	.story-page .title-img .story-img-1{
		right: 290px;
	}
	.story-page .title-img.padding-80 {
	    padding-top: 40px;
	}
	.story-page .title-img.padding-bottom-120{
		padding-bottom: 200px;
	}
	.story-page .title-img .story-img-3{
		left: -170px;
	}
	.story-page .slick-wrapper {
        width: 100%;
        padding-left: 50px;
    }
	.approach-page .approach-img-1, .leadership-page .leadership-img, .join-page .first-section .join-us-img, .enrollment-page .enrollment-img {
	    right: -90px;
        max-width: 622px;
	}

	.special-education .services .icon-box.md-long {
	    padding: 24px 25px 24px 52px;
	}
	.special-education .services .intro {
	    width: 90%;
	}
	.special-education .director .letter{
		padding-right: 80px;
	}
	.alpha-school .school-video .video-link {
        right: -90px;
        max-width: 650px;
    }
    .alpha-school .school-intro .school-img {
	    right: -90px;
        max-width: 622px;
	}
    .alpha-school .school-info .contact-phone {
	    padding-left: 30px;
	}
	.alpha-school .school-info .h3-title {
	    margin-top: 46px;
	}
	.board-page .column-img .intro {
	    max-width: 90%;
	}
	.page-404 .testimonials .box-testimonial {
	    padding: 50px 80px;
	}
	.cta.join .button {
        padding: 20px 15px;
    }
    .join-page .first-section .join-us-img{
    	top: 250px;
    }
    .blog-page .news-box .h7-title {
	    font-size: 1.375rem;
	}
	.enrollment-page .first-section {
	    padding: 240px 0 170px 0;
	}
}

@media all and (max-width:991px){
	#google_translate_element {
	   /* float: none; */
	    margin-left: auto;
	    width: 150px;
	    display: inline-block;
		vertical-align: middle;
	}
	header .container.container-nav{
		padding: 0 20px;
	}
	/*header .top {
	    display: none;
	}*/
	header .menu-top-nav-container{
		display: none;
	}
	header #main-nav{
		margin-top: 16px;
		margin:0px;
	}
	header .lang-menu {
	    border-bottom: 0px;
	    padding-bottom: 16px;
	    margin-bottom: 0px;
		display: flex;
		align-items: center;
	}
	header .form-wrap-search {
		margin: 30px auto 0px auto;
		width: 65%;
		transition: none;
		float: none;
	}
	header .form-wrap-search .search-form {
		transition: none;
		opacity: 1;
		pointer-events: inherit;
		margin: 0px auto;
	}
	header .form-wrap-search .input-group input[type="search"] {
    	height: 34px;
    	border: 2px solid var(--teal-500);
    	box-shadow: none;
		border-radius: 8px 0px 0px 8px;
	}
	footer .social-icons {
	    margin-bottom: 100px;
	}

	/* nav */
	.bottom-nav {
	   background: transparent;
	    bottom: 0;
	    height: 80px;
	    left: 50%;
	    position: fixed;
	    text-align: center;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    width: 50%;
	    z-index: 9999;
	}
	.bottom-nav .navbar-toggler {
	    background: var(--teal-500);
	    border-radius: 50%;
	    display: inline-block;
	    outline: 0;
	    padding: 17px 14px;
	    position: relative;
	    vertical-align: middle;
	    z-index: 1032;
	    box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.25);
	}
	.bottom-nav .animated-icon {
        cursor: pointer;
        height: 24px;
        margin: 0;
        position: relative;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 30px
    }

    .bottom-nav .animated-icon,.animated-icon span {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .bottom-nav .animated-icon span {
        background: #fff;
        border-radius: 9px;
        display: block;
        height: 3px;
        left: 0;
        opacity: 1;
        position: absolute;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 100%
    }

    .bottom-nav .animated-icon span:nth-child(2),.animated-icon span:nth-child(3) {
        top: 10px
    }

    .bottom-nav .animated-icon span:nth-child(4) {
        top: 20px
    }

    .bottom-nav .animated-icon.open span:first-child {
        left: 50%;
        top: 11px;
        width: 0
    }

    .bottom-nav .animated-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .bottom-nav .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .bottom-nav .animated-icon.open span:nth-child(4) {
        left: 50%;
        top: 11px;
        width: 0
    }


    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;

            width: 100%;
        background: #fff;
        position: fixed;
        bottom: 0px !important;
        left: 0px;
        padding: 12px 30px 12px 30px;
        min-height: 60px;
        max-height: 60px;
        overflow: auto;
        height: auto;
        text-align: left;

        transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;

        z-index: 11000;

    }
    .navbar-collapse.show {
        min-height: 100%;
        max-height: 100%;
    }
    header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu{
            box-shadow: none;
        padding: 0px !important;
      }

    header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item > ul.mega-sub-menu{
        /*display: block;*/
        max-height: 0;
        transition: max-height 0.5s ease-in;

        overflow: hidden;
    }
    header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
        /*display: block;*/
        height: auto;
        opacity: 1;
        max-height: calc(125vh);
        transition: max-height 0.5s ease-in;

    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item {
        position: static;
    }
    #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item:first-child {
        border: 0px !important;
    }
    header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 1.25rem;
        padding-top: 17px;
        padding-bottom: 17px;
        display: block;
        min-height: 50px;
    }
    header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item > ul.mega-sub-menu {
	    box-shadow: none;
	    border-top: 1px solid var(--med-grey);
	    border-bottom: 1px solid var(--med-grey);
	}
	header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
		content:'';
	}
	header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:hover > span.mega-indicator:after, header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
	    transform: rotate(0deg);
	}
	header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	    background-size: 13px;
	    width: 13px;
	    height: 13px;
	    transform: rotate(-90deg);
	}
	header #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-button > a.mega-menu-link {
	    background: var(--teal-500);
	    color: var(--white);
	    font-family: 'proxima-nova', sans-serif;
	    border-radius: 8px;
	    line-height: 100%;
	    text-align: center;
	    font-weight: 700;
	    margin-top: 30px;
	}


	.no-scroll{
         overflow: hidden;
         position: fixed;
         width: 100%;
  	}
	/* end nav */



	.homepage .homepage-banner{
		margin-top: 80px;
	}
	.homepage .homepage-banner .title-wrap {
	    padding-top: 300px;
	}
	.homepage .homepage-banner .banner{
		    width: 100%;
		    height: 600px;
		    position: absolute;
	}
	.homepage .success .yellow-box .desc {
	    font-size: 1.2875rem;
	}
	.homepage .success .success-illustration {
	    margin-bottom: 46px;
	}
	.homepage .success h2 {
	    margin-top: 24px;
	}

	.homepage .academics .academics-img-2 {
	    top: 750px;
	}
	.homepage .academics .academics-img-1 {
	    top: 250px;
	}
	.homepage .academics .academics-img-3 {
	    top: 180px;
	}
	.homepage .community-home .intro, .after-school .intro {
	    margin-bottom: 40px;
	}
	.homepage .community-home .big-button {
	    margin-top: 50px;
	}
	.big-button{
		display: block;
	}
	.big-button .text, .big-button .text.w-70 {
	    width: 100%;
    margin-bottom: 24px;
	}
	.big-button .button-wrap, .big-button .button-wrap.w-30 {
	    width: 100%;
	    text-align: left;
	}

	.story-page .intro-col{
		max-width: 720px;
	}
	.story-page .title-img .story-img-2 {
        right: 0;
        top: 50px;
        left: 0;
        margin: auto;
        display: block;
        position: relative;
    }
    .story-page .title-img .story-img-1 {
        right: auto;
        top: -90px;
        margin-left: 55%;
        left: auto;
        display: block;
        position: relative;
        margin-bottom: -90px;
    }
    .story-page .title-img .story-img-3 {
        left: auto;
        position: relative;
        right: auto;
        display: block;
        margin: 20px auto;
        top: auto;
    }
    
    .story-page .slick-wrapper {
        width: 100%;
        padding-left: 20px;
    }
    .stories-section .slick-wrapper{
    	padding-left: 0px;
    }
    .story-page .slick-wrapper button.slick-next.slick-arrow {
        left: 80px;
    }
    .story-page .history .box .box-year {
	    display: block;
	    width: auto;
	    margin-bottom: 20px;
	}
	.story-page .history .box .desc {
	    display: block;
	    width: 100%;
	    padding-left: 0px;
	    vertical-align: top;
	}
	.story-page .history .box {
	    max-width: 600px;
	}
	.story-page .slick-years.slick-slider {
	    margin-bottom: 120px;
	}
    .story-page .title-img.padding-bottom-120 {
    	padding-bottom: 100px;
	}


	.approach-page .approach-img-1, .leadership-page .leadership-img, .join-page .first-section .join-us-img, .enrollment-page .enrollment-img{
        left: auto;
        position: relative;
        right: auto;
        display: block;
        margin: 20px auto 0 auto;
        top: auto;
    }
    .approach-page .model .yellow-box {
	    height: calc(100% - 30px);
	    margin-bottom: 30px;
	}
	.approach-page .college .teal-box .img-wrap {
	    display: block;
	    width: 100%;
	}
	.approach-page .college .teal-box .college-img {
	    max-width: 248px;
	}
	.approach-page .college .teal-box .text-wrap {
	    display: block;
	    width: 100%;
	    padding-right: 25px;
	    margin: 30px 0 20px;
	}
	.approach-page .college .teal-box .title {
	    text-align: center;
	}
	.approach-page .graduation {
	    padding-bottom: 140px;
	}
	.alpha-page .first-section {
	    padding-top: 150px;
	}
	.testimonials .container .row:after {
	    top: -60px;
	   background-size: 120px !important;
	    width: 120px;
	    height: 120px;
	}
	.special-education .services .intro {
		width: 100%;
	    margin-bottom: 40px;
	}
	.special-education .director .director-img, .alpha-school .principal .director-img {
	    top: -270px;
	    left: 50%;
	    margin-left: -125px;
	}
	.special-education .director .letter, .alpha-school .principal .letter {
	    margin-top: 250px;
	    margin-left: 0px;
	    padding: 70px 65px 69px 65px;
	}
	.alpha-school .school-intro .school-img, .alpha-school .school-intro .school-img.top, .alpha-school .school-video .video-link {
        max-width: 650px;
        position: relative;
        top: 60px;
        right: 0px;
        left: 0px;
        margin: auto;
        display: block;
    }
    .alpha-school .school-intro{
    	padding-bottom: 70px;
    }
    .alpha-school .school-info .boxes-wrap {
		    margin-top: 30px;
	}
	.alpha-school .school-video {
	    min-height: 0px;
	    margin-top: 120px;
	    padding-top: 50px;
	}
	.alpha-school .school-video .intro {
	    max-width: 100%;
	}
	.alpha-school .pills-section .teal-box-border .description ul{
		margin-bottom: 0px;
	}
	.alpha-school .pills-section .teal-box-border .description p{
		margin-top: 20px;
	}
	.alpha-school .school-collage {
	    min-height: 130px;
	}
	.alpha-school .documents .list-right .resource-wrap, .alpha-school .documents .list-left .resource-wrap {
	    width: 100%;
	    padding-left: 0%;
	}
	.board-page .column-img .intro {
	    max-width: 100%;
	    margin-bottom: 50px;
	}
	.team-section {
	    background: rgb(236, 250, 249);
	    background: linear-gradient(180deg, rgba(236, 250, 249, 1) 0%, rgba(236, 250, 249, 1) 89%, rgba(255, 255, 255, 1) 89%, rgba(255, 255, 255, 1) 100%);
	}
	.lightbox-alpha .img-wrap{
		right: 0px;
    	width: 220px;
	}
	.lightbox-alpha .person-picture {
	    max-width: 220px;
	}
	.lightbox-alpha .text-column {
	    background: var(--teal-000);
	    padding: 65px 80px 70px 100px;
	}
	.page-404 .intro-404 {
	    padding-bottom: 50px;
	}
	.page-404 .testimonials .box-testimonial {
    	padding: 50px 40px;
    }
	.page-404 .img-404 {
	    margin-top: 50px;
	    margin-right: auto;
	}
	.page-404 .text-wrapper {
	    width: 100%;
	}

	.leadership-page .title-img.first-section {
	    padding: 150px 0 120px;
	}

	.parents-center .programs .teal-box .college-img {
	    max-width: 620px;
	}
	.cta.join .button {
        padding: 20px 40px;
    }
    .join-page .first-section .button-wrap {
	    margin-bottom: 40px;
	}
	.join-page .community .yellow-box.box {
	    padding: 40px 30px;
	}
	.story-single .quote .h7-title {
	    margin-bottom: 50px;
	}
	.contact-page .school-contact .programs .office-col{
	   display: block;
	   width: 100%;
    }
	.contact-page .school-contact .programs .title-col {
		padding-right: 0px;
		display: block;
	    width: 100%;
	}
	.support-page .graduation {
	    padding-bottom: 120px;
	}
	.faq-page .teal-box.bg-teal.cat-box{
		padding: 32px 20px;
	}
	.enrollment-page .first-section {
        padding-bottom: 120px;
    }
	.enrollment-page .enrollment-img {
	    margin-top: 60px;
	}
	.enrollment-page .model .yellow-box.teal-box.box {
	    padding: 40px 25px 25px;
	}
	.enrollment-page .model .yellow-box.teal-box.box.step-1, .enrollment-page .model .yellow-box.teal-box.box.step-2{
		padding-bottom: 20px;
	}
	.enrollment-page .intro{
		margin-bottom: 0px;
	}
	.join-page .benefits .flip-card:hover .flip-card-inner{
		transform: none;
	}
	.join-page .benefits .flip-card .flip-card-inner {
	    transform: rotate(0deg);
	}
	.join-page .benefits .flip-card.active .flip-card-inner{
		transform: rotateY(180deg);
	}
}
@media all and (max-width:768px){
	.story-page .intro-col {
        width: 100%;
        max-width: 540px;
    }
}

@media all and (max-width:767px){

	h1, .h1-title, .h2-big, .h1-title.long-title{
		font-size: 2rem;
	}
	h2, .h2-title{
		font-size: 2rem;
	}
	h3, .h3-title{
		font-size: 2rem;
	}
	h4, .h4-title{
		font-size: 2.125rem;
	}
	h5, .h5-title{
		font-size: 1.5rem;
	}
	h7, .h7-title{
		font-size: 1.5rem;
	}
	h9, .h9-title{
		font-size: 1.25rem;
	}
	.big-button, .mid-button{
		font-size: 1.25rem;
	}
	.h1-title .cursive, .h3-title .cursive {
	    font-size: 2.25rem;
	}
	section{
		padding: 70px 0;
	}
	header .main-logo {
	    max-width: 115px;
	}
	header .form-wrap-search {
		width: 100%;
	}
	header .form-wrap-search .fa-search.btn-primary:before {
		right: 0px;
	}
	footer {
	    padding: 60px 0 40px 0;
	}
	footer .menu li.title{
		font-size: 1.25rem;
		margin-top: 12px;
	}
	footer .menu li.bottom-title{
		margin-top: 28px;
	}
	footer .social-icons{
		float: left;
		margin-bottom: 32px;
	}
	footer .copy{
		margin-bottom: 60px;
	}
	.mid-button .button-wrap{
		overflow: hidden;
    	border-radius: 8px;
	}
	.mid-button {
	    padding-left: 15px;
	}
	.alpha-page .bg-img {
    	padding-bottom: 91.63%;
	}
	.full-button .button, .full-button{
		width: 100%;
		text-align: center;
	}
	.button.arrow{
		background-position: center right 15px;
    	padding: 16px 40px 16px 20px;
	}
	.lightbox-alpha{
		padding: 24px 0px;
	}

	.homepage .homepage-banner, .alpha-page .first-section, .alpha-page .first-section {
	    margin-top: 65px;
	}
	.alpha-page .first-section{
		padding-top: 70px;
	}
	.homepage .homepage-banner .title-wrap {
	    padding-top: 240px;
	    padding-right: 50px;
	    padding-left: 50px;
	}
	.homepage .homepage-banner .title-wrap h2 {
	    font-size: 1.5rem;
	    line-height: 150%;
	}
	.homepage .homepage-banner .title-wrap h1 {
	    font-size: 3rem;
	}
	.homepage .success{
		padding: 90px 0 70px 0;
	}
	.homepage .success .success-illustration {
	    max-width: 317px;
	}
	.homepage .success .yellow-box .desc {
	    font-size: 1.25rem;
	}
	.homepage .academics .academics-img-1, .homepage .academics .academics-img-2, .homepage .academics .academics-img-3{
		display: none;
	}
	.homepage .academics .academics-img{
		max-width: 467px;
		width: 100%;
		margin-top: 46px;
	}
	.homepage .academics {
	    padding: 70px 0 70px 0;
	}
	.homepage .success .yellow-box {
	    margin-top: 30px;
	}
	.homepage .success .stats {
	    margin-top: 60px;
	}
	.homepage .educators-home .big-button.yellow, .homepage .students-home .big-button.teal {
	    margin-top: 30px;
	}
	.homepage .stories h2, .homepage .stories p, .homepage .community-home h2, .homepage .community-home .intro {
	    text-align: center;
	}
	.homepage .stories-section.students-home.stories.teal{
		padding: 70px 0;
	}


	.top-footer-info .footer-title {
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	.top-footer-info .newsletter{
		display: block;
		padding: 16px;
		    margin: -190px auto 0 auto;
	}
	.top-footer-info #mc_embed_signup{
		    display: block;
	    margin: 20px auto 0;
	    height: 62px;	
	}
	.top-footer-info {
	    padding: 117px 0 70px 0;
	}
	.top-footer-info .footer-logo{
		margin-bottom: 24px;
	}

	.cta {
	    padding: 70px 0 155px 0;
	}

	.story-page .stats .stat, .alpha-page .stats .stat {
	    text-align: center;
	    margin-bottom: 50px;
	}
	.story-page .title-img .story-img-1{
		margin-left: 40px;
	}
	.story-page .title-img .story-img-2, .story-page .title-img .story-img-3, .approach-page .approach-img-1, .leadership-page .leadership-img, .join-page .first-section .join-us-img, .enrollment-page .enrollment-img{
		width: 130%;
        margin-left: -10%;
	}
	.story-page .intro-col {
        padding: 0 30px;
    }
    .story-page .slick-wrapper {
        padding-left: 20px;
    }
    .story-page .schools-board #v-pills-tab, .pills-section #v-pills-tab{
    	margin-bottom: 40px;
    }
    .pills-section .teal-box-border {
	    padding: 25px 25px 20px;
	}
    .story-page .history .box {
        max-width: 350px;
    }
    .story-page .slick-years.slick-slider{
    	margin-top:100px;
    	margin-bottom: 0px;
    }
    .story-page .slick-years button.slick-next.slick-arrow {
        top: -50px;
        left: calc(50% + 0px);
    }
	.story-page .slick-years button.slick-prev.slick-arrow {
        left: calc(50% - 75px);
        top: -50px;
    }
    .story-page .slick-wrapper button.slick-next.slick-arrow, .story-page .slick-wrapper button.slick-prev.slick-arrow{
    	top: 115%;
    }
    .story-page .slick-wrapper button.slick-prev.slick-arrow{
    	left: 10px;

    }
    .alpha-page .stories-section .slick-wrapper button.slick-next.slick-arrow, .alpha-page .stories-section .slick-wrapper button.slick-prev.slick-arrow {
	    top: inherit;
	    bottom: -100px;
	}
	.alpha-page .stories-section .slick-wrapper {
		padding-left: 0px;
	}
    .story-page .years-line {
	    margin: 30px 0 50px 0;
	}
    .story-page .years-line li{
    	width: calc(100% / 10);
    }
    .story-page .years-line .year {
	    font-size: 0.875rem;
	}
	.story-page .years-line li.active .year {
	    font-size: 1rem;
	}
	.story-page .title-img.padding-80,  .alpha-page.approach-page .title-img, .story-page .title-img.padding-bottom-120 {
	    padding-bottom: 0px;
	}
	.approach-page .column-text-center {
	    padding-bottom: 50px;
	}
	.alpha-page.enrollment-page .title-img {
	    padding-bottom: 70px;
	}
	.story-page .title-img .story-img-3{
		margin-bottom: 0px;
	}
    .approach-page .model .yellow-box {
        height: auto;
    }
    .alpha-school .school-info {
	    margin-top: 0px;
	}
	.alpha-school .school-intro.first-section {
	    padding-bottom: 50px;
	}

    .testimonials .container .row:after{
    	left: 20px;
    }
    .testimonials .box-testimonial .img-wrap {
	    flex: 0 0 100%;
	}
	.testimonials .box-testimonial{
		padding-bottom: 30px;
	}
	.testimonials .box-testimonial .img-testimonial{
		margin:0 auto 30px auto;
		max-width: 100%;
	}
	.testimonials .box-testimonial .text-wrap {
	    flex: 0 0 100%;
	    padding-left: 25px;
	    padding-right: 25px;
	    padding-bottom: 10px;
	}
	.testimonials .slick-testimonials .slick-dots {
	    padding: 0px 15px;
	    width: 60%;
        right: 0px;
	}

	.approach-page .college .teal-box .college-img{
		max-width: 100%;
	}
	.approach-page .college .teal-box .title {
        text-align: left;
    }
    .approach-page .stats {
	    padding: 90px 0;
	}
    .special-education .director .letter, .alpha-school .principal .letter {
        margin-top: 250px;
        padding: 94px 25px 60px 25px;
    }
    .special-education .director .director-img, .alpha-school .principal .director-img {
        top: -240px;
    }
    .special-education .director h2, .alpha-school .principal h2 {
	    margin-bottom: 45px;
	}
	.special-education .services .icon-box.md-long:not(.long){
		    padding: 39px 25px 39px 52px;
	}
	.special-education .director, .alpha-school .principal  {
	    padding: 70px 0 90px 0;
	}
	.alpha-school .school-intro .school-img, .alpha-school .school-intro .school-img.top{
		width: 130%;
    	margin-left: -10%;
	}
    .alpha-school .school-info .contact-phone {
	    padding-left: 0px;
	    margin-top: 20px;
	}
	.alpha-school .school-info .contact-info, .alpha-school .school-info .address {
	    margin-top: 20px;
	}
	.alpha-school .school-video .video-link{
		padding:0 15px;
		margin-top: 60px;
        top: 0px;
	}
	.alpha-school .principal .letter {
	    padding: 94px 25px 25px 25px;
	}
	.alpha-school .school-video .video-link:after, .story-single .quote article .video-link:after {
	    background-size: 76px;
	    width: 76px;
	    height: 76px;
	    margin-left: -38px;
	    margin-top: -38px;
	}
	.alpha-school .school-intro .school-title {
	    font-size: 2rem;
	}
	.alpha-page .school-video .video-subtitle {
	    font-size: 1.25rem;
	}

	.lightbox-alpha .img-wrap {
        right: inherit;
        width: 220px;
        margin-right: auto;
        margin-left: auto;
    }
    .lightbox-alpha .text-column {
        padding: 105px 30px 70px 30px;
    }
    .lightbox-alpha .person-picture {
        max-width: 200px;
    }
    .lightbox-alpha .fancybox-close-small {
	    top: 230px;
	    right: 0px;
	}
	.board-page .meetings .meeting .name{
		padding-left: 20px;
    	font-size: 1.25rem;
	}
	.board-page .meetings .meeting-cat{
		font-size: 1.25rem;
	}
	.team-section {
        background: linear-gradient(180deg, rgba(236, 250, 249, 1) 0%, rgba(236, 250, 249, 1) 94%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
    }
    .page-404 .testimonials .box-testimonial {
	    text-align: center;
	    padding: 40px 30px;
	    margin-top: 20px;
	}
	.leadership-page .title-img.first-section {
        padding: 70px 0 80px;
    }

    .news-page .news-box{
    	margin-right: auto;
    	margin-left: auto;
    }
    .news-single .posts-container .text-right {
	    text-align: left !important;
	    margin-top: 40px;
	}
	.news-single .back-link, .news-single .bottom-link{
		font-size: 1rem;
	}
	.news-single .bottom-link.back {
	    text-align: left;
	    display: block;
	}
	.blog-page .latest-blog-box {
	     max-width: 360px;
    } 
	.parents-center .programs .teal-box .text-wrap {
        padding-right: 0px;
        padding-left: 0px;
        margin: 30px 0 5px;
    }
    .parents-programs .h3-title, .parents-programs .intro {
	    text-align: left;
	}
	.parents-center .programs{
		    padding-top: 30px;
	}
	.join-page .join-community {
	    padding: 30px 0 35px 0;
	}
	.apply-page .form .col-med {
	    display: inline-block;
	    width: 100%;
	    vertical-align: text-top;
	}
	.apply-page .form input, .apply-page .form select{
		width: 100%;
	}
	.apply-page .department-wrap .job-link .h7-title {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.apply-page .job-positions .intro {
	    margin-bottom: 50px;
	}
	.results-page .results-collage{
		width: 100%;
		margin-left: 0px;
	}
	.results-page .awards {
	    padding: 80px 0 50px 0;
	}
	.results-page .awards .wrap {
	    margin-bottom: 40px;
	}
	.results-page .credo .teal-box.purple-color {
	    margin-bottom: 85px;
	    padding: 50px 25px 55px 25px;
	}
	.results-page .stats {
	    padding: 70px 0;
	}
	.results-page .column-text-center {
	    padding-bottom: 60px;
	}
	.results-page .stories-section {
	    padding-bottom: 70px;
	}
	.story-single .quote {
	    margin: 30px 0 50px;
	}
	.story-single .quote .h7-title {
	    margin-top: 170px;
	}
	.story-single .parents.quote .row:after, .story-single .quote .row:after {
	    background-size: 120px !important;
	    top: 20px;
	    left: 20px;
	    width: 120px;
    	height: 120px;
	}
	.story-single .quote article {
	    padding: 25px 25px 10px;
	}
	.job-positions.form {
	    padding-bottom: 180px;
	}
	.contact-page .contact-form .teal-box.purple-color {
	     padding: 25px;
	}
	.contact-page .school-contact .h1-title {
         margin-top: 40px;
	}
	.contact-page .contact-us {
		padding-bottom: 20px;
	}
	.contact-page .school-contact .teal-box.purple-color {
		padding: 30px 25px;
	}
	.contact-page .school-contact .office-info a {
		word-break: break-all;
	}
	.contact-page .school-contact .school-name {
	    font-size: 1.5rem;
	}
	.contact-page .school-contact .programs .schedule {
		padding: 20px;
	}
	.alpha-page .video-button:after {
	    background-size: 76px !important;
	    margin-left: -38px;
	    margin-top: -38px;        
	    width: 76px;
        height: 76px;
	}
	.support-page .logos-marquee {
	    padding: 80px 0;
	}
	.support-page .model .yellow-box.purple-box {
	    padding: 40px 25px 40px 25px;
	    height: calc(100% - 40px);
	    margin-bottom: 40px;
	}
	.support-page .staff-alumni{
		padding-bottom: 70px;
	}
	.support-page .graduation {
        padding-bottom: 80px;
    }
    .give-page .first-section {
	    padding-bottom: 80px;
	}
	.faq-page .teal-box.bg-teal.cat-box {
        padding: 25px 20px;
        text-align: left;
        margin-bottom: 10px;
    }
    .faq-page .teal-box.bg-teal.cat-box:after {
    	bottom: inherit;
	    left: inherit;
	    margin-left: 0;
	    top: 20px;
	    right: 20px;
    }
    .faq-page .first-section .intro {
	    margin-bottom: 45px;
	}
	.faq-page .faq-section .h3-title {
	    margin-bottom: 35px;
	}
	.faq-page .faq.accordion {
	    margin-bottom: 80px;
	}
	.faq .card{
    	padding: 25px 20px;
	}
	.faq .card-header .title{
		max-width: 80%;
		font-size: 1.125rem;
	}
	#top-link-block.affix {
	    bottom: 90px;
	    right: 20px;
	}
	.enrollment-page .first-section, .enrollment-page .benefits-list {
        padding-bottom: 70px;
    }
    .enrollment-page .dates {
	    padding-top: 70px;
	}
	.enrollment-page .dates .h6-title.first-title {
	    margin-top: 30px;
	}
	.enrollment-page .dates .h6-title {
	    margin-top: 70px;
	    font-size: 2rem;
	    margin-bottom: 28px;
	}
	.enrollment-page .dates .h7-title {
	    font-size: 1rem;
	}
	.enrollment-page .meetings .meeting .name {
        padding-left: 10px;
        font-size: 1rem;
    	width: calc(100% - 180px);
    }
    .enrollment-page  .meetings .meeting .links {
	    width: 70px;
	    text-align: center;
	}
	.enrollment-page .dates .name .desc {
	    font-size: 0.75rem;    
	    width: 100%;
	}
	.enrollment-page .model .intro {
	    margin-bottom: 10px;
	}
	.enrollment-page .model .yellow-box.teal-box.box.step-1:after, .enrollment-page .model .yellow-box.teal-box.box.step-2:after{
		background-size: 90px;
	    width: 90px;
	    height: 90px;
	    top: -70px;
	    margin-left: -45px;
	}
	.enrollment-page .model .yellow-box.teal-box.box.step-1 {
	    margin-bottom: 50px;
	    height: calc(100% - 130px);
	}
	 .enrollment-page .model .yellow-box.teal-box.box.step-1, .enrollment-page .model .yellow-box.teal-box.box.step-2 {
        padding-top:40px;
    }
	.enrollment-page .application .steps-row:before {
	    content: '';
	    background-repeat: repeat-y;
	    background-size: 700px;
	    top: 50%;
	    left: 25%;
	    width: 50%;
	    height: 1px;
	    transform: rotate(90deg);
	}
	.enrollment-page .enroll .intro {
	    margin-bottom: 45px;
	}
}

@media all and (max-width:576px) {
	header .navbar-brand {
	    width: calc(100% - 280px);
	}
	header .form-wrap-search.open {
		width: 150px;
	}
}

@media all and (max-width:370px){
	.join-page .benefits .desc {
	    padding: 25px 20px;
	}
}