/*
	shl2024
	style_m6.scss
	since july 2024
	loads after the unchanged style.css of the underscores.me theme
*/
/* SITE STYLES */
body {
  font-family: gill-sans-nova;
  font-size: 17px;
  line-height: 1.5;
  color: #000000;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 22px;
  }
}
body #page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  body #page {
    min-width: none;
    width: 100%;
    min-width: 320px;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
body #page #content {
  position: relative;
  z-index: 1;
  flex: 1;
  z-index: 10000;
  background-color: #fff;
}
body #page #content .content-shadow {
  width: 906px;
  height: 107px;
  background-image: url("../img/heavy-shadow.png");
  background-size: 100%;
  position: absolute;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -66px;
}
@media only screen and (max-width: 768px) {
  body #page #content .content-shadow {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body #page #content {
    margin-top: 142px;
  }
}
body #page #content #primary {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-weight: normal;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

ul {
  clear: both;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}
.entry-content h1 {
  font-size: 21px;
  color: #345F6A;
  font-weight: bold;
}
.entry-content h2 {
  font-size: 21px;
  color: #009FC7;
  font-weight: bold;
}
.entry-content h3 {
  font-size: 21px;
  color: #000000;
}
.entry-content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #345F6A;
}
.entry-content h5 {
  font-size: 18px;
  font-weight: bold;
  color: #009FC7;
}
.entry-content h6 {
  font-size: 18px;
  font-weight: bold;
}
.entry-content h1 + ul,
.entry-content h2 + ul,
.entry-content h3 + ul,
.entry-content h4 + ul,
.entry-content h5 + ul {
  margin-top: 16px;
}
.entry-content ul {
  clear: none;
}
.entry-content ul li {
  position: relative;
  left: 30px;
  list-style-type: none;
  line-height: 1.3;
  margin-bottom: 7px;
  padding-right: 25px;
}
.entry-content ul li:before {
  position: absolute;
  top: 9px;
  width: 10px;
  height: 10px;
  left: -30px;
  content: "";
  background-color: #2EA9C8;
  font-weight: bold;
  font-size: 24px;
}
.entry-content ul li > ul {
  margin-top: 10px;
}
.entry-content ul li > ul > li:before {
  position: absolute;
  top: 0px;
  width: 15px;
  height: 15px;
  left: -25px;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
}
.entry-content p {
  line-height: 2.2;
  color: #000;
}
.entry-content b {
  font-weight: bold;
  color: #296675;
}
.entry-content a {
  color: #009FC7;
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content a.button-link {
  display: inline-block;
  background-color: #296675;
  border-radius: 32px;
  height: 32px;
  color: #fff;
  width: max-content;
  font-weight: bold;
  line-height: 31px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none !important;
}
.entry-content a.button-link:hover {
  background-color: #2EA9C8;
  text-decoration: none !important;
  color: #fff !important;
}

/* HEADER */
header#masthead {
  width: 100%;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #296675;
  z-index: 10001;
  height: 215px;
}
header#masthead .header-inner {
  display: flex;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  header#masthead {
    height: 142px;
    position: fixed;
    z-index: 11100;
  }
}
@media only screen and (max-width: 768px) {
  header#masthead .main-navigation.toggled .menu-mobile-container {
    display: block;
    z-index: 100000;
    background-color: #fff;
    margin-left: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 500;
    margin-top: 0;
  }
  header#masthead .main-navigation.toggled .menu-mobile-container > ul {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  header#masthead .main-navigation.toggled .menu-mobile-container > ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 65px;
    float: none;
    height: 65px;
    color: #000;
    margin-bottom: 10px;
  }
  header#masthead .main-navigation.toggled .menu-mobile-container > ul li:last-child {
    margin-top: 30px;
  }
  header#masthead .main-navigation.toggled .menu-mobile-container > ul li:last-child a {
    position: absolute;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    border: 0;
    background: url("../img/fb-alt-icon.svg");
    background-size: 48px 48px;
    box-shadow: none;
    z-index: 200000;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  header#masthead .main-navigation.toggled .menu-mobile-container > ul li:last-child a:hover {
    filter: brightness(0) saturate(100%) invert(74%) sepia(11%) saturate(5978%) hue-rotate(154deg) brightness(84%) contrast(84%);
  }
  header#masthead .main-navigation.toggled .menu-mobile-container > ul li a {
    color: #000;
    font-size: 26px;
  }
}
header#masthead .main-navigation {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-top: 78px;
}
@media only screen and (max-width: 768px) {
  header#masthead .main-navigation {
    width: 100%;
    padding-top: 142px;
    height: auto;
  }
}
header#masthead .main-navigation button.menu-toggle {
  position: absolute;
  right: 4%;
  left: unset;
  top: 52px;
  width: 47.5px;
  height: 32.8px;
  text-indent: -9999px;
  border: 0;
  background: url("../img/mobile-menu-button.svg");
  background-size: 47.5px 32.8px;
  box-shadow: none;
  z-index: 200000;
}
header#masthead .home-link {
  min-width: 290px;
  width: 290px;
  margin-top: 70px;
  display: block;
  margin-left: auto;
  margin-right: 75px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  header#masthead .home-link {
    position: absolute;
    z-index: 10000;
    margin-top: 30px;
    left: 4%;
    right: unset;
    width: 290px;
    height: 80px;
    min-width: unset;
  }
}
header#masthead .home-link img {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  min-width: 290px;
}
@media only screen and (max-width: 768px) {
  header#masthead .home-link img {
    min-width: 100%;
  }
}

.menu-mobile-container {
  display: none;
}

.menu-primary-container {
  width: 100%;
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  .menu-primary-container {
    display: none;
  }
}
.menu-primary-container > ul {
  display: flex;
  justify-content: flex-start;
}
.menu-primary-container > ul > li {
  float: none;
  margin-right: 30px;
  position: relative;
  font-size: 22px;
  text-align: center;
  height: 25px;
  line-height: 25px;
}
.menu-primary-container > ul > li.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-primary-container > ul > li.mobile {
    display: block;
  }
}
.menu-primary-container > ul > li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-top-container {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .menu-top-container {
    display: none;
  }
}
.menu-top-container > ul {
  display: flex;
  justify-content: flex-start;
  padding-top: 3px;
}
.menu-top-container > ul > li {
  float: none;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  height: 27px;
  color: #fff;
  line-height: 24px;
  border-right: 1px solid #A0D3DE;
  margin-left: 10px;
  padding-right: 10px;
}
.menu-top-container > ul > li:last-child a {
  position: absolute;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  border: 0;
  background: url("../img/fb-multi-icon.svg");
  background-size: 28px 56px;
  box-shadow: none;
  z-index: 200000;
  border-right: 0;
}
.menu-top-container > ul > li:last-child a:hover {
  background-position: 0 -28px;
}
.menu-top-container > ul > li:hover {
  color: #2EA9C8;
}
.menu-top-container > ul > li.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-top-container > ul > li.mobile {
    display: block;
  }
}
.menu-top-container > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.menu-top-container > ul > li:nth-last-child(2), .menu-top-container > ul > li:nth-last-child(1) {
  border-right: 0;
}

footer#colophon {
  position: relative;
  padding-bottom: 100px;
  height: 270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  color: #000;
  font-size: 19px;
  background-color: #296675;
}
footer#colophon .footer-shadow {
  width: 906px;
  height: 107px;
  background-image: url("../img/light-shadow.png");
  background-size: 100%;
  position: absolute;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -66px;
}
@media only screen and (max-width: 768px) {
  footer#colophon .footer-shadow {
    width: 100% !important;
    height: 30px !important;
    background-size: cover;
    top: -4px;
    background-position-y: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer#colophon .menu-primary-container, footer#colophon .menu-top-container {
    display: none;
  }
}
footer#colophon #footer-menu {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
}
footer#colophon p {
  margin-bottom: 5px;
}
footer#colophon .footer-inner {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 10px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer#colophon .footer-inner {
    width: 100%;
  }
}
footer#colophon .footer-menus {
  margin-top: 96px;
}
footer#colophon .home-link {
  min-width: 290px;
  width: 290px;
  margin-top: 90px;
  display: block;
  margin-left: auto;
  margin-right: 75px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  footer#colophon .home-link {
    min-width: 290px;
    width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
}
footer#colophon .home-link img {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  min-width: 290px;
}
@media only screen and (max-width: 768px) {
  footer#colophon .home-link img {
    min-width: 290px;
  }
}

.entry-title {
  font-size: 21px;
  color: #345F6A;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-top: 47px;
  text-align: center;
  margin-bottom: -27px;
}
@media only screen and (max-width: 768px) {
  .entry-title {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 32px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: -40px;
    margin-top: 30px;
  }
}

.entry-content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .entry-content {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.banner-image .row {
  display: flex;
  justify-content: center;
}
.banner-image .row img:first-child, .banner-image .row img:last-child {
  filter: brightness(60%);
  transform: scaleX(-1);
}
.banner-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .banner-image img.wp-post-image {
    display: none;
  }
}

.featurettes {
  color: #000;
  position: relative;
  z-index: 10000;
}
.featurettes > div {
  border-bottom: 1px solid #fff;
  background-color: #FFF9E9;
  padding-top: 70px;
  padding-bottom: 80px;
}
.featurettes > div:last-child {
  border-bottom: 0;
}
.featurettes > div:nth-child(even) {
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .featurettes > div {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.featurettes > div > div {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .featurettes > div > div {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    flex-direction: column-reverse;
  }
}
.featurettes > div > div .left {
  margin-right: 70px;
  min-width: 245px;
}
@media only screen and (max-width: 768px) {
  .featurettes > div > div .left {
    min-width: unset;
    margin-right: 0;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .featurettes > div > div .left .register,
.featurettes > div > div .left .video {
    margin-right: auto;
    margin-top: 40px;
    font-size: 16px;
  }
}
.featurettes > div > div .right .super-headline {
  font-size: 21px;
  font-weight: bold;
  color: #296675;
  margin-top: -8px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .featurettes > div > div .right .super-headline {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.featurettes > div > div .right .headline {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .featurettes > div > div .right .headline {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: -2px;
  }
}
.featurettes > div > div .right .description {
  font-size: 17px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .featurettes > div > div .right .description {
    font-size: 22px;
    line-height: 1.7;
  }
}
.featurettes > div > div .right .description a {
  text-decoration: underline;
}
.featurettes > div > div .register,
.featurettes > div > div .video {
  display: block;
  background-color: #296675;
  border-radius: 32px;
  height: 32px;
  color: #fff;
  width: max-content;
  font-weight: bold;
  line-height: 31px;
  padding-left: 16px;
  padding-right: 16px;
}
.featurettes > div > div .register:hover,
.featurettes > div > div .video:hover {
  background-color: #2EA9C8;
}
.featurettes > div > div .register .more-chevron,
.featurettes > div > div .video .more-chevron {
  width: 9.3px;
  height: 14.1px;
  position: relative;
  top: 1.5px;
  margin-left: 4px;
}

.events.present-events .video {
  display: none !important;
}

.events.past-events .register {
  display: none !important;
}

.page-about .entry-content h2 {
  margin-bottom: -10px;
}
.page-about .entry-content h2 + p {
  margin-bottom: -2px;
}

.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}