* {
  min-height: 0;
  min-width: 0;
}

::-moz-selection {
  background-color: #058ECB;
  color: #fff;
}

::selection {
  background-color: #058ECB;
  color: #fff;
}

ul#menu-header-desktop ::-moz-selection {
  background-color: none !important;
  color: none !important;
}

ul#menu-header-desktop ::selection {
  background-color: none !important;
  color: none !important;
}

p::-moz-selection {
  color: #058ECB;
  background: none;
}

p::selection {
  color: #058ECB;
  background: none;
}

nav.main-menu {
  width: 100vw;
  max-width: 1700px;
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999 !important;
}

@media screen and (max-width: 900px) {
  nav.main-menu {
    height: 4em;
  }
}

nav.main-menu.revealed {
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

nav.main-menu.navShadow {
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  background: #fff !important;
}

nav.main-menu #brand,
nav.main-menu #menu,
nav.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.main-menu ul {
  margin-bottom: 0;
}

nav.main-menu #brand {
  padding-left: 20px;
}

nav.main-menu #logo {
/*    background: red;*/
  max-height: 145px;

}

nav.main-menu #logo svg {
  display: block;
  width: 100%;
  height: auto;
max-width: 100px;
}

@media screen and (max-width: 900px) {
  nav.main-menu #logo svg {
    max-width: 60px;
    max-height: 55px;
  }
}

nav.main-menu #logo svg path.ymca-logo-svg {
  fill: #0F6489;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body.home nav.main-menu #logo svg path.ymca-logo-svg {
  fill: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body.home nav.main-menu.revealed #logo svg path.ymca-logo-svg {
  fill: #0F6489 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.main-menu #logo:hover svg path.ymca-logo-svg {
  fill: #0F6489;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

body.home nav.main-menu.navShadow #logo svg path.ymca-logo-svg, nav.main-menu.navShadow #logo path.ymca-logo-svg {
  fill: #0F6489 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.main-menu #logo img:hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.main-menu #word-mark {
  width: 100%;
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*  background: blue;*/
}

nav.main-menu.navShadow #word-mark {
  opacity: 0 !important;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin-top: -40px;
  -webkit-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}

nav.main-menu #word-mark p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.8em;
  color: #0D495F;
  letter-spacing: .04em;
  padding: 0;
}

body.home nav.main-menu #word-mark p {
  color: #fff;
}

@media screen and (max-width: 900px) {
  nav.main-menu #word-mark {
    display: none;
  }
}

nav.main-menu.navShadow #word-mark p {
  color: #0D495F;
}

nav.main-menu #menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px;
}

@media screen and (max-width: 1050px) {
  nav.main-menu #menu {
    padding-right: 10px;
  }
}

nav.main-menu li {
  margin-left: 20px;
  list-style: none;
}

.fontawesome.menu-item a, .fontawesome.menu-item a {
  font-family: FontAwesome;
}

nav.main-menu li a {
  display: block;
  color: #0D495F;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .09em;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

body.home nav.main-menu li a {
  color: #fff;
}

@media screen and (max-width: 1050px) {
  nav.main-menu li a {
    font-size: 13px;
  }
}

nav.main-menu.revealed li a {
  color: #116588;
}

nav.main-menu.revealed li a:hover {
  color: #116588;
}

nav.main-menu.navShadow li a, body.home nav.main-menu.navShadow li a {
  color: #0D495F;
}

nav.main-menu li a:hover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
  opacity: 1;
}

nav.main-menu #menu-toggle {
  width: 55px;
  height: 55px;
  background: #0F6489;
  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;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

nav.main-menu #menu-toggle:hover .bar {
  width: 25px;
}

nav.main-menu #menu-toggle.closeMenu .bar {
  width: 25px;
}

nav.main-menu #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

nav.main-menu #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

nav.main-menu #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

nav.main-menu .bar {
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

nav.main-menu .bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}

nav.main-menu .bar:last-child {
  width: 15px;
}

@media screen and (max-width: 900px) {
  nav.main-menu #menu {
    padding-right: 0px;
  }
  nav.main-menu #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  nav.main-menu ul {
    display: inline-block;
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 4em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.main-menu ul.showMenu {
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
  nav.main-menu ul.showMenu li {
    height: auto;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
  }
  nav.main-menu li {
    width: 100%;
    height: inherit;
    float: left;
    padding-left: 0px;
    padding-top: 2vh;
    padding-bottom: 2vh;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    -webkit-transition: all 0.3s 0.1s;
    -o-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
    text-align: center;
  }
  nav.main-menu li a {
    font-size: 23px;
  }
  nav.main-menu ul.showMenu li a {
    color: #0F6489;
  }
}

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.gm-animation {
  opacity: 0;
}

.gm-animation.animated {
  opacity: 1;
}

.animation-delay-25s {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.gm-staggered-animation-container .gm-staggered-animation-item {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(1) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(2) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(3) {
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(4) {
  -webkit-animation-delay: .45s;
  animation-delay: .45;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(5) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(6) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(7) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(8) {
  -webkit-animation-delay: .85s;
  animation-delay: .85s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(9) {
  -webkit-animation-delay: .95s;
  animation-delay: .95s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(10) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(11) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(12) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(13) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(14) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(15) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(16) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(17) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.gm-staggered-animation-container .gm-staggered-animation-item:nth-child(18) {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}

.m-scene .scene_element {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

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

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

.bgcolor-0d638a {
  background-color: #0d638a;
}

.bgcolor-ece9e6 {
  background-color: #ece9e6;
}

.bgcolor-ffffff {
  background-color: #ffffff;
}

.rte {
  display: inline-block;
}

.btn, .rte .btn {
  font-size: 21px;
  margin: 0 15px 25px 0;
  background: #fff;
  color: #0d6389;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  text-align: center;
  float: left;
  display: block;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  border: 2px solid #dce2e6;
  height: 52px;
  line-height: 50px;
  vertical-align: middle;
  min-width: 200px;
  max-width: 250px;
}

.btn::after {
  font-family: fontAwesome;
  content: "  \f0da";
  vertical-align: middle;
  line-height: 50px;
}

.btn.center {
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  min-width: 200px;
  max-width: 200px;
}

.btn a {
  color: #fff;
}

.btn:hover, .rte .btn:hover {
  background-color: #fff;
  color: #018BCC;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #018BCC;
}

.btn:hover a {
  color: #000;
}

.btn-shadded {
  font-size: 15px;
  margin: 25px auto;
  letter-spacing: .03em;
  color: #fff;
  padding: 0 30px;
  text-align: center;
  display: block;
  border: 2px solid transparent;
  line-height: 55px;
  height: 55px;
  vertical-align: middle;
  min-width: 250px;
  max-width: 250px;
  border-radius: 100px;
  text-transform: uppercase;
  background: #1b6397;
  background: -webkit-linear-gradient(left, #1b6397 0%, #1c6498 19%, #24699c 46%, #3472a4 70%, #5383b2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1b6397), color-stop(19%, #1c6498), color-stop(46%, #24699c), color-stop(70%, #3472a4), to(#5383b2));
  background: -o-linear-gradient(left, #1b6397 0%, #1c6498 19%, #24699c 46%, #3472a4 70%, #5383b2 100%);
  background: linear-gradient(to right, #1b6397 0%, #1c6498 19%, #24699c 46%, #3472a4 70%, #5383b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6397', endColorstr='#5383b2',GradientType=1 );
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn-shadded:hover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #5383b2;
  background: -webkit-linear-gradient(left, #5383b2 0%, #3472a4 30%, #24699c 54%, #1c6498 81%, #1b6397 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5383b2), color-stop(30%, #3472a4), color-stop(54%, #24699c), color-stop(81%, #1c6498), to(#1b6397));
  background: -o-linear-gradient(left, #5383b2 0%, #3472a4 30%, #24699c 54%, #1c6498 81%, #1b6397 100%);
  background: linear-gradient(to right, #5383b2 0%, #3472a4 30%, #24699c 54%, #1c6498 81%, #1b6397 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5383b2', endColorstr='#1b6397',GradientType=1 );
}

.btn-shadded a {
  color: #fff;
}

.btn-shadded a:hover {
  color: #fff;
  opacity: 1;
}

header {
  margin-right: auto;
  margin-left: auto;
  height: 6em;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 9999;
  max-width: 1700px;
}

@media screen and (max-width: 900px) {
  header {
    height: 4em;
  }
}

.section-site-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: white;
}

.section-site-header.active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background: white;
}

.header-logo {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.header-logo img {
  max-height: 82px;
  width: auto;
}

.section-site-header-desktop a {
  color: #fff;
}

.menu-header-menu-desktop ul {
  padding: 0;
  margin: 0;
}

.section-site-header-desktop li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2.0em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.section-right-nav {
  text-align: right;
}

.section-left-nav {
  text-align: left;
}

.section-left-nav h2, .section-right-nav h2 {
  margin: 0;
}

.section-right-nav a, .section-left-nav a {
  font-size: 16px;
}

.section-footer-wrapper {
  padding-top: 60px;
  padding-bottom: 0;
}

@media screen and (max-width: 950px) {
  .section-footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

ul.footer-link-list {
  padding: 0;
  margin: 0;
}

ul.footer-link-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2.0em;
}

ul.footer-link-list li a {
  color: #fff;
}

.section-footer-inner {
  padding-right: 3%;
  padding-left: 3%;
}

@media screen and (max-width: 750px) {
  .footer-column-2, .footer-column-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 5%;
    padding-bottom: 10px;
    padding-left: 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 5%;
  }
  .footer-column-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 5%;
  }
  .footer-column-2 {
    padding-bottom: 5%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-column-5 {
    padding-bottom: 0%;
    padding-top: 5%;
  }
  .footer-column-1 {
    padding-bottom: 5%;
  }
}

.footer-column-5 svg {
  margin-right: auto;
  margin-left: auto;
  float: none;
  display: block;
}

.footer-column-1 img {
  margin-right: auto;
  float: none;
  display: block;
  width: 80%;
  max-width: 200px;
}

@media screen and (max-width: 750px) {
  .footer-column-1 img {
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-footer-copyright {
  padding: 30px 20px;
  position: relative;
  background-color: #196A8F;
}

.section-footer-copyright p {
  padding-bottom: 0;
}

@media all and (max-width: 750px) {
  .section-footer-copyright p {
    text-align: center;
  }
}

.copyright, .copyright a {
  color: #fff;
  font-family: 'Cachet-Book';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: lighter;
}

#main {
  position: relative;
}

.loading-overlay {
  background: #263238;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-one-column-layout {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  padding-top: 50px;
  background-color: #fff;
  min-height: 60vh;
  padding-bottom: 60px;
}

@media all and (max-width: 750px) {
  .section-one-column-layout {
    width: 100%;
    margin-top: 0;
  }
}

@media all and (max-width: 750px) {
  .section-one-column-layout .flex-item-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

.section-one-column-layout .large {
  margin-bottom: 65px;
}

.section-one-column-layout p:last-of-type {
  margin-bottom: 60px;
}

.section-one-column-layout .lead p:last-of-type {
  margin-bottom: 0;
}

.section-two-column-layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media all and (max-width: 950px) {
  .section-two-column-layout {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .section-two-column-layout .flex-item-90 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.change-order-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media all and (max-width: 750px) {
  .order-on-top {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.section-two-column-layout-content {
  border-left: 1px solid #E5E0DC;
  margin-top: -15vh;
  background: #fff;
  padding-top: 30px;
  position: relative;
  min-height: 60vh;
}

@media all and (max-width: 950px) {
  .section-two-column-layout-content {
    margin-top: 0;
    padding-top: 0;
    border-left: 1px solid #fff;
  }
}

@media all and (max-width: 750px) {
  .section-two-column-layout-content {
    margin-top: 0;
    padding: 0 0 30px;
    min-height: inherit;
  }
}

.section-one-column-layout-content p:last-of-type {
  margin-bottom: 60px;
}

.section-one-column-layout-content .lead p:last-of-type {
  margin-bottom: 0;
}

.change-content-right {
  border-left: none;
  border-right: 1px solid #E5E0DC;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
}

@media screen and (max-width: 950px) {
  .change-content-right {
    border-left: none;
    border-right: 1px solid #fff;
    padding-bottom: 60px;
  }
}

.section-two-column-layout-sidebar {
  margin-left: auto;
  margin-right: auto;
  min-height: 10vh;
}

.section-two-column-layout-sidebar ul {
  list-style: none;
  padding-right: 0;
}

.section-two-column-layout-sidebar .flex-item-90 img {
  max-width: 25px;
  display: inline-block;
}

.change-sidebar-right {
  padding-right: 0;
  padding-left: 5px;
}

.section-two-column-layout-content .large {
  margin-bottom: 30px;
}

@media all and (max-width: 950px) {
  ul#menu-general-info-menu.menu, ul#menu-resources-menu.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100% !important;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 950px) {
  ul#menu-general-info-menu.menu li, ul#menu-resources-menu.menu li {
    min-width: 48%;
    text-align: center;
    margin-left: 1%;
    margin-bottom: 12px;
    margin-right: 1%;
    border: 3px solid #ECE9E6;
    min-height: 50px;
    line-height: 45px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

ul#menu-general-info-menu.menu li a, ul#menu-resources-menu.menu li a {
  font-family: 'Cachet-Book';
  font-size: 21px;
  color: #333333;
  font-weight: normal;
  padding: 0;
  letter-spacing: .01em;
}

@media all and (max-width: 950px) {
  ul#menu-general-info-menu.menu li a, ul#menu-resources-menu.menu li a {
    font-size: 19px;
  }
}

@media all and (max-width: 750px) {
  ul#menu-general-info-menu.menu li a, ul#menu-resources-menu.menu li a {
    font-size: 14px;
  }
}

ul#menu-general-info-menu.menu li a:hover, ul#menu-resources-menu.menu li a:hover {
  color: #188cc9;
}

ul.menu li a .current_page_item a {
  color: #188cc9;
}

.section-general-hero-imageholder {
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: 60vh;
  
  background-repeat: no-repeat !important;
  background-size: 150% !important;
  background-position: center 50% !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
	padding-top: 6em;
}

@media screen and (max-width: 950px) {
  .section-general-hero-imageholder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .section-general-hero-imageholder {
    min-height: inherit;
    width: 100%;
    min-height: inherit;
    background-position: center 50% !important;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 6em;
    background-size: 250% !important;
  }
}

.section-general-hero-imageholder img {
  display: block;
}

.section-general-hero-imageholder-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(35, 31, 32, 0.45);
}

.section-general-hero-content {
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  background: transparent;
  padding-right: 5%;
  padding-left: 5%;
}

.section-general-hero-content hr {
  display: block;
  border-top: 2px solid #008ccd;
  width: 35px;
  margin: 4px auto;
  padding: 0;
}

.page-title-wrapper-over-image h1.page-title {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  border: none;
}

.page-title-wrapper-standard {
  text-align: center;
  padding-top: 30px;
}

.section-posttype-wrapper {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 20px;
}

@media screen and (max-width: 950px) {
  .section-home-photo-grid-wrapper {
    max-width: 800px;
  }
}

@media screen and (max-width: 750px) {
  .section-home-photo-grid-wrapper {
    max-width: 600px;
  }
}

.section-photo-grid .flex-item-33 {
  position: relative;
  max-width: 400px;
}

@media all and (max-width: 950px) {
  .section-photo-grid .flex-item-33 {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}

@media all and (max-width: 750px) {
  .section-photo-grid .flex-item-33 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.photo-grid-img {
  position: relative;
  display: block;
  width: 100%;
}

.section-photo-grid .flex-item-33:hover .gradient-overlay {
  opacity: 0;
}

.photo-grid-img img {
  display: block;
}

.photo-grid-text-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.gradient-overlay {
  background: #011620;
  background: -webkit-linear-gradient(bottom, #001620 0%, rgba(155, 168, 183, 0.02) 85.3%, rgba(155, 168, 183, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#001620), color-stop(85.3%, rgba(155, 168, 183, 0.02)), to(rgba(155, 168, 183, 0)));
  background: -o-linear-gradient(bottom, #001620 0%, rgba(155, 168, 183, 0.02) 85.3%, rgba(155, 168, 183, 0) 100%);
  background: linear-gradient(to top, #001620 0%, rgba(155, 168, 183, 0.02) 85.3%, rgba(155, 168, 183, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=‘ #cc156488 ’, endColorstr=‘ #009ba8b7 ’, GradientType=0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.photo-grid-text-wrapper h5 {
  font-size: 21px;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}

.image-holder {
  position: relative;
  /*  outline: 5px solid red;*/
}

.caption-holder {
  background-color: rgba(240, 238, 237, 0.95);
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2em;
  padding: 10px 15px;
  margin-top: -30px;
	margin-bottom: 30px;
}

@media all and (max-width: 950px) {
  .caption-holder {
    width: 75%;
  }
}

@media all and (max-width: 550px) {
  .caption-holder {
    width: 100%;
    bottom: 0px;
  }
}

.caption-holder:empty {
  display: none !important;
  padding: 0 !important;
}

.caption-holder p {
  font-size: 14px;
  color: #636466;
  margin: 0 !important;
  line-height: 1em !important;
  padding-bottom: 0;
}

.list-heading {
  font-family: 'Cachet-Medium';
  font-size: 30px;
  color: #0d6389;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -.03em;
  padding: 5px 0;
}

@media all and (max-width: 950px) {
  .list-heading {
    font-size: 26px;
  }
}

@media all and (max-width: 550px) {
  .list-heading {
    font-size: 23px;
  }
}

.lead p {
  font-family: 'Cachet-Book';
  font-size: 21px;
  color: #0d638a;
  line-height: 1.6;
  font-weight: normal;
  padding-bottom: 30px;
  letter-spacing: -.018em;
}

@media all and (max-width: 950px) {
  .lead p {
    font-size: 22px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 550px) {
  .lead p {
    font-size: 20px;
  }
}

.picture-on-left-container {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.no-image-text-block-container {
  margin-bottom: 30px;
}

.line h6 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E0DC;
}

.line-break .picture-on-left-container {
  border-bottom: 1px solid #E5E0DC;
}

.line-break .flex-item-70 {
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  padding-left: 3%;
}

@media all and (max-width: 750px) {
  .line-break .flex-item-70 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}

.no-line .picture-on-left-container {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.no-line .flex-item-70 {
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  padding-left: 3%;
}

@media all and (max-width: 750px) {
  .no-line .flex-item-70 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}

.picture-on-left .flex-item-70 {
  padding-left: 3%;
}

@media all and (max-width: 950px) {
  .picture-on-left .flex-item-70 {
    max-width: 700px;
    padding-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.picture-on-left img {
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media all and (max-width: 750px) {
  .picture-on-left img {
    max-width: 400px;
    margin-bottom: 20px;
  }
}

.picture-on-left-content h6 {
  text-transform: uppercase;
  color: #0d6389;
  margin-bottom: 20px;
  line-height: 1.1;
  padding-bottom: 0;
  font-size: 28px;
}

.picture-on-left-content p {
  padding-bottom: 0;
}

.section-home-hero {
  background: #fff;
  position: relative;
  max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 950px) {
  .section-home-hero {
    padding-right: 0%;
    padding-left: 0%;
  }
}

.section-home-hero .content-full {
  max-width: inherit;
}

.home-hero-img {
  position: relative !important;
  width: 100%;
  display: block;
  overflow: hidden!important;

}

.home-hero-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-width: 1800px;
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
  -webkit-backface-visibility: hidden;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  margin-right: auto;
  margin-left: auto;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.cloud {
  background-image: url("/wp-content/themes/boldgold/imgs/cloud.png");
  background-repeat: repeat-x;
  background-size: 50%;
  background-position: left center;
  height: 60%;
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@-webkit-keyframes cloud {
  from {
    background-position: left;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    background-position: right;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .7;
  }
}

@keyframes cloud {
  from {
    background-position: left;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    background-position: right;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .7;
  }
}

.cloud {
  -webkit-animation: cloud 50s linear infinite;
  animation: cloud 50s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.section-home-hero-text-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 10;
  background: -webkit-linear-gradient(top, rgba(21, 100, 136, 0.8) 0%, rgba(155, 168, 183, 0.02) 51%, rgba(155, 168, 183, 0) 52%);
  background: -webkit-gradient(linear, left top, left bottom, from(#156488), color-stop(30%, rgba(155, 168, 183, 0.5)), color-stop(45%, rgba(155, 168, 183, 0)));
  background: -webkit-linear-gradient(top, #156488 0%, rgba(155, 168, 183, 0.5) 30%, rgba(155, 168, 183, 0) 45%);
  background: -o-linear-gradient(top, #156488 0%, rgba(155, 168, 183, 0.5) 30%, rgba(155, 168, 183, 0) 45%);
  background: linear-gradient(to bottom, #156488 0%, rgba(155, 168, 183, 0.5) 30%, rgba(155, 168, 183, 0) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc156488', endColorstr='#009ba8b7',GradientType=0 );
}

.section-home-hero-text-wrapper-inner {
  text-align: center;
  width: 90vw;
  margin-top: -25vh;
}

@media screen and (max-width: 950px) {
  .section-home-hero-text-wrapper-inner {
    margin-top: -35vh;
  }
}

.section-home-hero-text-wrapper-inner h2 {
  font-family: 'Cachet-Medium';
  color: #fff;
  font-size: 150px;
  letter-spacing: -.02em;
  margin: 0 0 10px;
  line-height: 1;
  text-shadow: 0px 0px 50px rgba(52, 113, 141, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 0;
}

@media screen and (max-width: 950px) {
  .section-home-hero-text-wrapper-inner h2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 750px) {
  .section-home-hero-text-wrapper-inner h2 {
    font-size: 70px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .section-home-hero-text-wrapper-inner h2 {
    font-size: 50px;
    margin-bottom: 0;
  }
}

.section-home-hero-text-wrapper-inner h4 {
  font-family: 'Cachet-Medium';
  color: #fff;
  font-size: 25px;
  letter-spacing: .3em;
  margin: 0 0 10px;
  line-height: 1;
  text-shadow: 0px 0px 9px rgba(52, 113, 141, 0.9);
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .section-home-hero-text-wrapper-inner h4 {
    font-size: 18px;
    letter-spacing: .2em;
  }
}

.section-home-hero-text-wrapper-inner p {
  color: #fff;
  font-family: 'Cachet-Book';
  letter-spacing: .06em;
  margin: 0;
  font-size: 21px;
  text-shadow: 0px 0px 9px rgba(52, 113, 141, 0.9);
}

@media screen and (max-width: 750px) {
  .section-home-hero-text-wrapper-inner p {
    font-size: 17px;
    letter-spacing: .00em;
  }
}

.section-home-cta-imageholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 70vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left bottom !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.section-home-cta-imageholder img {
  display: block;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left bottom !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

.section-hero-curve {
  background: url(/wp-content/themes/boldgold/imgs/image-curve.svg) center top no-repeat;
  background-size: cover !important;
  height: 15vh;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  margin-bottom: 0px;
  margin-top: -70px;
  position: relative;
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 1800px;
  padding-bottom: 0;
}

.content.section-home-slickslider {
  max-width: 1200px !important;
  margin-bottom: 5vh;
}

.section-tab-content-1 {
  display: block;
  overflow: hidden;
}

.section-locations-slider-wrapper {
  width: 100%;
  /*  max-width: 650px;*/
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.section-locations-slider-wrapper .slideshow > div {
  position: absolute;
  width: 100%;
  height: 730px;
}

.section-locations-slider-wrapper .slideshow > div > img {
  height: 100%;
  width: 100%;
}


.section-testimonials-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  background: url(/wp-content/themes/boldgold/imgs/water-bg.jpg) center center no-repeat #F4F2EE;
  background-size: cover !important;
  padding: 10vh 3%;
}

.section-testimonial-quote-wrapper {
  outline: 4px solid #008BCC;
  padding: 40px 30px;
  position: relative;
}

.section-testimonial-quote-wrapper::before {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/wp-content/themes/boldgold/imgs/quote.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 90px;
  height: 70px;
  content: "";
}

.section-testimonial-quote-wrapper p {
  text-align: center;
  line-height: 2em;
  padding-bottom: 0;
  color: #000;
  font-size: 19px;
}

@media screen and (max-width: 750px) {
  .section-testimonial-quote-wrapper p {
    font-size: 17px;
  }
}

.section-testimonials-wrapper .content {
  max-width: 1200px;
}

.section-programs-wrapper {
  min-height: 20vh;
}

.section-cta-boxes-wrapper_outer {
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-image: url("/wp-content/themes/boldgold/imgs/topography-lines.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.section-cta-boxes-wrapper.content {
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  min-height: 45vh;
  padding: 10vh 2%;
}

@media screen and (max-width: 950px) {
  .section-cta-boxes-wrapper.content {
    padding: 10vh 3%;
  }
}

.flex-item-30.item-cta-box {
  background: #fff;
  -ms-flex-preferred-size: 32.3%;
  flex-basis: 32.3%;
}

@media screen and (max-width: 750px) {
  .flex-item-30.item-cta-box {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.item-cta-box-textwrapper {
  padding: 20px 5px 30px;
}

.item-cta-box-textwrapper h3 {
  text-transform: uppercase;
  letter-spacing: 0em;
  padding-bottom: 19px;
  line-height: 1.5;
}

.item-cta-box-textwrapper span {
  color: #0d6389;
  font-size: 15px;
}

.item-cta-box-textwrapper span::after {
  content: "\A";
  white-space: pre;
}

.section-cta-boxes-wrapper .flex-item-30 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-bottom: 1px solid #DCE2E6;
}

.section-email-signup-wrapper {
  min-height: 20vh;
}

.section-hero-wrapper {
  margin-bottom: 3vh;
}

.section-home-photo-grid-wrapper {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.section-home-photo-grid-wrapper_title {
  text-align: center;
  padding-bottom: 30px;
}

img.program-animation {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 90px;
  padding-bottom: 10px;
}

.icon-gif-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
  margin-bottom: 30px;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.section-home-photo-grid-wrapper_title h6 {
  text-transform: uppercase;
  letter-spacing: .19em;
  padding-bottom: 15px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .section-home-photo-grid-wrapper_title h6 {
    font-size: 18px;
  }
}

.section-home-photo-grid-wrapper_title h2 {
  text-transform: capitalize;
  color: #333;
  font: 26px 'Cachet-Book', sans-serif;
  letter-spacing: 0em !important;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .section-home-photo-grid-wrapper_title h2 {
    font-size: 21px;
  }
}

.section-program-types .section-negative-margin .content-full {
  overflow: visible !important;
}

.section-why-hero-imageholder {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-top: 6em;
  z-index: 0 !important;
  height: 70vh;
}

@media screen and (max-width: 750px) {
  .section-why-hero-imageholder {
    min-height: inherit;
    width: 100%;
    height: 50vh;
    background-position: center bottom !important;
  }
}

.section-why-hero-imageholder img {
  display: block;
}

.section-why-hero-content {
  margin-bottom: 5vh;
width: 80%;
}

.section-why-hero-content h1 {
  font-size: 116px;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .section-why-hero-content h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 550px) {
  .section-why-hero-content h1 {
    font-size: 50px;
  }
}

.section-why-hero-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-programs h5 {
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .section-programs h5 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.section-programs-photo-grid {
  margin-bottom: 120px;
}

.section-by-the-numbers-imageholder {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 60vh;
}

@media screen and (max-width: 750px) {
  .section-by-the-numbers-imageholder {
    min-height: inherit;
    width: 100%;
    background-position: center bottom !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-by-the-numbers .flex-item-25 {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

@media all and (max-width: 1150px) {
  .section-by-the-numbers-content .flex-item-25 {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 650px) {
  .section-by-the-numbers-content .flex-item-25 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 31px;
  }
}

.section-by-the-numbers-imageholder img {
  display: block;
}

.section-by-the-numbers-content {
  width: 80%;
}

@media all and (max-width: 650px) {
  .section-by-the-numbers-content {
    width: 95%;
  }
}

.section-by-the-numbers-content h1 {
  font-size: 116px;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -.08em;
  color: #008bcc;
  font-family: 'Cachet-Book';
}

@media all and (max-width: 950px) {
  .section-by-the-numbers-content h1 {
    font-size: 87px;
  }
}

@media all and (max-width: 550px) {
  .section-by-the-numbers-content h1 {
    font-size: 58px;
  }
}

.section-by-the-numbers-content h3 {
  font-size: 29px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #0d6389;
  font-family: 'Cachet-Medium';
}

@media all and (max-width: 950px) {
  .section-by-the-numbers-content h3 {
    font-size: 22px;
  }
}

@media all and (max-width: 550px) {
  .section-by-the-numbers-content h3 {
    font-size: 15px;
  }
}

.section-by-the-numbers-content h6 {
  text-align: center;
  color: #0d6389;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

@media all and (max-width: 550px) {
  .section-by-the-numbers-content h6 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.navigation-wrapper {
  width: 100%;
  display: block;
  padding: 20px 1%;
  overflow: hidden;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #E5E0DC;
}

.page-navi .navigation {
  float: left;
  width: 100%;
  display: inline-block;
}

.page-navi .navigation ul {
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  width: 100%;
}

.page-navi .navigation li a, .page-navi .navigation li a:hover, .page-navi .navigation li.active a, .page-navi .navigation li.disabled {
  font: 16px 'Cachet-Medium';
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  color: #008bcc;
}

.page-navi .navigation .active a {
  background: none;
}

.page-navi .navigation li {
  display: inline;
  margin-right: auto;
  margin-left: auto;
}

.page-navi .navigation li a, .page-navi .navigation li a:hover, .page-navi .navigation li.active a, .page-navi .navigation li.disabled {
  cursor: pointer;
  padding: .25em .5em;
  border: 1px solid transparent;
}

.page-navi .navigation li a:hover, .page-navi .navigation li.active a {
  color: #0d6389;
}

.page-navi .navigation li.next-page {
  float: right;
}

.page-navi .navigation li.previous-page {
  float: left;
}

.page-navi .navigation li.next-page .fa {
  font-size: 12px;
  vertical-align: middle;
  padding-left: 10px;
}

.page-navi .navigation li.previous-page .fa {
  font-size: 12px;
  vertical-align: middle;
  padding-right: 10px;
}

.page-navi .navigation li.next-page {
  float: right;
  color: #008bcc;
}

.page-navi .navigation li.previous-page a, .page-navi .navigation li.next-page a {
  color: #008bcc;
  font-size: 15px;
  margin: 0 auto;
  background: #fff;
  color: #0d6389;
  padding: 0 20px;
  text-align: center;
  display: block;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  border: 2px solid #dce2e6;
  height: 50px;
  line-height: 45px;
  vertical-align: middle;
  max-width: 200px;
  min-width: 200px;
}

.page-navi .navigation li.previous-page a:hover, .page-navi .navigation li.next-page a:hover {
  color: #0d6389;
}

.page-navi .navigation .page-numbers-wrapper {
  display: inline-block;
  width: 50%;
}

@media all and (max-width: 750px) {
  .page-navi .navigation .page-numbers-wrapper {
    display: none;
  }
}

.page-navi .navigation .page-numbers {
  display: table;
  margin: 0 auto;
}

.page-navi .previous-page-wrapper {
  float: left;
  width: 25%;
  min-height: 35px;
}

.page-navi .next-page-wrapper {
  float: right;
  width: 25%;
  min-height: 35px;
}

@media all and (max-width: 750px) {
  .page-navi .next-page-wrapper {
    float: right;
    width: 50%;
    min-height: 35px;
  }
  .page-navi .previous-page-wrapper {
    float: left;
    width: 50%;
    min-height: 35px;
  }
}

.section-404 {
  margin-top: 20vh;
}

.section-404 p {
  text-align: center;
}

.section-404 a {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

h3.programs {
  line-height: 1.5;
  letter-spacing: .04em;
  font-size: 16px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  h3.programs {
    font-size: 14px;
    letter-spacing: .1em;
  }
}

.section-sub-nav li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding-right: 5%;
}

.section-upcoming-dates {
  margin-bottom: 0;
  padding-right: 3%;
  padding-left: 3%;
  max-width: 1300px;
}

.section-upcoming-dates h6, .section-related-locations h6 {
  margin-bottom: 50px;
}

.section-upcoming-dates p {
  padding: 0;
  color: #000;
}

.section-upcoming-dates h3 {
  text-align: left;
  color: #2c3643;
  font-size: 15px;
  opacity: 0.5;
  letter-spacing: 2px;
}

@media screen and (max-width: 950px) {
  .section-upcoming-dates h3 {
    text-align: center;
  }
}

.section-upcoming-dates .flex-item-100 .btn {
  margin: 0 auto;
  float: right;
  max-width: 90px;
  font-size: 15px;
  text-transform: uppercase;
  color: #008bcc;
  letter-spacing: .03em;
  border-color: #F5F4F2;
}

.section-upcoming-dates .flex-item-100 .btn:hover {
  background-color: #fff;
  color: #018BCC;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #018BCC;
}

@media screen and (max-width: 950px) {
  .section-upcoming-dates .flex-item-100 .btn {
    margin: 10px auto 0;
    float: none;
    max-width: 150px;
  }
}

.datewrapper {
  padding-bottom: 50px;
}

.section-single-date {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #F5F4F2;
}

.datewrapper .section-single-date:nth-child(odd) {
  background: #F5F4F2;
}

.section-single-date h3 {
  font-size: 22px;
  color: #008ccd;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
  padding-bottom: 0;
  opacity: 1;
  margin-bottom: 0;
}

.section-single-date_program-type p {
  text-transform: uppercase;
  opacity: .6;
  letter-spacing: .06em;
  font-size: 15px;
  padding-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 950px) {
  .section-single-date {
    text-align: center;
  }
}

ul.section-single-date_program-type-wrapper {
  margin-bottom: 0;
  width: 100%;
  list-style: none;
  display: inline-block;
}

ul.section-single-date_program-type-wrapper li {
  margin-bottom: 0;
  float: left;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 950px) {
  ul.section-single-date_program-type-wrapper {
    width: auto;
  }
}

.section-related-locations .flex-item-25 {
  margin-bottom: 50px;
}

@media screen and (max-width: 950px) {
  .section-related-locations .flex-item-25 {
    margin-bottom: 20px;
  }
}

.section-location-posttype-wrapper {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 60px;
}

.section-posttype-item.flex-item-25.list-view img {
  display: none;
}

.section-posttype-item.flex-item-25.grid-view img {
  display: inherit;
}

.thumb-img-wrapper {
  display: block;
  overflow: hidden;
}

.section-posttype-item.flex-item-25 img {
  display: block;
  -webkit-transition: all .50s ease-in-out;
  -o-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
  position: relative;
  overflow: hidden;
}

a.post-item-link-wrapper:hover img {
  overflow: hidden;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

a.post-item-link-wrapper {
  background: red;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  margin-right: 1%;
  margin-left: 1%;
  background: #fff;
  margin-bottom: 40px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
  border: 2px solid #fff;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  a.post-item-link-wrapper {
    -ms-flex-preferred-size: 32.3%;
    flex-basis: 32.3%;
    margin-right: .5%;
    margin-left: .5%;
  }
}

@media screen and (max-width: 750px) {
  a.post-item-link-wrapper {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-right: .5%;
    margin-left: .5%;
    margin-bottom: 10px;
  }
}

a.post-item-link-wrapper:hover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #fff !important;
}

.section-posttype-item_textwrapper {
  padding: 15px 10px 0 5px;
  color: #A3A3A3;
}

@media screen and (max-width: 950px) {
  .section-posttype-item_textwrapper {
    padding: 5px 10px 0 5px;
  }
}

.thumbnail_image-wrapper {
  overflow: hidden;
}

.section-posttype-item_textwrapper p {
  color: #A3A3A3;
  padding: 0;
  line-height: 1;
}

.section-posttype-item h2 {
  font-family: 'Cachet-Medium';
  color: #0F6489;
  font-size: 19px;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding-bottom: 4px;
}

.section-dropdown-wrapper {
  width: auto;
}

.section-posttype-search-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: start;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: flex-start;
  max-width: 1450px;
  margin: 10px auto 40px;
  padding: 0 2%;
  min-height: 55px;
}

@media screen and (max-width: 950px) {
  .section-posttype-search-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .section-posttype-search-options {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.Dropdown-profile::-moz-selection {
  background-color: none !important;
  color: none !important;
}

.Dropdown-profile::selection {
  background-color: none !important;
  color: none !important;
}

.Dropdown-profile-1 {
  margin-right: 2%;
}

.Dropdown-profile, .Dropdown-profile-1 {
  position: relative;
  min-width: 100px;
  max-width: 180px;
  width: 50%;
  height: 55px;
  vertical-align: middle;
  line-height: 50px;
  border: 3px solid #ECE9E6;
  z-index: 10;
  /*  margin-bottom: -3px;*/
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: left;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .Dropdown-profile, .Dropdown-profile-1 {
    width: 48% !important;
    max-width: none !important;
    min-width: 100px;
    /*  background: blue;*/
  }
}

.Dropdown-profile i,
.Dropdown-profile-1 i {
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
}

.Dropdown-profile:hover, .Dropdown-profile-1:hover {
  background: #ECE9E6;
  color: #0F6489;
}

.Dropdown, .Dropdown-1 {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  border: 0px solid #ECE9E6;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: none;
}

.Dropdown.is-expanded, .Dropdown-1.is-expanded {
  opacity: 1;
  overflow: hidden;
  height: auto;
  max-height: 100vh;
  padding: 2% 0;
  margin: 10px 0 0;
  background: #fff;
  border: 3px solid #fff;
  background: rgba(236, 233, 230, 0.4);
}

.Dropdown-profile.is-expanded .MenuIcon-line:nth-child(1), .Dropdown-profile-1.is-expanded .MenuIcon-line:nth-child(1) {
  top: 50%;
}

.Dropdown-profile.is-expanded .MenuIcon-line:nth-child(3), .Dropdown-profile-1.is-expanded .MenuIcon-line:nth-child(3) {
  top: 50%;
}

.MenuIcon {
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  right: 14px;
  height: 10px;
  width: 12px;
}

.MenuIcon-line {
  background: #0F6489;
  display: inline-block;
  height: 2px;
  margin: auto;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.MenuIcon-line:nth-child(1) {
  top: 0;
}

.MenuIcon-line:nth-child(2) {
  top: 50%;
}

.MenuIcon-line:nth-child(3) {
  top: 100%;
}

.tax-wrapper {
  display: block;
  overflow: hidden;
}

.tax-wrapper span {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 19px;
}

@media screen and (max-width: 750px) {
  .tax-wrapper span {
    width: 100%;
  }
}

.tax-wrapper span a {
  display: block;
}

.location-view {
  max-width: 200px;
  width: 25%;
  position: relative;
  height: 55px;
  vertical-align: middle;
  line-height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  border: 3px solid #ECE9E6;
  z-index: 10;
  margin-bottom: -3px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: right;
  text-align: center;
}

.location-view:hover, .location-view.active {
  background: #ECE9E6;
  border-bottom: 3px solid #ECE9E6 !important;
  color: #0F6489;
}

@media screen and (max-width: 950px) {
  .location-view {
    display: none;
  }
}

.location-view:first-child {
  margin-left: 10px;
}

.list-view i,
.grid-view i {
  /*  background: red;*/
  vertical-align: middle;
  font-size: 14px;
  opacity: .7;
  padding-left: 6px;
}

.section-list-style-selector {
  height: 55px;
  line-height: 55px;
}

p.program_types, p.program_region, p.program_count {
  line-height: 1.5em;
  font-size: 15px;
}

p.program_types a, p.program_region a, p.program_count a {
  color: #0D638A;
}

.section-negative-margin .content-full {
  overflow: visible !important;
}

.section-text_sidebar {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 3%;
}

@media screen and (max-width: 950px) {
  .section-text_sidebar {
    padding-left: 0%;
  }
}

.picture-on-left {
  margin-bottom: 10px !important;
  margin-top: 15px;
}

@media screen and (max-width: 950px) {
  .picture-on-left {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.picture-on-left:last-of-type {
  margin-bottom: 0px;
}

.section_button_block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.section_information_block {
  margin-bottom: 20px;
}

.section_information_block h4 {
  font-size: 21px;
  padding-bottom: 15px;
}

.section-related-locations {
  padding-top: 60px;
}

@media screen and (max-width: 950px) {
  .section-related-locations {
    padding-top: 0px;
  }
}

.flexible-content-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

ul.tabs {
  list-style: none;
  width: auto;
  padding-bottom: 30px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  ul.tabs {
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 750px) {
  ul.tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  font-size: 19px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media screen and (max-width: 1100px) {
  ul.tabs li {
    font-size: 16px;
    padding: 0;
    /*    text-align: center;*/
  }
}

ul.tabs li:hover {
  color: #0F6489;
}

ul.tabs li.active {
  color: #0F6489;
  display: block;
}

.tab_container {
  min-height: 20vh;
  /*  border-bottom: 1px solid #E5E0DC;*/
}

.tab_content {
  overflow: hidden;
  width: 100%;
}

.section-location-tab-documents {
  padding-bottom: 60px;
  padding-top: 30px;
}

.section-location-tab-documents ul li {
  margin-bottom: 30px;
}

.section-location-tab-documents ul li p {
  padding-bottom: 0;
  text-align: left;
}

.section-location-tab-documents ul li h3 {
  text-align: left;
  letter-spacing: 0em;
  font-size: 21px;
  line-height: 1;
}

.mode {
  position: relative;
  margin: auto auto 20px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border-radius: 20px;
  background-color: rgba(16, 100, 137, 0.3);
  cursor: pointer;
  -webkit-transition: all .50s ease-in-out;
  -o-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
}

.mode:hover {
  -webkit-transition: all .50s ease-in-out;
  -o-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
  -webkit-animation: none;
  animation: none;
  background: none;
}

.icon-holder {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: auto;
  height: 22.4px;
  background: url(/wp-content/themes/boldgold/imgs/sun.svg) center center no-repeat;
  content: " ";
}

.icon-holder.hide {
  background: url(/wp-content/themes/boldgold/imgs/moon.svg) center center no-repeat;
}

.hero-photo {
  visibility: visible !important;
  opacity: 1;
  -webkit-transition: visibility .2s, opacity .5s linear;
  -o-transition: visibility .2s, opacity .5s linear;
  transition: visibility .2s, opacity .5s linear;
  background: #000;
}

.hero-photo.hide {
  visibility: hidden !important;
  opacity: 0;
  -webkit-transition: visibility .2s, opacity .5s linear;
  -o-transition: visibility .2s, opacity .5s linear;
  transition: visibility .2s, opacity .5s linear;
  height: 0;
}

.section-general-hero-content p.program_location {
  text-align: center;
  padding-bottom: 0;
  color: #0b4860;
  font-size: 19px;
}

p.program_location {
  font-family: 'Cachet-Book';
  font-size: 16px;
  color: #008ccd;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: normal;
  padding-bottom: 10px;
  text-align: left;
}

.section-home-hero .content-full {
  padding-right: 0;
  padding-left: 0;
}

.picture-on-left-container .flex-container_row-flex-start-center {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
  margin-bottom: 30px;

}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}