@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@import url("microtip-master/microtip.css");
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
  max-width: 20%;
  padding: 0 2%;
}
@media all and (min-width: 576px) {
  .container.widerContainer {
    max-width: 96%;
  }
}
@media all and (min-width: 768px) {
  .container.widerContainer {
    max-width: 96%;
  }
}
@media all and (min-width: 992px) {
  .container.widerContainer {
    max-width: 1100px;
  }
}
@media all and (min-width: 1200px) {
  .container.widerContainer {
    max-width: 1300px;
  }
}
@media all and (max-width: 575px) {
  .owl-carousel-fours .owl-nav {
    display: none;
  }
}
/* General Stuff */
body {
  margin: 0;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a,
a:link,
a:visited {
  color: #0098cc;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
.myBtn,
a.myBtn,
a.myBtn:link,
a.myBtn:visited,
.wp-block-button__link,
a.wp-block-button__link,
a.wp-block-button__link:link,
a.wp-block-button__link:visited {
  font-family: 'Poppins', sans-serif;
  color: #0098cc !important;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  border: 4px solid #cae1ea;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  padding: 4px 40px;
}
.myBtn.smaller,
a.myBtn.smaller,
a.myBtn:link.smaller,
a.myBtn:visited.smaller,
.wp-block-button__link.smaller,
a.wp-block-button__link.smaller,
a.wp-block-button__link:link.smaller,
a.wp-block-button__link:visited.smaller {
  padding: 8px;
  font-size: 0.75em;
  border: 2px solid #0098cc;
}
.myBtn.smaller.inTop,
a.myBtn.smaller.inTop,
a.myBtn:link.smaller.inTop,
a.myBtn:visited.smaller.inTop,
.wp-block-button__link.smaller.inTop,
a.wp-block-button__link.smaller.inTop,
a.wp-block-button__link:link.smaller.inTop,
a.wp-block-button__link:visited.smaller.inTop {
  color: #fff !important;
  border: 1px solid #fff;
  padding: 3px 15px;
}
.myBtn.caret:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  padding-left: 5px;
}
.myBtn:hover,
.wp-block-button__link:hover,
a.myBtn:hover,
a.wp-block-button__link:hover {
  background: #0098cc;
  color: #fff !important;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  border-color: #cae1ea;
}
.well {
  padding: 60px 0;
}
.well.lessPadding {
  padding: 30px 0;
}
.well p:last-of-type {
  margin-bottom: 0;
}
.well.beigeBg {
  background-color: #eff6f9;
}
.centerIt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centerItText {
  text-align: center;
}
.rightItText {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #0098cc;
  margin-top: 0;
  line-height: 1.25;
  text-transform: uppercase;
  clear: none;
}
h1.nonCap,
h2.nonCap,
h3.nonCap,
h4.nonCap,
h5.nonCap,
h6.nonCap {
  text-transform: none;
}
h1 {
  font-size: 3vw;
  font-size: clamp(40px, 3vw, 50px);
  margin-bottom: 14px;
  line-height: 1.1;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #718995;
}
h2.bigger {
  font-size: 60px;
}
h3 {
  font-size: 22px;
  margin-bottom: 6px;
  color: #000;
}
h4 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #666;
  margin-top: 30px;
}
body.page .content-area.inner h2 {
  margin-top: 40px;
}
body.page .content-area.inner h3 {
  margin-top: 20px;
}
body.page .content-area.inner .entry-content h2:first-child {
  margin-top: 10px;
}
#mySearch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contactInfo {
  font-size: 0.8em;
  padding-left: 20px;
}
.grow,
a > img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grow:hover,
a > img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
a > img.noGrow:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.positionRelative {
  position: relative;
  top: 0;
  left: 0;
}
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}
.anchor {
  display: block;
  height: 85px;
  /*same height as header*/
  margin-top: -65px;
  /*move it back the height of itself, plus the margin at the bottom of the <p> tag it is wrapped in */
  visibility: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
.webCams h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.webCams .imageSide img {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #0098cc;
  margin: 0 auto;
}
.hamptons {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
}
/* STEVE SAYS: I have used a .fa.fa-bars.dl-trigger and font awesome for my menu trigger, because I don't like the "button" solution they have */
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: fixed;
  top: 50px;
  left: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 1000000000;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #0098cc;
  border: none;
  width: 45px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  top: 10px;
  left: 16%;
  -webkit-box-shadow: 0 10px 0 rgba(255, 255, 255, 0.5), 0 20px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 10px 0 rgba(255, 255, 255, 0.5), 0 20px 0 rgba(255, 255, 255, 0.5);
}
.dl-menuwrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
  text-decoration: none;
  background-color: #000;
  border-bottom: 1px dotted #999;
}
.no-touch .dl-menuwrapper li a:hover {
  /*background: rgba(255,248,213,0.1);*/
  background-color: #0098cc;
  color: #fff;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  /*background: rgba(0,0,0,0.1);*/
  background-color: #33add6;
  color: #fff;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 36px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.dl-menuwrapper > .dl-menu {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
.accordion .content .item {
  position: relative;
}
.accordion .content .item > * {
  margin-bottom: 20px;
}
.accordion .content .item ul {
  list-style-type: square;
  text-align: left;
}
.accordion .content .item ul li {
  margin-bottom: 5px;
  padding-left: 0px;
}
.accordion .content .item ul li::marker {
  color: #cae1ea;
}
.accordion .content .item .highlight {
  color: #cae1ea;
  font-size: 1.2em;
  font-weight: 700;
}
.accordion .content .item h2 {
  text-transform: uppercase;
  border-bottom: 3px dotted #ccc;
  font-weight: 700;
  font-size: 34px;
}
.accordion .content .item h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #e21e26;
  margin-bottom: 0;
}
.accordion .content .item h4 {
  font-size: 18px;
  color: #cae1ea;
  font-weight: 700;
  margin-bottom: 10px;
}
.accordion .content .item img {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 0 auto 10px auto;
}
@media all and (min-width: 768px) {
  .accordion {
    height: 80vh;
    /* LIST */
    /* FORM */
    /* SLIDES */
  }
  .accordion * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .accordion ul {
    list-style: none;
  }
  .accordion input {
    position: absolute;
    left: -9999px;
  }
  .accordion label {
    display: block;
    float: left;
    height: 80vh;
    width: 40px;
    overflow: hidden;
    color: #F2E2AC;
    position: relative;
    background: #00beff;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
  }
  .accordion label:hover {
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }
  .accordion li:nth-child(even) > input + label {
    background: #1ac5ff;
  }
  .accordion label:hover,
  .accordion li:nth-child(even) > input + label:hover {
    background: #0098cc;
    color: #fff;
    cursor: pointer;
  }
  .accordion input[type="radio"]:checked ~ label {
    background: #0098cc;
    color: #fff !important;
    cursor: default !important;
  }
  .accordion .accslide {
    display: block;
    height: 100%;
    width: 0px;
    padding: 0px 0;
    float: left;
    overflow-x: hidden;
    font-sizes: 12px;
    line-height: 1.5;
    white-space: nowrap;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .accordion .accslide * {
    padding-left: 10px;
  }
  .accordion .accslide img {
    margin-top: 10px;
  }
  .accordion input[type="radio"]:not(:checked) ~ label > * {
    padding-left: 7px;
    font-size: 1.2em;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #fff;
  }
  .accordion input[type="radio"]:checked ~ label > * {
    padding-left: 7px;
    font-size: 1.2em;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: bold;
    color: #F2E2AC;
  }
  .accordion li:nth-child(1):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 80px);
  }
  .accordion li:nth-child(2):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 80px);
  }
  .accordion li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
  }
  .accordion li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
  }
  .accordion li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 120px);
  }
  .accordion li:nth-child(1):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(2):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(3):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(4):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 160px);
  }
  .accordion li:nth-child(1):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(2):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(3):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(4):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(5):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 200px);
  }
  .accordion li:nth-child(1):nth-last-child(6) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(2):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(3):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(4):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(5):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(6):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 240px);
  }
  .accordion li:nth-child(1):nth-last-child(7) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(2):nth-last-child(6) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(3):nth-last-child(5) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(4):nth-last-child(4) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(5):nth-last-child(3) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(6):nth-last-child(2) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion li:nth-child(7):nth-last-child(1) input[type=radio]:checked ~ .accslide {
    width: calc(100% - 280px);
  }
  .accordion {
    border: 1px solid #0098cc;
    margib-top: 20px;
  }
  .accordion .content {
    width: 100%;
    padding: 24px 40px;
    white-space: normal;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
  }
  .icon-scroll:before {
    position: absolute;
    left: 50%;
  }
  .icon-scroll {
    position: absolute;
    width: 28px;
    left: 6px;
    bottom: 10px;
    height: 70px;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
            box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 25px;
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
  }
  .icon-scroll:after {
    content: 'scroll content for more';
    position: absolute;
    top: auto;
    color: #fff;
    font-weight: normal;
    text-align: right;
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
    left: 100%;
    text-transform: uppercase;
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    height: 28px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8em;
    bottom: 100%;
    padding-left: 10px;
  }
  @-webkit-keyframes scroll {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(46px);
              transform: translateY(46px);
    }
  }
  @keyframes scroll {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(46px);
              transform: translateY(46px);
    }
  }
  input[type="radio"] ~ label .icon-scroll {
    visibility: hidden;
  }
  input[type="radio"]:checked ~ label .icon-scroll {
    visibility: visible;
  }
}
@media all and (max-width: 767px) {
  .accordion > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .accordion > ul li {
    margin: 0 0 60px 0;
    padding: 0;
  }
  .accordion input[type="radio"] {
    display: none;
  }
  .accordion input[type="radio"] ~ label {
    display: none;
  }
  .accordion .content .item ul {
    margin: 0;
    padding-left: 34px;
  }
  .accordion .content .item ul li {
    padding-left: 0px;
  }
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuBurger * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
}
.menuBurger a,
.menuBurger a:visited,
.menuBurger a:hover,
.menuBurger a:active {
  color: inherit;
  text-decoration: none;
}
.outer-menu {
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 10000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger > div {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
       -o-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: rgba(0, 152, 204, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menuBurger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .menuBurger > div {
  width: 200vw;
  height: 200vw;
  color: #fff;
  background: rgba(113, 137, 149, 0.97);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .menuBurger > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.outer-menu .menuBurger > div > div ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menuBurger > div > div ul > li {
  padding: 0;
  margin: 0.5em;
  font-size: 20px;
  display: block;
}
.outer-menu .menuBurger > div > div ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.outer-menu .menuBurger > div > div ul > li > a:hover {
  color: #e6e6e6;
}
.outer-menu .menuBurger > div > div ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menuBurger > div > div ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e6e6e6;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.mobileLogo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
  padding: 10px;
}
.mobileLogo img {
  height: 20px;
  display: block;
  margin: 0 auto;
}
/* BLOG STUFF */
.spotlightItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 40px 40px 0;
}
.spotlightItems .spotlightItem {
  margin: 0px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spotlightItems .spotlightItem .posted {
  font-size: 14px;
  margin-bottom: 3px;
}
.spotlightItems .spotlightItem .posted .posted-on a,
.spotlightItems .spotlightItem .posted .posted-on a:visited,
.spotlightItems .spotlightItem .posted .posted-on a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem .posted .posted-on a:hover {
  color: #cae1ea;
}
.spotlightItems .spotlightItem .posted .posted-on a,
.spotlightItems .spotlightItem .posted .posted-on a:visited,
.spotlightItems .spotlightItem .posted .posted-on a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem .posted .posted-on a:hover {
  color: #718995;
}
.spotlightItems .spotlightItem img {
  width: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spotlightItems .spotlightItem.spotlightImage {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 40px;
}
.spotlightItems .spotlightItem.spotlightImage .secondaryImage {
  margin-top: 15px;
}
.spotlightItems .spotlightItem.spotlightText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.spotlightItems .spotlightItem.spotlightText h2 {
  font-size: 24px;
}
.spotlightItems .spotlightItem.spotlightText h2 a,
.spotlightItems .spotlightItem.spotlightText h2 a:visited,
.spotlightItems .spotlightItem.spotlightText h2 a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem.spotlightText h2 a:hover {
  color: #cae1ea;
}
.spotlightItems .spotlightItem.spotlightText h2 a,
.spotlightItems .spotlightItem.spotlightText h2 a:visited,
.spotlightItems .spotlightItem.spotlightText h2 a:link {
  text-decoration: none;
}
.spotlightItems .spotlightItem.spotlightText h2 a:hover {
  color: #718995;
}
.spotlightItems .spotlightItem.spotlightText .legalBlogTitles {
  margin-top: 0;
  margin-bottom: 3px;
}
.spotlightItems .spotlightItem.spotlightText .entry p {
  margin-bottom: 1em;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .spotlightItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spotlightItems .spotlightItem.spotlightImage {
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .spotlightItems .spotlightItem.spotlightText {
    text-align: center;
  }
}
.tags {
  display: inline-block;
  color: #000;
  margin-left: 10px;
  margin-right: 5px;
}
.sidebar h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list,
.sidebar ul.wp-block-archives-list.wp-block-archives,
.sidebar ul.wp-block-categories-list.wp-block-categories,
.sidebar ul.postsbycategory.widget_recent_entries {
  margin: 0;
  padding: 0;
  list-style-type: square;
  font-size: 14px;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li,
.sidebar ul.wp-block-archives-list.wp-block-archives li,
.sidebar ul.wp-block-categories-list.wp-block-categories li,
.sidebar ul.postsbycategory.widget_recent_entries li {
  margin: 0 0 6px 20px;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a,
.sidebar ul.wp-block-archives-list.wp-block-archives li a,
.sidebar ul.wp-block-categories-list.wp-block-categories li a,
.sidebar ul.postsbycategory.widget_recent_entries li a,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:visited,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:visited,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:visited,
.sidebar ul.postsbycategory.widget_recent_entries li a:visited,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:link,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:link,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:link,
.sidebar ul.postsbycategory.widget_recent_entries li a:link {
  text-decoration: none;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:hover,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:hover,
.sidebar ul.postsbycategory.widget_recent_entries li a:hover {
  color: #cae1ea;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a,
.sidebar ul.wp-block-archives-list.wp-block-archives li a,
.sidebar ul.wp-block-categories-list.wp-block-categories li a,
.sidebar ul.postsbycategory.widget_recent_entries li a,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:visited,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:visited,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:visited,
.sidebar ul.postsbycategory.widget_recent_entries li a:visited,
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:link,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:link,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:link,
.sidebar ul.postsbycategory.widget_recent_entries li a:link {
  text-decoration: none;
}
.sidebar ul.wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.sidebar ul.wp-block-archives-list.wp-block-archives li a:hover,
.sidebar ul.wp-block-categories-list.wp-block-categories li a:hover,
.sidebar ul.postsbycategory.widget_recent_entries li a:hover {
  color: #718995;
}
.search {
  display: inline-block;
}
.search * {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
input.search__field {
  width: 30px;
  height: 30px;
  color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  padding: 5px 30px 5px 0;
  border: 1px solid transparent;
  color: #000;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
input.search__field:focus {
  border-bottom-color: #ccc;
  width: 200px;
  margin-left: 30px;
  color: #fff;
  cursor: default;
  -webkit-transform: translate(-30px, 0px);
      -ms-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
  font-size: 0.9em;
  margin-right: 10px;
}
input.search__field:focus ~ .search__icon {
  background-color: #fff;
  cursor: pointer;
  pointer-events: auto;
  color: #0098cc;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0098cc;
  width: 30px;
  height: 30px;
  font-size: 0.8em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #0098cc;
}
.fa-magnifying-glass:before,
.fa-search:before {
  position: relative;
  top: 8px;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -moz-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -moz-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -ms-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -12px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -12px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -12px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -12px;
  opacity: 1;
  visibility: visible !important;
}
body:before {
  display: block;
  color: #fff;
  background-color: rebeccapurple;
  background-color: green;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 111111111111;
  display: none;
}
#wpadminbar:before {
  content: 'All (Smallest Up)';
  padding-left: 70px;
  float: left;
}
#wpadminbar .menupop .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
  position: fixed;
  width: 500px;
}
#wpadminbar {
  bottom: 0;
  top: auto;
  overflow: hidden;
}
html[lang] {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
a.myBtn.btnBacker,
.btnBacker {
  color: #fff !important;
  background: rgba(0, 152, 204, 0.6);
}
.heroSection {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  z-index: 0;
  /* Center and scale the image nicely */
}
.heroSection.inner {
  position: relative;
  height: auto;
}
.myCarousel .oneItem,
.myNonCarousel .oneItem {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.myCarousel .oneItem .slideContent,
.myNonCarousel .oneItem .slideContent {
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myCarousel .oneItem .slideContent .titleLink,
.myNonCarousel .oneItem .slideContent .titleLink {
  position: absolute;
  bottom: 0;
  width: 50%;
  color: #fff;
}
.myCarousel .oneItem .slideContent .titleLink.left,
.myNonCarousel .oneItem .slideContent .titleLink.left {
  left: 0;
  text-align: left;
}
.myCarousel .oneItem .slideContent .titleLink.right,
.myNonCarousel .oneItem .slideContent .titleLink.right {
  right: 0;
  text-align: right;
}
.myCarousel .oneItem .slideContent .titleLink.center,
.myNonCarousel .oneItem .slideContent .titleLink.center {
  right: auto;
  left: auto;
  text-align: center;
}
.myCarousel .oneItem .slideContent .titleLink h2,
.myNonCarousel .oneItem .slideContent .titleLink h2 {
  font-size: 4em;
  font-weight: bold;
  color: #fff;
  text-shadow: 4px 4px 4px #000;
}
.myCarousel .oneItem .slideContent .titleLink a.myBtn,
.myNonCarousel .oneItem .slideContent .titleLink a.myBtn,
.myCarousel .oneItem .slideContent .titleLink a.myBtn:link,
.myNonCarousel .oneItem .slideContent .titleLink a.myBtn:link,
.myCarousel .oneItem .slideContent .titleLink a.myBtn:visited,
.myNonCarousel .oneItem .slideContent .titleLink a.myBtn:visited {
  color: #fff !important;
  background: rgba(0, 152, 204, 0.6);
}
.myCarousel .video,
.myNonCarousel .video {
  width: 100vw;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.myCarousel .pic,
.myNonCarousel .pic {
  max-width: none;
  display: block;
  width: 100%;
}
.custom-shape-divider-bottom-1677850264 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
  height: 87px;
}
.custom-shape-divider-bottom-1677850264 svg {
  -webkit-filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.5));
}
.custom-shape-divider-top-1679417072 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1677850264 svg {
  position: relative;
  display: block;
  width: calc(157% + 1.3px);
  height: 140px;
}
.custom-shape-divider-bottom-1677850264 .shape-fill {
  fill: #fff;
}
.fullHeightTop {
  background-color: rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+23 */
  height: 100vh;
  min-height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullHeightTop h1 {
  color: #fff;
  font-size: clamp(30px, 4vw, 70px);
}
.fullHeightTop .heroText {
  text-align: center;
}
.fullHeightTop .heroText .tag {
  font-size: clamp(16px, 1.5vw, 21px);
}
.fullHeightTop .heroText a.myBtn,
.fullHeightTop .heroText a.myBtn:link,
.fullHeightTop .heroText a.myBtn:visited {
  background-color: #fff;
  opacity: 0.8;
  color: #0098cc !important;
}
.hero_video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headerHeightHack {
  top: 0;
  left: 0;
}
.topSection {
  position: absolute;
  top: 50px;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+2,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(2%, #000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, #000000 2%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 2%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  width: 100%;
  padding: 30px 5%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.topSection .topSectionFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topSection .topSectionFlex .logoSide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 305px;
          flex: 0 0 305px;
}
.topSection .topSectionFlex .logoSide .top-logo {
  width: 100%;
}
.topSection .topSectionFlex .logoSide .top-logo img {
  width: 100%;
  max-width: 35vw;
}
.topSection .topSectionFlex .logoSide .top-logo #whiteLogo {
  display: block;
}
.topSection .topSectionFlex .logoSide .top-logo #colorLogo {
  display: none;
}
.topSection .topSectionFlex .menu-primary-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: none;
}
.topSection.innerPage .topSectionFlex .logoSide .top-logo img {
  max-width: 25vw;
}
.topSection.stuck {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #cceaf5;
}
.topSection.stuck .topSectionFlex .logoSide .top-logo #whiteLogo {
  display: none;
}
.topSection.stuck .topSectionFlex .logoSide .top-logo #colorLogo {
  display: block;
}
ul#menu-primary,
ul#menu-primary2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#menu-primary a,
ul#menu-primary2 a,
ul#menu-primary a:link,
ul#menu-primary2 a:link,
ul#menu-primary a:visited,
ul#menu-primary2 a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0A0A0A;
}
ul#menu-primary a:hover,
ul#menu-primary2 a:hover {
  color: #cae1ea;
}
ul#menu-primary > li,
ul#menu-primary2 > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding: 10px 0;
  text-align: center;
}
ul#menu-primary > li > ul.sub-menu,
ul#menu-primary2 > li > ul.sub-menu {
  display: none;
}
ul#menu-primary > li.menu-item-has-children > a::after,
ul#menu-primary2 > li.menu-item-has-children > a::after {
  display: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 900;
  padding-left: 5px;
  color: #aeaeae;
  font-size: 0.8em;
}
ul#menu-primary > li:hover > ul.sub-menu,
ul#menu-primary2 > li:hover > ul.sub-menu {
  display: inline-block;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 10px;
  list-style-type: none;
  background-color: #f4f9fb;
  z-index: 90000;
  width: 150px;
  margin: 0;
  padding: 0;
}
ul#menu-primary > li:hover > ul.sub-menu > li > a,
ul#menu-primary2 > li:hover > ul.sub-menu > li > a,
ul#menu-primary > li:hover > ul.sub-menu > li a:link,
ul#menu-primary2 > li:hover > ul.sub-menu > li a:link,
ul#menu-primary > li:hover > ul.sub-menu > li a:visited,
ul#menu-primary2 > li:hover > ul.sub-menu > li a:visited {
  padding: 5px 10px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #cae1ea;
  line-height: 1.2;
}
ul#menu-primary > li:hover > ul.sub-menu > li > a:hover,
ul#menu-primary2 > li:hover > ul.sub-menu > li > a:hover {
  background-color: #eaeaea;
  color: #0098cc;
}
ul#menu-primary > li:hover > ul.sub-menu > li:last-child a,
ul#menu-primary2 > li:hover > ul.sub-menu > li:last-child a,
ul#menu-primary > li:hover > ul.sub-menu > li:last-child a:link,
ul#menu-primary2 > li:hover > ul.sub-menu > li:last-child a:link,
ul#menu-primary > li:hover > ul.sub-menu > li:last-child a:visited,
ul#menu-primary2 > li:hover > ul.sub-menu > li:last-child a:visited {
  border-bottom: none;
}
ul#menu-primary > li.connect a,
ul#menu-primary2 > li.connect a,
ul#menu-primary > li.connect a:link,
ul#menu-primary2 > li.connect a:link,
ul#menu-primary > li.connect a:visited,
ul#menu-primary2 > li.connect a:visited {
  background-color: #cceaf5;
  padding: 10px 20px !important;
  border-radius: 40px;
  color: #0098cc !important;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
ul#menu-primary > li.connect a:hover,
ul#menu-primary2 > li.connect a:hover {
  background-color: #0098cc !important;
  color: #fff !important;
}
ul#menu-primary.stuck a,
ul#menu-primary2.stuck a,
ul#menu-primary.stuck a:link,
ul#menu-primary2.stuck a:link,
ul#menu-primary.stuck a:visited,
ul#menu-primary2.stuck a:visited {
  color: #4b4c4d;
}
ul#menu-primary.stuck > li.menu-item-has-children > a::after,
ul#menu-primary2.stuck > li.menu-item-has-children > a::after {
  color: #0098cc;
}
ul#menu-primary.stuck > li.connect a,
ul#menu-primary2.stuck > li.connect a,
ul#menu-primary.stuck > li.connect a:link,
ul#menu-primary2.stuck > li.connect a:link,
ul#menu-primary.stuck > li.connect a:visited,
ul#menu-primary2.stuck > li.connect a:visited {
  background-color: #0098cc;
  color: #fff !important;
}
ul#menu-primary.stuck > li.connect a:hover,
ul#menu-primary2.stuck > li.connect a:hover {
  background-color: #cceaf5 !important;
  color: #0098cc !important;
}
ul#menu-primary2 {
  text-align: center;
}
footer.site-footer {
  background-color: #4b4c4d;
  padding: 40px;
  color: #fff;
}
footer.site-footer .widget.widget_block {
  margin: 0;
}
footer.site-footer h5 {
  font-size: 24px;
  margin-bottom: 10px;
}
footer a,
footer a:link,
footer a:visited {
  color: #fff;
  font-size: 0.9em;
}
.footerSn a,
.footerSn a:link,
.footerSn a:visited {
  font-size: 36px;
  margin-right: 10px;
}
.footerSn a:last-child,
.footerSn a:link:last-child,
.footerSn a:visited:last-child {
  margin-right: 0;
}
.footerSn a:hover {
  color: #cae1ea;
}
ul#menu-footer {
  list-style-type: none;
  text-align: center;
  margin: 20px 0;
}
ul#menu-footer li {
  margin: 0;
  padding: 0 14px 0 14px;
  border-right: 1px solid #ccc;
  display: inline-block;
}
ul#menu-footer li:last-child {
  border-right: none;
}
ul#menu-footer li a,
ul#menu-footer li a:link,
ul#menu-footer li a:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
ul#menu-footer li a:hover {
  color: #cae1ea;
}
#mobileTogglerWrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20000;
  top: 0;
  left: 0;
  font-size: 1.2em;
  color: yellow;
}
.leadIn {
  color: #0098cc;
  font-size: 26px;
  margin-bottom: 0px;
  line-height: 1.3;
  font-weight: 500;
}
.miniContent {
  margin-bottom: 20px;
}
.miniContent .ul {
  margin-left: 0;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.miniContent .ul li {
  margin-bottom: 10px;
}
.imageHundred {
  display: block;
  width: 100%;
}
.threeBoxesGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.threeBoxesGrid > div {
  background-color: #0098cc;
  color: #fff;
  font-size: 0.8em;
  padding: 14px;
}
.threeBoxesGrid > div h3 {
  background-color: #4b4c4d;
  color: #cae1ea;
  font-weight: 600;
  font-size: 22px;
  padding: 14px;
  margin: -14px -14px 20px -14px;
}
.threeBoxesGrid ul,
.threeBoxesGrid ol {
  margin: 0 0 20px 0;
  padding-left: 0;
}
.threeBoxesGrid ul li,
.threeBoxesGrid ol li {
  margin-left: 20px;
  margin-bottom: 10px;
}
.threeBoxesGrid ul li > ul,
.threeBoxesGrid ol li > ul,
.threeBoxesGrid ul li > ol,
.threeBoxesGrid ol li > ol {
  margin-bottom: 0;
  margin-top: 5px;
}
.threeBoxesGrid ul li > ul,
.threeBoxesGrid ol li > ul {
  list-style-type: square;
}
.threeBoxesGrid ul li::marker,
.threeBoxesGrid ol li::marker {
  color: #cae1ea;
}
input#toggleAnimation.toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
input#toggleAnimation.toggle + label {
  position: absolute;
  bottom: 40px;
  right: 20px ;
  z-index: 8;
  font-size: 0.9em;
  text-transform: lowercase;
  height: 30px;
  line-height: 30px;
  background-color: #ccc;
  padding: 0px 16px;
  border-radius: 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
input#toggleAnimation.toggle + label:before,
input#toggleAnimation.toggle + label:hover:before {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 26px;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 18px;
}
input#toggleAnimation.toggle + label .off,
input#toggleAnimation.toggle + label .on {
  color: #fff;
}
input#toggleAnimation.toggle + label .off {
  margin-left: 46px;
  display: inline-block;
}
input#toggleAnimation.toggle + label .on {
  display: none;
}
input#toggleAnimation.toggle:checked + label .off {
  display: none;
}
input#toggleAnimation.toggle:checked + label .on {
  margin-right: 46px;
  display: inline-block;
}
input#toggleAnimation.toggle:checked + label,
input#toggleAnimation.toggle:focus:checked + label {
  background-color: #0098cc;
}
input#toggleAnimation.toggle:checked + label:before,
input#toggleAnimation.toggle:focus:checked + label:before,
input#toggleAnimation.toggle:checked + label:hover:before,
input#toggleAnimation.toggle:focus:checked + label:hover:before {
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -48px;
}
.innerTopImage {
  position: relative;
}
.innerTopImage img {
  display: block;
  width: 100%;
}
.innerTopImage::after {
  color: #fff;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5vw;
  font-size: clamp(28px, 3.5vw, 46px);
}
#main.site-main {
  padding-top: 40px;
}
.midSize {
  margin: 20px auto;
  max-width: 900px;
}
.simpleLists {
  margin-left: 0;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.simpleLists li {
  margin-bottom: 10px;
}
.someBottomMargin {
  margin-bottom: 30px;
}
.someTopMargin {
  margin-top: 30px;
}
.someMoreTopMargin {
  margin-top: 60px;
}
.advantagesGrid {
  max-width: 1300px;
  font-size: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}
.advantagesGrid .item {
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantagesGrid .item:nth-child(6n + 1),
.advantagesGrid .item:nth-child(6n + 2),
.advantagesGrid .item:nth-child(6n + 3) {
  background-color: #e8eaf1;
}
.advantagesGrid .item:nth-child(6n + 4),
.advantagesGrid .item:nth-child(6n + 5),
.advantagesGrid .item:nth-child(6n + 6) {
  background: #ced2e2;
}
.advantagesGrid .item.header,
.advantagesGrid .item.col1 {
  background-color: #4a66ac;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
.advantagesGrid .item.col1:not(.header) {
  text-align: left;
  text-transform: none;
  font-weight: 500;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.advantagesGrid .item.col2:not(.header),
.advantagesGrid .item.col3:not(.header) {
  font-size: 1.2em;
}
.advantagesGrid .item.col2:not(.header) {
  color: #7FAB3A;
}
.advantagesGrid .item.col2:not(.header) .fa-solid {
  color: #7FAB3A;
}
.advantagesGrid .item.col3:not(.header) {
  color: #AB4029;
}
.advantagesGrid .item.col3:not(.header) .fa-solid {
  color: #AB4029;
}
/*
.fa-solid {
	font-size: 2em;
	display: inline-block;
//\\	vertical-align: center;
	margin-top: 4px;
}
*/
h2.oldAvadaHeading {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #0098cc;
}
.memberSn {
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.memberSn a:hover {
  color: #cae1ea;
}
.memberSn .fa-brands {
  font-size: 3em;
}
.thumbWrap .post-thumbnail {
  margin-bottom: 20px;
}
.outer-menu {
  top: 0px;
}
.entry-content.forPage > ul li,
.entry-content.forPage .productSection > ul li {
  margin-left: 20px;
}
.benefitsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 12px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.benefitsGrid .item {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.benefitsGrid .item span {
  background-color: #dcdddc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.benefitsGrid .item span .fa-solid {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1px;
}
.benefitsGrid .item span .fa-solid.fa-check {
  color: #456b1d;
}
.benefitsGrid .item span .fa-solid.fa-x {
  color: #bf0001;
}
.benefitsGrid .item:nth-child(8n+1) span,
.benefitsGrid .item:nth-child(8n+2) span,
.benefitsGrid .item:nth-child(8n+3) span,
.benefitsGrid .item:nth-child(8n+4) span {
  background-color: #c2c3c2;
}
.benefitsGrid .item:nth-child(4n + 1) span {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
  font-size: 0.8em;
}
.benefitsGrid .item.item-1 span,
.benefitsGrid .item.item-3 span {
  background-color: #0098cc;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  font-weight: bold;
}
.benefitsGrid .item.item-2 span,
.benefitsGrid .item.item-4 span {
  background-color: #757675;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.landingBoxImage {
  margin-bottom: 60px;
}
.myNav {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  z-index: 1000;
}
.myNav i.fa-circle {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  cursor: pointer;
}
.myNav i.fa-circle:before {
  border: 1px solid;
  border-radius: 50%;
  border-color: #0098cc;
}
.myNav i.fa-circle.active {
  color: #0098cc;
}
.myNav i.fa-circle.active:before {
  border-color: #fff;
}
.veryTopSection {
  position: fixed;
  height: 50px;
  color: #fff;
  top: 0px;
  width: 100%;
  background-color: #000000;
  z-index: 10000;
  padding: 0 5%;
}
.veryTopSection a,
.veryTopSection a:link,
.veryTopSection a:visited {
  color: #fff;
  text-decoration: none;
}
.veryTopSectionFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  gap: 20px;
  padding-left: 20px;
}
.veryTopSectionFlex .item {
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.veryTopSectionFlex .item.remaining {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boldIt {
  font-weight: bold;
}
.hoursFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineBoxes {
  gap: 60px 0;
}
.lineBoxes > div {
  padding: 0 40px;
  text-align: center;
}
.lineBoxes > div h2 {
  color: #718995;
  margin-bottom: 24px;
}
.lightBlueBg {
  background: #cae1ea;
}
.lightBlueBg a.myBtn {
  border-color: #0098cc;
}
.owl-carouselThree.owl-theme {
  margin-top: 20px;
  margin-bottom: 40px;
}
.owl-carouselThree.owl-theme a > img:hover {
  border: 4px solid #0098cc;
}
.owl-carouselThree.owl-theme h3 {
  margin-bottom: 3px;
}
.owl-carouselThree.owl-theme .desc {
  margin-bottom: 10px;
}
.owl-carouselThree.owl-theme img {
  display: block;
  width: 100%;
  max-width: none!important;
  border-radius: 20px;
  margin-bottom: 12px;
}
.owl-carouselThree.owl-theme .fa-solid:before {
  font-size: 2em;
}
.owl-carouselThree.owl-theme .owl-nav {
  position: absolute;
  top: 35%;
  /*left: 0;
		right: -4%;*/
  padding: 0 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.owl-carouselThree.owl-theme .owl-dots {
  margin-top: 20px;
}
.videoContainer {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: red;
  width: 100%;
  z-index: 0;
}
.positionChildren h2,
.positionChildren .verticalFlex {
  position: relative;
  z-index: 1;
}
.videoBacker {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.white {
  color: #fff !important;
}
#familyImagesFlexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
#familyImagesFlexer a {
  margin: 10px 2% 0 2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.666%;
          flex: 0 1 12.666%;
}
#familyImagesFlexer a img {
  width: 100%;
}
.myMecList .myMinimalMecGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr 52px;
  grid-template-columns: 80px 1fr 52px;
  gap: 20px;
}
.myMecList .myMinimalMecGrid .item.rightSide {
  text-align: left;
}
.myMecList .mec-event-list-minimal .mec-event-date {
  float: none;
}
.myMecList .mec-event-list-minimal .mec-event-date span {
  margin-bottom: 0;
  line-height: 1.1;
}
.myMecList .mec-event-list-minimal .mec-event-article:first-child {
  padding-top: 0;
}
.myMecList .mec-event-list-minimal .mec-event-date.mec-bg-color {
  background-color: #0098cc;
}
.myMecList .mec-event-list-minimal a.mec-detail-button {
  text-decoration: none;
}
.myMecList .mec-event-list-minimal .mec-repeating-label {
  font-size: 12px;
}
.myMecList .mec-event-list-minimal h4.mec-event-title {
  text-transform: none;
  text-align: left;
  margin-bottom: 5px;
  padding-top: 2px;
}
.myMecList .mec-event-list-minimal h4.mec-event-title a,
.myMecList .mec-event-list-minimal h4.mec-event-title a:link,
.myMecList .mec-event-list-minimal h4.mec-event-title a:visited {
  color: #0098cc !important;
  text-decoration: none !important;
  display: block;
}
.myMecList .mec-event-list-minimal h4.mec-event-title a:hover {
  color: #96060B !important;
}
.dykImage {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
}
div.bubble {
  border: solid #0098cc 3px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  background-color: #f4f9fb;
  font-size: 0.9em;
}
div.bubble p {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.bubble p:last-child {
  margin-bottom: 0px;
}
div.bubble p:first-child {
  margin-top: 0px;
}
div.bubble.withImage {
  border-radius: 0 0 5px 5px;
  border-top: 0px;
}
div.bubble::before {
  content: '';
  /*needs to have '' or won't show up' */
  height: 0;
  width: 0;
  border-top: 20px solid #0098cc;
  border-left: 20px solid transparent;
  /*needs to be transparent or the blue triangle won't show up...bule needs that height*/
  border-right: 20px solid transparent;
  /*border-bottom: 10px solid yellow; */
  position: absolute;
  bottom: -20px;
  left: 25%;
}
div.bubble::after {
  /* white triangle   */
  content: '';
  height: 0;
  width: 0;
  border-top: 20px solid #f4f9fb;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 25%;
}
.morePaddingRight {
  padding-right: 60px;
}
.eyebrow {
  margin-bottom: 15px;
  font-weight: 500;
  color: #718995;
  font-size: 1.3em;
  text-transform: uppercase;
}
.buyBlock {
  border: 1px dotted #cae1ea;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: auto;
  display: table;
}
a.buyNow,
a.buyNow:link,
a.buyNow:visited {
  border-radius: 5px;
  background-color: #0098cc;
  padding: 10px 10px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
a.buyNow:hover {
  background-color: #33add6;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smallerP {
  font-size: 0.9em;
}
.sideSection {
  margin-bottom: 60px;
}
.tocGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 40px 0;
}
.tocGrid .item img {
  display: block;
  max-width: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
.tocGrid .item a,
.tocGrid .item a:link,
.tocGrid .item a:visited,
.tocGrid .item a h4 {
  text-decoration: none;
}
.tocGrid .item a:hover,
.tocGrid .item a:hover h4 {
  color: black;
}
.tocGrid .item h4 {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.tocGrid .item .excerpt {
  font-size: 0.85em;
}
.tocGrid .item p.permalinkWrap {
  margin-bottom: 0;
}
#searchP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  padding: 20px;
}
#searchP.experiences {
  display: none;
}
#searchP > * {
  padding: 0 4px;
}
#searchP input[type="text"],
#searchP input[type="email"],
#searchP input[type="url"],
#searchP input[type="password"],
#searchP input[type="search"],
#searchP input[type="number"],
#searchP input[type="tel"],
#searchP input[type="range"],
#searchP input[type="date"],
#searchP input[type="month"],
#searchP input[type="week"],
#searchP input[type="time"],
#searchP input[type="datetime"],
#searchP input[type="datetime-local"],
#searchP input[type="color"],
#searchP textarea,
#searchP select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px;
}
#searchP select#councilsFilter {
  padding: 7px 5px 6px 5px;
}
.whiteBg {
  background-color: #fff;
  position: relative;
}
#reducedNav {
  display: block;
  background-color: #0098cc;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  height: 50px;
  color: #fff;
  z-index: 12;
}
.waveWrap {
  display: none;
  position: relative;
  top: -87px;
  left: 0;
  height: 87px;
}
.waveWrap svg {
  -webkit-filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.5));
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.aPoof {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #cae1ea;
  font-size: 1.2em;
}
.tickerWrapper {
  background-color: #ce1628;
  color: #fff;
  font-size: 1.2em;
  padding: 8px 0px;
  font-weight: bold;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 46px;
  position: fixed;
  z-index: 3000;
}
.tickerWrapper.stuck {
  top: 46px;
}
.tickerWrapper .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.tickerWrapper .ticker .ticker__item {
  display: inline-block;
  color: white;
}
.verticalFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.shadow {
  text-shadow: 4px 4px 4px #000;
}
.videoWell {
  height: 600px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.accredidationFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accredidationFlex .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27%;
          flex: 0 1 27%;
}
.accredidationFlex .item.mammal {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}
.accredidationFlex .item img {
  display: block;
  width: 100%;
}
.copyright {
  font-size: 0.8em;
  text-align: center;
}
.post,
.page {
  margin: 0;
}
.wp-block-image .alignright {
  margin-left: 60px;
  margin-bottom: 30px;
}
.dailyGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
  grid-template-columns: 70px 1fr;
  text-align: left;
  gap: 10px 10px;
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 5px;
}
.dailyGrid .item.time {
  text-align: right;
}
.dailyGrid .item.time .scs {
  font-variant: small-caps;
}
.dailyGrid .item.spanner {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  height: 1px;
  background-color: #cae1ea;
}
.dailyGrid .fa-asterisk {
  padding-left: 5px;
}
.fa-asterisk {
  color: red;
}
.fa-circle-dollar {
  color: green;
}
.dailyLegend {
  font-size: 0.8em;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 10px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
}
.content-area.inner ul,
.content-area.inner ol {
  margin-bottom: 20px;
}
.offerTitle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  margin-top: 3px;
}
.oneOffer {
  margin-bottom: 20px;
}
.promoMiniGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  margin-bottom: 50px;
  margin-top: 30px;
  gap: 30px;
}
.promoMiniGrid h2 {
  margin-bottom: 1px;
}
a.tinyMore,
a.tinyMore:link,
a.tinyMore:visited {
  font-size: 0.9em;
  text-transform: uppercase;
}
a.tinyMore:hover {
  text-decoration: none;
}
.productSection {
  display: none;
}
.productSection.activeSection {
  display: block;
}
.sectionButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #0098cc;
}
.sectionButtons a,
.sectionButtons a:link,
.sectionButtons a:visited {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0;
  text-decoration: none;
  border: 1px solid #0098cc;
  color: #0098cc;
  text-align: center;
  padding: 20px 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0;
  border-bottom-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionButtons a:hover,
.sectionButtons a.uber {
  background-color: #0098cc;
  color: #fff;
}
.heightZero {
  height: 0;
  margin: 0 !important;
  display: none;
}
.tenTopMargin {
  margin-top: 10px !important;
}
p.extraTitle {
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.pageFlex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pageMain {
  padding-right: 30px;
}
.pageSidebar {
  padding: 50px 15px 15px 15px;
  background-color: #e6f5fa;
}
.custom-shape-divider-top-1680633749 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1680633749 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 29px;
}
.custom-shape-divider-top-1680633749 .shape-fill {
  fill: #FFFFFF;
}
.marginTopMore {
  margin-top: 30px;
}
#main-content.mec-container {
  margin-top: 40px;
}
.black {
  color: #4b4c4d;
}
.purchaseInfo {
  margin-bottom: 20px;
  font-size: 1.1em;
  border-left: 4px solid #0098cc;
  padding-left: 20px;
}
.purchaseInfo p {
  margin-bottom: 0;
}
.purchaseInfo .disclaimers {
  font-style: italic;
  line-height: 1.2;
  margin-top: 10px;
}
.purchaseInfo.ticketing {
  text-align: left;
  font-size: 0.9em;
  border-left: none;
  padding-left: 0;
}
.purchaseInfo.ticketing p {
  line-height: 1.2;
  margin-bottom: 8px;
}
.disclaimers.ticketing {
  font-size: 12px;
  margin-top: 12px;
  line-hgeight: 1.2;
}
.waiver {
  color: #0098cc;
  font-size: 1.4em;
  font-weight: bold;
}
.waiver a,
.waiver a:link,
.waiver a:visited {
  text-decoration: none;
}
a.waiverButton {
  backgrond-color: red;
}
p.littleGridder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  gap: 5px;
}
.aPricesWrap > li {
  padding: 5px 10px;
  margin: 5px 0;
  max-width: 450px;
}
.aPricesWrap > li > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 225px 1fr;
  grid-template-columns: 225px 1fr;
  gap: 5px;
}
.aPricesWrap > li:nth-child(even) {
  background-color: #e5f0f5;
}
.tocGrid .item h4.someBottomMargin {
  margin-bottom: 10px;
  font-size: 24px;
}
.buttonWrapFlexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.buttonWrapFlexer .fa-circle-info {
  color: #718995;
}
.buttonWrapFlexer .fa-ticket {
  color: green;
}
.buttonWrapFlexer .fa-circle-exclamation {
  color: red;
}
.seasonal {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}
.blogSingle ul {
  margin: 0 0 16px 20px;
}
.fa-ticket {
  color: green;
}
.includedFree,
.closedToc {
  margin-bottom: 3px;
  color: #0098cc;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.closedToc {
  color: red;
}
.sponsorStuff {
  padding: 40px 20px;
}
.sponsorGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 40px 0;
}
.sponsorGrid a,
.sponsorGrid a:link,
.sponsorGrid a:visited,
.sponsorGrid a:hover {
  text-decoration: none;
}
.sponsorGrid .item {
  width: 100%;
}
.sponsorGrid .item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sponsorGrid .item .justTitle {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #0098cc;
  font-size: 2em;
  line-height: 1.3;
}
.myMembershipBg {
  background-image: url("../../../uploads/2023/04/white-waves.jpg");
  padding: 40px 0;
  text-align: center;
  margin-top: 40px;
}
.familyGridHeader {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
  margin: 0;
}
.familyGridHeader .topSectionMembership {
  -ms-grid-column: 2;
      grid-column-start: 2;
}
.membershipGrid {
  display: -ms-grid;
  display: grid;
  padding: 20px 0;
  gap: 1px 4px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.membershipGrid.familyGrid {
  -ms-grid-columns: 0.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
}
.membershipGrid.familyGrid .item:nth-child(5n + 1) {
  background-color: transparent;
  padding-right: 14px;
  text-align: right;
  font-size: clamp(10px, 1vw, 14px);
  font-style: italic;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.membershipGrid .item {
  text-align: center;
  background-color: #fbfdfd;
  padding: 8px;
  font-size: 0.9em;
}
.membershipGrid .item:has(a) {
  padding: 0;
  cursor: pointer;
}
.membershipGrid .item a,
.membershipGrid .item a:link,
.membershipGrid .item a:visited {
  display: block;
  text-decoration: none;
  color: #1d1e22;
  padding: 8px;
}
.membershipGrid .item a:hover {
  background-color: #0098cc;
  color: #1d1e22;
  color: #fff;
}
.membershipGrid .item sup {
  display: inline-block;
  margin-right: 3px;
  font-size: 0.7em;
  position: relative;
  top: -5px;
}
.membershipGrid .item.header {
  text-transform: uppercase;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.membershipGrid .item.green {
  background-color: #067835;
}
.membershipGrid .item.teal {
  background-color: #0B9789;
}
.membershipGrid .item.red {
  background-color: #BF0413;
}
.membershipGrid .item.primary {
  background-color: #0098cc;
}
.membershipGrid .item.miniHead {
  background-color: #00131a;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 0;
  font-size: clamp(10px, 1vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.membershipGrid .item.miniHead.miniHeadFirst {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  text-align: right;
  font-style: normal;
}
.membershipGrid .item.desc {
  color: #706c65;
  font-size: 0.75em;
}
.membershipGrid .item.desc img {
  display: block;
  height: 60px;
  margin: 5px auto;
}
.fa-sharp.fa-solid.fa-xmark {
  color: red;
}
.smallScreenSlideContent {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0098cc;
  margin-bottom: 20px;
  background-color: #e6f5fa;
}
.smallScreenSlideContent h2 {
  font-size: 4vw;
}
.smallScreenSlideContent a.myBtn,
.smallScreenSlideContent a.myBtn:link,
.smallScreenSlideContent a.myBtn:visited {
  font-size: clamp(14px, 2vw, 20px);
}
.theFooterRow {
  text-align: center;
  gap: 60px 0;
}
.myPhoneRotate {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #BF0413;
  text-transform: uppercase;
  font-weight: bold;
}
#hideticker,
#openticker {
  position: fixed;
  height: 46px;
  width: 46px;
  background: #ce1728;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  right: 0;
  top: 46px;
  text-align: center;
}
#hideticker.stuck,
#openticker.stuck {
  top: 46px;
}
#hideticker a,
#openticker a,
#hideticker a:link,
#openticker a:link,
#hideticker a:visited,
#openticker a:visited {
  display: block;
  color: #fff;
}
#hideticker a:hover,
#openticker a:hover {
  color: #0098cc;
}
.extraHomeContent {
  display: inline-block;
  padding-top: 4px;
  font-weight: bold;
  color: #000;
}
.pum-title.popmake-title {
  text-align: center !important;
}
.mission {
  line-height: 1.4;
  font-size: 0.9em;
  margin-top: 20px;
}
@media all and (min-width: 440px) {
  #wpadminbar:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  #wpadminbar:before {
    content: 'Small Up';
  }
  .myPullQuote {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
  #topHeaderWrap {
    display: block;
  }
  #mySearch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .formGrid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
        grid-template-areas: "fname fname lname lname bname bname" "tob tob tob busAddy busAddy busAddy" "city city state state zip zip" "country country phone phone email email" "message message message message message message" ". theSubmit theSubmit theSubmit theSubmit . ";
  }
  .formGrid.formGridSmall {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "lname phone" "bname email" "message message" "theSubmit theSubmit";
  }
  .sponsorGrid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .membershipGrid.familyGrid {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media all and (min-width: 768px) {
  #wpadminbar:before {
    content: 'Medium Up';
  }
  .nav#mainNav {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 0;
  }
  .nav#mainNav .rightSide {
    text-align: right;
  }
  .nav#mainNav .rightSide ul.menu {
    display: block;
  }
  .flexerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tab_content {
    padding: 20px;
    display: none;
  }
  .tab_drawer_heading {
    display: none;
  }
  .myThreeLogos {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  /*
.entry-content.forPage  h2 {
	margin-top: 60px;
	font-size: 36px;
}

.entry-content.forPage > h2:first-child {
	margin-top: 0px;
}

*/
  #topHeaderWrap .topHeader > div.contactWrap {
    display: none;
  }
  #topHeaderWrap .topHeader > div.phoneWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: left;
    display: block;
  }
  #topHeaderWrap .topHeader > div.formWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: block;
    text-align: right;
  }
  .memberSn {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .tocGrid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .veryTopSection a .fa-solid,
  .veryTopSection a:link .fa-solid,
  .veryTopSection a:visited .fa-solid {
    margin-right: 5px;
  }
  .topSection {
    top: 100px;
  }
  #hideticker,
  #openticker,
  .tickerWrapper {
    top: 100px;
  }
  #hideticker.stuck,
  #openticker.stuck,
  .tickerWrapper.stuck {
    top: 100px;
  }
}
@media all and (min-width: 992px) {
  #wpadminbar:before {
    content: 'Large Up';
  }
  .visualsFlex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .visualsFlex .gallerySide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0 1% 20px 1%;
  }
  .visualsFlex .videoSide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0 1% 20px 1%;
  }
  .documentBox {
    margin: 0 1% 40px 1%;
  }
  .veryTopSection {
    padding-left: 0;
  }
  #topHeaderWrap .topHeader > div.contactWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    display: block;
  }
  #topHeaderWrap .topHeader > div.phoneWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    text-align: center;
  }
  #topHeaderWrap .topHeader > div.formWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
  #mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bx-wrapper {
    margin-top: -117px;
  }
  #mobileLogoWrap {
    display: none;
  }
  .threeBoxesGrid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
  }
  .tocGrid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .sponsorGrid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .myCarousel .oneItem .slideContent,
  .myNonCarousel .oneItem .slideContent {
    height: auto;
    bottom: 10%;
  }
  .myCarousel .oneItem .slideContent .titleLink h2,
  .myNonCarousel .oneItem .slideContent .titleLink h2 {
    font-size: 2.5em;
  }
  .row > div.middle {
    border-left: 1px solid #0098cc;
    border-right: 1px solid #0098cc;
  }
  .theFooterRow {
    text-align: left;
  }
}
@media all and (min-width: 1240px) {
  #wpadminbar:before {
    content: 'Extra Large Up';
  }
  .d-my-xl-block,
  .menu-primary-container {
    display: block !important;
  }
  .d-my-xl-hide {
    display: none !important;
  }
  #topHeaderWrap .topHeader > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
  }
  .topSection {
    top: 50px;
  }
  .sponsorGrid {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .heroSection {
    position: fixed;
    height: 100%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: 50px;
    z-index: 0;
  }
  .heroSection.inner {
    position: relative;
    height: 70vh;
  }
  .headerHeightHack {
    height: 100vh;
    top: 0;
    left: 0;
  }
  #reducedNav {
    display: none;
    max-height: 0;
    -webkit-animation: slide 0.5s ease 1 forwards;
            animation: slide 0.5s ease 1 forwards;
  }
  #reducedNav.showIt {
    display: block !important;
  }
  @-webkit-keyframes slide {
    from {
      max-height: 0;
    }
    to {
      max-height: 50px;
    }
  }
  @keyframes slide {
    from {
      max-height: 0;
    }
    to {
      max-height: 50px;
    }
  }
  .myCarousel .video,
  .myNonCarousel .video {
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .myCarousel .pic,
  .myNonCarousel .pic {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    display: block;
    width: 100%;
    height: 100vh;
  }
  .myCarousel .oneItem,
  .myNonCarousel .oneItem {
    position: absolute;
  }
  .waveWrap {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 87px;
  }
  .waveWrap svg {
    -webkit-filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.5));
  }
  .myCarousel .oneItem .slideContent,
  .myNonCarousel .oneItem .slideContent {
    height: 70vh;
    bottom: 0;
  }
  .myCarousel .oneItem .slideContent .titleLink h2,
  .myNonCarousel .oneItem .slideContent .titleLink h2 {
    font-size: 4em;
  }
  #hideticker,
  #openticker,
  .tickerWrapper {
    top: 46px;
  }
  #hideticker.stuck,
  #openticker.stuck,
  .tickerWrapper.stuck {
    top: 100px;
  }
}
@media all and (min-width: 1500px) {
  #wpadminbar:before {
    content: 'Super Large Up';
  }
}
/*# sourceMappingURL=lia.css.map */