/*
DEFAULTS
GENERAL LAYOUT
BANNER
    MAIN MENU
FOOTER
HOMEPAGE
INNER PAGE
FORMS
BLOG
WIDGETS
UNIVERSAL
*/
/* size for large screens only */
/* keep layout same as big screen but squish things down to fit landscape ipad */
/* start to rearrange for smaller screens */
/* catch all for all smaller screens, landscape and portrait */
.gone {
  position: absolute;
  left: -99999px;
}
.ungone {
  position: static;
  left: auto;
}
.clear:after {
  content: ' ';
  clear: both;
  display: block;
}
.button,
.wp-block-button__link {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.button.small,
.wp-block-button__link.small {
  font-size: .8em;
}
.button.arrow-right:after,
.wp-block-button__link.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.button.arrow-left:before,
.wp-block-button__link.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.button:before,
.wp-block-button__link:before {
  margin-right: .25em;
}
.button:after,
.wp-block-button__link:after {
  margin-left: .25em;
}
.button:hover,
.wp-block-button__link:hover,
.button:active,
.wp-block-button__link:active,
.button:focus,
.wp-block-button__link:focus {
  background: #ffb629;
}
.wp-block-button__link {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.wp-block-button__link.small {
  font-size: .8em;
}
.wp-block-button__link.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.wp-block-button__link.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.wp-block-button__link:before {
  margin-right: .25em;
}
.wp-block-button__link:after {
  margin-left: .25em;
}
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: #ffb629;
}
.wp-block-button__link.small {
  font-size: .8em;
}
.wp-block-button__link.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.wp-block-button__link.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.wp-block-button__link:before {
  margin-right: .25em;
}
.wp-block-button__link:after {
  margin-left: .25em;
}
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: #ffb629;
}
.pacifico {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
}
.toddler,
.has-green-color {
  color: #449e67;
}
.has-green-background-color,
.toddler-header {
  color: #449e67;
}
.nursery,
.has-yellow-color {
  color: #ffb629;
}
.has-yellow-background-color,
.nursery-header {
  color: #ffb629;
}
.jk,
.has-purple-color {
  color: #7e2096;
}
.has-purple-background-color,
.jk-header {
  color: #7e2096;
}
.sk,
.has-blue-color {
  color: #0054a4;
}
.has-blue-background-color {
  color: #0054a4;
}
.has-teal-color {
  color: #32a0a2;
}
.has-teal-background-color,
.sk-header {
  background-color: #32a0a2;
}
.has-white-color {
  color: #ffffff !important;
}
.has-white-background-color {
  background-color: #ffffff !important;
}
.has-black-color {
  color: #000000 !important;
}
.has-black-background-color {
  background-color: #000000 !important;
}
.bigPara {
  font-size: 1.3333333333333333em;
  line-height: 1.4;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  .bigPara {
    font-size: 1.1111111111111112em;
  }
}
.thin {
  font-weight: 300;
}
.upper {
  text-transform: uppercase;
}
/* ----- DEFAULTS ----- */
html {
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 1.5rem 0 .25rem 0;
  line-height: 1.2em;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 3rem;
  margin: 3rem 0 1.5rem 0;
}
@media only screen and (max-width: 600px) {
  h1.has-background,
  h2.has-background,
  h3.has-background,
  h4.has-background,
  h5.has-background,
  h6.has-background {
    padding: 2rem;
    margin: 2rem 0 1.5rem 0;
  }
}
h1 {
  font-size: 3.3333333333333335em;
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 2.2222222222222223em;
  }
}
h2 {
  font-size: 1.6666666666666667em;
}
h3 {
  font-size: 1.3333333333333333em;
}
h4 {
  font-size: 1.2222222222222223em;
  line-height: 1.5em;
}
h2.pacifico {
  font-size: 2.2222222222222223em;
  line-height: 1.4;
}
h3.pacifico {
  font-size: 2em;
  line-height: 1.4;
}
p {
  margin: 2rem 0;
  line-height: 1.5em;
}
p .keep-margins {
  margin: 2rem 0 !important;
}
@media only screen and (min-width: 1409px) {
  p {
    line-height: 1.6em;
  }
}
a {
  color: #0054a4;
}
em,
strong {
  font-weight: 600;
}
/* ----- GENERAL LAYOUT ----- */
#container {
  overflow-x: hidden;
  margin-left: 79px;
}
@media only screen and (max-width: 990px) {
  #container {
    margin-left: 49px;
  }
}
@media only screen and (max-width: 800px) {
  #container {
    margin-left: 0;
  }
}
#site-side {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  z-index: 99999;
  background: #0054a4;
  color: #ffffff;
}
#site-side a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
#site-side a:hover,
#site-side a:active,
#site-side a:focus {
  background: #ffb629;
}
#site-side #side-contact {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
#site-side .side-logo {
  margin: 0;
  flex: 0 0 auto;
}
#site-side .side-logo a {
  display: block;
  width: 100%;
  padding: 1rem 0;
}
#site-side .side-logo img {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto;
}
#site-side .side-phone,
#site-side .side-email {
  position: relative;
  margin-top: 1rem;
  text-align: center;
  flex: 1 0 auto;
  display: flex;
}
#site-side .side-phone.side-email,
#site-side .side-email.side-email {
  font-weight: 700;
}
#site-side .side-phone span,
#site-side .side-email span {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  line-height: 80px;
  padding: 1rem 0;
}
#site-side #side-social {
  flex: 0 1 auto;
  background: #32a0a2;
  width: 100%;
  padding: 0;
  text-align: center;
}
#site-side #side-social a {
  font-size: 2em;
  display: block;
  padding: 1.5rem 0 1.25rem 0;
}
#site-side #side-social a:nth-of-type(1) {
  padding: 1.5rem 0 1rem 0;
}
#site-side #side-social a:nth-of-type(2) {
  padding: 1rem 0 1.5rem 0;
}
#site-side #side-social a span {
  position: absolute;
  left: -99999px;
}
@media only screen and (max-width: 990px) {
  #site-side {
    width: 50px;
  }
  #site-side .side-logo img {
    width: 30px;
  }
  #site-side .side-phone span,
  #site-side .side-email span {
    line-height: 50px;
  }
}
@media only screen and (max-width: 800px) {
  #site-side {
    position: absolute;
    left: -99999px;
  }
}
#main ul,
#main ol {
  overflow: hidden;
}
#main ul li,
#main ol li {
  line-height: 1.6rem;
  margin-top: .5rem;
  margin-bottom: .75rem;
}
.wrap2 {
  max-width: 1170px;
}
.wrap {
  margin: 0 4rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  .wrap {
    margin: 0 20px;
  }
}
article.page > .wrap:nth-of-type(1) > .wp-block-group__inner-container {
  padding-top: 0 !important;
}
.wrap.has-background {
  margin: 0 !important;
  padding: 1rem 4rem;
}
.wrap.has-background .wp-block-group__inner-container {
  padding: 1rem 0 !important;
}
@media only screen and (max-width: 800px) {
  .wrap.has-background {
    padding: 1rem 20px;
  }
}
.columns {
  clear: both;
  overflow: hidden;
}
.columns > article,
.columns > aside,
.columns > div {
  float: left;
}
.columns > *:first-child {
  margin-right: 2.56410256410256%;
}
.columns > article,
.columns .blog-articles {
  width: 74.35897435897432%;
}
.columns > aside {
  width: 23.07692307692307%;
}
.columns > div {
  width: 48.7179487179487%;
}
@media only screen and (max-width: 990px) {
  .columns > article,
  .columns .blog-articles {
    width: 65.81196581196579%;
  }
  .columns > aside {
    width: 31.62393162393161%;
  }
}
@media only screen and (max-width: 600px) {
  .columns > article,
  .columns > aside,
  .columns > div,
  .columns .blog-articles {
    float: none;
    margin-bottom: 2.56410256410256%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .columns > aside {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .columns > aside > div,
  .columns > aside > section {
    flex: 0 1 48.7179487179487%;
  }
  .columns > aside > div:nth-of-type(2n+2),
  .columns > aside > section:nth-of-type(2n+2) {
    padding-left: 2.56410256410256%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 600px) {
  .columns > aside {
    display: block;
  }
  .columns > aside > div,
  .columns > aside > section {
    padding: 0;
    border: none !important;
  }
}

#our-school-columns {
	gap: 8%;
}
/* ----- BANNER ----- */
.skip-main {
  position: absolute;
  left: -99999px;
}
#masthead {
  background: #ffffff;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 80px;
  right: 0;
}
#masthead .site-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 4rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#masthead #logo {
  flex: 0 1 auto;
}
#masthead #menu-header {
  flex: 1 0 auto;
}
#masthead #banner-phone {
  position: absolute;
  left: -99999px;
}
@media only screen and (max-width: 1409px) {
  #masthead .site-header {
    padding-left: 0;
  }
}
@media only screen and (max-width: 990px) {
  #masthead {
    left: 49px;
  }
}
@media only screen and (max-width: 800px) {
  #masthead {
    background: #0054a4;
    left: 0;
    position: fixed;
  }
  #masthead .site-header {
    display: flex;
    flex-flow: row wrap;
  }
  #masthead #menu-header {
    order: 1;
    flex: 0 0 100%;
  }
  #masthead #menu-show {
    order: 2;
    flex: 0 0 70px;
  }
  #masthead #logo {
    order: 3;
    flex: 1 1 auto;
    text-align: center;
  }
  #masthead #banner-phone {
    position: relative;
    left: auto;
    color: #ffffff;
    order: 3;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-right: 10px;
  }
  #masthead #banner-phone a {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 57px;
    background: #32a0a2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 15px;
    margin-right: 5px;
  }
  #masthead #banner-phone a:hover,
  #masthead #banner-phone a:active,
  #masthead #banner-phone a:focus {
    background: #ffb629;
  }
  #masthead #banner-phone img {
    display: inline-block;
    width: auto;
    height: 25px;
    margin: 0 auto;
  }
  #masthead #banner-phone span {
    display: none;
  }
}
#logo h1 {
  font-size: 2.6666666666666665em;
  margin: 0;
}
#logo a {
  display: block;
  color: #0054a4;
  text-decoration: none;
  margin: 0;
}
#logo a span {
  position: absolute;
  left: -99999px;
}
#logo a:hover picture,
#logo a:active picture,
#logo a:focus picture {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#logo picture {
  display: block;
  height: 40px;
  width: auto;
  margin: 20px 30px;
}
#logo picture img {
  display: block;
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 1409px) {
  #logo picture {
    height: 55px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1180px) {
  #logo picture {
    margin: 20px 10px;
  }
}
@media only screen and (max-width: 990px) {
  #logo {
    height: 70px;
  }
  #logo h1 {
    display: inline-block;
  }
  #logo picture {
    height: 40px;
  }
}
@media only screen and (max-width: 800px) {
  #logo picture {
    margin: 15px -60px 15px -35px;
  }
}
/* ----- MAIN MENU ----- */
#menu-hide {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background: none;
}
#menu-hide img {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}
#menu-hide span {
  position: absolute;
  left: -99999px;
}
@media only screen and (min-width: 800px) {
  #menu-hide {
    position: absolute;
    left: -99999px;
  }
}
#menu-show {
  display: inline-block;
  color: #ffffff;
  background: #0054a4;
  border: none;
  height: 70px;
  width: 70px;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: -99999px;
}
#menu-show img {
  display: block;
  width: 28px;
  height: 22px;
  margin: 0 auto;
}
#menu-show:hover,
#menu-show:active,
#menu-show:focus {
  background: #fa801b;
}
#menu-show span {
  position: absolute;
  left: -99999px;
}
#main-menu:after {
  content: ' ';
  clear: both;
  display: block;
}
#main-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
#main-menu,
#main-menu ul,
#main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu > li:last-child a {
  background: #32a0a2;
  color: #ffffff;
}
#main-menu > li:last-child a:hover,
#main-menu > li:last-child a:active,
#main-menu > li:last-child a:focus {
  background: #ffb629;
  color: #ffffff;
}
#main-menu a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 45px;
  padding: 35px 20px 0 20px;
}
#main-menu a:hover,
#main-menu a:active,
#main-menu a:focus {
  color: #0054a4;
}
#main-menu > .current-menu-item > a,
#main-menu > .current-menu-parent > a {
  color: #0054a4;
}
#main-menu .sub-menu {
  position: absolute;
  left: -99999px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#main-menu .sub-menu li {
  float: none;
}
#main-menu .sub-menu a {
  line-height: 1;
  padding: 15px 20px;
  font-size: .8em;
}
#main-menu .sub-menu a:hover,
#main-menu .sub-menu a:active,
#main-menu .sub-menu a:focus {
  background: rgba(0, 0, 0, 0.05);
}
#main-menu .focus-menu {
  left: auto !important;
}
#main-menu > li:hover .sub-menu {
  left: auto;
}
#main-menu > li:hover > a {
  color: #0054a4;
}
@media only screen and (min-width: 1409px) {
  #main-menu a {
    padding-left: 30px !important;
    padding-right: 30px !important;
    line-height: 60px;
  }
  #main-menu .sub-menu a {
    line-height: 1;
  }
}
@media only screen and (max-width: 1180px) {
  #main-menu a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 990px) {
  #main-menu a {
    line-height: 50px;
    font-size: 0.8888888888888888em;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 800px) {
  #menu-show {
    position: static;
    left: auto;
  }
  #menu-header {
    position: absolute;
    background: #ffffff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    top: 0;
    left: 0;
    right: 20px;
    z-index: 9;
    overflow: hidden;
  }
  .menu-main-menu-container {
    display: none;
    overflow: scroll;
  }
  #main-menu {
    background: #ffffff;
    display: block;
  }
  #main-menu li {
    float: none;
  }
  #main-menu li:hover,
  #main-menu li:active,
  #main-menu li:focus,
  #main-menu li a {
    background: none !important;
  }
  #main-menu a {
    height: auto;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #0054a4 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-transform: uppercase;
  }
  #main-menu .sub-menu {
    position: static;
    left: auto;
    box-shadow: none;
  }
  #main-menu .sub-menu a {
    font-size: 0.7777777777777778em;
    padding-left: 50px;
    color: #000000 !important;
    text-transform: initial;
  }
  #main-menu .sub-menu a:hover,
  #main-menu .sub-menu a:active,
  #main-menu .sub-menu a:focus {
    background: rgba(255, 255, 255, 0.5);
  }
  #main-menu li:hover > a {
    background: rgba(255, 255, 255, 0.3);
  }
}
/* ----- FOOTER ----- */
.to-top {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: center;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 2rem;
}
.to-top.small {
  font-size: .8em;
}
.to-top.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.to-top.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.to-top:before {
  margin-right: .25em;
}
.to-top:after {
  margin-left: .25em;
}
.to-top:hover,
.to-top:active,
.to-top:focus {
  background: #ffb629;
}
.to-top.small {
  font-size: .8em;
}
.to-top.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.to-top.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.to-top:before {
  margin-right: .25em;
}
.to-top:after {
  margin-left: .25em;
}
.to-top:hover,
.to-top:active,
.to-top:focus {
  background: #ffb629;
}
@media only screen and (max-width: 990px) {
  .to-top {
    display: block;
  }
}
.site-footer {
  overflow: hidden;
  padding: 3.8461538461538396% 3.5rem 0 3.5rem;
}
.site-footer > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.site-footer > div div > *:first-child {
  margin-top: 0;
}
.site-footer > div div > *:last-child {
  margin-bottom: 0;
}
.site-footer > div div:nth-of-type(1) {
  flex: 0 1 auto;
  margin-right: 2.56410256410256%;
}
.site-footer > div div:nth-of-type(2) {
  flex: 1 0 auto;
}
.site-footer p {
  margin: 1rem 0;
}
.site-footer a {
  color: #0054a4;
  text-decoration: none;
}
.site-footer a:hover,
.site-footer a:active,
.site-footer a:focus {
  color: #32a0a2 !important;
}
.site-footer .copyright {
  font-size: .6em;
  text-align: center;
  margin: 3.8461538461538396% 0 0 0;
  padding: 1em;
}
.site-footer #footer-logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.site-footer #footer-logo a {
  padding: .5em;
  display: block;
}
.site-footer #footer-logo span {
  position: absolute;
  left: -99999px;
}
.site-footer #footer-logo img {
  display: block;
  width: 225px;
  height: auto;
}
.site-footer #menu-footer {
  padding-top: 70px;
}
.site-footer #menu-footer ul,
.site-footer #menu-footer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer #menu-footer a {
  display: block;
  padding: .5em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: unset;
  font-weight: 500;
}
.site-footer #menu-footer ul:not(.sub-menu) > li > a {
  color: #0054a4;
  font-weight: 700;
  text-transform: uppercase;
}
.site-footer #menu-footer #footer-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  .site-footer {
    padding: 3.8461538461538396% 0 0 0;
  }
  .site-footer #footer-logo a {
    padding: .25em;
  }
  .site-footer #menu-footer {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 990px) {
  .site-footer {
    font-size: .8em;
  }
}
@media only screen and (max-width: 800px) {
  .site-footer {
    padding: 1rem 4rem;
  }
  .site-footer #menu-footer #footer-menu {
    flex-flow: row wrap;
  }
  .site-footer #menu-footer #footer-menu li {
    flex: 0 1 48.7179487179487%;
  }
}
@media only screen and (max-width: 600px) {
  .site-footer {
    padding: 1rem 2rem;
  }
  .site-footer #menu-footer #footer-menu {
    flex-flow: row wrap;
  }
  .site-footer #menu-footer #footer-menu li {
    flex: 0 0 100%;
  }
}
/* ----- HOMEPAGE ----- */
#hero {
  position: relative;
  min-height: 1px;
  min-width: 1px;
  color: #ffffff;
  overflow: hidden;
}
#hero h1,
#hero h2,
#hero h3,
#hero h4,
#hero h5,
#hero h6 {
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: inherit;
}
#hero > div {
  z-index: 1;
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
#hero > div > *:first-child {
  margin-top: 0;
}
#hero > div > *:last-child {
  margin-bottom: 0;
}
#hero h1 {
  margin-bottom: .5rem;
  -webkit-text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}
#hero h1 span {
  display: block;
  font-size: 1.2em;
}
#hero p {
  margin: .5rem 0;
}
#hero picture,
#hero img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  z-index: 0;
}
#hero a:hover picture,
#hero a:active picture,
#hero:focus picture,
#hero a:hover img,
#hero a:active img,
#hero:focus img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 990px) {
  #hero > div {
    top: 30%;
  }
}
@media only screen and (max-width: 800px) {
  #hero {
    overflow: hidden;
    width: 100%;
  }
  #hero > div {
    top: auto;
    left: 2rem;
    bottom: 2rem;
    text-align: left;
    width: 50%;
    margin: 0;
    overflow: hidden;
    z-index: 2;
  }
  #hero > div h1 {
    font-size: 40px;
  }
  #hero > div h1 span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  #hero > div {
    width: auto;
    font-size: .8em;
    bottom: 4rem;
  }
  #hero > div h1 {
    line-height: 1.1;
  }
}
#homepage-book-tour,
#homepage-book-tour2 .wp-block-button {
  display: none;
}
@media only screen and (max-width: 800px) {
  #homepage-book-tour,
  #homepage-book-tour2 .wp-block-button {
    background: #32a0a2;
    display: inline-block;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    padding: .85em 1.5em;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 0.9444444444444444em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: inherit;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 70px;
    height: 70px;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  #homepage-book-tour.small,
  #homepage-book-tour2 .wp-block-button.small {
    font-size: .8em;
  }
  #homepage-book-tour.arrow-right:after,
  #homepage-book-tour2 .wp-block-button.arrow-right:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f061';
  }
  #homepage-book-tour.arrow-left:before,
  #homepage-book-tour2 .wp-block-button.arrow-left:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f060';
  }
  #homepage-book-tour:before,
  #homepage-book-tour2 .wp-block-button:before {
    margin-right: .25em;
  }
  #homepage-book-tour:after,
  #homepage-book-tour2 .wp-block-button:after {
    margin-left: .25em;
  }
  #homepage-book-tour:hover,
  #homepage-book-tour2 .wp-block-button:hover,
  #homepage-book-tour:active,
  #homepage-book-tour2 .wp-block-button:active,
  #homepage-book-tour:focus,
  #homepage-book-tour2 .wp-block-button:focus {
    background: #ffb629;
  }
  #homepage-book-tour.small,
  #homepage-book-tour2 .wp-block-button.small {
    font-size: .8em;
  }
  #homepage-book-tour.arrow-right:after,
  #homepage-book-tour2 .wp-block-button.arrow-right:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f061';
  }
  #homepage-book-tour.arrow-left:before,
  #homepage-book-tour2 .wp-block-button.arrow-left:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f060';
  }
  #homepage-book-tour:before,
  #homepage-book-tour2 .wp-block-button:before {
    margin-right: .25em;
  }
  #homepage-book-tour:after,
  #homepage-book-tour2 .wp-block-button:after {
    margin-left: .25em;
  }
  #homepage-book-tour:hover,
  #homepage-book-tour2 .wp-block-button:hover,
  #homepage-book-tour:active,
  #homepage-book-tour2 .wp-block-button:active,
  #homepage-book-tour:focus,
  #homepage-book-tour2 .wp-block-button:focus {
    background: #ffb629;
  }
}
#main {
  margin: 0;
}
#main article .wrap {
  margin: 0 4rem;
}
@media only screen and (max-width: 800px) {
  #main article .wrap {
    margin: 0 20px;
  }
}
#main article .wrap > div {
  padding: 3rem 0;
}
#main article .wrap > div > *:first-child {
  margin-top: 0;
}
#main article .wrap > div > *:last-child {
  margin-bottom: 0;
}
#main article .wrap > h1,
#main article .wrap > h2,
#main article .wrap > h3 {
  padding: 3rem 0;
}
.home #our-school p {
  font-size: 1.2222222222222223em;
}
.home h2:not(.pacifico) {
  font-size: 3.2222222222222223em;
}
@media only screen and (max-width: 600px) {
  .home h2:not(.pacifico) {
    font-size: 2.2222222222222223em;
  }
}
#homepage-columns.wp-block-group {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-flow: row nowrap;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div {
  flex: 0 0 25%;
  display: flex;
  flex-flow: column nowrap;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(1) a {
  color: #449e67;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(1):hover a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(1):active a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(1):focus a {
  color: #ffffff;
  background: #449e67;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(2) a {
  color: #ffb629;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(2):hover a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(2):active a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(2):focus a {
  color: #ffffff;
  background: #ffb629;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(3) a {
  color: #7e2096;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(3):hover a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(3):active a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(3):focus a {
  color: #ffffff;
  background: #7e2096;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(4) a {
  color: #0054a4;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(4):hover a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(4):active a,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:nth-of-type(4):focus a {
  color: #ffffff;
  background: #0054a4;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:hover img,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:focus img,
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div:active img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div p {
  margin: 0;
  text-align: center;
  padding: 0;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div p a {
  padding: 1rem;
  display: block;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div figure {
  margin: 0;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div a {
  display: block;
  text-decoration: none;
}
#homepage-columns.wp-block-group > .wp-block-group__inner-container > div img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  #homepage-columns.wp-block-group > .wp-block-group__inner-container {
    flex-flow: row wrap;
  }
  #homepage-columns.wp-block-group > .wp-block-group__inner-container > div {
    flex: 0 0 50%;
  }
  #homepage-columns.wp-block-group p {
    font-size: 1.5555555555555556em;
  }
  #homepage-columns.wp-block-group p a {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 600px) {
  #homepage-columns.wp-block-group > .wp-block-group__inner-container > div {
    flex: 0 0 100%;
  }
}
/* ----- SPECIALS ----- */
#specials,
#homepage-specials .wrap {
  display: flex;
  flex-flow: row wrap;
}
#specials > div,
#homepage-specials .wrap > div {
  flex: 0 1 20%;
}
#specials > div a,
#homepage-specials .wrap > div a {
  display: block;
  padding: 10px;
  margin: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#specials > div span,
#homepage-specials .wrap > div span {
  display: block;
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 990px) {
  #specials > div,
  #homepage-specials .wrap > div {
    flex: 0 1 33%;
  }
}
@media only screen and (max-width: 600px) {
  #specials > div,
  #homepage-specials .wrap > div {
    flex: 0 1 50%;
  }
  #specials > div span,
  #homepage-specials .wrap > div span {
    background-size: contain;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  #specials,
  #homepage-specials .wrap {
    display: block;
  }
  #specials > div,
  #homepage-specials .wrap > div {
    width: 100%;
  }
}
/* ----- INNER PAGE ----- */
#page-header {
  padding: 5rem 0 5rem 0;
}
.home #page-header {
  position: absolute;
  left: -99999px;
}
#page-header h1 {
  margin: 80px 0 0 0;
  padding: 0 4rem;
  font-size: 3em;
  color: #000000;
}
@media only screen and (max-width: 990px) {
  #page-header {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  #page-header {
    padding: 1rem 0;
  }
  #page-header h1 {
    font-size: 2.2222222222222223em;
    padding: 0 20px;
  }
}
/* ----- PROGRAMS ----- */
.toddler-header,
.nursery-header,
.jk-header,
.sk-header {
  color: #ffffff;
  margin: 0 0 4rem 0;
  font-weight: 300;
}
h2.toddler-header,
h2.nursery-header,
h2.jk-header,
h2.sk-header {
  font-size: 1.5em;
}
h1.toddler-header,
h1.nursery-header,
h1.jk-header,
h1.sk-header {
  font-size: 2em;
  font-weight: 700;
}
.toddler-header strong,
.nursery-header strong,
.jk-header strong,
.sk-header strong {
  font-size: 2em;
  font-weight: 700;
}
.toddler-header.toddler-header,
.nursery-header.toddler-header,
.jk-header.toddler-header,
.sk-header.toddler-header {
  background: #449e67;
}
.toddler-header.nursery-header,
.nursery-header.nursery-header,
.jk-header.nursery-header,
.sk-header.nursery-header {
  background: #ffb629;
}
.toddler-header.jk-header,
.nursery-header.jk-header,
.jk-header.jk-header,
.sk-header.jk-header {
  background: #7e2096;
}
.toddler-header.sk-header,
.nursery-header.sk-header,
.jk-header.sk-header,
.sk-header.sk-header {
  background: #0054a4;
}
@media only screen and (max-width: 800px) {
  h2.toddler-header,
  h2.nursery-header,
  h2.jk-header,
  h2.sk-header {
    font-size: 1.1111111111111112em;
    line-height: 1.1;
  }
  h2.toddler-header strong,
  h2.nursery-header strong,
  h2.jk-header strong,
  h2.sk-header strong {
    font-size: 2.2222222222222223em;
    display: block;
  }
}
.icon {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  height: auto;
  float: right;
  margin-right: 10%;
}
@media only screen and (max-width: 800px) {
  .icon {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .icon img {
    margin: 2rem auto 0 auto;
  }
}
/* ----- FORMS ----- */
#jc-request form {
  background: rgba(0, 0, 0, 0.05);
}
#jc-request form .form-button {
  text-align: center;
}
.contact-form {
  background: rgba(0, 0, 0, 0.05);
}
.contact-form div {
  float: left;
  width: 48.7179487179487%;
  margin-right: 2.56410256410256%;
  margin-bottom: 2.56410256410256%;
}
.contact-form div:nth-of-type(2) {
  margin-right: 0;
}
.contact-form div:nth-of-type(2) label {
  text-align: left;
  width: 100%;
  float: none;
  margin: 0 0 5px 0;
}
.contact-form div:nth-of-type(2) span {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .contact-form div {
    float: none;
    width: 100%;
    margin: 0 0 2.56410256410256% 0;
  }
}
.contact-form,
#jc-request form {
  margin-top: 2.56410256410256%;
  padding: 2.56410256410256%;
  overflow: hidden;
}
.contact-form a,
#jc-request form a {
  text-decoration: underline;
}
.contact-form span,
#jc-request form span {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.contact-form textarea,
#jc-request form textarea,
.contact-form input,
#jc-request form input,
.contact-form select,
#jc-request form select {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  font-weight: 300;
}
.contact-form textarea,
#jc-request form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 5px;
}
.contact-form input[type="email"],
#jc-request form input[type="email"],
.contact-form input[type="text"],
#jc-request form input[type="text"],
.contact-form input[type="file"],
#jc-request form input[type="file"],
.contact-form input[type="tel"],
#jc-request form input[type="tel"] {
  display: block;
  float: left;
  width: 74.35897435897432%;
  font-size: 1.2em;
}
.contact-form input[type="email"]:focus,
#jc-request form input[type="email"]:focus,
.contact-form input[type="text"]:focus,
#jc-request form input[type="text"]:focus,
.contact-form input[type="file"]:focus,
#jc-request form input[type="file"]:focus,
.contact-form input[type="tel"]:focus,
#jc-request form input[type="tel"]:focus {
  background: rgba(0, 0, 0, 0.2);
}
.contact-form label,
#jc-request form label {
  display: block;
  width: 23.07692307692307%;
  margin-right: 2.56410256410256%;
  text-align: right;
  float: left;
}
.contact-form .submit-form,
#jc-request form .submit-form {
  width: 100%;
  float: none;
  text-align: right;
  margin: 0;
}
.contact-form button,
#jc-request form button,
.contact-form input[type="submit"],
#jc-request form input[type="submit"] {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.contact-form button.small,
#jc-request form button.small,
.contact-form input[type="submit"].small,
#jc-request form input[type="submit"].small {
  font-size: .8em;
}
.contact-form button.arrow-right:after,
#jc-request form button.arrow-right:after,
.contact-form input[type="submit"].arrow-right:after,
#jc-request form input[type="submit"].arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.contact-form button.arrow-left:before,
#jc-request form button.arrow-left:before,
.contact-form input[type="submit"].arrow-left:before,
#jc-request form input[type="submit"].arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.contact-form button:before,
#jc-request form button:before,
.contact-form input[type="submit"]:before,
#jc-request form input[type="submit"]:before {
  margin-right: .25em;
}
.contact-form button:after,
#jc-request form button:after,
.contact-form input[type="submit"]:after,
#jc-request form input[type="submit"]:after {
  margin-left: .25em;
}
.contact-form button:hover,
#jc-request form button:hover,
.contact-form input[type="submit"]:hover,
#jc-request form input[type="submit"]:hover,
.contact-form button:active,
#jc-request form button:active,
.contact-form input[type="submit"]:active,
#jc-request form input[type="submit"]:active,
.contact-form button:focus,
#jc-request form button:focus,
.contact-form input[type="submit"]:focus,
#jc-request form input[type="submit"]:focus {
  background: #ffb629;
}
.contact-form button.small,
#jc-request form button.small,
.contact-form input[type="submit"].small,
#jc-request form input[type="submit"].small {
  font-size: .8em;
}
.contact-form button.arrow-right:after,
#jc-request form button.arrow-right:after,
.contact-form input[type="submit"].arrow-right:after,
#jc-request form input[type="submit"].arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.contact-form button.arrow-left:before,
#jc-request form button.arrow-left:before,
.contact-form input[type="submit"].arrow-left:before,
#jc-request form input[type="submit"].arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.contact-form button:before,
#jc-request form button:before,
.contact-form input[type="submit"]:before,
#jc-request form input[type="submit"]:before {
  margin-right: .25em;
}
.contact-form button:after,
#jc-request form button:after,
.contact-form input[type="submit"]:after,
#jc-request form input[type="submit"]:after {
  margin-left: .25em;
}
.contact-form button:hover,
#jc-request form button:hover,
.contact-form input[type="submit"]:hover,
#jc-request form input[type="submit"]:hover,
.contact-form button:active,
#jc-request form button:active,
.contact-form input[type="submit"]:active,
#jc-request form input[type="submit"]:active,
.contact-form button:focus,
#jc-request form button:focus,
.contact-form input[type="submit"]:focus,
#jc-request form input[type="submit"]:focus {
  background: #ffb629;
}
.contact-map {
  padding-top: 2.56410256410256%;
  width: 100%;
}
.contact-map iframe {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 300px;
}
/* ----- SUMMER PROGRAMS ----- */
#animal-groups h3 {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #animal-groups {
    max-width: 300px;
  }
  #animal-groups h3 {
    text-align: left;
  }
}
/* ----- PADDING ----- */.program-details > .wp-block-group {
  margin: 0;
  padding: 0 3rem;
}
@media only screen and (max-width: 800px) {
  .program-details > .wp-block-group {
    padding: 0 20px;
  }
}
.toddler-header,
.nursery-header,
.jk-header,
.sk-header {
  padding: 2rem 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 800px) {
  .toddler-header,
  .nursery-header,
  .jk-header,
  .sk-header {
    padding: 2rem 20px;
  }
}
.page-columns > .wp-block-column:nth-of-type(2):not(.program-details) {
  padding: 3rem;
}
@media only screen and (max-width: 800px) {
  .page-columns > .wp-block-column:nth-of-type(2):not(.program-details) {
    margin: 2rem 20px !important;
    padding: 0;
  }
}
.page-columns > .wp-block-column:nth-of-type(1) > .wp-block-group {
  margin: 4rem;
}
@media only screen and (max-width: 800px) {
  .page-columns > .wp-block-column:nth-of-type(1) > .wp-block-group {
    margin: 2rem 20px !important;
  }
}
@media only screen and (max-width: 800px) {
  .program-details {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* ----- BLOG ----- */
.blog-articles article {
  margin: 2.56410256410256% 0 5.12820512820512% 0;
  overflow: hidden;
  border: 2px solid #ffffff;
}
.blog-articles article:hover,
.blog-articles article:active,
.blog-articles article:focus {
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.blog-articles h2 {
  margin: 0;
}
.blog-articles .entry-content {
  padding: 0 5.12820512820512%;
  overflow: hidden;
}
.blog-articles .entry-header {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  display: block;
}
.blog-articles .entry-header div {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 7.692307692307679% 5.12820512820512% 2.56410256410256% 5.12820512820512%;
}
.blog-articles .post-meta {
  font-size: .8em;
  margin: 0 5.12820512820512%;
  overflow: hidden;
}
.blog-articles .post-meta-2 {
  clear: both;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: .8em;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 5.12820512820512%;
}
.blog-articles .post-meta-2 .read-post {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  float: right;
}
.blog-articles .post-meta-2 .read-post.small {
  font-size: .8em;
}
.blog-articles .post-meta-2 .read-post.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.blog-articles .post-meta-2 .read-post.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.blog-articles .post-meta-2 .read-post:before {
  margin-right: .25em;
}
.blog-articles .post-meta-2 .read-post:after {
  margin-left: .25em;
}
.blog-articles .post-meta-2 .read-post:hover,
.blog-articles .post-meta-2 .read-post:active,
.blog-articles .post-meta-2 .read-post:focus {
  background: #ffb629;
}
.blog-articles .post-meta-2 .read-post.small {
  font-size: .8em;
}
.blog-articles .post-meta-2 .read-post.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.blog-articles .post-meta-2 .read-post.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.blog-articles .post-meta-2 .read-post:before {
  margin-right: .25em;
}
.blog-articles .post-meta-2 .read-post:after {
  margin-left: .25em;
}
.blog-articles .post-meta-2 .read-post:hover,
.blog-articles .post-meta-2 .read-post:active,
.blog-articles .post-meta-2 .read-post:focus {
  background: #ffb629;
}
.blog-articles .post-meta-2 p {
  display: inline-block;
  margin-left: 10px;
}
.blog-articles .post-meta-2 p:nth-of-type(1) {
  margin-left: 0;
}
.blog-articles article > a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.blog-articles article > a:hover,
.blog-articles a:active,
.blog-articles:focus {
  background: rgba(0, 0, 0, 0.05);
}
.blog-articles article > a:hover .entry-header div,
.blog-articles a:active .entry-header div,
.blog-articles:focus .entry-header div {
  background-color: rgba(0, 0, 0, 0.5);
}
.posts-navigation h2 {
  position: absolute;
  left: -99999px;
}
.posts-navigation a {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: .7em;
}
.posts-navigation a.small {
  font-size: .8em;
}
.posts-navigation a.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.posts-navigation a.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.posts-navigation a:before {
  margin-right: .25em;
}
.posts-navigation a:after {
  margin-left: .25em;
}
.posts-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus {
  background: #ffb629;
}
.posts-navigation a.small {
  font-size: .8em;
}
.posts-navigation a.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.posts-navigation a.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.posts-navigation a:before {
  margin-right: .25em;
}
.posts-navigation a:after {
  margin-left: .25em;
}
.posts-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus {
  background: #ffb629;
}
.posts-navigation .nav-previous {
  float: right;
}
.single .post-meta-2 {
  margin: 2.56410256410256% 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: .8em;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 2.56410256410256%;
}
.single .post-navigation {
  font-size: .8em;
  overflow: hidden;
}
.single .post-navigation h2 {
  position: absolute;
  left: -99999px;
}
.single .post-navigation .nav-previous {
  float: right;
  text-align: right;
}
.single .post-navigation .nav-next {
  float: left;
}
.single .post-navigation a {
  text-decoration: none;
  color: #000000;
}
.single .post-navigation a span {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  margin-bottom: 3px;
}
.single .post-navigation a span.small {
  font-size: .8em;
}
.single .post-navigation a span.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.single .post-navigation a span.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.single .post-navigation a span:before {
  margin-right: .25em;
}
.single .post-navigation a span:after {
  margin-left: .25em;
}
.single .post-navigation a span:hover,
.single .post-navigation a span:active,
.single .post-navigation a span:focus {
  background: #ffb629;
}
.single .post-navigation a span.small {
  font-size: .8em;
}
.single .post-navigation a span.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.single .post-navigation a span.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.single .post-navigation a span:before {
  margin-right: .25em;
}
.single .post-navigation a span:after {
  margin-left: .25em;
}
.single .post-navigation a span:hover,
.single .post-navigation a span:active,
.single .post-navigation a span:focus {
  background: #ffb629;
}
.single .post-navigation a br {
  display: block;
  clear: both;
}
.single .edit-link {
  margin: 2.56410256410256% 0;
}
/* ----- WIDGETS ----- */
.widget {
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.widget h2 {
  margin: 0 0 .25rem 0;
}
.widget ul,
.widget ol {
  margin-top: .5em;
}
#searchform label {
  position: absolute;
  left: -99999px;
}
#searchform input {
  padding: .5em 1em;
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#searchform button {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  display: block;
  text-align: center;
  width: 100%;
}
#searchform button.small {
  font-size: .8em;
}
#searchform button.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
#searchform button.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
#searchform button:before {
  margin-right: .25em;
}
#searchform button:after {
  margin-left: .25em;
}
#searchform button:hover,
#searchform button:active,
#searchform button:focus {
  background: #ffb629;
}
#searchform button.small {
  font-size: .8em;
}
#searchform button.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
#searchform button.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
#searchform button:before {
  margin-right: .25em;
}
#searchform button:after {
  margin-left: .25em;
}
#searchform button:hover,
#searchform button:active,
#searchform button:focus {
  background: #ffb629;
}
/* ----- WPforms ----- */
div.wpforms-container-full .wpforms-form button,
div.wpforms-container-full .wpforms-form .wpforms-submit {
  background: #32a0a2 !important;
  display: inline-block !important;
  padding: .85em 1.5em !important;
  cursor: pointer !important;
  border: none !important;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-weight: 300 !important;
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
div.wpforms-container-full .wpforms-form button.small,
div.wpforms-container-full .wpforms-form .wpforms-submit.small {
  font-size: .8em !important;
}
div.wpforms-container-full .wpforms-form button.arrow-right:after,
div.wpforms-container-full .wpforms-form .wpforms-submit.arrow-right:after {
  font-family: "Font Awesome 5 Pro" !important;
  content: '\f061' !important;
}
div.wpforms-container-full .wpforms-form button.arrow-left:before,
div.wpforms-container-full .wpforms-form .wpforms-submit.arrow-left:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: '\f060' !important;
}
div.wpforms-container-full .wpforms-form button:before,
div.wpforms-container-full .wpforms-form .wpforms-submit:before {
  margin-right: .25em !important;
}
div.wpforms-container-full .wpforms-form button:after,
div.wpforms-container-full .wpforms-form .wpforms-submit:after {
  margin-left: .25em !important;
}
div.wpforms-container-full .wpforms-form button:hover,
div.wpforms-container-full .wpforms-form .wpforms-submit:hover,
div.wpforms-container-full .wpforms-form button:active,
div.wpforms-container-full .wpforms-form .wpforms-submit:active,
div.wpforms-container-full .wpforms-form button:focus,
div.wpforms-container-full .wpforms-form .wpforms-submit:focus {
  background: #ffb629 !important;
}
div.wpforms-container-full .wpforms-form button.small,
div.wpforms-container-full .wpforms-form .wpforms-submit.small {
  font-size: .8em;
}
div.wpforms-container-full .wpforms-form button.arrow-right:after,
div.wpforms-container-full .wpforms-form .wpforms-submit.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
div.wpforms-container-full .wpforms-form button.arrow-left:before,
div.wpforms-container-full .wpforms-form .wpforms-submit.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
div.wpforms-container-full .wpforms-form button:before,
div.wpforms-container-full .wpforms-form .wpforms-submit:before {
  margin-right: .25em;
}
div.wpforms-container-full .wpforms-form button:after,
div.wpforms-container-full .wpforms-form .wpforms-submit:after {
  margin-left: .25em;
}
div.wpforms-container-full .wpforms-form button:hover,
div.wpforms-container-full .wpforms-form .wpforms-submit:hover,
div.wpforms-container-full .wpforms-form button:active,
div.wpforms-container-full .wpforms-form .wpforms-submit:active,
div.wpforms-container-full .wpforms-form button:focus,
div.wpforms-container-full .wpforms-form .wpforms-submit:focus {
  background: #ffb629;
}
/* ----- UNIVERSAL ----- */
@media only screen and (max-width: 600px) {
  .book-tour-button {
    width: 100%;
  }
  .book-tour-button div,
  .book-tour-button a {
    display: block;
    width: 100%;
  }
}
.button-stack > div {
  max-width: 500px;
  width: 100%;
}
.button-stack > div a {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
}
figcaption {
  text-align: center;
  font-weight: 700;
  padding-top: .25rem;
  font-size: 1.2222222222222223em;
}
.wp-block-separator {
  margin: 3rem 4rem;
  color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  .wp-block-separator {
    margin: 2rem;
  }
}
.wp-block-quote {
  position: relative;
  margin-left: 0;
  padding: 0 80px 40px 80px;
}
.wp-block-quote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #32a0a2;
  font-size: 3.3333333333333335em;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-quote p {
  font-size: 1.5555555555555556em;
  margin: 1rem 0;
}
.wp-block-quote cite {
  font-size: 1.1111111111111112em;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.no-bottom-margin + p {
  margin-top: 0;
}
.is-style-fill .wp-block-button__link,
.wp-block-button__link {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.is-style-fill .wp-block-button__link.small,
.wp-block-button__link.small {
  font-size: .8em;
}
.is-style-fill .wp-block-button__link.arrow-right:after,
.wp-block-button__link.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.is-style-fill .wp-block-button__link.arrow-left:before,
.wp-block-button__link.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.is-style-fill .wp-block-button__link:before,
.wp-block-button__link:before {
  margin-right: .25em;
}
.is-style-fill .wp-block-button__link:after,
.wp-block-button__link:after {
  margin-left: .25em;
}
.is-style-fill .wp-block-button__link:hover,
.wp-block-button__link:hover,
.is-style-fill .wp-block-button__link:active,
.wp-block-button__link:active,
.is-style-fill .wp-block-button__link:focus,
.wp-block-button__link:focus {
  background: #ffb629;
}
.is-style-fill .wp-block-button__link.small,
.wp-block-button__link.small {
  font-size: .8em;
}
.is-style-fill .wp-block-button__link.arrow-right:after,
.wp-block-button__link.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.is-style-fill .wp-block-button__link.arrow-left:before,
.wp-block-button__link.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.is-style-fill .wp-block-button__link:before,
.wp-block-button__link:before {
  margin-right: .25em;
}
.is-style-fill .wp-block-button__link:after,
.wp-block-button__link:after {
  margin-left: .25em;
}
.is-style-fill .wp-block-button__link:hover,
.wp-block-button__link:hover,
.is-style-fill .wp-block-button__link:active,
.wp-block-button__link:active,
.is-style-fill .wp-block-button__link:focus,
.wp-block-button__link:focus {
  background: #ffb629;
}
.is-style-outline .wp-block-button__link {
  color: #449e67;
  border: 1px solid #449e67;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
  border-color: #449e67;
  color: #449e67;
}
.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
  background-color: rgba(68, 158, 103, 0.1);
}
.wp-block-button__link.has-white-color {
  color: #ffffff;
}
.is-style-outline .wp-block-button__link.has-white-color {
  border-color: #ffffff;
}
.wp-block-button__link.has-white-color:hover,
.wp-block-button__link.has-white-color:active,
.wp-block-button__link.has-white-color:focus {
  color: #ffffff;
}
.wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
}
.wp-block-button__link.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:active,
.wp-block-button__link.has-white-background-color:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.fullwidth {
  width: 100%;
  height: auto;
}
.fullwidth img {
  display: block;
  width: 100%;
  height: auto;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #000000;
  color: #ffffff;
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */

}
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fullwidth img {
  display: block;
  width: 100%;
  height: auto;
}
.page-columns,
.page-columns2 {
  display: flex;
  flex-flow: row nowrap;
  gap: 10%;
}
.page-columns {
	gap: 0 !important;
}
.page-columns.anchor-spot,
.page-columns2.anchor-spot {
  padding: 70px 0 3rem 0;
}
.home .page-columns:before:not(#our-school),
.home .page-columns2:before:not(#our-school) {
  content: '';
  display: block;
  width: 90%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.page-columns.page-columns > .wp-block-column,
.page-columns2.page-columns > .wp-block-column {
  margin: 0;
}
.page-columns.page-columns > .wp-block-column:nth-of-type(1),
.page-columns2.page-columns > .wp-block-column:nth-of-type(1) {
  flex: 1 1 40%;
}
.page-columns.page-columns > .wp-block-column:nth-of-type(2),
.page-columns2.page-columns > .wp-block-column:nth-of-type(2) {
  flex: 1 1 60%;
}
.page-columns.page-columns2 > .wp-block-column,
.page-columns2.page-columns2 > .wp-block-column {
  margin: 0;
}
.page-columns.page-columns2 > .wp-block-column:nth-of-type(2),
.page-columns2.page-columns2 > .wp-block-column:nth-of-type(2) {
  flex: 1 1 40%;
}
.page-columns.page-columns2 > .wp-block-column:nth-of-type(1),
.page-columns2.page-columns2 > .wp-block-column:nth-of-type(1) {
  flex: 1 1 60%;
}
.page-columns .wp-block-columns,
.page-columns2 .wp-block-columns {
  margin: 4rem 0;
}
.page-columns .program-details h3,
.page-columns2 .program-details h3 {
  text-transform: uppercase;
  margin-top: 3rem;
}
.page-columns .program-details p,
.page-columns2 .program-details p {
  font-size: 1.3333333333333333em;
  line-height: 1.4;
  font-weight: 300;
  margin: 1rem 0;
}
@media only screen and (max-width: 800px) {
  .page-columns .program-details p,
  .page-columns2 .program-details p {
    font-size: 1.1111111111111112em;
  }
}
.page-columns .hcimage,
.page-columns2 .hcimage {
  flex: 1 1 23.07692307692307%;
  margin-right: 2.56410256410256%;
}
.page-columns .hcimage picture,
.page-columns2 .hcimage picture,
.page-columns .hcimage img,
.page-columns2 .hcimage img {
  display: block;
  width: 100%;
  height: auto;
}
.page-columns .hcimage picture,
.page-columns2 .hcimage picture {
  border: 1px solid #000000;
}
.page-columns .hccontent,
.page-columns2 .hccontent {
  flex: 0 1 74.35897435897432%;
}
.page-columns .hccontent h3,
.page-columns2 .hccontent h3 {
  margin-top: 0;
}
.page-columns .has-image-end,
.page-columns2 .has-image-end {
  display: flex;
  flex-flow: column nowrap;
}
.page-columns .has-image-end .image-end,
.page-columns2 .has-image-end .image-end {
  align-self: center;
  margin: auto 0 2rem 0;
}
.anchor-spot:before {
  content: "";
  margin-top: -80px;
  padding-bottom: 80px;
  display: block;
}
.readmore {
  text-align: center;
}
.social {
  overflow: hidden;
}
footer .social {
  font-size: 1.7777777777777777em;
}
header .social {
  text-align: right;
  padding-right: 20px;
}
aside .social {
  font-size: 1.7777777777777777em;
}
.social a {
  display: inline-block;
  margin-right: 5px;
}
.social a:hover,
.social a:active,
.social a:focus {
  text-decoration: none;
}
.social span {
  position: absolute;
  left: -99999px;
}
.edit-link {
  text-align: center;
  clear: both;
  display: block;
  margin: 2.56410256410256% 0 0 0;
}
.edit-link a {
  background: #32a0a2;
  display: inline-block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: .85em 1.5em;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.edit-link a.small {
  font-size: .8em;
}
.edit-link a.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.edit-link a.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.edit-link a:before {
  margin-right: .25em;
}
.edit-link a:after {
  margin-left: .25em;
}
.edit-link a:hover,
.edit-link a:active,
.edit-link a:focus {
  background: #ffb629;
}
.edit-link a.small {
  font-size: .8em;
}
.edit-link a.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f061';
}
.edit-link a.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f060';
}
.edit-link a:before {
  margin-right: .25em;
}
.edit-link a:after {
  margin-left: .25em;
}
.edit-link a:hover,
.edit-link a:active,
.edit-link a:focus {
  background: #ffb629;
}
.edit-link a:before {
  content: "\f044";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.center {
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alignleft,
.alignright {
  max-width: 50%;
  height: auto;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
#message {
  position: relative;
}
#message .fas {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000000;
  cursor: pointer;
}
.warn,
.success {
  border: 2px solid #e53a40;
  background: rgba(229, 58, 64, 0.1);
  padding: 20px;
  margin-bottom: 2.56410256410256%;
  position: relative;
}
.warn *,
.success * {
  margin: 0;
}
.warn h2,
.success h2,
.warn a,
.success a {
  color: #e53a40;
}
.success {
  border-color: #449e67;
  background: rgba(68, 158, 103, 0.1);
}
.success h2,
.success a {
  color: #449e67;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/

  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* ----- TESTIMONIALS ----- */
.testimonials > div {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 4rem;
	padding-bottom: 1rem;
 background: rgba(0, 0, 0, 0.05);
}
.testimonials > div .wp-block-group__inner-container .wp-block-group__inner-container {
  position: relative;
  padding: 0 60px;
}
.testimonials > div .wp-block-group__inner-container .wp-block-group__inner-container:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  display: block;
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 2.5rem;
  color: #0054a4;
}
.testimonials .bx-wrapper .bx-prev {
  left: 20px;
}
.testimonials .bx-wrapper .bx-next {
  right: 20px;
}
.testimonials .slide > div {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  .testimonials > div {
    margin-bottom: 1rem;
    font-size: .8em;
  }
  .testimonials > div .wp-block-group__inner-container .wp-block-group__inner-container {
    padding: 0 40px;
  }
  .testimonials > div .wp-block-group__inner-container .wp-block-group__inner-container:before {
    font-size: 1.8rem;
  }
  .testimonials .bx-wrapper .bx-prev {
    left: 10px;
  }
  .testimonials .bx-wrapper .bx-next {
    right: 10px;
  }
}
@media only screen and (max-width: 990px) {
  .page-id-1243 .wp-container-6 {
    padding-top: 2rem;
  }
}



