/* Global styles */
@font-face {
  font-family: 'Gentium Basic Bold';
  src: url('/fonts/GenBasB.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro Bold';
  src: url('/fonts/MyriadPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro Reg';
  src: url('/fonts/MyriadPro-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro Semi';
  src: url('/fonts/MyriadPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro Light';
  src: url('/fonts/MyriadPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
h1 {
  color: #333F48;
  font-family: 'Gentium Basic Bold', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 61px;
}
h2 {
  color: #333F48;
  font-family: 'Myriad Pro Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 41px;
}
h3 {
  color: #0099A7;
  font-family: 'Myriad Pro Semi', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
h4 {
  color: #333F48;
  font-family: 'Myriad Pro Bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
p {
  color: #333F48;
  font-family: 'Myriad Pro Reg', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24pt;
}
a {
  color: #006F71;
  font-family: 'Myriad Pro Semi', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
a:hover {
  color: #002425;
}
html body {
  background-color: white;
  width: 100vw;
  margin: 0;
  padding: 0;
}
html img {
  max-width: 100vw;
}
html .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html .mobile-hide {
  display: block;
}
html .mobile-show {
  display: none;
}
/* Header */
header {
  width: 100vw;
  height: 98px;
  display: flex;
  background: #AEDFE4;
}
header .topLogo {
  display: inline-block;
  position: relative;
  left: 46px;
  width: 25vw;
  height: 98px;
}
header .topLogo img {
  display: inline-block;
  position: relative;
  top: 30%;
  width: 25vw;
  height: auto;
}
header .nav-container {
  display: inline-block;
  width: calc(75vw - 56px);
  position: relative;
  left: 56px;
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 15px;
  line-height: 98px;
  text-transform: uppercase;
  font-weight: normal;
  color: #006F71;
  /* Main Navigation */
  /* Mobile Menu */
  /* Mobile Drop Down */
}
header .nav-container .main-menu {
  position: relative;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  width: 100%;
}
header .nav-container .main-menu li {
  padding: 0 5px;
}
header .nav-container .main-menu li:hover {
  color: #0099A7;
}
header .nav-container .main-menu li a {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 15px;
  line-height: 98px;
  text-transform: uppercase;
  font-weight: normal;
  color: #006F71;
}
header .nav-container .main-menu li a:hover {
  color: #0099A7;
}
header .nav-container .main-menu li .dropdown .dropdown-menu {
  background: #AEDFE4;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0px;
}
header .nav-container .main-menu li .dropdown .dropdown-menu a {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: #006F71;
}
header .nav-container .main-menu li .dropdown .dropdown-menu a:hover {
  color: #0099A7;
}
header .nav-container .main-menu li .dropdown .dropdown-menu a li {
  background: transparent;
  display: block;
  width: 20vw;
}
header .nav-container .main-menu li .dropdown .dropdown-menu a:hover {
  color: #0099A7;
}
header .nav-container .mobile-menu {
  background: #AEDFE4;
  color: white;
  margin: 0 auto;
  padding-left: 0px;
  width: 100vw;
  list-style-type: none;
  display: none;
}
header .nav-container .mobile-menu li {
  float: none;
  display: none;
  text-align: left;
  background: #AEDFE4;
  border-right: 1px solid #D0D3D4;
  border-top: 1px solid #D0D3D4;
  z-index: 100;
  position: relative;
  top: -5px;
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
  color: #006F71;
}
header .nav-container .mobile-menu li:hover {
  color: #AEDFE4;
  background: #006F71;
}
header .nav-container .mobile-menu li:active {
  color: #AEDFE4;
  background: #006F71;
}
header .nav-container .mobile-menu li a {
  color: #006F71;
  background: #AEDFE4;
  line-height: 40px;
  padding-left: 40px;
}
header .nav-container .mobile-menu li a img {
  position: absolute;
  right: 0;
  height: 40px;
  width: 30px;
  border-left: 1px solid #D0D3D4;
  padding-left: 15px !important;
  margin-right: 15px;
}
header .nav-container .mobile-menu .dropdown-menu {
  position: static;
  float: none;
  width: 100%;
  margin: 0px;
  background: #AEDFE4;
  border-right: 1px solid #D0D3D4;
  border-top: 1px solid #D0D3D4;
  padding-right: 2px;
}
header .nav-container .mobile-menu .dropdown-menu li {
  border: 0px;
  padding: 1px;
  background: #AEDFE4;
  top: 0;
}
header .nav-container .mobile-menu .dropdown-menu li:hover {
  color: #AEDFE4;
  background: #006F71;
}
header .nav-container .mobile-menu .dropdown-menu li:active {
  color: #AEDFE4;
  background: #006F71;
}
header .nav-container .mobile-menu .dropdown-menu li a {
  border: 0px;
  padding: 5px 55px;
}
header .nav-container .mobile-menu .dropdown-menu li a img {
  position: relative;
  right: 0;
  height: 40px;
  width: 30px;
  border-left: 1px solid white;
  padding-left: 15px;
  margin-right: 15px;
}
header .nav-container .mobile-menu .dropdown-menu li .loginMobile {
  width: 100vw;
  height: 53px;
  display: none;
}
header .nav-container .mobile-menu .dropdown-menu li .loginMobile button {
  background-color: #006F71;
  color: white;
  border: none;
  padding: 5px 10px;
  transition: all 0.2s;
  border-right: 50px;
}
header .nav-container .mobile-menu .dropdown-menu li .loginMobile button:hover {
  background-color: white;
  color: #006F71;
}
header .nav-container .mobile-menu .dropdown-menu li .loginMobile .btn-submit {
  background-color: #006F71;
  color: white;
  width: 100vw;
  height: 53px;
}
header .nav-container .mobile-menu .dropdown-menu li .loginMobile .btn-submit:hover {
  background-color: white;
  color: #006F71;
}
header .nav-container .mobile-show {
  display: none;
}
header .nav-container .toggle-menu {
  display: none;
}
/* Content */
.top-section {
  margin-top: 90px;
  margin-bottom: 40px;
}
.top-section .school-info {
  position: relative;
  left: 8vw;
  width: 35vw;
  text-align: left;
}
.top-section .school-info .welcome-message {
  padding-top: 15px;
}
.top-section .school-info .welcome-message .home-content h1,
.top-section .school-info .welcome-message .home-content h2,
.top-section .school-info .welcome-message .home-content h3,
.top-section .school-info .welcome-message .home-content h4,
.top-section .school-info .welcome-message .home-content p,
.top-section .school-info .welcome-message .home-content a {
  text-align: left !important;
}
.top-section .school-info .welcome-message .home-content h1 {
  color: #333F48;
  font-family: 'Gentium Basic Bold', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 61px;
}
.top-section .school-info .welcome-message .home-content h2 {
  color: #333F48;
  font-family: 'Myriad Pro Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 41px;
}
.top-section .school-info .welcome-message .home-content h3 {
  color: #0099A7;
  font-family: 'Myriad Pro Semi', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.top-section .school-info .welcome-message .home-content h4 {
  color: #333F48;
  font-family: 'Myriad Pro Bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.top-section .school-info .welcome-message .home-content p {
  color: #333F48;
  font-family: 'Myriad Pro Reg', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24pt;
}
.top-section .school-info .welcome-message .home-content a {
  color: #006F71;
  font-family: 'Myriad Pro Semi', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
.top-section .school-info .welcome-message .home-content a:hover {
  color: #002425;
}
.top-section .HomeSlider {
  height: 541px;
  width: 54vw;
  position: absolute;
  right: 0;
  top: 189px;
}
.top-section .HomeSlider .slideshow {
  margin: 0 !important;
}
.top-section .HomeSlider .slideshow .bx-wrapper {
  height: 541px;
  list-style-type: none;
  border: 0;
  margin: 0 !important;
}
.top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport {
  height: 541px;
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  left: 0 !important;
}
.top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport ul {
  padding: 0 !important;
}
.top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport li {
  height: 541px;
  width: 100%;
  margin: 0 !important;
}
.top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport li img {
  object-position: center !important;
  object-fit: cover !important;
  min-height: 541px;
  min-width: 100%;
  margin: 0 !important;
}
.top-section .HomeSlider .bx-controls {
  display: none;
}
#main {
  position: relative;
  top: -15vw;
  background-image: url('../images/BGcolors.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150vw 108vw;
  padding-top: 15vw;
  margin: 0;
}
#main .line-up .large-picture {
  position: relative;
  left: 8vw;
  display: inline-block;
  width: 46vw;
}
#main .line-up .large-picture .img-wrapper-lg {
  width: 46vw;
  height: 38vw;
  margin-bottom: 1vw;
  display: inline-block;
  object-fit: cover;
  object-position: center;
}
#main .line-up .extra-message {
  vertical-align: middle;
  position: relative;
  left: 13vw;
  top: -13vw;
  display: inline-block;
  width: 27vw;
}
#main .line-up .extra-message h1,
#main .line-up .extra-message h2,
#main .line-up .extra-message h3,
#main .line-up .extra-message h4,
#main .line-up .extra-message p,
#main .line-up .extra-message a {
  text-align: left;
  color: white;
}
#main .home-photo {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 84vw;
  margin: 70px auto 80px;
}
#main .home-photo .img-wrapper {
  width: 25vw;
  height: 25vw;
  position: relative;
  display: inline-flex;
  object-fit: cover;
  object-position: center;
}
#main .connect-box {
  background-color: #00838F !important;
  width: 84vw;
  align-content: center;
  margin: 30px auto 0px;
  text-align: center;
  position: relative;
  height: 286px;
}
#main .connect-box h2 {
  color: white;
  margin: 20px auto 26px;
}
#main .connect-box .connect-chapter,
#main .connect-box .connect-HQ {
  width: 49%;
  text-align: center;
  display: inline-block;
  padding-top: 86px;
  padding-bottom: 56px;
}
#main .connect-box .SocialBorderLine {
  display: inline-block;
  position: relative;
  top: 50px;
  height: 185px;
  width: 1px;
  border-right: 1px solid white;
}
#main .connect-box .social-icons {
  text-align: center;
  justify-content: center;
  align-content: center;
}
#main .connect-box .social-icons a {
  color: white;
  width: 42px;
  height: 42px;
  display: inline-block;
}
#main .connect-box .social-icons a + a {
  margin-left: 5px;
}
#main .connect-box .social-icons a .frame {
  display: inline-block;
  margin-top: 1px;
  transition: all 0.2s;
}
#main .connect-box .social-icons a .frame:hover {
  color: #AEDFE4;
}
#main .connect-box .social-icons a .frame i {
  font-size: 30px;
  color: white;
}
body.interior .InteriorSlider {
  display: block;
  height: 521px;
  background: rgba(174, 223, 228, 0.3);
  background-size: 100% 168px;
  background-position: bottom center;
  width: 100vw;
  position: relative;
}
body.interior .InteriorSlider .banner-wrapper {
  position: relative;
  left: 7vw;
  top: 94px;
  width: 86vw;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  object-position: center;
}
body.interior .InteriorSlider .interior-slideshow {
  margin: 0 !important;
  position: relative;
  left: 7vw;
  top: 94px;
  width: 86vw;
  height: 350px;
}
body.interior .InteriorSlider .interior-slideshow .bx-wrapper {
  height: 350px;
  list-style-type: none;
  border: 0;
  margin: 0 !important;
}
body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport {
  height: 350px;
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  left: 0 !important;
}
body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport ul {
  padding: 0 !important;
}
body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport li {
  height: 350px;
  width: 100%;
  margin: 0 !important;
}
body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport li img {
  object-position: center !important;
  object-fit: cover !important;
  min-height: 350px;
  min-width: 100%;
  margin: 0 !important;
}
body.interior .InteriorSlider .bx-controls {
  display: none;
}
body.interior .inner-wrapper {
  position: relative;
  padding-top: 87px;
  padding-bottom: 10vw;
  margin: 0;
}
body.interior .inner-wrapper .page-content {
  padding: 0px 40px 100px;
  height: fit-content;
  width: 70vw;
  margin: 0 auto;
  overflow: visible;
}
body.interior .inner-wrapper .page-content h1,
body.interior .inner-wrapper .page-content h2,
body.interior .inner-wrapper .page-content h3,
body.interior .inner-wrapper .page-content h4,
body.interior .inner-wrapper .page-content p,
body.interior .inner-wrapper .page-content a {
  text-align: left !important;
}
body.interior .inner-wrapper .page-content h1 {
  color: #333F48;
  font-family: 'Gentium Basic Bold', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 61px;
}
body.interior .inner-wrapper .page-content h2 {
  color: #333F48;
  font-family: 'Myriad Pro Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 41px;
}
body.interior .inner-wrapper .page-content h3 {
  color: #0099A7;
  font-family: 'Myriad Pro Semi', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
body.interior .inner-wrapper .page-content h4 {
  color: #333F48;
  font-family: 'Myriad Pro Bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
body.interior .inner-wrapper .page-content p {
  color: #333F48;
  font-family: 'Myriad Pro Reg', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24pt;
}
body.interior .inner-wrapper .page-content a {
  color: #006F71;
  font-family: 'Myriad Pro Semi', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}

body.interior .inner-wrapper .page-content a:hover {
  color: #002425;
}

body.interior .inner-wrapper .backer-bg {
  background-image: url('../images/InnerBGcolors.png');
  background-position: center bottom 5vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 300px;
}

body.interior .inner-wrapper .backer-bg .home-photo {
  position: relative;
  top: 4vw;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 84vw;
  margin: 100px auto 80px;
}

body.interior .inner-wrapper .backer-bg .home-photo .img-wrapper {
  width: 25vw;
  height: 25vw;
  position: relative;
  display: inline-flex;
  object-fit: cover;
  object-position: center;
}

body.interior .inner-wrapper .backer-bg .connect-box {
  background-color: #00838F !important;
  width: 84vw;
  align-content: center;
  margin: 30px auto 0px;
  text-align: center;
  position: relative;
  top: 4vw;
  height: 286px;
}

body.interior .inner-wrapper .backer-bg .connect-box h2 {
  color: white;
  margin: 20px auto 26px;
}

body.interior .inner-wrapper .backer-bg .connect-box .connect-chapter,
body.interior .inner-wrapper .backer-bg .connect-box .connect-HQ {
  width: 49%;
  text-align: center;
  display: inline-block;
  padding-top: 86px;
  padding-bottom: 56px;
}

body.interior .inner-wrapper .backer-bg .connect-box .SocialBorderLine {
  display: inline-block;
  position: relative;
  top: 50px;
  height: 185px;
  width: 1px;
  border-right: 1px solid white;
}

body.interior .inner-wrapper .backer-bg .connect-box .social-icons {
  text-align: center;
  justify-content: center;
  align-content: center;
}

body.interior .inner-wrapper .backer-bg .connect-box .social-icons a {
  color: white;
  width: 42px;
  height: 42px;
  display: inline-block;
}

body.interior .inner-wrapper .backer-bg .connect-box .social-icons a + a {
  margin-left: 5px;
}

body.interior .inner-wrapper .backer-bg .connect-box .social-icons a .frame {
  display: inline-block;
  margin-top: 1px;
  transition: all 0.2s;
}

body.interior .inner-wrapper .backer-bg .connect-box .social-icons a .frame:hover {
  color: #AEDFE4;
}

body.interior .inner-wrapper .backer-bg .connect-box .social-icons a .frame i {
  font-size: 30px;
  color: white;
}
/* Footer */
footer {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  top: -15vw;
}
footer .OmegaBox {
  background: white;
  width: 100vw;
  height: 247px;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 76px;
}
footer .OmegaBox line {
  width: 100vw;
}
footer .OmegaBox img {
  width: 24vw;
  height: auto;
}
footer .OmegaBox button {
  width: 18vw;
  margin-top: 16px;
  display: inline-block;
  background-color: #AEDFE4;
  color: #333F48;
  font-family: 'Myriad Pro', sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  border: none;
  padding: 5px 15px;
  transition: all 0.2s;
  align-content: center;
  justify-content: center;
}
footer .OmegaBox button:hover {
  background-color: #75c8d1;
  color: white;
}
footer .OmegaBox .btn-submit {
  border-radius: 53px;
  height: 40px;
  background-color: #AEDFE4;
  color: #333F48;
  align-content: center;
  justify-content: center;
}
footer .OmegaBox .btn-submit:hover {
  background-color: #4eb9c4;
  color: white;
}
footer .LowerFooter {
  background: #AEDFE4;
  width: 100vw;
  padding-top: 87px;
  padding-bottom: 40px;
  text-align: center;
}
footer .LowerFooter .BottomLogo {
  width: 100vw;
  text-align: center;
}
footer .LowerFooter .BottomLogo img {
  position: relative;
  left: 38vw;
  width: 24vw;
  height: auto;
}
footer .LowerFooter .BottomSchoolInfo h2 {
  color: #0099A7;
}
footer .LowerFooter .BottomSchoolInfo p a {
  color: #333F48;
  font-family: 'Myriad Pro Reg', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24pt;
}
footer .LowerFooter .copyright p,
footer .LowerFooter .copyright a {
  color: #333F48;
  font-family: 'Myriad Pro Reg', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24pt;
}

@media (max-width: 992px) {
  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  header {
    margin-bottom: 0;
  }

  header .topLogo {
    left: 20px;
    width: 70vw;
    z-index: 99;
  }

  header .topLogo img {
    top: 30%;
    width: 70vw;
  }

  header .nav-container {
    position: absolute;
    width: 100vw;
    left: 0;
    /* Mobile Menu */
    /* Mobile Drop Down */
  }

  header .nav-container .main-menu {
    display: none;
  }

  header .nav-container .mobile-hide {
    display: none;
  }

  header .nav-container .mobile-show {
    display: inline-block;
  }

  header .nav-container .mobile-menu {
    background: #AEDFE4;
    color: #006F71;
    margin: 0 auto;
    padding-left: 0px;
    width: 100vw;
    list-style-type: none;
    display: block;
  }

  header .nav-container .mobile-menu li {
    float: none;
    text-align: left;
    background: #AEDFE4;
    border-right: 1px solid #006F71;
    border-top: 1px solid #006F71;
    z-index: 100;
    position: relative;
    top: 0px;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #006F71;
  }

  header .nav-container .mobile-menu li:hover {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu li:active {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu li a {
    color: #006F71;
    background: #AEDFE4;
    line-height: 40px;
    padding-left: 40px;
  }

  header .nav-container .mobile-menu li a img {
    position: absolute;
    right: 0;
    height: 40px;
    width: 30px;
    color: #006F71;
    border-left: 1px solid #006F71;
    padding-left: 15px !important;
    margin-right: 15px;
    margin-top: 0;
  }

  header .nav-container .mobile-menu li a:hover {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu li a:active {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu li .loginMobile {
    width: 100vw;
    height: 53px;
    display: block;
    position: relative;
    top: -3px;
  }

  header .nav-container .mobile-menu li .loginMobile a {
    padding-left: 0 !important;
  }

  header .nav-container .mobile-menu li .loginMobile a button {
    background-color: #006F71;
    color: white;
    border: none;
    padding: 5px 10px;
    transition: all 0.2s;
    border-right: 50px;
  }

  header .nav-container .mobile-menu li .loginMobile a button:hover {
    background-color: white;
    color: #006F71;
  }

  header .nav-container .mobile-menu li .loginMobile a .btn-submit {
    background-color: #006F71;
    color: white;
    width: 100vw;
    height: 53px;
  }

  header .nav-container .mobile-menu li .loginMobile a .btn-submit:hover {
    background-color: white;
    color: #006F71;
  }

  header .nav-container .mobile-menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: 0px;
    background: #AEDFE4;
    border-right: 1px solid #006F71;
    border-top: 1px solid #006F71;
    padding-right: 2px;
  }

  header .nav-container .mobile-menu .dropdown-menu li {
    border: 0px;
    padding: 1px;
    background: #AEDFE4;
    top: 0;
  }

  header .nav-container .mobile-menu .dropdown-menu li:hover {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu .dropdown-menu li:active {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu .dropdown-menu li a {
    border: 0px;
    padding: 5px 55px;
  }

  header .nav-container .mobile-menu .dropdown-menu li a:hover {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu .dropdown-menu li a:active {
    color: #AEDFE4;
    background: #006F71;
  }

  header .nav-container .mobile-menu .dropdown-menu li a img {
    position: relative;
    right: 0;
    height: 40px;
    width: 30px;
    border-left: 1px solid white;
    padding-left: 15px;
    margin-right: 15px;
  }

  header .nav-container .toggle-menu {
    display: block;
    text-align: right;
    color: #006F71;
  }

  header .nav-container .toggle-menu .fa {
    padding: 33px;
    font-size: 25px;
    line-height: 28px;
    color: #006F71;
  }

  header .nav-container .toggle-menu:hover {
    color: #333F48;
  }

  header .nav-container .toggle-menu.active {
    margin-bottom: 3px;
  }

  .top-section {
    margin-top: 70px;
  }

  .top-section .school-info {
    display: block;
    position: relative;
    left: 20px;
    width: 90vw;
    text-align: left;
  }

  .top-section .school-info .welcome-message {
    padding-top: 15px;
  }

  .top-section .school-info .welcome-message .home-content h1,
  .top-section .school-info .welcome-message .home-content h2,
  .top-section .school-info .welcome-message .home-content h3,
  .top-section .school-info .welcome-message .home-content h4,
  .top-section .school-info .welcome-message .home-content p,
  .top-section .school-info .welcome-message .home-content a {
    text-align: left !important;
  }

  .top-section .school-info .welcome-message .home-content h1 {
    color: #333F48;
    font-family: 'Gentium Basic Bold', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 53px;
    line-height: 61px;
  }

  .top-section .school-info .welcome-message .home-content h2 {
    color: #333F48;
    font-family: 'Myriad Pro Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 41px;
  }

  .top-section .school-info .welcome-message .home-content h3 {
    color: #0099A7;
    font-family: 'Myriad Pro Semi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }

  .top-section .school-info .welcome-message .home-content h4 {
    color: #333F48;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }

  .top-section .school-info .welcome-message .home-content p {
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24pt;
  }

  .top-section .school-info .welcome-message .home-content a {
    color: #006F71;
    font-family: 'Myriad Pro Semi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
  }

  .top-section .school-info .welcome-message .home-content a:hover {
    color: #002425;
  }

  .top-section .HomeSlider {
    display: block;
    height: 259px;
    width: calc(100vw - 20px);
    position: relative;
    top: 0;
    left: 20px;
    margin-bottom: 40px;
  }

  .top-section .HomeSlider .slideshow {
    margin: 0 !important;
  }

  .top-section .HomeSlider .slideshow .bx-wrapper {
    height: 259px;
    list-style-type: none;
    border: 0;
    margin: 0 !important;
  }

  .top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport {
    height: 259px;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    left: 0 !important;
  }

  .top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport ul {
    padding: 0 !important;
  }

  .top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport li {
    height: 259px;
    width: 100%;
    margin: 0 !important;
  }

  .top-section .HomeSlider .slideshow .bx-wrapper .bx-viewport li img {
    object-position: center !important;
    object-fit: cover !important;
    min-height: 259px;
    min-width: 100%;
    margin: 0 !important;
  }

  .top-section .HomeSlider .bx-controls {
    display: none;
  }

  #main {
    background-size: 500vw 615vw;
    background-position: center top;
    padding-top: 47vw;
    top: -47vw;
  }

  #main .line-up .large-picture {
    left: 5vw;
    width: 90vw;
    display: block;
  }

  #main .line-up .large-picture .img-wrapper-lg {
    width: 90vw;
    height: 90vw;
    margin-bottom: 1vw;
    display: inline-block;
    object-fit: cover;
    object-position: center;
  }

  #main .line-up .extra-message {
    left: 5vw;
    top: 0;
    display: block;
    width: 75vw;
  }

  #main .home-photo {
    display: block;
    align-content: center;
    width: 100vw;
    margin: 100px auto 70px;
  }

  #main .home-photo .img-wrapper {
    width: 75vw;
    height: 75vw;
    position: relative;
    left: 12vw;
    margin-bottom: 6vw;
    display: block;
  }

  #main .connect-box {
    width: 88vw;
    align-content: center;
    margin: 30px auto 0px;
    text-align: center;
    position: relative;
    height: fit-content;
  }

  #main .connect-box .connect-chapter,
  #main .connect-box .connect-HQ {
    width: 100%;
    display: block;
    padding-top: 46px;
    padding-bottom: 56px;
  }

  #main .connect-box .SocialBorderLine {
    display: block;
    top: 0px;
    left: 25%;
    height: 1px;
    width: 50%;
    border-right: 0;
    border-bottom: 1px solid white;
  }

  #main .connect-box .social-icons {
    text-align: center;
    justify-content: center;
    align-content: center;
    position: relative;
    left: 25%;
    width: 50%;
  }

  #main .connect-box .social-icons a {
    color: white;
    width: 42px;
    height: 42px;
    display: inline-block;
  }

  #main .connect-box .social-icons a + a {
    margin-left: 5px;
  }

  #main .connect-box .social-icons a .frame {
    display: inline-block;
    margin-top: 1px;
    transition: all 0.2s;
  }

  #main .connect-box .social-icons a .frame:hover {
    color: #AEDFE4;
  }

  #main .connect-box .social-icons a .frame i {
    font-size: 30px;
    color: white;
  }

  body.interior .InteriorSlider {
    background: rgba(174, 223, 228, 0.3);
    display: block;
    height: 521px;
    width: 100vw;
    position: relative;
    right: 0;
  }

  body.interior .InteriorSlider .interior-slideshow {
    margin: 0 !important;
    top: 44px;
  }

  body.interior .InteriorSlider .interior-slideshow .bx-wrapper {
    height: 259px;
    list-style-type: none;
    border: 0;
    margin: 0 !important;
  }

  body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport {
    height: 259px;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    left: 0 !important;
  }

  body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport ul {
    padding: 0 !important;
  }

  body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport li {
    height: 259px;
    width: 100%;
    margin: 0 !important;
  }

  body.interior .InteriorSlider .interior-slideshow .bx-wrapper .bx-viewport li img {
    object-position: center !important;
    object-fit: cover !important;
    min-height: 259px;
    min-width: 100%;
    margin: 0 !important;
  }

  body.interior .InteriorSlider .bx-controls {
    display: none;
  }

  body.interior .inner-wrapper {
    position: relative;
    padding-top: 0px;
    margin-bottom: 31vw;
  }

  body.interior .inner-wrapper .page-content {
    padding: 0px 40px 100px;
    width: 90vw;
  }

  body.interior .inner-wrapper .backer-bg {
    background-image: url('../images/InnerBGcolors.png');
    background-position: center bottom 20vw;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body.interior .inner-wrapper .backer-bg .home-photo {
    display: block;
    align-content: center;
    width: 100vw;
    margin: 100px auto 70px;
    top: 6vw;
  }

  body.interior .inner-wrapper .backer-bg .home-photo .img-wrapper {
    width: 75vw;
    height: 75vw;
    position: relative;
    left: 12vw;
    margin-bottom: 6vw;
    display: block;
  }

  body.interior .inner-wrapper .backer-bg .connect-box {
    width: 88vw;
    align-content: center;
    margin: 30px auto 0px;
    text-align: center;
    position: relative;
    height: fit-content;
    top: 6vw;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .connect-chapter,
  body.interior .inner-wrapper .backer-bg .connect-box .connect-HQ {
    width: 100%;
    display: block;
    padding-top: 46px;
    padding-bottom: 56px;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .SocialBorderLine {
    display: block;
    top: 0px;
    left: 25%;
    height: 1px;
    width: 50%;
    border-right: 0;
    border-bottom: 1px solid white;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .social-icons {
    text-align: center;
    justify-content: center;
    align-content: center;
    position: relative;
    left: 25%;
    width: 50%;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .social-icons a {
    color: white;
    width: 42px;
    height: 42px;
    display: inline-block;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .social-icons a + a {
    margin-left: 5px;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .social-icons a .frame {
    display: inline-block;
    margin-top: 1px;
    transition: all 0.2s;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .social-icons a .frame:hover {
    color: #AEDFE4;
  }

  body.interior .inner-wrapper .backer-bg .connect-box .social-icons a .frame i {
    font-size: 30px;
    color: white;
  }

  footer {
    top: -47vw;
  }

  footer .OmegaBox {
    height: 247px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 76px;
  }

  footer .OmegaBox img {
    width: 70vw;
    height: auto;
  }

  footer .OmegaBox button {
    width: 67vw;
    margin-top: 16px;
  }

  footer .LowerFooter {
    background: #AEDFE4;
    width: 100vw;
    padding-top: 87px;
    padding-bottom: 40px;
  }

  footer .LowerFooter .BottomLogo img {
    left: 5vw;
    width: 90vw;
  }

  footer .LowerFooter .copyright p,
  footer .LowerFooter .copyright a {
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24pt;
  }
}
/* Scrapbook */
#albumSelector label > input:checked + .album-thumbnail {
  border-color: #000000;
}
.instafeed {
  text-align: center;
}
.instafeed__item {
  width: 95%;
  text-align: center;
  margin: 5px auto 20px;
  position: relative;
}
.instafeed__item:hover .instafeed__caption {
  display: block;
}
.instafeed__header {
  text-align: left;
  margin-bottom: 10px;
}
.instafeed__link {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.instafeed__title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #262626;
  font-weight: 600;
}
.instafeed__media-link {
  width: 100%;
  display: block;
}
.instafeed__img {
  width: 100%;
}
.instafeed__username {
  color: #262626;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instafeed__followup {
  background: 0 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  overflow: visible;
  padding: 0;
  color: #3897f0;
  cursor: pointer;
}
.instafeed__logo {
  float: right;
  display: block;
}
.instafeed__logo-link {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-image: url(https://www.instagram.com/static/sprites/embed/9d26e1.png);
  background-repeat: no-repeat;
  background-position: -72px -27px;
  height: 32px;
  width: 32px;
}
.instafeed__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  color: white;
  padding: 5px;
  display: none;
}
