.hidden {
  display: none !important;
}

.center {
  text-align: center !important;
}

p.control {
  margin-top: 2em;
}

section.section-image-with-text-box,
section.section-toggle {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box .box-wrapper {
    align-items: stretch;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box .box-wrapper.box-with-image {
    align-items: center;
  }
}

section.section-image-with-text-box
  .box-wrapper.image-align-right
  .box-content {
  padding: 40px 30px 40px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box
    .box-wrapper.image-align-right
    .box-content {
    padding: 80px 50px 80px 0;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box
    .box-wrapper.image-align-right
    .box-image {
    order: 2;
  }
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box
    .box-wrapper.image-align-right
    .box-content {
    order: 1;
  }
}

section.section-image-with-text-box .box-wrapper.image-align-left .box-content {
  padding: 40px 0 40px 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box
    .box-wrapper.image-align-left
    .box-content {
    padding: 80px 0 80px 50px;
    width: 50%;
  }
}

section.section-image-with-text-box .box-wrapper .box-image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box .box-wrapper .box-image {
    min-height: 100%;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box .box-wrapper .box-image .image-bg {
    min-height: 100%;
    padding-top: 0;
  }
}

section.section-image-with-text-box .box-wrapper .box-content.bg-teal {
  background-color: #414d52;
  padding: 60px 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.section-image-with-text-box .box-wrapper .box-content.bg-teal {
    padding: 100px 50px;
    width: 50%;
  }
}

section.section-image-with-text-box .box-wrapper .box-content p:last-child {
  margin-bottom: 0;
}

.toggle {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.toggle ul {
  margin: 0;
  padding: 0;
}

.toggle li {
  background-color: #6fb1c8;
  border-radius: 5px;
  color: #1e1e1e;
  list-style: none;
  margin-bottom: 20px !important;
  padding: 0 !important;
  position: relative;
}

.toggle li:before {
  display: none;
}

.toggle li > a {
  color: #1e1e1e;
  display: block;
  font-weight: 400;
  padding: 30px 50px;
  text-decoration: none;
}

@media screen and (min-width: 0px) {
  .toggle li > a {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}

@media screen and (min-width: 400px) {
  .toggle li > a {
    font-size: 1.1375rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .toggle li > a {
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .toggle li > a {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}

.toggle li > a:before {
  content: "\F077";
  color: #1e1e1e;
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  right: 30px;
  width: 46px;
  text-align: center;
}

.toggle li:last-child {
  border: 0;
}

.toggle div.toggle-content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  color: #1e1e1e;
  display: none;
  padding: 50px;
  margin-bottom: 20px;
}

.toggle div.toggle-content p:last-child {
  margin-bottom: 0;
}

.toggle .is-expanded {
  display: block;
  padding-bottom: 0;
}

.toggle .is-expanded > a:before {
  content: "\F078";
}

section.section-featured-header .featured-header-content {
  align-items: center;
  display: flex;
  height: auto;
  max-height: 400px;
  min-height: 20vw;
  padding-top: 0;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  section.section-featured-header .featured-header-content {
    min-height: 500px;
  }
}

@media only screen and (min-width: 1024px) {
  section.section-featured-header .featured-header-content {
    min-height: 600px;
  }
}

@media only screen and (min-width: 1280px) {
  section.section-featured-header .featured-header-content {
    min-height: 690px;
  }
}

section.section-featured-header .featured-header-content .content-wrapper {
  background: transparent;
  color: #fff;
}

section.section-featured-header.section-featured-slider-boxed .featured-header-content .content-wrapper {
  background: #414d52;
}

section.section-featured-header .featured-header-content .content-wrapper h1,
section.section-featured-header .featured-header-content .content-wrapper h2,
section.section-featured-header .featured-header-content .content-wrapper p,
section.section-featured-header .featured-header-content .content-wrapper a {
  color: #fff;
}

section.section-featured-header
  .featured-header-content
  .content-wrapper
  a.fig-btn:hover {
  color: #6fb1c8;
}

section.section-featured-header .container {
  display: flex;
  padding: 50px 0;
  width: 90%;
}

section.section-featured-header .container.align-left {
  justify-content: flex-start;
}

section.section-featured-header .container.align-right {
  justify-content: flex-end;
}

section.section-featured-header .container.align-bottom {
  align-self: flex-end;
}

section.section-featured-header .content-wrapper {
  background-color: #00f2ed;
  color: #1e1e1e;
  max-width: 440px;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  section.section-featured-header .content-wrapper {
    padding: 40px;
  }
}

section.section-featured-header h1,
section.section-featured-header h2,
section.section-featured-header h3,
section.section-featured-header h4,
section.section-featured-header h5,
section.section-featured-header h6 {
  color: #1e1e1e;
}

section.section-featured-header h1 {
  margin-bottom: 0.3em;
  text-transform: uppercase;
}

section.section-featured-header p {
  color: #1e1e1e;
  font-weight: 400;
}

@media screen and (min-width: 0px) {
  section.section-featured-header p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}

@media screen and (min-width: 400px) {
  section.section-featured-header p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}

@media screen and (min-width: 768px) {
  section.section-featured-header p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  section.section-featured-header p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}

section.section-featured-header p.control {
  margin-bottom: 0;
  margin-top: 0;
}

section.section-featured-header p:last-child {
  margin-bottom: 0;
}

section.section-featured-header button.txt,
section.section-featured-header button.btn-transparent,
section.section-featured-header input[type="button"].txt,
section.section-featured-header input[type="button"].btn-transparent,
section.section-featured-header input[type="reset"].txt,
section.section-featured-header input[type="reset"].btn-transparent,
section.section-featured-header input[type="submit"].txt,
section.section-featured-header input[type="submit"].btn-transparent,
section.section-featured-header .btn.txt,
section.section-featured-header .btn.btn-transparent {
  color: #1e1e1e;
}

section.section-featured-slider {
  position: relative;
}

section.section-featured-slider .featured-header-content .content-wrapper img {
  max-width: 80%;
  margin: 0 auto;
}

section.section-featured-slider .featured-header-content:after {
  display: none;
}

section.section-featured-slider .slick-slider .image-bg {
  position: relative;
}

section.section-featured-slider .slick-prev,
section.section-featured-slider .slick-next {
  opacity: 0.7;
  top: 45%;
  transition: opacity 150ms ease;
  z-index: 9;
}

section.section-featured-slider:hover .slick-prev,
section.section-featured-slider:hover .slick-next {
  opacity: 1;
}

section.section-featured-slider .slick-prev {
  left: 5%;
}

section.section-featured-slider .slick-next {
  right: 5%;
}

section.section-featured-slider .slick-dots {
  bottom: 20px;
  left: 50%;
  max-width: 80em;
  position: absolute;
  width: 90%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
}

section.section-featured-slider .slick-dots li button {
  height: 10px;
  width: 10px;
}

section.section-featured-slider .slick-dots li button:before {
  font-size: 10px;
  height: 10px;
  width: 10px;
}

section.section-featured-slider .featured-slider-nav {
  display: flex;
  position: relative;
  justify-content: flex-end;
  bottom: 40px;
  right: 40px;
}

section.section-featured-slider .featured-slider-nav .slick-arrow {
  display: flex;
  position: relative;
  left: 0;
  right: 0;  
}

section.section-featured-slider .featured-slider-nav .slick-arrow.slick-prev {
  left: -20px;
}

section.section-featured-slider .featured-slider-nav .slick-arrow.slick-next {
  right: 0;  
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Top bar */
body .top-bar {
  background-color: #00cfff;
  color: #fff;
  padding: 10px 0;
}
body .top-bar .top-bar-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body .top-bar .top-bar-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
body .top-bar .top-bar-content {
  padding: 0 10px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 0px) {
  body .top-bar .top-bar-content {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
    letter-spacing: 0rem;
  }
}
@media screen and (min-width: 400px) {
  body .top-bar .top-bar-content {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
    letter-spacing: 0rem;
  }
}
@media screen and (min-width: 768px) {
  body .top-bar .top-bar-content {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
    letter-spacing: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  body .top-bar .top-bar-content {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}
@media only screen and (min-width: 768px) {
  body .top-bar .top-bar-content {
    width: auto;
    text-align: left;
  }
}
body .top-bar .top-bar-content p {
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 0px) {
  body .top-bar .top-bar-content p {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
    letter-spacing: 0rem;
  }
}
@media screen and (min-width: 400px) {
  body .top-bar .top-bar-content p {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
    letter-spacing: 0rem;
  }
}
@media screen and (min-width: 768px) {
  body .top-bar .top-bar-content p {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
    letter-spacing: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  body .top-bar .top-bar-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}
body .top-bar .top-bar-content a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
body .top-bar .top-bar-content a:hover {
  border: none;
}
