@import url(../css/bootstrap.min.css);
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
.dark-blue-button {
  background-color: #192d4b;
  padding: 15px 50px;
  border: none;
  background-image: none;
  color: white; }
  .dark-blue-button:hover {
    text-decoration: none;
    border: none; }

.btn-group {
  padding: 15px 0;
  display: flex;
  align-items: center; }

/*----------GLOBAL VARS----------*/
body.home {
  background-color: #ffffff;
  background-position: top;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%; }
  body.home._sidemenu {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    body.home._sidemenu._sidemenu_open {
      background-position: 12% 0%; }
  body.home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(21, 39, 75, 0) 0%, #15274b 100%);
    opacity: .6; }

body {
  font-size: 13pt;
  color: #14284b;
  font-family: 'Lato', sans-serif; }
  body #wrapper, body .hero-image.left, body .hero-image.right, body .nav.mobile, body .touch .nav, body #footer {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  body._sidemenu._sidemenu_open #wrapper {
    margin-left: 225px;
    position: fixed; }
  body._sidemenu._sidemenu_open .hero-image.left, body._sidemenu._sidemenu_open .hero-image.right {
    background-position: -125px; }
body > #wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
}

body.home {
	background-image: url(https://whitehouseschool.com/wp-content/uploads/2024/09/230515_WhiteHouse_1530-scaled-e1725615549921.jpg);                
}  

h1, h2, h3, h4, h5, h6 {
  color: #102842; }

h1, h2, h3 {
  font-family: "adobe-caslon-pro",serif; }

h4, h5, h6 {
  font-weight: bold; }

a, a:hover {
  color: #15274b; }

#wrapper {
  display: table;
  min-height: 100%;
  width: 100%; }

#wrapper, body, html {
  height: 100%; }

#wrapper {
  position: relative; }

.home #wrapper {
  padding-top: 30px; }

p {
  font-size: 11pt;
  margin-bottom: 20px;
line-height: 1.6; }

a.logo i {
  background-image: url(../images/logo.svg);
  height: 80px;
  width: 210px;
  display: block;
  margin: auto;
  background-repeat: no-repeat; }

.inner a.logo {
  display: block;
  margin: 30px auto 0; }
  @media (max-width: 768px) {
    .inner a.logo {
      margin: 30px auto; } }
  .inner a.logo i {
    background-image: url(../images/logo-dark.svg);
    height: 80px;
    width: 210px; }
    @media (max-width: 768px) {
      .inner a.logo i {
        margin: 30px auto;
        height: 80px;
        width: 180px; } }

/*---------- Header-------------*/
header.inner {
  position: fixed;
  height: auto;
  background-color: white;
  width: 100%;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
  padding: 0 40px; }
  header.inner .btn.btn-outline, .pum-content .btn.btn-outline {
    background: white;
    border: 1px solid #14284b;
    border-radius: 0;
    font-size: 18px;
    color: #14284b;
    text-transform: uppercase; }
    ._sidemenu header.inner .btn.btn-outline {
      display: none; }

.header-space {
  height: 236px; }

.home header {
  position: relative;
  z-index:100;
  padding: 28px 25px 0;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .home header .logo {
      position: relative;
      display: block;
      margin: auto; } }
  .home header .btn.btn-outline {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    border-radius: 0;
    font-size: 18px;
    color: white;
    text-transform: uppercase; }
    ._sidemenu .home header .btn.btn-outline {
      display: none; }

.home._sidemenu .btn.btn-outline {
  display: none; }

.home._sidemenu .pum .btn.btn-outline {
  display: block; }

/*---------- // Header -------------*/
/*---------- school logo-------------*/
.school-guide-logo {
  position: fixed;
  width: 125px;
  top: 60px;
  display: table;
  font-size: 10pt;
  right: 20px;
  z-index: 999; }

@media (max-width: 768px) {
  .school-guide-logo {
    position: absolute;
    width: 105px;
    bottom: 120px; } }

.home .school-guide-logo {
  position: fixed;
  width: 125px;
  bottom: 60px;
  top: auto;
  display: table;
  font-size: 10pt;
  right: 20px; }

@media (max-width: 768px) {
  .home .school-guide-logo {
    width: 105px;
    bottom: 120px; } }

/*---------- // school logo-------------*/
/*---------- Nav-------------*/
.nav.desktop {
  min-height: 40px;
  display: block !important;
  width: 100%; }
  .nav.desktop .nav-menu {
    padding: 19px; }
  .nav.desktop > ul {
    display: table;
    padding: 0;
    width: 100%;
    margin: auto;
    text-align: center; }
  .nav.desktop ul:first-child {
    margin-bottom: 0; }
  .nav.desktop li.menu-item-has-children > a {
    padding-right: 20px; }
    .nav.desktop li.menu-item-has-children > a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      right: 0;
      top: 21px;
      border-top: 5px solid #fff; }
  .nav.desktop ul {
    padding: 0; }
    .nav.desktop ul li {
      display: inline-block;
      text-align: center;
      position: relative;
      padding: 0 8px; }
      .nav.desktop ul li a {
        color: #fff;
        text-align: center;
        margin: auto;
        font-family: "lato",serif;
        font-size: 13pt;
        line-height: 27px;
        display: inline-block;
        padding: 0 8px;
        width: 100%;
        padding-top: 5px; }
        .home .nav.desktop ul li a:hover {
          background: #26324d !important; }
    .nav.desktop ul li:hover > ul.sub-menu, .nav.desktop ul ul.sub-menu:hover {
      -webkit-animation-delay: 0;
      -webkit-animation-duration: 0.2s;
      -webkit-animation-name: fadein;
      -webkit-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -moz-animation-delay: 0;
      -moz-animation-duration: 0.2s;
      -moz-animation-name: fadein;
      -moz-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      -o-animation-delay: 0;
      -o-animation-duration: 0.2s;
      -o-animation-name: fadein;
      -o-animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      animation-delay: 0;
      animation-duration: 0.2s;
      animation-name: fadein;
      animation-fill-mode: forwards;
      /* this prevents the animation from restarting! */
      opacity: 1;
      display: block; }
  .nav.desktop > ul > li {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    @media (max-width: 1300px) {
      .nav.desktop > ul > li > a {
        font-size: 14px; } }
    @media (max-width: 1090px) {
      .nav.desktop > ul > li {
        width: 25%; }
        .nav.desktop > ul > li > a {
          font-size: 18px; } }
    .inner .nav.desktop > ul > li {
      border-color: #14284b; }
      @media (max-width: 1090px) {
        .inner .nav.desktop > ul > li {
          width: 19%; } }
    .nav.desktop > ul > li:hover > a {
      padding-bottom: 6px;
      border-bottom: 4px solid rgba(255, 255, 255, 0.6); }
      .inner .nav.desktop > ul > li:hover > a {
        border-color: #14284b; }
    .nav.desktop > ul > li > a {
      background: transparent;
      border: none;
      text-transform: uppercase;
      padding: 10px 0;
      display: inline-block;
      width: auto;
      position: relative; }
      .nav.desktop > ul > li > a:focus, .nav.desktop > ul > li > a:hover {
        text-decoration: none; }
        .home .nav.desktop > ul > li > a:focus, .home .nav.desktop > ul > li > a:hover {
          background: transparent !important; }
  .nav.desktop ul.sub-menu {
    display: none;
    z-index: 200;
    position: absolute;
    width: auto;
    left: 50%;
    margin-top: 1px;
    -moz-transition: all 0.2s 1s ease-in-out;
    -o-transition: all 0.2s 1s ease-in-out;
    -webkit-transition: all 0.2s 1s ease-in-out;
    -ms-transition: all 0.2s 1s ease-in-out;
    transition: all 0.2s 1s ease-in-out;
    background: #15274b;
    padding: 10px;
    min-width: 160px;
    transform: translate(-50%, 0px); }
    .nav.desktop ul.sub-menu > li {
      text-align: left;
      min-width: 100%; }
      .nav.desktop ul.sub-menu > li > a {
        min-width: 100%;
        font-size: 100%;
        border-top: none;
        padding-top: 0;
        line-height: 35px;
        height: 35px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        display: block;
        white-space: nowrap; }
        .nav.desktop ul.sub-menu > li > a:hover {
          -webkit-transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
      @media (max-width: 1300px) {
        .nav.desktop ul.sub-menu > li > a {
          font-size: 14px; } }
      @media (max-width: 1090px) {
        .nav.desktop ul.sub-menu > li > a {
          font-size: 18px; } }
  .nav.desktop ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
    margin-left: -8px;
    margin-top: -1px; }
    .nav.desktop ul.sub-menu ul.sub-menu li {
      margin-left: -8px; }
      .nav.desktop ul.sub-menu ul.sub-menu li a {
        border-left: none; }
    .nav.desktop ul.sub-menu ul.sub-menu li:first-child a {
      border-top: 1px solid #fff; }

.home > li.current-menu-item > a, .home .current-menu-parent > a, .home ul.sub-menu a {
  color: white !important; }
  .home > li.current-menu-item > a:hover, .home .current-menu-parent > a:hover, .home ul.sub-menu a:hover {
    text-decoration: none; }

.home li#menu-item-426,
.home li#menu-item-401 {
  display: none; }

.inner li.menu-item-has-children > a:after {
  border-top-color: #26324d !important; }

.navbar-toggle .icon-bar {
  background-color: #15274B; }

.dropdown_btn {
  display: block;
  border: none;
  outline: none;
  padding: 8px 12px;
  z-index: 500; }
  .dropdown_btn, .dropdown_btn span {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .dropdown_btn span {
    display: block;
    width: 65%;
    height: 2px;
    border-radius: 1px;
    background-color: #15274B;
    margin: auto; }
    .dropdown_btn span + span {
      margin-top: 4px; }
  .dropdown_btn:hover {
    background-color: #15274B; }
    .dropdown_btn:hover span {
      background-color: #ffffff; }

.mobile_btn {
  display: none; }

.dropdown_btn.active span:nth-child(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 4px;
  margin-bottom: -3px !important; }

.dropdown_btn.active span:nth-child(2) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
  margin-bottom: -3px; }

.dropdown_btn.active span:nth-child(3) {
  opacity: 0; }

.inner .nav.desktop .current-menu-item > a {
  padding-bottom: 6px;
  border-bottom: 4px solid #14284b; }

.inner .nav.desktop ul li a {
  color: #14284b; }

.inner .nav.desktop ul:first-child > li > a {
  background-color: transparent; }

.inner .nav.desktop ul.sub-menu a {
  color: white;
  text-transform: capitalize;
  background: #26324d !important; }

.inner .nav.desktop li:hover ul.sub-menu, .inner .nav.desktop ul.sub-menu:hover {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: fadein;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: fadein;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 0.2s;
  -o-animation-name: fadein;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 0.2s;
  animation-name: fadein;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  opacity: 1;
  display: block; }

@-webkit-keyframes fadein {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

@-ms-keyframes fadein {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

@-o-keyframes fadein {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

@keyframes fadein {
  0% {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

.nav.mobile {
  height: auto;
  background: #15274B!important;
  background-color: #15274B!important;
  position: fixed;
  min-height: 100%;
  left: -100%;
  box-shadow: -2px 11px 15px rgba(0, 0, 0, 0.5);
  min-width: 225px;
  /*overflow: scroll;*/
  max-height: 100%;
  padding-top: 45px;
  top: 0;
}

  .nav.mobile ul {
    list-style: none;
	background-color: #15274B!important;
    padding: 15px; }
    .nav.mobile ul a {
      font-family: "adobe-caslon-pro",serif;
	  display:block;
	  position:relative;
      font-size: 13pt;
      padding-top: 5px;
      color: white; }
	  .nav.mobile ul li.menu-item-has-children > a:after {
		  content:' >';
		  display:inline-block;
		  position:absolute;
		  right:0;
		  top:0;
		  transition:500ms;
	  }
	   .nav.mobile ul li.menu-item-has-children.active > a:after,
	   .nav.mobile ul li.menu-item-has-children.current-menu-item > a:after,
	   .nav.mobile ul li.menu-item-has-children.current-menu-ancestor > a:after {
		   transform:rotate(90deg);
	   }
	  
    .nav.mobile ul ul {
      padding: 0 0 0 15px; }
    .nav.mobile ul li {
      border-bottom: 1px solid #fff; }
    .nav.mobile ul li:last-child {
      border-bottom: none; }
    .nav.mobile ul .sub-menu {
		display:none;
      border-top: 1px solid #fff; }
	  .nav.mobile ul .current-menu-ancestor > .sub-menu,
	  .nav.mobile ul .current-menu-item > .sub-menu {
		  display:block;
	  }
  .nav.mobile.active {
    left: 0; }


/*---------- // Nav-------------*/
/*---------- Best school-------------*/
.best-school-logo {
  bottom: 111px;
  right: 0;
  width: 120px;
  z-index: 111;
  position: fixed; }

@media (max-width: 784px) {
  .best-school-logo {
    display: none; } }

.page-template-contact-us .best-school-logo {
  display: none; }

.grecaptcha-badge {
  bottom: 45px !important; }

/*---------- // Best school-------------*/
/*---------- Main-------------*/
#main.headline-con {
  padding: 0; }

.headline-con {
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 60px;
  transform: translate(-50%, 0%);
  left: 50%; }
  @media (max-width: 768px) {
    .headline-con {
      position: relative;
      transform: translate(0, 0);
      margin-top: 40px;
      left: auto;
      bottom: auto;
      top: auto; } }
  .headline-con h1 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 11px;
    text-shadow: 4px 4px 8px #000;
    font-weight: 700;
    line-height: 100%;
    padding-top: 50px; }
  .headline-con p, .headline-con span, .headline-con strong {
    color: #fff !important;
    text-shadow: 4px 4px 8px #000; }
  .headline-con em {
    font-size: 22pt;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    letter-spacing: 2px; }
    .headline-con em span {
      font-size: 18pt; }

#main {
  padding-bottom: 10%; }

.main-container {
  width: 100%; }
  .main-container .main-content {
    position: relative;
    width: 33.33%;
    max-height: 100%;
    height: auto;
    padding: 50px 35px;
    padding-top: 0; }
    .main-container .main-content .entry-content {
      clear: both; }
    .main-container .main-content .introduction {
      font-weight: bold; }
  .main-container .hero-image {
    position: fixed;
    top: 236px;
    bottom: 40px;
    height: auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .main-container .hero-image .bx-viewport, .main-container .hero-image .bx-wrapper {
      position: absolute;
      margin: 0;
      padding: 0;
      height: 100% !important;
      width: 100% !important; }
    .main-container .hero-image .bxslider {
      height: 100%;
      padding: 0; }
      .main-container .hero-image .bxslider li {
        height: 100%;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
    .main-container .hero-image .cover-image {
      object-fit: cover;
      display: flex;
      width: 100%;
      height: 100%; }
    .main-container .hero-image .caption {
      font-weight: bold; }

.main-content .content-head {
  overflow: hidden;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
  position: relative;
  height: auto; }
  @media (max-width: 768px) {
	  .main-container .hero-image .bxslider li {
        height: 100%;
		  max-width:100%;
	  }
    .main-content .content-head {
      height: auto; } }
  .main-content .content-head .logo {
    display: none !important; }
  .main-content .content-head .title {
    width: 100%;
    padding-top: 40px;
    height: 100%;
    line-height: 100%;
    overflow: hidden;
    display: table; }
  .main-content .content-head h1 {
    font-size: 35px;
    display: inline-block;
    margin: 0;
    font-family: "adobe-caslon-pro",serif;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: bottom; }
    @media (max-width: 1330px) {
      .main-content .content-head h1 {
        font-size: 30px; } }

.content-left .main-content {
  float: left; }

.content-left .hero-image {
  right: 0;
  float: right;
  width: 66.66%; }

.content-right .main-content {
  float: right; }

.content-right .hero-image {
  left: 0;
  float: left;
  width: 66.66%; }

.main-container.content-center .hero-image {
  width: 33.33%; }

.main-container.content-center .main-content {
  margin: auto; }

.hero-image {
  background-size: cover;
  background-position: top left; }
  .hero-image .caption {
    font-weight: bold;
    position: absolute;
    bottom: 0;
    padding: 40px;
    width: 100%;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #000;
    font-size: 13pt;
    text-align: left;
    max-width: 800px; }
  .hero-image p {
    font-size: inherit; }

.hero-image.right {
  right: 0; }

.hero-image.left {
  left: 0; }
  .hero-image.left .caption {
    text-align: right; }

.half-content {
  overflow: hidden; }
  .half-content .left, .half-content .right {
    width: 50%;
    float: left;
    display: inline-block; }
    @media (max-width: 900px) {
      .half-content .left, .half-content .right {
        width: 100%;
        padding: 0 !important;
        float: none; } }
  .half-content .left {
    padding-right: 5%; }
  .half-content .right {
    padding-left: 5%; }
  @media (min-width: 1086px) and (max-width: 1400px) {
    .half-content .left, .half-content .right {
      width: 100%;
      padding: 0; } }
  @media (max-width: 500px) {
    .half-content .left, .half-content .right {
      width: 100%;
      padding: 0; } }

.entry-content {
  padding-top: 25px;
  line-height: 160%;
  font-size: 11pt; }

.wpcf7 {
  padding-top: 25px; }
  .wpcf7 input, .wpcf7 textarea {
    border: 3px solid #15274B;
    padding: 5px 10px;
    width: 100%;
    font-family: alternate-gothic-no-1-d;
    font-size: 10pt;
    margin-bottom: 5px; }
  .wpcf7 input[type="submit"] {
    border: none;
    background-color: #15274B;
    color: white; }
  .wpcf7 br {
    display: none; }

.placeholder label {
  display: none; }

::-webkit-input-placeholder {
  color: #15274B;
  text-transform: uppercase; }

:-moz-placeholder {
  color: #15274B;
  text-transform: uppercase; }

::-moz-placeholder {
  color: #15274B;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #15274B;
  text-transform: uppercase; }

#googleMap {
  width: 100%;
  height: 100%; }

/*----------// Main-------------*/
/*---------- footer-------------*/
#footer {
  position: fixed;
  background: #15274B;
  color: #fff;
  width: 100%;
  bottom: 0;
  min-height: 40px;
  display: table;
  font-size: 10pt;
  left: 0;
  z-index: 20; }
  body:not(.home) #footer {
    position: fixed; }
    @media (max-width: 768px) {
      body:not(.home) #footer {
        position: relative; } }
  #footer .row {
    display: table-cell;
    vertical-align: middle; }
  #footer .right-con {
    float: right; }
    #footer .right-con .email {
      padding-left: 15px; }
  #footer a, #footer a:hover {
    color: #ffffff; }
.footerCol1 {
	padding-left:50px;
}
@media (max-width: 445px) {
.footerCol2 {
	padding-left:50px;
}
}
/*---------- // footer -------------*/
/*---------Util---------------*/
/*---------//Util---------------*/
/*---------WORDPRESS ---------------*/
.admin-bar .mobile_btn, .admin-bar .nav.mobile.active, .admin-bar .touch .nav.active {
  top: 46px; }

.admin-bar.home .nav.mobile.active, .admin-bar.home .touch .nav.active {
  top: 0; }

/*--------- //WORDPRESS ---------------*/
/*---------RESPONSIVE ---------------*/
@media (min-width: 768px) and (max-width: 1083px) {
  .content-left .hero-image {
    width: 66.66%; }
  .content-right .main-content {
    float: right; }
  .content-right .main-content, .content-right .hero-image, .content-left .main-content, .content-left .hero-image {
    width: 50%; }
  .main-container.centered .hero-image {
    width: 16.66%; }
  .main-container.centered .main-content {
    width: 66.66%; }
  .main-container.centered .caption {
    display: none; }
  .nav.desktop ul li a {
    font-size: 12pt;
    min-width: 95%;
    padding: 10px 7px; } }
  header.inner {
    position: initial; }

@media (min-width: 768px) and (max-width: 870px) {
  .nav ul li {
    min-width: 12.3%; }
  .nav.desktop .nav-menu {
    padding: 19px 0; }
  .nav.desktop > ul {
    max-width: 100%; } }

@media (max-width: 760px) {
  .headline-con h1 {
    font-size: 16pt;
    line-height: 100%;
    letter-spacing: 7px; }
  .headline-con em {
    font-size: 16px; } }

@media (max-width: 900px) {
  .mobile_btn {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 16;
    background: #DDD; }
    .mobile_btn:hover, .mobile_btn:focus {
      color: #fff; } }

@media (max-width: 768px) {
  .home #wrapper {
    padding-bottom: 150px; }
  .content-right .main-content {
    float: none; }
  .content-right .hero-image {
    width: 100%;
    height: 500px; }
  .content-right .hero-image, .content-left .hero-image {
    top: 0;
    bottom: auto; }
  .main-container .main-content {
    width: 100%;
    padding-top: 25px;
    clear: both; }
  .main-container .caption {
    display: none; }
  .main-container .hero-image {
    width: 100% !important;
    height: 240px;
    position: relative; }
    .main-container .hero-image.left, .main-container .hero-image.right {
      top: 0; }
    .main-container .hero-image.left {
      bottom: 0; }
    .main-container .hero-image.right {
      height: 500px; }
  header.inner {
    position: initial; }
  .header-space {
    max-height: 0; }
  header.inner {
    min-height: 0;
    height: auto; }
  .main-content .content-head h1 {
    font-size: 30px;
    font-family: "adobe-caslon-pro",serif;
    text-transform: capitalize; }
  .main-content .content-head .title {
    padding-top: 50px; }
  .main-content .content-head .logo i {
    height: 100px; }
  #footer {
    padding: 10px 0; }
    #footer .right-con {
      padding-top: 10px; }
      #footer .right-con .email {
        padding-left: 0; } }

@media (max-width: 900px) and (min-width: 768px) {
  ._sidemenu_open .content-left .hero-image {
    right: -225px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .home header .logo {
    left: 50%;
    transform: translate(-50%, 0%); }
  .headline-con {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%); }
  ._sidemenu_open .content-right .hero-image {
    left: 225px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; } }

/*--------- //RESPONSIVE ---------------*/
.home .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1440px; }
  .home .container #main {
    position: relative;
    transform: none;
    bottom: 0;
    left: 0;
    right: 0; }

.home .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%; }
  .home .banner-container .banner-inner {
    height: 202px;
    width: 490px;
    background-color: #142648;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .home .banner-container .banner-inner .banner-title {
      color: #FFFFFF;
      font-size: 26px;
      /* font-weight: bold; */
      line-height: 30px;
      /* text-align: center; */
      /* font-family: "Times New Roman"; */
      /* font-family: "adobe-caslon-pro",serif; */
      text-transform: uppercase;
      font-family: "adobe-caslon-pro",serif; }
    .home .banner-container .banner-inner .banner-subtitle {
      font-size: 14px;
      line-height: 17px;
      /* text-align: center; */
      color: #FFFFFF;
      font-family: 'Lato', sans-serif; }
    .home .banner-container .banner-inner .banner-button {
      background-color: #FFFFFF;
      font-size: 17px;
      font-weight: bold;
      line-height: 21px;
      text-align: center;
      color: #142648;
      padding: 10px 40px;
      height: 45px;
      width: 279px;
      /* text-align: center; */ }
      .home .banner-container .banner-inner .banner-button:hover {
        background-color: #eeeeee; }

section.block {
  padding-top: 75px; }

.page-title {
  text-align: center; }
  .page-title h1 {
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 30px 5px;
    margin-bottom: 60px; }

.admissions-process {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 15px; }

.admissions-process-item {
  margin-bottom: 60px; }
  .admissions-process-item header {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: "adobe-caslon-pro",serif; }
    .admissions-process-item header span {
      border: 1px solid;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px; }
    .admissions-process-item header b {
      font-size: 22px;
      height: 22px;
      line-height: 29px; }

.page-intro.narrow-content {
  text-align: center;
  max-width: 768px;
  margin: 0 auto; }

.nf-form-fields-required {
  display: none; }

.registration-form .nf-mp-header h3 {
  max-width: 580px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #14284b;
  padding-bottom: 8px; }

.registration-form .nf-form-content {
  padding: 5px;
  max-width: 100%;
  margin: 0 auto; }

.registration-form .nf-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .registration-form .nf-breadcrumbs li a {
    color: #14284b;
    font-size: 16px;
    margin-right: 16px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    border: 2px solid #14284b; }
    .registration-form .nf-breadcrumbs li a.active {
      background-color: #14284b;
      color: white; }
    .registration-form .nf-breadcrumbs li a:hover {
      background-color: #14284b;
      color: white; }
  .registration-form .nf-breadcrumbs li.active a {
    background-color: #14284b;
    color: white; }

.registration-form .nf-mp-body,
.registration-form .nf-mp-footer {
  max-width: 580px;
  margin: 0 auto; }

.registration-form label {
  display: block; }

.registration-form .nf-form-content label {
  display: block;
  font-weight: 400;
  font-size: 16px; }

.registration-form .nf-form-content .list-select-wrap .nf-field-element > div,
.registration-form .nf-form-content input:not([type=button]) {
  background-color: white;
  border: 2px solid #14284b; }

.registration-form .list-checkbox-wrap .nf-field-element li label, .registration-form .list-image-wrap .nf-field-element li label, .registration-form .list-radio-wrap .nf-field-element li label {
  font-weight: 600; }

.registration-form .checkbox-wrap .nf-field-element label:after, .registration-form .checkbox-wrap .nf-field-label label:after, .registration-form .listcheckbox-wrap .nf-field-element label:after, .registration-form .listcheckbox-wrap .nf-field-label label:after {
  border-color: #14284b;
  border-width: 2px; }

.registration-form .checkbox-wrap .nf-field-element label.nf-checked-label:after, .registration-form .checkbox-wrap .nf-field-label label.nf-checked-label:after, .registration-form .listcheckbox-wrap .nf-field-element label.nf-checked-label:after, .registration-form .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: #14284b;
  background-color: #14284b; }

.registration-form .listcheckbox-container .nf-field-element label:before {
  top: 2px;
  left: -26px;
  bottom: auto; }

.registration-form .checkbox-container.label-right label:before {
  left: -26px;
  top: 0; }

.registration-form .checkbox-wrap .nf-field-element label:before, .registration-form .checkbox-wrap .nf-field-label label:before, .registration-form .listcheckbox-wrap .nf-field-element label:before, .registration-form .listcheckbox-wrap .nf-field-label label:before {
  font-size: 14px;
  color: #14284b; }

.registration-form .checkbox-wrap .nf-field-element label.nf-checked-label:before, .registration-form .checkbox-wrap .nf-field-label label.nf-checked-label:before, .registration-form .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, .registration-form .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  color: white; }

.registration-form .nf-form-content .two-col .listcheckbox-wrap ul, .registration-form .nf-form-content .two-col .listradio-wrap ul {
  display: flex;
  flex-wrap: wrap; }

.registration-form .nf-form-content .two-col .listcheckbox-wrap ul li, .registration-form .nf-form-content .two-col .listradio-wrap ul li {
  margin-right: 10px !important;
  flex: 1 1 30%; }

.registration-form .nf-form-content button, .registration-form .nf-form-content input[type=button], .registration-form .nf-form-content input[type=submit] {
  background-color: #14284b;
  color: white; }

.registration-form .nf-form-content button:hover, .registration-form .nf-form-content input[type=button]:hover, .registration-form .nf-form-content input[type=submit]:hover {
  background-color: #14284b;
  opacity: .75;
  color: white; }

.hello {
  color: green; }

/* pop-up alert */
.pum-title {
	text-align:center!important;
}

.videoBanner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}
.videoBanner *:not(.vidUnmute){
	z-index: -1;
}
.videoBanner img,
.videoBanner video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	object-fit:cover;
}

.videoBanner .vidUnmute {
    position: absolute;
    right: 10px;
    bottom: 200px;
    z-index: 120;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    transition: 300ms;
	cursor:pointer;
}

.videoBanner .vidUnmute:before {
    content: "\f6a9";
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.videoBanner .vidUnmute.unmuted:before {
    content: "\f028"
}

@media(min-width:768px){

	.videoBanner .vidUnmute {
    right: 10px;
    bottom: 140px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
	}	

}