@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800");
@font-face {
  font-family: "tps-icons";
  src: url("../fonts/tps-icons/tps-icons.ttf?4mx48t") format("truetype"), url("../fonts/tps-icons/tps-icons.woff?4mx48t") format("woff"), url("../fonts/tps-icons/tps-icons.svg?4mx48t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tps-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-microphone:before {
  content: "\e900";
}

.i-mobile:before {
  content: "\e901";
}

.i-organisation:before {
  content: "\e902";
}

.i-photos:before {
  content: "\e903";
}

.i-plus:before {
  content: "\e904";
}

.i-profile:before {
  content: "\e905";
}

.i-search:before {
  content: "\e906";
}

.i-support-platform:before {
  content: "\e907";
}

.i-ticket:before {
  content: "\e908";
}

.i-time:before {
  content: "\e909";
}

.i-trophy:before {
  content: "\e90a";
}

.i-twitter:before {
  content: "\e90b";
}

.i-venue:before {
  content: "\e90c";
}

.i-video-1:before {
  content: "\e90d";
}

.i-video-2:before {
  content: "\e90e";
}

.i-arrow-1-down:before {
  content: "\e90f";
}

.i-arrow-1-left:before {
  content: "\e910";
}

.i-arrow-1-right:before {
  content: "\e911";
}

.i-arrow-1-up:before {
  content: "\e912";
}

.i-arrow-2-down:before {
  content: "\e913";
}

.i-arrow-2-left:before {
  content: "\e914";
}

.i-arrow-2-right:before {
  content: "\e915";
}

.i-arrow-2-up:before {
  content: "\e916";
}

.i-arrow-circle-down:before {
  content: "\e917";
}

.i-arrow-circle-left:before {
  content: "\e918";
}

.i-arrow-circle-right:before {
  content: "\e919";
}

.i-arrow-circle-up:before {
  content: "\e91a";
}

.i-audio:before {
  content: "\e91b";
}

.i-award:before {
  content: "\e91c";
}

.i-bell:before {
  content: "\e91d";
}

.i-calendar:before {
  content: "\e91e";
}

.i-checkmark:before {
  content: "\e91f";
}

.i-chevron-down:before {
  content: "\e920";
}

.i-chevron-left:before {
  content: "\e921";
}

.i-chevron-right:before {
  content: "\e922";
}

.i-chevron-up:before {
  content: "\e923";
}

.i-clover:before {
  content: "\e924";
}

.i-discount:before {
  content: "\e925";
}

.i-door:before {
  content: "\e926";
}

.i-email:before {
  content: "\e927";
}

.i-facebook:before {
  content: "\e928";
}

.i-gift:before {
  content: "\e929";
}

.i-handshake:before {
  content: "\e92a";
}

.i-individual:before {
  content: "\e92b";
}

.i-instagram:before {
  content: "\e92c";
}

.i-insurance:before {
  content: "\e92d";
}

.i-like:before {
  content: "\e92e";
}

.i-location:before {
  content: "\e92f";
}

.i-login:before {
  content: "\e930";
}

.i-love:before {
  content: "\e931";
}

.i-magnifier:before {
  content: "\e932";
}

.i-megaphone:before {
  content: "\e933";
}

.i-members:before {
  content: "\e934";
}

.i-membership-card:before {
  content: "\e935";
}

.i-fax:before {
  content: "\e936";
}

.i-logout:before {
  content: "\e937";
}

.i-member-area:before {
  content: "\e938";
}

.i-tick:before {
  content: "\e939";
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*MEDIA QUERIES*/
/*BOOTSTRAP OVERWRITES*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px;
  height: 0;
}

.iframe-wrapper iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper.ratio-16-9 {
  padding-bottom: 56.25% !important;
}

.iframe-wrapper.ratio-1-1 {
  padding-bottom: 100% !important;
}

.iframe-wrapper.ratio-4-3 {
  padding-bottom: 75% !important;
}

.iframe-wrapper.ratio-3-2 {
  padding-bottom: 66.666666% !important;
}

.gap {
  width: 100%;
  display: block;
}

.gap-10 {
  height: 10px;
}

@media (max-width: 767px) {
  .gap-10 {
    height: 5px;
  }
}

.gap-20 {
  height: 20px;
}

@media (max-width: 767px) {
  .gap-20 {
    height: 10px;
  }
}

.gap-30 {
  height: 30px;
}

@media (max-width: 767px) {
  .gap-30 {
    height: 15px;
  }
}

.gap-40 {
  height: 40px;
}

@media (max-width: 767px) {
  .gap-40 {
    height: 20px;
  }
}

.gap-50 {
  height: 50px;
}

@media (max-width: 767px) {
  .gap-50 {
    height: 25px;
  }
}

.gap-60 {
  height: 60px;
}

@media (max-width: 767px) {
  .gap-60 {
    height: 30px;
  }
}

.gap-70 {
  height: 70px;
}

@media (max-width: 767px) {
  .gap-70 {
    height: 35px;
  }
}

.gap-80 {
  height: 80px;
}

@media (max-width: 767px) {
  .gap-80 {
    height: 40px;
  }
}

.gap-90 {
  height: 90px;
}

@media (max-width: 767px) {
  .gap-90 {
    height: 45px;
  }
}

.gap-100 {
  height: 100px;
}

@media (max-width: 767px) {
  .gap-100 {
    height: 50px;
  }
}

.gap.lg {
  height: 90px;
}

@media (max-width: 991px) {
  .gap.lg {
    height: 45px;
  }
}

.gap.md {
  height: 60px;
}

@media (max-width: 991px) {
  .gap.md {
    height: 30px;
  }
}

.gap.sm {
  height: 40px;
}

@media (max-width: 991px) {
  .gap.sm {
    height: 20px;
  }
}

.gap.xs {
  height: 20px;
}

@media (max-width: 991px) {
  .gap.xs {
    height: 10px;
  }
}

._p {
  padding: 0px;
}

._pt-0 {
  padding-top: 0px;
}

._pr-0 {
  padding-right: 0px;
}

._pb-0 {
  padding-bottom: 0px;
}

._pl-0 {
  padding-left: 0px;
}

._p {
  padding: 10px;
}

._pt-10 {
  padding-top: 10px;
}

._pr-10 {
  padding-right: 10px;
}

._pb-10 {
  padding-bottom: 10px;
}

._pl-10 {
  padding-left: 10px;
}

._p {
  padding: 20px;
}

._pt-20 {
  padding-top: 20px;
}

._pr-20 {
  padding-right: 20px;
}

._pb-20 {
  padding-bottom: 20px;
}

._pl-20 {
  padding-left: 20px;
}

._p {
  padding: 30px;
}

._pt-30 {
  padding-top: 30px;
}

._pr-30 {
  padding-right: 30px;
}

._pb-30 {
  padding-bottom: 30px;
}

._pl-30 {
  padding-left: 30px;
}

._p {
  padding: 40px;
}

._pt-40 {
  padding-top: 40px;
}

._pr-40 {
  padding-right: 40px;
}

._pb-40 {
  padding-bottom: 40px;
}

._pl-40 {
  padding-left: 40px;
}

._p {
  padding: 50px;
}

._pt-50 {
  padding-top: 50px;
}

._pr-50 {
  padding-right: 50px;
}

._pb-50 {
  padding-bottom: 50px;
}

._pl-50 {
  padding-left: 50px;
}

._p {
  padding: 60px;
}

._pt-60 {
  padding-top: 60px;
}

._pr-60 {
  padding-right: 60px;
}

._pb-60 {
  padding-bottom: 60px;
}

._pl-60 {
  padding-left: 60px;
}

._p {
  padding: 70px;
}

._pt-70 {
  padding-top: 70px;
}

._pr-70 {
  padding-right: 70px;
}

._pb-70 {
  padding-bottom: 70px;
}

._pl-70 {
  padding-left: 70px;
}

._p {
  padding: 80px;
}

._pt-80 {
  padding-top: 80px;
}

._pr-80 {
  padding-right: 80px;
}

._pb-80 {
  padding-bottom: 80px;
}

._pl-80 {
  padding-left: 80px;
}

._p {
  padding: 90px;
}

._pt-90 {
  padding-top: 90px;
}

._pr-90 {
  padding-right: 90px;
}

._pb-90 {
  padding-bottom: 90px;
}

._pl-90 {
  padding-left: 90px;
}

._m {
  margin: 0px;
}

._mt-0 {
  margin-top: 0px;
}

._mr-0 {
  margin-right: 0px;
}

._mb-0 {
  margin-bottom: 0px;
}

._ml-0 {
  margin-left: 0px;
}

._m {
  margin: 10px;
}

._mt-10 {
  margin-top: 10px;
}

._mr-10 {
  margin-right: 10px;
}

._mb-10 {
  margin-bottom: 10px;
}

._ml-10 {
  margin-left: 10px;
}

._m {
  margin: 20px;
}

._mt-20 {
  margin-top: 20px;
}

._mr-20 {
  margin-right: 20px;
}

._mb-20 {
  margin-bottom: 20px;
}

._ml-20 {
  margin-left: 20px;
}

._m {
  margin: 30px;
}

._mt-30 {
  margin-top: 30px;
}

._mr-30 {
  margin-right: 30px;
}

._mb-30 {
  margin-bottom: 30px;
}

._ml-30 {
  margin-left: 30px;
}

._m {
  margin: 40px;
}

._mt-40 {
  margin-top: 40px;
}

._mr-40 {
  margin-right: 40px;
}

._mb-40 {
  margin-bottom: 40px;
}

._ml-40 {
  margin-left: 40px;
}

._m {
  margin: 50px;
}

._mt-50 {
  margin-top: 50px;
}

._mr-50 {
  margin-right: 50px;
}

._mb-50 {
  margin-bottom: 50px;
}

._ml-50 {
  margin-left: 50px;
}

._m {
  margin: 60px;
}

._mt-60 {
  margin-top: 60px;
}

._mr-60 {
  margin-right: 60px;
}

._mb-60 {
  margin-bottom: 60px;
}

._ml-60 {
  margin-left: 60px;
}

._m {
  margin: 70px;
}

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

._mr-70 {
  margin-right: 70px;
}

._mb-70 {
  margin-bottom: 70px;
}

._ml-70 {
  margin-left: 70px;
}

._m {
  margin: 80px;
}

._mt-80 {
  margin-top: 80px;
}

._mr-80 {
  margin-right: 80px;
}

._mb-80 {
  margin-bottom: 80px;
}

._ml-80 {
  margin-left: 80px;
}

._m {
  margin: 90px;
}

._mt-90 {
  margin-top: 90px;
}

._mr-90 {
  margin-right: 90px;
}

._mb-90 {
  margin-bottom: 90px;
}

._ml-90 {
  margin-left: 90px;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-margin-bottom-big {
  margin-bottom: 80px !important;
}

.u-margin-bottom-medium {
  margin-bottom: 40px !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-h2-black-center {
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 40px;
}

.image-container-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}

.image-container-circle .aligncenter {
  margin: 0;
}

.font-main {
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
}

body {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p, h1, h2, h3, h4, a {
  word-wrap: break-word;
}

/* PLYR v3.4.6 */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff;
}

.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
  margin-left: 5px;
}

.plyr__controls .plyr__menu + .plyr__control, .plyr__controls .plyr__progress + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
  margin-left: 2px;
}

.plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
    margin-left: 10px;
  }
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr__menu {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -ms-flex-align: center;
  align-items: center;
  color: #4f5b5f;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #1aafff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__progress {
  -ms-flex: 1;
  flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
  transition: width .2s ease;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr__volume {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Audio Player Styles
================================================== */
audio {
  display: none;
}

#audiowrap,
#plwrap {
  margin: 0 auto;
}

#tracks {
  font-size: 0;
  position: relative;
  text-align: right;
}

#nowPlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 21px;
}

#nowPlay #npTitle {
  font-size: 24px;
  text-align: left;
}

#nowPlay #npAccent {
  font-size: 14px;
  text-align: left;
}

#nowPlay #npAction {
  font-size: 14px;
  text-align: right;
}

#plList {
  padding: 0;
  marign: 0;
}

#plList li {
  color: #666;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 5px 21px;
}

#plList li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.plItem {
  position: relative;
}

.plTitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  display: block;
}

.plAccent {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  display: block;
}

.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}

.plSel,
.plSel:hover {
  background-color: rgba(0, 0, 0, 0.048);
  color: #000 !important;
  cursor: default !important;
}

#tracks a {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  height: 35px;
  line-height: .175;
  margin: 0 5px 30px;
  padding: 10px;
  text-decoration: none;
  transition: background .3s ease;
}

#tracks a:last-child {
  margin-left: 0;
}

#tracks a:hover,
#tracks a:active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#tracks a::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Plyr Overrides
================================================== */
.plyr--audio .plyr__controls {
  background-color: transparent;
  border: none;
  color: #666;
  padding: 5px 21px;
  width: 100%;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: transparent;
  color: #000;
}

.plyr__progress--played,
.plyr__volume--display {
  color: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(0, 0, 0, 0.1);
}

.plyr--full-ui input[type=range] {
  color: #EF4B3D;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #EF4B3D;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(224, 16, 41, 0.5);
}

@font-face {
  font-family: "tps-icons";
  src: url("../fonts/tps-icons/tps-icons.ttf?4mx48t") format("truetype"), url("../fonts/tps-icons/tps-icons.woff?4mx48t") format("woff"), url("../fonts/tps-icons/tps-icons.svg?4mx48t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tps-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-microphone:before {
  content: "\e900";
}

.i-mobile:before {
  content: "\e901";
}

.i-organisation:before {
  content: "\e902";
}

.i-photos:before {
  content: "\e903";
}

.i-plus:before {
  content: "\e904";
}

.i-profile:before {
  content: "\e905";
}

.i-search:before {
  content: "\e906";
}

.i-support-platform:before {
  content: "\e907";
}

.i-ticket:before {
  content: "\e908";
}

.i-time:before {
  content: "\e909";
}

.i-trophy:before {
  content: "\e90a";
}

.i-twitter:before {
  content: "\e90b";
}

.i-venue:before {
  content: "\e90c";
}

.i-video-1:before {
  content: "\e90d";
}

.i-video-2:before {
  content: "\e90e";
}

.i-arrow-1-down:before {
  content: "\e90f";
}

.i-arrow-1-left:before {
  content: "\e910";
}

.i-arrow-1-right:before {
  content: "\e911";
}

.i-arrow-1-up:before {
  content: "\e912";
}

.i-arrow-2-down:before {
  content: "\e913";
}

.i-arrow-2-left:before {
  content: "\e914";
}

.i-arrow-2-right:before {
  content: "\e915";
}

.i-arrow-2-up:before {
  content: "\e916";
}

.i-arrow-circle-down:before {
  content: "\e917";
}

.i-arrow-circle-left:before {
  content: "\e918";
}

.i-arrow-circle-right:before {
  content: "\e919";
}

.i-arrow-circle-up:before {
  content: "\e91a";
}

.i-audio:before {
  content: "\e91b";
}

.i-award:before {
  content: "\e91c";
}

.i-bell:before {
  content: "\e91d";
}

.i-calendar:before {
  content: "\e91e";
}

.i-checkmark:before {
  content: "\e91f";
}

.i-chevron-down:before {
  content: "\e920";
}

.i-chevron-left:before {
  content: "\e921";
}

.i-chevron-right:before {
  content: "\e922";
}

.i-chevron-up:before {
  content: "\e923";
}

.i-clover:before {
  content: "\e924";
}

.i-discount:before {
  content: "\e925";
}

.i-door:before {
  content: "\e926";
}

.i-email:before {
  content: "\e927";
}

.i-facebook:before {
  content: "\e928";
}

.i-gift:before {
  content: "\e929";
}

.i-handshake:before {
  content: "\e92a";
}

.i-individual:before {
  content: "\e92b";
}

.i-instagram:before {
  content: "\e92c";
}

.i-insurance:before {
  content: "\e92d";
}

.i-like:before {
  content: "\e92e";
}

.i-location:before {
  content: "\e92f";
}

.i-login:before {
  content: "\e930";
}

.i-love:before {
  content: "\e931";
}

.i-magnifier:before {
  content: "\e932";
}

.i-megaphone:before {
  content: "\e933";
}

.i-members:before {
  content: "\e934";
}

.i-membership-card:before {
  content: "\e935";
}

.i-fax:before {
  content: "\e936";
}

.i-logout:before {
  content: "\e937";
}

.i-member-area:before {
  content: "\e938";
}

.i-tick:before {
  content: "\e939";
}

img {
  max-width: 100%;
  height: auto;
}

._bg-cover {
  background-size: cover;
  background-position: center center;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gap-20 {
  width: 100%;
  height: 20px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

._ttu {
  text-transform: uppercase !important;
}

.hdbtn {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  border: none;
  z-index: 1;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
}

.hdbtn:focus {
  outline: none;
}

.hdbtn.md {
  font-size: 16px;
  padding: 0.75em 2.8125em 0.6875em 2.8125em;
}

.hdbtn.md.wide {
  padding-left: 3.4375em;
  padding-right: 3.4375em;
}

@media (max-width: 991px) {
  .hdbtn.md.wide {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

.hdbtn.md.narrow {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hdbtn.md {
    font-size: 15px;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (max-width: 991px) {
  .hdbtn.md {
    font-size: 14px;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.hdbtn.xs {
  line-height: 0.5833333333;
  padding: 0.8333333333em 0.8333333333em 0.75em 0.8333333333em;
  min-width: 90px;
}

.hdbtn.xs {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hdbtn.xs {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hdbtn.xs {
    font-size: 12px;
  }
}

.hdbtn.sm {
  font-size: 12px;
  line-height: 1;
  padding: 0.8333333333em 2.9166666667em 0.75em 2.9166666667em;
}

.hdbtn.sm.narrow {
  padding: 0.8333333333em 0.8333333333em 0.75em 0.8333333333em;
  min-width: 150px;
}

.hdbtn.lg {
  font-size: 17px;
  line-height: 1;
  padding: 0.8823529412em 0.8823529412em 0.8235294118em 0.8823529412em;
}

.hdbtn.lg .i {
  font-size: 24px;
}

.hdbtn.lg.narrow {
  padding: 0.5882352941em 0.8823529412em 0.8235294118em 0.5882352941em;
  min-width: 220px;
}

.hdbtn:not(.bordered).cinnabar {
  background-color: #EF4B3D;
  color: #fff;
}

.hdbtn:not(.bordered).cinnabar:hover {
  background-color: #fff;
  color: #EF4B3D;
}

.hdbtn:not(.bordered).carrot_orange {
  background-color: #F3951E;
  color: #fff;
}

.hdbtn:not(.bordered).carrot_orange:hover {
  background-color: #fff;
  color: #F3951E;
}

.hdbtn:not(.bordered).curious_blue {
  background-color: #4083C4;
  color: #fff;
}

.hdbtn:not(.bordered).curious_blue:hover {
  background-color: #fff;
  color: #4083C4;
}

.hdbtn:not(.bordered).navy_blue {
  background-color: #0378D7;
  color: #fff;
}

.hdbtn:not(.bordered).navy_blue:hover {
  background-color: #fff;
  color: #0378D7;
}

.hdbtn:not(.bordered).mountain_meadow {
  background-color: #1AB167;
  color: #fff;
}

.hdbtn:not(.bordered).mountain_meadow:hover {
  background-color: #fff;
  color: #1AB167;
}

.hdbtn:not(.bordered).dodger_blue {
  background-color: #0484F4;
  color: #fff;
}

.hdbtn:not(.bordered).dodger_blue:hover {
  background-color: #fff;
  color: #0484F4;
}

.hdbtn:not(.bordered).windsor {
  background-color: #382781;
  color: #fff;
}

.hdbtn:not(.bordered).windsor:hover {
  background-color: #fff;
  color: #382781;
}

.hdbtn:not(.bordered).transparent-white {
  background-color: transparent;
  color: #fff;
}

.hdbtn:not(.bordered).transparent-white:hover {
  background-color: transparent;
  color: #fff;
}

.hdbtn:not(.bordered).transparent-white:hover ._text {
  text-decoration: underline;
}

.hdbtn.bordered {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.hdbtn.bordered.carrot_orange {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.hdbtn.bordered.carrot_orange:hover {
  background-color: #fff;
  color: #F3951E;
}

.hdbtn.bordered.cinnabar {
  border-color: #EF4B3D;
  background-color: #EF4B3D;
  color: #fff;
}

.hdbtn.bordered.cinnabar:hover {
  border-color: #EF4B3D;
  background-color: #fff;
  color: #EF4B3D;
}

.hdbtn.bordered.white-cinnabar {
  border-color: #EF4B3D;
  background-color: #fff;
  color: #EF4B3D;
}

.hdbtn.bordered.white-cinnabar:hover {
  border-color: #EF4B3D;
  background-color: #EF4B3D;
  color: #fff;
}

.hdbtn.bordered.curious_blue {
  border-color: #4083C4;
  background-color: #4083C4;
  color: #fff;
}

.hdbtn.bordered.curious_blue:hover {
  border-color: #4083C4;
  background-color: #fff;
  color: #4083C4;
}

.hdbtn.bordered.windsor {
  border-color: #382781;
  background-color: #382781;
  color: #fff;
}

.hdbtn.bordered.windsor:hover {
  border-color: #382781;
  background-color: #fff;
  color: #382781;
}

.hdbtn.bordered.white-curious_blue {
  border-color: #4083C4;
  background-color: #fff;
  color: #4083C4;
}

.hdbtn.bordered.white-curious_blue:hover {
  border-color: #4083C4;
  background-color: #4083C4;
  color: #fff;
}

.hdbtn.bordered.white-carrot_orange {
  border-color: #fff;
  background-color: #fff;
  color: #F3951E;
}

.hdbtn.bordered.white-carrot_orange:hover {
  border-color: #fff;
  background-color: #F3951E;
  color: #fff;
}

.hdbtn.bordered.white-midnight_blue {
  border-color: #1B2691;
  background-color: transparent;
  color: #1B2691;
}

.hdbtn.bordered.white-midnight_blue:hover {
  background-color: #1B2691;
  color: #fff;
}

.hdbtn.bordered.midnight_blue {
  border-color: #1B2691;
  background-color: #1B2691;
  color: #fff;
}

.hdbtn.bordered.midnight_blue:hover {
  border-color: #1B2691;
  background-color: #fff;
  color: #1B2691;
}

.hdbtn.membership-type {
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #c3c3c3;
  min-width: 210px;
}

.hdbtn.membership-type.active {
  background-color: #EF4B3D;
}

.hdbtn.membership-type .i {
  -ms-flex: none;
  flex: none;
}

.hdbtn.membership-type ._text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.hdbtn.back {
  background-color: #F1F0F0;
  color: #1B2691;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px;
  border-radius: 0;
}

.hdbtn.back {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hdbtn.back {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hdbtn.back {
    font-size: 12px;
  }
}

.hdbtn.learn-more {
  padding: 0;
  color: #1B2691;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hdbtn.learn-more:hover {
  color: #000;
}

.hdbtn.learn-more:hover .i {
  left: 5px;
}

.hdbtn.learn-more ._text {
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.5714285714;
  transition: all 0.2s ease;
}

.hdbtn.learn-more ._text {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hdbtn.learn-more ._text {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hdbtn.learn-more ._text {
    font-size: 14px;
  }
}

.hdbtn.learn-more .i {
  margin-left: 5px;
  line-height: 2;
  position: relative;
  left: 0;
  transition: all 0.2s ease;
}

.hdbtn.learn-more .i {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hdbtn.learn-more .i {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hdbtn.learn-more .i {
    font-size: 12px;
  }
}

.wc-bookings-booking-form-button {
  cursor: pointer;
  font-size: 16px;
  padding: 0.75em 2.8125em 0.6875em 2.8125em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #1B2691;
  background-color: transparent;
  color: #1B2691;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wc-bookings-booking-form-button {
    font-size: 15px;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (max-width: 991px) {
  .wc-bookings-booking-form-button {
    font-size: 14px;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.wc-bookings-booking-form-button:hover {
  background-color: #1B2691;
  color: #fff;
}

#place_order {
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 0.8333333333em 0.8333333333em 0.75em 0.8333333333em;
  min-width: 150px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  text-transform: uppercase;
  border-color: #EF4B3D;
  background-color: #EF4B3D;
  color: #fff;
}

#place_order:hover {
  border-color: #EF4B3D;
  background-color: #fff;
  color: #EF4B3D;
}

.hdbtn-border {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  border-radius: 0;
  z-index: 1;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
}

.hdbtn-border.white-navy_blue {
  border-color: #0378D7;
  background-color: #fff;
  color: #0378D7;
}

.hdbtn-border.white-navy_blue:hover {
  border-color: #0378D7;
  background-color: #0378D7;
  color: #fff;
}

.hdbtn-border.md {
  font-size: 16px;
  padding: 0.75em 2.8125em 0.6875em 2.8125em;
}

.hdbtn-border.md.wide {
  padding-left: 3.4375em;
  padding-right: 3.4375em;
}

@media (max-width: 991px) {
  .hdbtn-border.md.wide {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

.hdbtn-border.md.narrow {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hdbtn-border.md {
    font-size: 15px;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media (max-width: 991px) {
  .hdbtn-border.md {
    font-size: 14px;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
  }
}

.hdbtn-flat {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}

.hdbtn-flat:hover ._title {
  text-decoration: underline;
}

.hdbtn-flat.white {
  color: #fff;
}

select, .select2 {
  width: 100% !important;
  max-width: 100% !important;
  height: 30px !important;
}

select:focus, .select2:focus {
  outline: none;
  box-shadow: none;
  border-color: #747474;
}

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #747474;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #747474;
  border-radius: 0;
  height: 30px;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
  box-shadow: none;
  border-color: #747474;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #737373;
  height: 28px;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #747474;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #747474;
  background-color: transparent;
  color: #737373;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #737373;
}

.select2-results__option[aria-selected=true] {
  background-color: #737373;
}

#header {
  position: relative;
  z-index: 100;
  padding: 0;
  transition: all 0.2s ease;
}

@media (min-width: 480px) and (max-width: 1199px) {
  .hide-header:not(.navbar-shown) #header {
    top: -100px;
  }
}

@media (min-width: 1200px) {
  .hide-header #header {
    top: -100px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .navbar-shown #header {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

@media (min-width: 992px) {
  #header.transparent {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.scrolled #header.transparent {
  background-color: rgba(0, 0, 0, 0.6);
}

#header .navbar {
  padding: 18px 0;
}

#header .navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .navbar > .container .navbar-collapse {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 1199px) {
  #header .navbar > .container .navbar-collapse {
    width: 100%;
  }
}

#header .navbar > .container .collapse-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content {
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.3);
  }
}

#header .navbar > .container .collapse-content .navbar-nav {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content .navbar-nav {
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0;
  }
}

#header .navbar > .container .collapse-content .navbar-nav li {
  padding: 10px;
}

#header .navbar > .container .collapse-content .navbar-nav a {
  line-height: 1.6363636364;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

#header .navbar > .container .collapse-content .navbar-nav a {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #header .navbar > .container .collapse-content .navbar-nav a {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  #header .navbar > .container .collapse-content .navbar-nav a {
    font-size: 12px;
  }
}

#header .navbar > .container .collapse-content .navbar-nav a:hover {
  color: #1B2691;
}

#header .navbar > .container .collapse-content .navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 30px;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 0 13px;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content .navbar-nav .dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
  }
}

#header .navbar > .container .collapse-content .navbar-nav .dropdown-menu li {
  padding: 8px 0;
}

#header .navbar > .container .collapse-content .navbar-nav .dropdown-menu li a {
  color: #1B2691;
}

#header .navbar > .container .collapse-content .navbar-nav .dropdown-menu li a:active,
#header .navbar > .container .collapse-content .navbar-nav .dropdown-menu li a:hover {
  color: #000;
}

#header .navbar > .container .collapse-content .navbar-nav .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content .navbar-nav .dropdown-menu li:not(:last-of-type) {
    border-bottom: none;
  }
}

#header .navbar > .container .collapse-content .navbar-nav .menu-item-has-children:hover .dropdown-menu {
  display: block;
}

#header .navbar > .container .collapse-content .other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#header .navbar > .container .collapse-content .other > div {
  margin: 0 5px;
}

@media (max-width: 1199px) {
  #header .navbar > .container .collapse-content .other {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#header .logo-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  #header .logo-toggler {
    width: 100%;
  }
  #header .logo-toggler .navbar-toggler {
    display: block;
  }
}

@media (max-width: 767px) {
  #header .logo-toggler {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
}

#header .navbar-toggler {
  display: none;
}

#header .navbar-brand {
  font-size: 0;
  padding: 0;
}

#header .navbar-brand .logo {
  height: 35px;
  transition: all 0.2s ease;
}

@media (min-width: 480px) and (max-width: 1199px) {
  #header .navbar-brand .logo {
    height: 26px;
  }
}

@media (max-width: 1199px) {
  #header .navbar-nav {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  #header .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  #header .collapse-content {
    padding: 0;
    transition: all 0.2s linear;
    position: absolute;
    left: -55px;
    right: -55px;
    top: 0;
    background: #fff;
    max-height: 0;
    overflow: hidden;
  }
}

@media (max-width: 479px) {
  #header .collapse-content {
    left: -15px;
    right: -15px;
  }
}

#header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

#header.navbar-shown #header-navbar .collapse-content {
  max-height: 1000px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-toggler {
  cursor: pointer;
  background: transparent;
  width: 57px;
  max-width: 57px;
  -ms-flex: none;
  flex: none;
  border: none;
  padding: 10px;
  margin-right: -15px;
  outline: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #232323;
}

.navbar-toggler:hover .navbar-toggler-icon .line {
  background-color: #0484F4;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  width: 36px;
  display: block;
  height: 19px;
  position: relative;
}

.navbar-toggler-icon .line {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  height: 3px;
  background-color: #232323;
  transition: 0.2s ease;
}

.navbar-toggler-icon:hover .line {
  width: 100%;
}

.navbar-toggler-icon .line-top {
  top: 0;
}

.navbar-shown .navbar-toggler-icon .line-top {
  opacity: 0;
}

.navbar-toggler-icon .line-center {
  top: 8px;
}

.navbar-shown .navbar-toggler-icon .line-center.line-first {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-shown .navbar-toggler-icon .line-center.line-second {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler-icon .line-bottom {
  top: 16px;
}

.navbar-shown .navbar-toggler-icon .line-bottom {
  opacity: 0;
}

.header-bottom {
  background-color: #F1F0F0;
  padding: 5px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-bottom .item-search {
    overflow: hidden;
  }
  .header-bottom .item-search input {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 0;
    transition: max-width ease 0.3s;
  }
  .header-bottom.search-expanded .left-side .item ._text, .header-bottom.search-expanded .right-side .item ._text {
    display: none;
  }
  .header-bottom.search-expanded .item-search input {
    padding-left: 2px !important;
    padding-right: 2px !important;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .header-bottom {
    display: none;
  }
}

.header-bottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom .left-side, .header-bottom .right-side {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom .right-side a.item {
  text-transform: uppercase;
}

.header-bottom .item {
  color: #1B2691;
  margin-right: 20px;
  line-height: 1;
  font-weight: 700;
}

.header-bottom .item {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .header-bottom .item {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .header-bottom .item {
    font-size: 12px;
  }
}

.header-bottom .item-search {
  margin-right: 0;
  padding: 3px 5px 3px 5px;
  border-left: 1px solid #BCB9BA;
  border-right: 1px solid #BCB9BA;
}

.header-bottom .item-search .input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom .item-search .input-icon {
  color: #868686;
  border: none;
  background: transparent;
  padding: 2px 5px;
  font-size: 15px;
  line-height: 1;
}

.header-bottom .item-search .input-icon:focus {
  outline: none;
}

.header-bottom .item-search input {
  background: transparent;
  border: none;
  padding: 5px 2px;
  border-bottom: 1px solid transparent;
}

.header-bottom .item-search input:focus {
  outline: none;
  border-bottom-color: #000;
}

.page-footer .footer-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-footer .footer-logos img {
  max-height: 50px;
  margin: 10px 20px;
}

.page-footer .footer-container {
  background: linear-gradient(180deg, #F8f8f8 0%, #fff 100%);
  padding-top: 40px;
  padding-bottom: 20px;
}

.page-footer .footer-link {
  color: #868686;
  font-weight: 400;
  line-height: 1.2857142857;
}

.page-footer .footer-link {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .page-footer .footer-link {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .page-footer .footer-link {
    font-size: 14px;
  }
}

.page-footer a.footer-link:hover {
  text-decoration: underline;
}

.page-footer .footer-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-footer .footer-columns .footer-column {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
  color: #868686;
  line-height: 1.2;
  line-height: 1.2307692308;
}

@media (max-width: 479px) {
  .page-footer .footer-columns .footer-column {
    width: 100%;
    -ms-flex: none;
    flex: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-footer .footer-columns .footer-column {
    width: 50%;
    -ms-flex: none;
    flex: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-footer .footer-columns .footer-column {
    width: 33.333333%;
    -ms-flex: none;
    flex: none;
  }
}

.page-footer .footer-columns .footer-column {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .page-footer .footer-columns .footer-column {
    font-size: calc(12px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .page-footer .footer-columns .footer-column {
    font-size: 13px;
  }
}

.page-footer .footer-columns .footer-column a {
  color: #868686;
  font-weight: 400;
  font-size: inherit;
}

.page-footer .footer-columns .footer-column a:hover {
  text-decoration: underline;
}

.page-footer .footer-columns .footer-column .heading {
  line-height: 1.2857142857;
  margin-bottom: 1em;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.page-footer .footer-columns .footer-column .heading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .page-footer .footer-columns .footer-column .heading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .page-footer .footer-columns .footer-column .heading {
    font-size: 14px;
  }
}

.page-footer .footer-columns .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-footer .footer-columns .footer-column ul li {
  padding: 4px 0;
}

.page-footer .footer-hr {
  border: none;
  height: 1px;
  background-color: rgba(216, 216, 216, 0.8);
  margin: 20px 0;
}

.page-footer .footer-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-footer .footer-bottom .footer-bottom-nav {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.page-footer .footer-bottom .footer-bottom-nav > li {
  margin: 5px 10px;
}

.page-footer .footer-bottom .footer-bottom-nav > li:first-child {
  margin-left: 0;
}

.page-footer .footer-bottom .footer-bottom-nav > li:last-child {
  margin-right: 0;
}

.page-footer .footer-bottom .footer-bottom-nav > li a {
  color: #868686;
}

.newsletter-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 4px;
}

.newsletter-form input {
  border: 1px solid #acacac;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  padding: 5px 8px;
}

.newsletter-form input {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .newsletter-form input {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .newsletter-form input {
    font-size: 12px;
  }
}

.newsletter-form input:focus {
  outline: none;
}

.newsletter-form button {
  border: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: #737373;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 13px;
  cursor: pointer;
}

.newsletter-form button {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .newsletter-form button {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .newsletter-form button {
    font-size: 12px;
  }
}

.newsletter-form button:hover {
  background-color: #868686;
}

.search-message {
  text-align: center;
  margin: 0 auto;
}

.search-message__title {
  color: #F3951E;
}

.search-message__text {
  font-size: 16px;
  margin: 0 20px;
}

.job-list-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.job-list-header__sort {
  display: inline-block;
  margin-top: 0 !important;
}

.page-id-1072 .heading-subheading {
  text-align: left;
  max-width: 1140px;
  padding: 0 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .page-id-1072 .heading-subheading {
    max-width: 960px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .page-id-1072 .heading-subheading {
    max-width: 720px;
  }
}

.contact-us-paragraph {
  max-width: 1140px;
  margin: 0 auto 30px auto;
  padding: 0 15px;
  font-size: 18px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .contact-us-paragraph {
    max-width: 960px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .contact-us-paragraph {
    max-width: 720px;
  }
}

.text-with-img-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .text-with-img-cta {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text-with-img-cta .text-wrapper {
  width: 100%;
  padding: 40px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
}

@media (max-width: 991px) {
  .text-with-img-cta .text-wrapper {
    padding: 25px 15px;
  }
}

.text-with-img-cta .text-wrapper .heading {
  line-height: 1.3684210526;
  margin-top: 0;
  margin-bottom: 0.5263157895em;
  font-weight: 600;
  color: #232323;
}

.text-with-img-cta .text-wrapper .heading {
  font-size: 30.4px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .text-wrapper .heading {
    font-size: calc(30.4px + 7.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .text-wrapper .heading {
    font-size: 38px;
  }
}

.text-with-img-cta .text-wrapper .content {
  color: #515151;
}

.text-with-img-cta .text-wrapper .content p {
  line-height: 1.7058823529;
  margin-top: 0;
  margin-bottom: 1.75em;
}

.text-with-img-cta .text-wrapper .content p {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .text-wrapper .content p {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .text-wrapper .content p {
    font-size: 17px;
  }
}

.text-with-img-cta .text-wrapper .content p:last-child {
  margin-bottom: 0;
}

.text-with-img-cta .cta-wrapper {
  width: 100%;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-with-img-cta .cta-wrapper {
    margin-left: 15px;
    width: 250px;
  }
}

@media (min-width: 992px) {
  .text-with-img-cta .cta-wrapper {
    margin-left: 15px;
    width: 380px;
  }
}

.text-with-img-cta .cta-wrapper .img-cta {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center center;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
  font-weight: 700;
  line-height: 1.3684210526;
  margin-top: 0;
  margin-bottom: 0.1315789474em;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
  font-size: 30.4px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
    font-size: calc(30.4px + 7.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .heading {
    font-size: 38px;
  }
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
  line-height: 1.3333333333;
  margin-bottom: 1.1111111111em;
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
    font-size: calc(14.4px + 3.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .text-with-img-cta .cta-wrapper .img-cta .img-cta-content .subheading {
    font-size: 18px;
  }
}

.text-with-img-cta .cta-wrapper .img-cta .img-cta-content .btn-wrapper {
  margin-top: 20px;
}

.video-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #979797;
  min-height: 300px;
}

.video-block .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.video-block .content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
  min-height: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.video-block .content .heading {
  line-height: 1.3666666667;
  color: #fff;
  font-weight: 600;
}

.video-block .content .heading {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .video-block .content .heading {
    font-size: calc(24px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .video-block .content .heading {
    font-size: 30px;
  }
}

.item-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 480px) {
  .item-cards {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.item-cards .item-card {
  width: 100%;
  padding: 35px;
  background-color: #fdfdfd;
  margin-bottom: 15px;
}

.item-cards .item-card:hover {
  background-color: #F1F1F1;
}

@media (min-width: 480px) {
  .item-cards .item-card {
    margin: 19px 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .item-cards .item-card {
    width: calc(50% - 30px);
  }
}

@media (min-width: 768px) {
  .item-cards .item-card {
    width: calc(33.333333% - 30px);
  }
}

.item-cards .item-card .heading {
  margin-top: 0;
  color: #0378D7;
  font-size: 700;
  line-height: 1.375;
  margin-bottom: 0.7777777778em;
}

.item-cards .item-card .heading {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .heading {
    font-size: calc(19.2px + 4.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .heading {
    font-size: 24px;
  }
}

.item-cards .item-card .description {
  color: #515151;
  line-height: 1.6;
  margin-bottom: 1.4em;
}

.item-cards .item-card .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .description {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .description {
    font-size: 15px;
  }
}

.item-cards .item-card .price {
  color: #232323;
  margin-bottom: 15px;
}

.item-cards .item-card .price .before-price {
  line-height: 1.35;
  margin-bottom: -2px;
}

.item-cards .item-card .price .before-price {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .price .before-price {
    font-size: calc(16px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .price .before-price {
    font-size: 20px;
  }
}

.item-cards .item-card .price .price-price {
  font-weight: 700;
  line-height: 1.3846153846;
  margin-bottom: -1px;
}

.item-cards .item-card .price .price-price {
  font-size: 20.8px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .price .price-price {
    font-size: calc(20.8px + 5.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .price .price-price {
    font-size: 26px;
  }
}

.item-cards .item-card .price .price-unit {
  line-height: 1.3333333333;
  margin-bottom: 0;
}

.item-cards .item-card .price .price-unit {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .item-cards .item-card .price .price-unit {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .item-cards .item-card .price .price-unit {
    font-size: 15px;
  }
}

.heading-subheading {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.heading-subheading .heading {
  line-height: 1.1063829787;
  font-weight: 800;
  color: #868686;
  margin-bottom: 0.3333333333em;
}

.heading-subheading .heading {
  font-size: 37.6px;
}

@media screen and (min-width: 768px) {
  .heading-subheading .heading {
    font-size: calc(37.6px + 9.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .heading-subheading .heading {
    font-size: 47px;
  }
}

.heading-subheading .heading.curious_blue {
  color: #4083C4;
}

.heading-subheading .subheading {
  line-height: 1.1851851852;
  font-weight: 800;
  color: #868686;
  margin-bottom: 0.3333333333em;
}

.heading-subheading .subheading {
  font-size: 21.6px;
}

@media screen and (min-width: 768px) {
  .heading-subheading .subheading {
    font-size: calc(21.6px + 5.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .heading-subheading .subheading {
    font-size: 27px;
  }
}

.heading-subheading .description {
  line-height: 1.3571428571;
  color: #000;
  font-weight: 400;
}

.heading-subheading .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .heading-subheading .description {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .heading-subheading .description {
    font-size: 14px;
  }
}

.heading-subheading .heading.narrow, .heading-subheading .subheading.narrow, .heading-subheading .description.narrow {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.heading-subheading .heading.left, .heading-subheading .subheading.left, .heading-subheading .description.left {
  text-align: left;
}

.heading-subheading.alignment-left {
  margin-left: 0;
  text-align: left;
}

.heading-subheading.alignment-left .heading, .heading-subheading.alignment-left .subheading, .heading-subheading.alignment-left .description {
  margin-left: 0;
}

.cards-with-img-and-links {
  padding-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .cards-with-img-and-links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cards-with-img-and-links .card {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .cards-with-img-and-links .card:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cards-with-img-and-links .card {
    margin-left: auto;
    margin-right: auto;
    width: calc(50% - 20px);
  }
}

.cards-with-img-and-links .card .content {
  padding-top: 200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
  height: 100%;
}

@media (max-width: 991px) {
  .cards-with-img-and-links .card .content {
    padding-top: 100px;
  }
}

.cards-with-img-and-links .card .img {
  z-index: 1;
  display: block;
  width: calc(100% - 70px);
  height: 300px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .cards-with-img-and-links .card .img {
    width: calc(100% - 30px);
    height: 200px;
  }
}

.cards-with-img-and-links .card .heading {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.3666666667;
  font-weight: 600;
  color: #232323;
}

.cards-with-img-and-links .card .heading {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .cards-with-img-and-links .card .heading {
    font-size: calc(24px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .cards-with-img-and-links .card .heading {
    font-size: 30px;
  }
}

.cards-with-img-and-links .card .links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cards-with-img-and-links .card .links li {
  margin: 10px 0;
}

.cards-with-img-and-links .card .links li a {
  text-decoration: underline;
  color: #0378D7;
  font-weight: 600;
  line-height: 1.375;
}

.cards-with-img-and-links .card .links li a {
  font-size: 12.8px;
}

@media screen and (min-width: 768px) {
  .cards-with-img-and-links .card .links li a {
    font-size: calc(12.8px + 3.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .cards-with-img-and-links .card .links li a {
    font-size: 16px;
  }
}

.cards-with-img-and-links .card .links li a:hover {
  color: #024e8c;
}

.two-cols-html {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #515151;
  line-height: 1.7058823529;
}

@media (min-width: 768px) {
  .two-cols-html {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .two-cols-html .column {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(50% - 20px);
  }
}

.two-cols-html {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .two-cols-html {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .two-cols-html {
    font-size: 17px;
  }
}

.two-cols-html h1, .two-cols-html h2, .two-cols-html h3, .two-cols-html h4, .two-cols-html h5, .two-cols-html h6 {
  color: #232323;
}

.block-img-with-opaque-text {
  min-height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .block-img-with-opaque-text {
    min-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-img-with-opaque-text {
    min-height: 420px;
  }
}

.block-img-with-opaque-text .text-box {
  position: relative;
  top: 270px;
  background: #0484F4;
  max-width: 620px;
  padding: 70px 60px 60px 60px;
  color: #fff;
}

@media (max-width: 767px) {
  .block-img-with-opaque-text .text-box {
    padding: 30px;
    top: 150px;
  }
}

.block-img-with-opaque-text .text-box .heading {
  line-height: 1.3666666667;
  margin-bottom: 0.6666666667em;
}

.block-img-with-opaque-text .text-box .heading {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .block-img-with-opaque-text .text-box .heading {
    font-size: calc(24px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .block-img-with-opaque-text .text-box .heading {
    font-size: 30px;
  }
}

.block-img-with-opaque-text .text-box .subheading {
  line-height: 1.3636363636;
  margin-bottom: 0.6818181818em;
}

.block-img-with-opaque-text .text-box .subheading {
  font-size: 17.6px;
}

@media screen and (min-width: 768px) {
  .block-img-with-opaque-text .text-box .subheading {
    font-size: calc(17.6px + 4.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .block-img-with-opaque-text .text-box .subheading {
    font-size: 22px;
  }
}

.block-img-with-opaque-text .text-box .description {
  line-height: 1.3333333333;
  margin-bottom: 0;
  max-width: 92%;
}

.block-img-with-opaque-text .text-box .description {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .block-img-with-opaque-text .text-box .description {
    font-size: calc(14.4px + 3.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .block-img-with-opaque-text .text-box .description {
    font-size: 18px;
  }
}

.icon-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon-items .icon-item {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .icon-items .icon-item {
    padding: 10px 20px;
  }
}

@media (min-width: 992px) {
  .icon-items .icon-item {
    padding: 10px 40px;
  }
}

.icon-items .icon-item .icon .icon-circle {
  margin-left: auto;
  margin-right: auto;
  background-color: #EF4B3D;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.icon-items .icon-item .icon .icon-circle .i {
  display: block;
  font-size: 30px;
  line-height: 52px;
}

.icon-items .icon-item .content-wrapper {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-items .icon-item .content-wrapper .content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.icon-items .icon-item .content-wrapper .content p:first-child {
  margin-top: 0;
}

.icon-items .icon-item .content-wrapper .content p:last-child {
  margin-bottom: 0;
}

.icon-items .icon-item .heading {
  line-height: 1.3571428571;
  text-align: inherit;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 12px;
}

.icon-items .icon-item .heading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .icon-items .icon-item .heading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .icon-items .icon-item .heading {
    font-size: 14px;
  }
}

.icon-items .icon-item .content {
  line-height: 1.3333333333;
  text-align: inherit;
  margin-bottom: 20px;
}

.icon-items .icon-item .content {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .icon-items .icon-item .content {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .icon-items .icon-item .content {
    font-size: 12px;
  }
}

.icon-items .icon-item .cta-wrapper .hdbtn {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .icon-items .icon-item {
    width: 25%;
  }
}

.icon-items .icon-item.icon-position-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .icon-items .icon-item.icon-position-left {
    padding: 10px 0;
  }
}

.icon-items .icon-item.icon-position-left .icon {
  width: 52px;
  margin-right: 18px;
}

.icon-items .icon-item.icon-position-left .content-wrapper {
  width: calc(100% - 70px);
  padding-right: 10px;
  text-align: left;
}

.icon-items .icon-item.icon-position-left .content-wrapper .content {
  width: 100%;
}

@media (min-width: 768px) {
  .icon-items.per-row-2 .icon-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .icon-items.per-row-3 .icon-item {
    width: 33.333333%;
  }
}

.card-img-and-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-img-and-text .img, .card-img-and-text .content {
  width: 100%;
}

@media (min-width: 992px) {
  .card-img-and-text .img, .card-img-and-text .content {
    width: 50%;
  }
}

.card-img-and-text .img {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card-img-and-text .content {
  background-color: #fff;
  padding: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .card-img-and-text .content {
    padding: 30px;
  }
}

.card-img-and-text .content p {
  color: #515151;
  line-height: 1.7058823529;
}

.card-img-and-text .content p {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .card-img-and-text .content p {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .card-img-and-text .content p {
    font-size: 17px;
  }
}

.card-img-and-text .content a {
  color: #515151;
  text-decoration: underline;
}

.card-img-and-text .content a:hover {
  color: #232323;
}

.block-cta {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-cta.bg-nero2 {
  color: #fff;
  background-color: #252525;
}

.block-cta.bg-dodger_blue2 {
  color: #fff;
  background-color: #269AF2;
}

.block-cta.with-img {
  color: #fff;
}

.block-cta .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.block-cta .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
}

.block-cta .subheading {
  font-weight: 400;
}

.block-cta .headings, .block-cta .cta-btns {
  width: 100%;
}

@media (min-width: 768px) {
  .block-cta.cta-location-right .headings, .block-cta.cta-location-right .cta-btns {
    width: 50%;
  }
  .block-cta.cta-location-right .cta-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-cta.cta-location-right .cta-btns .hdbtn {
    margin: 5px 0;
  }
}

.block-cta.cta-location-bottom {
  text-align: center;
}

.block-cta.cta-location-bottom .heading, .block-cta.cta-location-bottom .subheading {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .block-cta.cta-location-bottom .cta-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-cta.cta-location-bottom .cta-btns .hdbtn {
    margin: 5px 0;
  }
}

.hero-simple {
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-simple.bg-navy_blue {
  background-color: #0378D7;
}

.hero-simple .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
}

@media (max-width: 991px) {
  .hero-simple {
    min-height: 180px;
  }
}

.hero-simple .container {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-simple .content {
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .hero-simple .content.content-alignment-left {
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-simple .content.content-location-left {
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
  }
}

.hero-simple .content .heading {
  font-weight: 700;
}

.page-event-inner .hero-simple .content .heading {
  font-weight: 600;
}

.hero-simple .content .subheading {
  line-height: 1.35;
  font-weight: 400;
}

.hero-simple .content .subheading {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .hero-simple .content .subheading {
    font-size: calc(16px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-simple .content .subheading {
    font-size: 20px;
  }
}

.hero-simple .content .heading.narrow, .hero-simple .content .subheading.narrow {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.img-and-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-and-text .img {
  -ms-flex-order: 5;
  order: 5;
}

.img-and-text .img img {
  width: 100%;
}

.img-and-text .content {
  -ms-flex-order: 10;
  order: 10;
}

.img-and-text .img, .img-and-text .content {
  width: 100%;
}

@media (min-width: 768px) {
  .img-and-text .img, .img-and-text .content {
    width: 50%;
  }
}

.img-and-text .content {
  padding: 10px 20px;
  color: #515151;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-and-text .content h1, .img-and-text .content h2, .img-and-text .content h3, .img-and-text .content h4, .img-and-text .content h5, .img-and-text .content h6 {
  color: #232323;
}

.img-and-text .content p {
  line-height: 1.7058823529;
}

.img-and-text .content p {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .img-and-text .content p {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .img-and-text .content p {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .img-and-text.img-location-left .content {
    padding-left: 60px;
  }
  .img-and-text.img-location-right .img {
    -ms-flex-order: 15;
    order: 15;
  }
  .img-and-text.img-location-right .content {
    padding-right: 60px;
  }
}

.hero-slider .slide {
  position: relative;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-slider .slide .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
}

@media (max-width: 991px) {
  .hero-slider .slide {
    min-height: 350px;
  }
}

.hero-slider .slide .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-slider .slide .content {
  width: 100%;
  max-width: 520px;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 768px) {
  .hero-slider .slide .content .brushstroke {
    position: absolute;
    left: -35%;
    height: 375px;
    width: 808px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    background-image: url("../images/brushstroke.svg");
  }
}

.hero-slider .slide .content .heading {
  position: relative;
  font-weight: 700;
  line-height: 1.170212766;
  margin-bottom: 0.170212766em;
  color: #fff;
}

.hero-slider .slide .content .heading {
  font-size: 37.6px;
}

@media screen and (min-width: 768px) {
  .hero-slider .slide .content .heading {
    font-size: calc(37.6px + 9.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-slider .slide .content .heading {
    font-size: 47px;
  }
}

.hero-slider .slide .content .subheading {
  margin-top: 0;
  position: relative;
  font-weight: 600;
  line-height: 1.0625;
  margin-bottom: 1.0625em;
  color: #fff;
}

.hero-slider .slide .content .subheading {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  .hero-slider .slide .content .subheading {
    font-size: calc(25.6px + 6.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-slider .slide .content .subheading {
    font-size: 32px;
  }
}

.hero-slider .slide .content .description {
  margin-top: 0;
  position: relative;
  line-height: 1.2857142857;
  margin-bottom: 3.4285714286em;
}

.hero-slider .slide .content .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hero-slider .slide .content .description {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-slider .slide .content .description {
    font-size: 14px;
  }
}

.hero-slider .slide .content .cta-btns {
  position: relative;
}

.hero-slider .slide .content .cta-btns .hdbtn {
  text-transform: uppercase;
}

.hero-slider .slide .content .cta-btns .hdbtn + .hdbtn {
  margin-left: 24px;
}

.hero-slider .flickity-page-dots {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  right: 15px;
  width: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider .flickity-page-dots {
    right: calc(50% - 720px / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .flickity-page-dots {
    right: calc(50% - 960px / 2);
  }
}

@media (min-width: 1200px) {
  .hero-slider .flickity-page-dots {
    right: calc(50% - 1140px / 2);
  }
}

@media (max-width: 767px) {
  .hero-slider .flickity-page-dots {
    bottom: 20px;
  }
}

.hero-slider .flickity-page-dots .dot {
  margin: 7px 0;
  display: block;
  position: relative;
  background-color: #fff;
  width: 8px;
  height: 8px;
  opacity: 1;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

.hero-slider .flickity-page-dots .dot.is-selected:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  content: '';
}

.hero-slider.type-narrow .slide {
  min-height: 325px;
}

@media (min-width: 768px) {
  .hero-slider.type-narrow .content {
    max-width: 430px;
  }
  .hero-slider.type-narrow .content .brushstroke {
    width: 540px;
    height: 235px;
    left: -19%;
  }
}

.timeline-wrapper.loading {
  opacity: 0.3;
}

.timeline-wrapper .timeline-heading {
  line-height: 2.3076923077;
  color: #737373;
  font-weight: 700;
}

.timeline-wrapper .timeline-heading {
  font-size: 20.8px;
}

@media screen and (min-width: 768px) {
  .timeline-wrapper .timeline-heading {
    font-size: calc(20.8px + 5.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .timeline-wrapper .timeline-heading {
    font-size: 26px;
  }
}

.timeline-wrapper .timeline-heading .date {
  color: #000;
}

.timeline-wrapper .timeline-table-heading {
  background-color: #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.timeline-wrapper .timeline-table-heading .timeline-table-heading-side {
  -ms-flex: none;
  flex: none;
  background-color: #e5e5e5;
}

.timeline-wrapper .timeline-table-heading .timeline-table-heading-side.left {
  width: 177.5px;
}

@media (max-width: 479px) {
  .timeline-wrapper .timeline-table-heading .timeline-table-heading-side.left {
    width: 117.5px;
  }
}

.timeline-wrapper .timeline-table-heading .timeline-table-heading-side.right {
  width: 22.5px;
}

.timeline-wrapper .timeline-table-heading .timeline-table-heading-times {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
}

.timeline-wrapper .timeline-table-heading .timeline-table-heading-times .time-tick {
  width: 45px;
  -ms-flex: none;
  flex: none;
  text-align: center;
  line-height: 1.1666666667;
  padding-top: 10px;
  padding-bottom: 10px;
}

.timeline-wrapper .timeline-table-heading .timeline-table-heading-times .time-tick {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .timeline-wrapper .timeline-table-heading .timeline-table-heading-times .time-tick {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .timeline-wrapper .timeline-table-heading .timeline-table-heading-times .time-tick {
    font-size: 12px;
  }
}

.timeline-wrapper .timeline-table-transform-wrapper {
  transform: translateZ(0);
}

.timeline-wrapper .timeline-table-wrapper {
  position: relative;
  background-color: #f6f6f6;
  overflow: auto;
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-side-heading {
  position: fixed;
  z-index: 1;
  height: 60px;
  width: 200px;
  background-color: rgba(246, 246, 246, 0.85);
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px;
}

@media (max-width: 479px) {
  .timeline-wrapper .timeline-table-wrapper .timeline-table-side-heading {
    width: 140px;
  }
}

.timeline-wrapper .timeline-table-wrapper .timeline-side-heading {
  line-height: 1.2857142857;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.timeline-wrapper .timeline-table-wrapper .timeline-side-heading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .timeline-wrapper .timeline-table-wrapper .timeline-side-heading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .timeline-wrapper .timeline-table-wrapper .timeline-side-heading {
    font-size: 14px;
  }
}

.timeline-wrapper .timeline-table-wrapper .timeline-href {
  line-height: 1.2857142857;
  font-weight: 700;
  color: #f55140;
  text-transform: uppercase;
}

.timeline-wrapper .timeline-table-wrapper .timeline-href {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .timeline-wrapper .timeline-table-wrapper .timeline-href {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .timeline-wrapper .timeline-table-wrapper .timeline-href {
    font-size: 14px;
  }
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-row .timeline-slot-item {
  margin-left: 200px;
  top: 7px;
  position: absolute;
}

@media (max-width: 479px) {
  .timeline-wrapper .timeline-table-wrapper .timeline-table-row .timeline-slot-item {
    margin-left: 140px;
  }
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-row .timeline-slot-item-style {
  padding: 5px 7px;
  font-size: 10px;
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-row .timeline-slot-item-style .title {
  font-weight: 600;
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-row .timeline-slot-item-style .title, .timeline-wrapper .timeline-table-wrapper .timeline-table-row .timeline-slot-item-style .category, .timeline-wrapper .timeline-table-wrapper .timeline-table-row .timeline-slot-item-style .time {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-row-ticks {
  margin-left: 200px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% - 200px);
}

@media (max-width: 479px) {
  .timeline-wrapper .timeline-table-wrapper .timeline-table-row-ticks {
    margin-left: 140px;
  }
}

.timeline-wrapper .timeline-table-wrapper .timeline-table-row-tick {
  width: 45px;
  -ms-flex: none;
  flex: none;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.wc-bookings-booking-form {
  border: none;
  margin: 0;
  line-height: 0;
  padding: 0;
}

.ui-widget {
  font-family: inherit;
}

.calendar, .wc-bookings-booking-form fieldset, .acf-ui-datepicker {
  width: 100%;
  margin: 0;
  border: 1px solid #747474;
  padding: 5px;
  background-color: #fff;
}

.calendar .ui-datepicker-calendar, .wc-bookings-booking-form fieldset .ui-datepicker-calendar, .acf-ui-datepicker .ui-datepicker-calendar {
  border: none;
}

.calendar .calendar-top, .calendar .ui-datepicker-header, .wc-bookings-booking-form fieldset .calendar-top, .wc-bookings-booking-form fieldset .ui-datepicker-header, .acf-ui-datepicker .calendar-top, .acf-ui-datepicker .ui-datepicker-header {
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 20px 0;
  background-color: transparent;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.calendar .calendar-top .calendar-arrow, .calendar .calendar-top .ui-datepicker-prev, .calendar .calendar-top .ui-datepicker-next, .calendar .ui-datepicker-header .calendar-arrow, .calendar .ui-datepicker-header .ui-datepicker-prev, .calendar .ui-datepicker-header .ui-datepicker-next, .wc-bookings-booking-form fieldset .calendar-top .calendar-arrow, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next, .wc-bookings-booking-form fieldset .ui-datepicker-header .calendar-arrow, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next, .acf-ui-datepicker .calendar-top .calendar-arrow, .acf-ui-datepicker .calendar-top .ui-datepicker-prev, .acf-ui-datepicker .calendar-top .ui-datepicker-next, .acf-ui-datepicker .ui-datepicker-header .calendar-arrow, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-color: transparent;
  color: #1B2691;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 10px;
  line-height: 20px;
}

.calendar .calendar-top .calendar-arrow.previous, .calendar .calendar-top .ui-datepicker-prev.previous, .calendar .calendar-top .ui-datepicker-next.previous, .calendar .ui-datepicker-header .calendar-arrow.previous, .calendar .ui-datepicker-header .ui-datepicker-prev.previous, .calendar .ui-datepicker-header .ui-datepicker-next.previous, .wc-bookings-booking-form fieldset .calendar-top .calendar-arrow.previous, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev.previous, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next.previous, .wc-bookings-booking-form fieldset .ui-datepicker-header .calendar-arrow.previous, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev.previous, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next.previous, .acf-ui-datepicker .calendar-top .calendar-arrow.previous, .acf-ui-datepicker .calendar-top .ui-datepicker-prev.previous, .acf-ui-datepicker .calendar-top .ui-datepicker-next.previous, .acf-ui-datepicker .ui-datepicker-header .calendar-arrow.previous, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev.previous, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next.previous {
  text-align: right;
}

.calendar .calendar-top .calendar-arrow.next, .calendar .calendar-top .ui-datepicker-prev.next, .calendar .calendar-top .ui-datepicker-next.next, .calendar .ui-datepicker-header .calendar-arrow.next, .calendar .ui-datepicker-header .ui-datepicker-prev.next, .calendar .ui-datepicker-header .ui-datepicker-next.next, .wc-bookings-booking-form fieldset .calendar-top .calendar-arrow.next, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev.next, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next.next, .wc-bookings-booking-form fieldset .ui-datepicker-header .calendar-arrow.next, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev.next, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next.next, .acf-ui-datepicker .calendar-top .calendar-arrow.next, .acf-ui-datepicker .calendar-top .ui-datepicker-prev.next, .acf-ui-datepicker .calendar-top .ui-datepicker-next.next, .acf-ui-datepicker .ui-datepicker-header .calendar-arrow.next, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev.next, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next.next {
  text-align: left;
}

.calendar .calendar-top .ui-datepicker-prev, .calendar .ui-datepicker-header .ui-datepicker-prev, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev, .acf-ui-datepicker .calendar-top .ui-datepicker-prev, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-align: right;
}

.calendar .calendar-top .ui-datepicker-prev .ui-icon:before, .calendar .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev .ui-icon:before, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .acf-ui-datepicker .calendar-top .ui-datepicker-prev .ui-icon:before, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
  font-family: "tps-icons";
  content: "\e921";
}

.calendar .calendar-top .ui-datepicker-next, .calendar .ui-datepicker-header .ui-datepicker-next, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next, .acf-ui-datepicker .calendar-top .ui-datepicker-next, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  text-align: left;
}

.calendar .calendar-top .ui-datepicker-next .ui-icon:before, .calendar .ui-datepicker-header .ui-datepicker-next .ui-icon:before, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next .ui-icon:before, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next .ui-icon:before, .acf-ui-datepicker .calendar-top .ui-datepicker-next .ui-icon:before, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  font-family: "tps-icons";
  content: "\e922";
}

.calendar .calendar-top .ui-datepicker-prev, .calendar .calendar-top .ui-datepicker-next, .calendar .ui-datepicker-header .ui-datepicker-prev, .calendar .ui-datepicker-header .ui-datepicker-next, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next, .acf-ui-datepicker .calendar-top .ui-datepicker-prev, .acf-ui-datepicker .calendar-top .ui-datepicker-next, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 20px;
  background-color: transparent !important;
}

.calendar .calendar-top .ui-datepicker-prev .ui-icon, .calendar .calendar-top .ui-datepicker-next .ui-icon, .calendar .ui-datepicker-header .ui-datepicker-prev .ui-icon, .calendar .ui-datepicker-header .ui-datepicker-next .ui-icon, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev .ui-icon, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next .ui-icon, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev .ui-icon, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next .ui-icon, .acf-ui-datepicker .calendar-top .ui-datepicker-prev .ui-icon, .acf-ui-datepicker .calendar-top .ui-datepicker-next .ui-icon, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background: none;
  color: transparent;
  text-indent: 0;
}

.calendar .calendar-top .ui-datepicker-prev .ui-icon:before, .calendar .calendar-top .ui-datepicker-next .ui-icon:before, .calendar .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .calendar .ui-datepicker-header .ui-datepicker-next .ui-icon:before, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-prev .ui-icon:before, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-next .ui-icon:before, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-next .ui-icon:before, .acf-ui-datepicker .calendar-top .ui-datepicker-prev .ui-icon:before, .acf-ui-datepicker .calendar-top .ui-datepicker-next .ui-icon:before, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  text-align: center;
  color: #1B2691;
}

.calendar .calendar-top .calendar-month-title, .calendar .calendar-top .ui-datepicker-title, .calendar .ui-datepicker-header .calendar-month-title, .calendar .ui-datepicker-header .ui-datepicker-title, .wc-bookings-booking-form fieldset .calendar-top .calendar-month-title, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-title, .wc-bookings-booking-form fieldset .ui-datepicker-header .calendar-month-title, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-title, .acf-ui-datepicker .calendar-top .calendar-month-title, .acf-ui-datepicker .calendar-top .ui-datepicker-title, .acf-ui-datepicker .ui-datepicker-header .calendar-month-title, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  min-width: 100px;
  -ms-flex: none;
  flex: none;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 0 7px;
  text-align: center;
}

.calendar .calendar-top .ui-datepicker-title, .calendar .ui-datepicker-header .ui-datepicker-title, .wc-bookings-booking-form fieldset .calendar-top .ui-datepicker-title, .wc-bookings-booking-form fieldset .ui-datepicker-header .ui-datepicker-title, .acf-ui-datepicker .calendar-top .ui-datepicker-title, .acf-ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}

.calendar .calendar-days, .calendar .ui-datepicker .ui-datepicker-calendar, .wc-bookings-booking-form fieldset .calendar-days, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar, .acf-ui-datepicker .calendar-days, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}

.calendar .calendar-days thead th, .calendar .ui-datepicker .ui-datepicker-calendar thead th, .wc-bookings-booking-form fieldset .calendar-days thead th, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar thead th, .acf-ui-datepicker .calendar-days thead th, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar thead th {
  border-top: none;
  border-bottom: 1px solid #cecfd2;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 2px;
  color: #000;
}

.calendar .calendar-days td, .calendar .ui-datepicker .ui-datepicker-calendar td, .wc-bookings-booking-form fieldset .calendar-days td, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td, .acf-ui-datepicker .calendar-days td, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td {
  font-size: 14px;
  border: none;
  background-color: transparent;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding: 5px 2px !important;
  color: #000;
  cursor: pointer;
}

.calendar .calendar-days td .day-text, .calendar .calendar-days td .ui-state-default, .calendar .ui-datepicker .ui-datepicker-calendar td .day-text, .calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-default, .wc-bookings-booking-form fieldset .calendar-days td .day-text, .wc-bookings-booking-form fieldset .calendar-days td .ui-state-default, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td .day-text, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td .ui-state-default, .acf-ui-datepicker .calendar-days td .day-text, .acf-ui-datepicker .calendar-days td .ui-state-default, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td .day-text, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  background-color: transparent !important;
  color: #000 !important;
  border: none !important;
  text-shadow: none !important;
  text-align: center;
}

.calendar .calendar-days td.adjacent-month .day-text, .calendar .calendar-days td.adjacent-month .ui-state-default, .calendar .calendar-days td.ui-datepicker-unselectable .day-text, .calendar .calendar-days td.ui-datepicker-unselectable .ui-state-default, .calendar .ui-datepicker .ui-datepicker-calendar td.adjacent-month .day-text, .calendar .ui-datepicker .ui-datepicker-calendar td.adjacent-month .ui-state-default, .calendar .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .day-text, .calendar .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default, .wc-bookings-booking-form fieldset .calendar-days td.adjacent-month .day-text, .wc-bookings-booking-form fieldset .calendar-days td.adjacent-month .ui-state-default, .wc-bookings-booking-form fieldset .calendar-days td.ui-datepicker-unselectable .day-text, .wc-bookings-booking-form fieldset .calendar-days td.ui-datepicker-unselectable .ui-state-default, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.adjacent-month .day-text, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.adjacent-month .ui-state-default, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .day-text, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default, .acf-ui-datepicker .calendar-days td.adjacent-month .day-text, .acf-ui-datepicker .calendar-days td.adjacent-month .ui-state-default, .acf-ui-datepicker .calendar-days td.ui-datepicker-unselectable .day-text, .acf-ui-datepicker .calendar-days td.ui-datepicker-unselectable .ui-state-default, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.adjacent-month .day-text, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.adjacent-month .ui-state-default, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .day-text, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
  color: rgba(0, 0, 0, 0.2) !important;
}

.calendar .calendar-days td.today, .calendar .calendar-days td.ui-datepicker-today, .calendar .ui-datepicker .ui-datepicker-calendar td.today, .calendar .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today, .wc-bookings-booking-form fieldset .calendar-days td.today, .wc-bookings-booking-form fieldset .calendar-days td.ui-datepicker-today, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.today, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today, .acf-ui-datepicker .calendar-days td.today, .acf-ui-datepicker .calendar-days td.ui-datepicker-today, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.today, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  font-weight: 600;
}

.calendar .calendar-days td.selectedDate, .calendar .ui-datepicker .ui-datepicker-calendar td.selectedDate, .wc-bookings-booking-form fieldset .calendar-days td.selectedDate, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.selectedDate, .acf-ui-datepicker .calendar-days td.selectedDate, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.selectedDate {
  font-weight: 500;
}

.calendar .calendar-days td.selectedDate .day-text, .calendar .ui-datepicker .ui-datepicker-calendar td.selectedDate .day-text, .wc-bookings-booking-form fieldset .calendar-days td.selectedDate .day-text, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td.selectedDate .day-text, .acf-ui-datepicker .calendar-days td.selectedDate .day-text, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td.selectedDate .day-text {
  background-color: #F3951E !important;
  border-radius: 50%;
  color: #fff !important;
}

.calendar .calendar-days td .ui-state-active, .calendar .ui-datepicker .ui-datepicker-calendar td .ui-state-active, .wc-bookings-booking-form fieldset .calendar-days td .ui-state-active, .wc-bookings-booking-form fieldset .ui-datepicker .ui-datepicker-calendar td .ui-state-active, .acf-ui-datepicker .calendar-days td .ui-state-active, .acf-ui-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  font-weight: 500;
  background-color: #F3951E !important;
  border-radius: 50%;
  color: #fff !important;
}

.wc-bookings-start-time-container label, .wc-bookings-start-time-container p, .wc-bookings-time-block-picker label, .wc-bookings-time-block-picker p {
  margin-top: 10px;
  line-height: 1.2;
}

.wc-bookings-date-picker .ui-widget-content {
  box-shadow: none;
}

.tooltip {
  z-index: 100;
  font-size: 12px;
  background-color: #fff;
}

.tooltip .timeline-slot-item-style {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

.link-card {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 350px;
  height: 120px;
  margin: 0 15px 35px 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 470px) {
  .link-card {
    width: 300px;
  }
}

.link-card__content {
  width: 100%;
  height: calc(100% - 22px);
  padding: 20px 25px 0 25px;
  margin-bottom: 22px;
  overflow: hidden;
}

.link-card__content p {
  font-size: 14px;
  color: #868686;
}

.link-card__title {
  font-size: 26px;
  line-height: 1.2;
}

.link-card:link,
.link-card:visited {
  color: #F3951E;
}

.link-card:hover,
.link-card:active {
  background-color: rgba(243, 149, 30, 0.6);
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .search-form {
    margin: 0 40px 40px 40px;
  }
}

@media only screen and (max-width: 470px) {
  .search-form {
    margin: 0 10px 40px 10px;
  }
}

.search-form__wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin: 0 auto;
  border: 1px solid #979797;
  padding: 10px 15px;
}

@media only screen and (max-width: 1200px) {
  .search-form__wrapper {
    width: 100%;
  }
}

.search-form__btn {
  font-size: 22px;
  color: #868686;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.search-form__btn:focus {
  outline: none;
}

.search-form__btn:hover {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.search-form__btn:active {
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-form__input {
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #868686;
  border: none;
}

.search-form__input:focus {
  outline: none;
}

.form-contact-us .gform_body ul li {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

.form-contact-us .validation_error {
  color: #f3951e !important;
  border-color: #f3951e !important;
}

.form-contact-us .validation_message {
  color: #f3951e !important;
}

.form-contact-us .gfield_error {
  border-color: #f3951e !important;
  background-color: rgba(243, 149, 30, 0.1) !important;
}

.form-contact-us .gfield_error
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form-contact-us .gfield_error textarea {
  border-color: #f3951e !important;
}

.form-contact-us button {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.75em 2.8125em 0.6875em 2.8125em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #EF4B3D;
  background-color: #EF4B3D;
  color: #fff;
  transition: all 0.2s ease;
}

.form-contact-us button:hover {
  border-color: #EF4B3D;
  background-color: #fff;
  color: #EF4B3D;
}

.form-contact-us button:focus {
  outline: none;
}

.form-contact-us .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 599px) {
  .form-volunteer_wrapper {
    margin: 16px 15px !important;
  }
}

.form-volunteer .gform_fields {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-volunteer .gfield {
  margin-top: 0 !important;
}

.form-volunteer .name {
  width: 100%;
  padding: 0 !important;
}

.form-volunteer .phone,
.form-volunteer .email,
.form-volunteer .phone .gfield_error,
.form-volunteer .email .gfield_error {
  width: calc(50% - 8px);
  padding: 0 !important;
}

.form-volunteer .phone {
  margin-right: 16px;
}

.form-volunteer .ginput_container_phone,
.form-volunteer .ginput_container_email {
  width: 100% !important;
}

.form-volunteer .ginput_container_phone input,
.form-volunteer .ginput_container_email input {
  width: 100% !important;
}

.form-volunteer .gform_title {
  text-align: center;
  line-height: 1.375;
  font-weight: 600;
  color: #737373;
}

.form-volunteer .validation_error {
  color: #f3951e !important;
  border-color: #f3951e !important;
}

.form-volunteer .validation_message {
  color: #f3951e !important;
}

.form-volunteer .gfield_error {
  border-color: #f3951e !important;
  background-color: rgba(243, 149, 30, 0.1) !important;
}

.form-volunteer #field_1_1 {
  max-width: 100% !important;
  width: 100% !important;
}

.form-volunteer #field_1_7,
.form-volunteer #field_1_6 {
  width: calc(50% - 8px) !important;
  max-width: calc(50% - 8px) !important;
}

.form-volunteer .gfield_error
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.form-volunteer .gfield_error textarea {
  border-color: #f3951e !important;
}

.form-volunteer .gform_footer {
  margin-top: 35px !important;
}

.form-volunteer .gform_footer button {
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0.75em 2.8125em 0.6875em 2.8125em;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: #EF4B3D;
  background-color: #EF4B3D;
  color: #fff;
  transition: all 0.2s ease;
}

.form-volunteer .gform_footer button:hover {
  border-color: #EF4B3D;
  background-color: #fff;
  color: #EF4B3D;
}

.form-volunteer .gform_footer button:focus {
  outline: none;
}

.form-organization label input[type="checkbox"] {
  display: inline-block;
}

.form-organization .acf-add-checkbox {
  margin-top: 15px !important;
}

.form-personal .acf-field-message {
  border-top: 2px solid #1b2691 !important;
  padding-top: 25px !important;
  padding-bottom: 0px !important;
  margin: 15px 0 10px 0 !important;
}

.form-personal .acf-field-message .acf-label {
  text-transform: uppercase;
}

.form-personal .acf-field-message .acf-label label {
  color: #1b2691 !important;
}

.form-personal .acf-field-message .acf-input p {
  margin-top: -8px;
}

.form-personal__multi-select {
  margin-bottom: 20px !important;
}

.facility-booking-form label {
  font-size: 15px;
  line-height: 18px;
}

.facility-booking-form .select,
.facility-booking-form .select2 {
  height: 50px !important;
}

.facility-booking-form .select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #000000;
  height: 50px;
}

.facility-booking-form .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  font-size: 15px;
  color: #000;
  height: 50px;
  line-height: 50px;
}

.facility-booking-form .select2-container--default
.select2-selection--single
.select2-selection__arrow {
  top: 12px;
}

.facility-booking-form .tps-label {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 20px;
}

.facility-booking-form .tps-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.facility-booking-form .tps-label--bordered {
  padding: 15px 15px 15px 50px;
  border: 1px solid #000;
  border-radius: 4px;
}

.facility-booking-form .tps-label--bordered::before {
  left: 15px;
}

.facility-booking-form .tps-checkbox {
  display: none;
}

.facility-booking-form .tps-checkbox:checked + .tps-label::before {
  background-color: #000;
}

.facility-booking-form .tps-grid-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .facility-booking-form .tps-grid-wrap {
    grid-column-gap: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .facility-booking-form .tps-grid-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 550px) {
  .facility-booking-form .tps-grid-wrap--remain {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.facility-booking-form #card-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.facility-booking-form #card-container .card {
  padding: 15px 20px 20px 20px;
  background: #bbff85;
  border-radius: 4px;
  margin-bottom: 20px;
}

.facility-booking-form #card-container .card.error {
  background: #ff9b85;
}

.facility-booking-form .hdbtn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.facility-booking-form .hdbtn.hide-btn {
  display: none;
}

.facility-booking-form .hdbtn.show-btn {
  display: block;
}

.facility-booking-form .go-to-btn {
  display: inline-block;
  margin-top: 15px;
}

.facility-booking-form .tps-datepicker {
  font-size: 15px;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #000;
}

.facility-booking-form .tps-datepicker:focus {
  outline: none;
}

.container-socials a {
  color: #1B2691;
  margin-right: 10px;
  font-size: 22px;
}

.container-contact-details {
  padding-left: 0 !important;
  list-style: none;
}

.container-contact-details li {
  color: #1B2691;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.container-contact-details li i {
  margin-right: 20px;
  font-size: 22px;
}

.container-contact-details li:not(:last-child) {
  margin-bottom: 10px;
}

.undefined-user {
  width: 150px;
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .undefined-user {
    margin: 30px auto 0 auto;
  }
}

.undefined-user__img {
  width: 100%;
}

.undefined-user__img--smaller {
  width: 80%;
}

h1 {
  line-height: 1.1956521739;
  font-weight: 800;
  color: #737373;
}

h1 {
  font-size: 36.8px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: calc(36.8px + 9.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  line-height: 1.375;
  font-weight: 600;
  color: #737373;
}

h2 {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: calc(25.6px + 6.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  line-height: 1.2307692308;
  font-weight: 700;
  color: #737373;
}

h3 {
  font-size: 20.8px;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: calc(20.8px + 5.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  line-height: 1.2941176471;
  font-weight: 700;
}

h4 {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  line-height: 1.1428571429;
  font-weight: 700;
}

h5 {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  line-height: 1.1666666667;
  font-weight: 700;
}

h6 {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  h6 {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  h6 {
    font-size: 12px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.wp-block-columns {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container,
  .wp-block-columns {
    max-width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container,
  .wp-block-columns {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .wp-block-columns {
    max-width: 1140px;
  }
}

.wp-block-columns {
  color: #515151;
  line-height: 1.7058823529;
  margin-bottom: 30px;
}

.wp-block-columns {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .wp-block-columns {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .wp-block-columns {
    font-size: 17px;
  }
}

.wp-block-columns h1, .wp-block-columns h2, .wp-block-columns h3, .wp-block-columns h4, .wp-block-columns h5, .wp-block-columns h6 {
  color: #232323;
}

.wp-block-columns blockquote {
  line-height: 1.375;
  color: #232323;
}

.wp-block-columns blockquote {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .wp-block-columns blockquote {
    font-size: calc(19.2px + 4.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .wp-block-columns blockquote {
    font-size: 24px;
  }
}

.wp-block-columns blockquote cite {
  display: block;
}

.wp-block-columns ul {
  padding-left: 20px;
}

.wp-block-columns.has-1-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-columns.has-1-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-columns.has-2-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-block-columns.has-2-columns .wp-block-column {
  margin: 0;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .wp-block-columns.has-2-columns .wp-block-column {
    width: 50%;
  }
}

.block {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.block.bg-white_smoke {
  background-color: #F1F1F1;
}

.block.bg-white_smoke_lighter {
  background-color: #F8f8f8;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .row--flex {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.compare-table {
  overflow: auto;
  margin-left: -5px;
  margin-right: -5px;
}

.compare-table table {
  min-width: calc(100% - 10px);
  border-collapse: collapse;
  border: none;
}

.compare-table table .table-head-heading,
.compare-table table .table-data-heading {
  width: 200px;
  font-weight: 400;
  line-height: 1.3333333333;
  padding: 15px 10px;
  text-align: left;
  min-height: 50px;
}

.compare-table table .table-head-heading,
.compare-table table .table-data-heading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .compare-table table .table-head-heading,
  .compare-table table .table-data-heading {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .compare-table table .table-head-heading,
  .compare-table table .table-data-heading {
    font-size: 15px;
  }
}

.compare-table table .table-head-item {
  background-color: #E7F0FE;
  padding: 20px 10px;
  border-left: 2px solid #fff;
  width: 120px;
}

.compare-table table .table-head-item p {
  line-height: 1.3684210526;
  text-align: center;
  color: #232323;
  white-space: pre-wrap;
  word-break: normal;
}

.compare-table table .table-head-item p {
  font-size: 15.2px;
}

@media screen and (min-width: 768px) {
  .compare-table table .table-head-item p {
    font-size: calc(15.2px + 3.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .compare-table table .table-head-item p {
    font-size: 19px;
  }
}

.compare-table table .table-head-item a {
  display: block;
  text-align: center;
  color: #269AF2;
  line-height: 1.3333333333;
  font-weight: 400;
  text-decoration: underline;
}

.compare-table table .table-head-item a {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .compare-table table .table-head-item a {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .compare-table table .table-head-item a {
    font-size: 15px;
  }
}

.compare-table table .table-inner-heading {
  text-align: center;
  background-color: #C8DCEF;
  line-height: 1.625;
  color: #232323;
  padding: 14px;
}

.compare-table table .table-inner-heading {
  font-size: 12.8px;
}

@media screen and (min-width: 768px) {
  .compare-table table .table-inner-heading {
    font-size: calc(12.8px + 3.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .compare-table table .table-inner-heading {
    font-size: 16px;
  }
}

.compare-table table tbody th,
.compare-table table tbody td {
  border-right: 1px solid #e5e4e4;
  border-bottom: 1px solid #e5e4e4;
}

.compare-table table tbody td {
  text-align: center;
}

.compare-table table tbody td .css-check {
  margin-left: auto;
  margin-right: auto;
}

.css-check {
  position: relative;
  top: -3px;
  width: 16px;
  height: 8px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #1cbb00;
  border-bottom: 2px solid #1cbb00;
  display: block;
  content: "";
}

.rectangle-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 480px) and (max-width: 767px) {
  .rectangle-cards .rectangle-card {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

@media (min-width: 768px) {
  .rectangle-cards .rectangle-card {
    width: calc(25% - 20px);
    margin: 10px;
  }
}

.rectangle-card {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rectangle-card.img-contain .img-wrapper .img {
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.rectangle-card .img-wrapper {
  position: relative;
  height: 150px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  border-bottom: 1px solid #d4d4d4;
}

.rectangle-card .img-wrapper .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rectangle-card .img-wrapper .type {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background-color: #A2D4EC;
  padding: 4px 11px;
  text-transform: uppercase;
  line-height: 1.4166666667;
  color: #fff;
}

.rectangle-card .img-wrapper .type {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .rectangle-card .img-wrapper .type {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .rectangle-card .img-wrapper .type {
    font-size: 12px;
  }
}

.rectangle-card .content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 10px;
}

.rectangle-card .content .meta-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.rectangle-card .content .meta-row > div,
.rectangle-card .content .meta-row > span {
  margin-right: 8px;
}

.rectangle-card .content .meta-row > div:last-child,
.rectangle-card .content .meta-row > span:last-child {
  margin-right: 0;
}

.rectangle-card .content .price {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3684210526;
  color: #0484F4;
}

.rectangle-card .content .price {
  font-size: 15.2px;
}

@media screen and (min-width: 768px) {
  .rectangle-card .content .price {
    font-size: calc(15.2px + 3.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .rectangle-card .content .price {
    font-size: 19px;
  }
}

.rectangle-card .content .date {
  color: #232323;
  line-height: 1.3333333333;
}

.rectangle-card .content .date {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .rectangle-card .content .date {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .rectangle-card .content .date {
    font-size: 15px;
  }
}

.rectangle-card .content .heading {
  line-height: 1.35;
  margin-bottom: 6px;
}

.rectangle-card .content .heading {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .rectangle-card .content .heading {
    font-size: calc(16px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .rectangle-card .content .heading {
    font-size: 20px;
  }
}

.rectangle-card .content .description {
  line-height: 1.4;
}

.rectangle-card .content .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .rectangle-card .content .description {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .rectangle-card .content .description {
    font-size: 15px;
  }
}

.rectangle-card .cta-wrapper {
  -ms-flex: none;
  flex: none;
  margin-top: -15px;
  padding: 15px;
  text-align: center;
}

.tab-nav.bg-navy_blue {
  color: #fff;
  background-color: #0378D7;
}

.tab-nav.bg-navy_blue .links a {
  color: #fff;
  background-color: transparent;
}

.tab-nav.bg-navy_blue .links a.active {
  background-color: #fff !important;
  color: #269AF2 !important;
}

.tab-nav.bg-navy_blue .links a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.tab-nav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .tab-nav .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-nav .container .heading {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.tab-nav .heading {
  line-height: 1.3529411765;
  margin-right: 30px;
}

.tab-nav .heading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .tab-nav .heading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .tab-nav .heading {
    font-size: 17px;
  }
}

.tab-nav .links {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tab-nav .links li {
  -ms-flex: 1;
  flex: 1;
  margin: 2px 2px 0 2px;
}

@media (max-width: 767px) {
  .tab-nav .links {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .tab-nav .links li {
    width: 100%;
    margin-top: 0;
  }
}

.tab-nav .links a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 2px solid #fff;
  border-bottom: none;
  text-align: center;
}

.tab-nav .links a.active {
  font-weight: 600;
}

.case-study-featured {
  text-align: center;
}

.case-study-featured .img {
  margin-bottom: 20px;
}

.case-study-featured .heading {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  color: #232323;
  margin-bottom: 30px;
}

.case-study-featured .description {
  color: #515151;
  line-height: 1.4736842105;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-featured .description {
  font-size: 15.2px;
}

@media screen and (min-width: 768px) {
  .case-study-featured .description {
    font-size: calc(15.2px + 3.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .case-study-featured .description {
    font-size: 19px;
  }
}

.case-study-featured .cta-wrapper {
  margin-top: 30px;
}

.video-resources-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-resources-inner .video-content .video-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .video-resources-inner .video-content {
    width: 65%;
  }
  .video-resources-inner .video-sidebar {
    margin-left: 15px;
    width: calc(35% - 15px);
  }
}

.html-content {
  color: #515151;
  line-height: 1.7058823529;
  margin-bottom: 30px;
}

.html-content {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .html-content {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .html-content {
    font-size: 17px;
  }
}

.html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6 {
  color: #232323;
}

.html-content blockquote {
  line-height: 1.375;
  color: #232323;
}

.html-content blockquote {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .html-content blockquote {
    font-size: calc(19.2px + 4.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .html-content blockquote {
    font-size: 24px;
  }
}

.html-content blockquote cite {
  display: block;
}

.html-content ul {
  padding-left: 20px;
}

.sidebar-box {
  margin-bottom: 20px;
  padding: 20px 30px;
}

.sidebar-box.bg-dodger_blue2 {
  background-color: #269AF2;
  color: #fff;
}

.sidebar-box.bg-dodger_blue2 a {
  color: #fff;
}

.sidebar-box.bg-dodger_blue2 a:hover {
  text-decoration: underline;
}

.sidebar-box.bg-bakers_chocolate {
  background-color: #2A1A07;
  color: #fff;
}

.sidebar-box.bg-bakers_chocolate a {
  color: #fff;
}

.sidebar-box.bg-bakers_chocolate a:hover {
  text-decoration: underline;
}

.sidebar-box .heading {
  line-height: 1.35;
}

.sidebar-box .heading {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .sidebar-box .heading {
    font-size: calc(16px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .sidebar-box .heading {
    font-size: 20px;
  }
}

.sidebar-box .sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-box .sidebar-links li {
  width: 100%;
  margin-bottom: 10px;
}

.sidebar-box .sidebar-links.items-columns-2 {
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-box .sidebar-links.items-columns-2 li {
  -ms-flex: none;
  flex: none;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.sidebar-box .sidebar-links a {
  line-height: 1.375;
}

.sidebar-box .sidebar-links a {
  font-size: 12.8px;
}

@media screen and (min-width: 768px) {
  .sidebar-box .sidebar-links a {
    font-size: calc(12.8px + 3.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .sidebar-box .sidebar-links a {
    font-size: 16px;
  }
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 40px;
}

.breadcrumbs > li {
  margin-right: 8px;
}

.breadcrumbs a {
  color: #232323;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .active {
  color: #0084F4;
  font-weight: 700;
}

.breadcrumbs a,
.breadcrumbs span {
  line-height: 1.3333333333;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 15px;
  }
}

.case-studies-inner {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.related-blocks .related-heading,
.related-posts .related-heading {
  line-height: 1.375;
  color: #232323;
  font-weight: 700;
  margin-bottom: 25px;
}

.related-blocks .related-heading,
.related-posts .related-heading {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .related-blocks .related-heading,
  .related-posts .related-heading {
    font-size: calc(19.2px + 4.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .related-blocks .related-heading,
  .related-posts .related-heading {
    font-size: 24px;
  }
}

.blog-page {
  background-color: #F8f8f8;
}

.blog-heading {
  color: #252525;
  margin-bottom: 50px;
}

.blog-heading h1 {
  margin-bottom: 5px;
}

.blog-heading h5 {
  font-weight: 400;
  line-height: 1;
}

.blog-heading h5 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .blog-heading h5 {
    font-size: calc(16px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .blog-heading h5 {
    font-size: 20px;
  }
}

.blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .blog .blog-articles {
    width: 65%;
  }
  .blog .blog-sidebar {
    margin-left: 15px;
    width: calc(35% - 15px);
  }
}

.blog-articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.blog-article-card {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.blog-article-card.big {
  width: calc(100% - 20px);
}

.blog-article-card.big .img-wrapper {
  height: 370px;
}

.blog-article-card.big .category {
  line-height: 1;
}

.blog-article-card.big .category {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .blog-article-card.big .category {
    font-size: calc(20px + 5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .blog-article-card.big .category {
    font-size: 25px;
  }
}

.blog-article-card.big .content .blog-heading {
  line-height: 1.375;
  font-weight: 600;
}

.blog-article-card.big .content .blog-heading {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .blog-article-card.big .content .blog-heading {
    font-size: calc(19.2px + 4.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .blog-article-card.big .content .blog-heading {
    font-size: 24px;
  }
}

.blog-article-card .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(7, 7, 7, 0.58) 100%);
}

.blog-article-card .img-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 235px;
}

.blog-article-card .category {
  line-height: 1.25;
  color: #fff;
  position: relative;
  z-index: 1;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}

.blog-article-card .category {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .blog-article-card .category {
    font-size: calc(16px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .blog-article-card .category {
    font-size: 20px;
  }
}

.blog-article-card .content {
  background-color: #fff;
  padding: 20px 15px;
}

.blog-article-card .content .meta {
  margin-bottom: 10px;
  line-height: 1.3571428571;
}

.blog-article-card .content .meta {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .blog-article-card .content .meta {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .blog-article-card .content .meta {
    font-size: 14px;
  }
}

.blog-article-card .content .meta a {
  margin-left: 10px;
  color: #269AF2;
}

.blog-article-card .content .meta a:hover {
  text-decoration: underline;
}

.blog-article-card .content .blog-heading {
  line-height: 1.3684210526;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-article-card .content .blog-heading {
  font-size: 15.2px;
}

@media screen and (min-width: 768px) {
  .blog-article-card .content .blog-heading {
    font-size: calc(15.2px + 3.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .blog-article-card .content .blog-heading {
    font-size: 19px;
  }
}

.event-inner-wrapper {
  position: relative;
}

.event-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.event-inner .meta {
  padding-top: 15px;
  padding-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.event-inner .meta .date {
  line-height: 1.7058823529;
  color: #515151;
}

.event-inner .meta .date {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .event-inner .meta .date {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .event-inner .meta .date {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .event-inner .event-content {
    width: 59%;
  }
  .event-inner .event-sidebar {
    z-index: 1;
    margin-left: 15px;
    width: calc(41% - 15px);
  }
}

.event-inner .event-register-form {
  padding: 30px 40px;
  background-color: #EBEBEB;
}

@media (min-width: 992px) {
  .event-inner .event-register-form {
    position: relative;
    top: -250px;
  }
}

.event-inner .event-register-form .heading {
  line-height: 1.375;
  text-align: center;
}

.event-inner .event-register-form .heading {
  font-size: 19.2px;
}

@media screen and (min-width: 768px) {
  .event-inner .event-register-form .heading {
    font-size: calc(19.2px + 4.8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .event-inner .event-register-form .heading {
    font-size: 24px;
  }
}

.featured-speakers .speaker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-speakers .speaker .img {
  width: 215px;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 479px) {
  .featured-speakers .speaker .img {
    width: 100%;
  }
}

.featured-speakers .speaker .content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 10px;
  max-width: 290px;
}

@media (min-width: 480px) {
  .featured-speakers .speaker .content {
    margin-top: 0;
    margin-left: 20px;
  }
}

.featured-speakers .speaker .content .full-name {
  line-height: 1.35;
  color: #232323;
}

.featured-speakers .speaker .content .full-name {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .featured-speakers .speaker .content .full-name {
    font-size: calc(16px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .featured-speakers .speaker .content .full-name {
    font-size: 20px;
  }
}

.featured-speakers .speaker .content .description {
  color: #515151;
  line-height: 1.7058823529;
}

.featured-speakers .speaker .content .description {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .featured-speakers .speaker .content .description {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .featured-speakers .speaker .content .description {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .request-demo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .request-demo .request-demo-content,
  .request-demo .request-demo-form {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.request-demo .request-demo-content .subheading {
  color: #252525;
  line-height: 1.3333333333;
  font-weight: 400;
}

.request-demo .request-demo-content .subheading {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .request-demo .request-demo-content .subheading {
    font-size: calc(14.4px + 3.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .request-demo .request-demo-content .subheading {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .contact .contact-content,
  .contact .contact-form {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.contact .contact-content {
  line-height: 1.3333333333;
}

.contact .contact-content {
  font-size: 14.4px;
}

@media screen and (min-width: 768px) {
  .contact .contact-content {
    font-size: calc(14.4px + 3.6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .contact .contact-content {
    font-size: 18px;
  }
}

.checkbox-list {
  list-style: none;
  padding-left: 0;
}

.checkbox-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.3333333333;
  margin-bottom: 10px;
}

.checkbox-list li {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .checkbox-list li {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .checkbox-list li {
    font-size: 15px;
  }
}

.checkbox-list li:before {
  position: relative;
  top: 7px;
  left: 9px;
  width: 24px;
  height: 10px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #269AF2;
  border-bottom: 2px solid #269AF2;
  display: block;
  content: "";
  margin-right: 23px;
}

.hero-blog {
  position: relative;
  min-height: 430px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 29, 29, 0.88) 100%);
}

@media (max-width: 991px) {
  .hero-blog {
    min-height: 350px;
  }
}

.hero-blog .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-blog .content {
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .hero-blog .content {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.hero-blog .content .blog-info {
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .hero-blog .content .blog-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.hero-blog .content .blog-info .category {
  line-height: 1;
  margin-bottom: 5px;
}

.hero-blog .content .blog-info .category {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .hero-blog .content .blog-info .category {
    font-size: calc(20px + 5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-blog .content .blog-info .category {
    font-size: 25px;
  }
}

.hero-blog .content .blog-info .date {
  line-height: 1.3846153846;
  margin-top: 8px;
}

.hero-blog .content .blog-info .date {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hero-blog .content .blog-info .date {
    font-size: calc(12px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-blog .content .blog-info .date {
    font-size: 13px;
  }
}

.hero-blog .content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-blog .empty-space,
.hero-blog .author {
  width: 150px;
  -ms-flex: none;
  flex: none;
  padding: 10px 20px 0 10px;
}

@media (max-width: 767px) {
  .hero-blog .empty-space,
  .hero-blog .author {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero-blog .author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hero-blog .author {
    width: 100%;
  }
}

.hero-blog .author .author-img {
  margin: 10px;
}

@media (max-width: 767px) {
  .hero-blog .author .author-img {
    display: none;
  }
}

.hero-blog .author .author-img img {
  max-width: 80px;
}

.hero-blog .author .author-content {
  text-align: center;
}

@media (max-width: 767px) {
  .hero-blog .author .author-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-blog .author .author-content .author-full-name {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
}

.hero-blog .author .author-content .author-full-name {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hero-blog .author .author-content .author-full-name {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-blog .author .author-content .author-full-name {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-blog .author .author-content .author-full-name {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.hero-blog .author .author-content .author-title {
  line-height: 1.3846153846;
}

.hero-blog .author .author-content .author-title {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hero-blog .author .author-content .author-title {
    font-size: calc(12px + 1 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-blog .author .author-content .author-title {
    font-size: 13px;
  }
}

.blog-inner {
  background-color: #F8f8f8;
  padding-bottom: 40px;
}

.blog-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .blog-container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.blog-container .empty-space,
.blog-container .blog-share {
  width: 150px;
  -ms-flex: none;
  flex: none;
  padding: 20px 20px 0 20px;
}

.blog-container .blog-inner-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-container .tags {
  padding-bottom: 20px;
}

.tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags .tags-heading {
  color: #515151;
  font-weight: 700;
}

.tags .tags-heading,
.tags a {
  margin: 2px;
  line-height: 1.3529411765;
}

.tags .tags-heading,
.tags a {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .tags .tags-heading,
  .tags a {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .tags .tags-heading,
  .tags a {
    font-size: 17px;
  }
}

.tags a {
  font-weight: 600;
  color: #269AF2;
}

.tags a:hover {
  text-decoration: underline;
}

.blog-article-cards.per-row-3 {
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-article-cards.per-row-3 .blog-article-card {
  width: calc(33.333333% - 20px);
}

@media (max-width: 767px) {
  .blog-article-cards.per-row-3 .blog-article-card {
    width: 100%;
  }
}

.members-list {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  .members-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.members-list .member-card {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .members-list .member-card {
    width: calc(33.333333% - 30px);
  }
}

@media (min-width: 992px) {
  .members-list .member-card {
    width: calc(25% - 30px);
  }
}

.member-page.members-list {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-page.members-list .member-card {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .member-page.members-list .member-card {
    width: calc(33.333333% - 30px);
  }
}

@media (min-width: 992px) {
  .member-page.members-list .member-card {
    width: calc(33.333333% - 30px);
  }
}

.member-card {
  position: relative;
  margin-bottom: 30px;
}

.member-card .img {
  background-color: transparent;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 255px;
}

.member-card .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  content: "";
  background-color: rgba(243, 149, 30, 0.6);
  transition: 0.2s all;
}

@media (max-width: 1199px) {
  .member-card .img {
    height: 210px;
  }
}

@media (max-width: 479px) {
  .member-card .img {
    height: 150px;
  }
}

.member-card .img img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 255px;
}

@media (max-width: 1199px) {
  .member-card .img img {
    height: 210px;
  }
}

@media (max-width: 479px) {
  .member-card .img img {
    width: 150px;
    height: 150px;
  }
}

.member-card .img .member-card-undefined-img {
  height: auto;
}

.member-card .full-name {
  color: #1B2691;
  font-weight: 700;
  line-height: 1.1176470588;
  margin-top: 25px;
  text-align: left;
  transition: 0.2s all;
}

.member-card .full-name {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .member-card .full-name {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .member-card .full-name {
    font-size: 17px;
  }
}

.member-card:hover .img:after {
  opacity: 1;
}

.member-card:hover .full-name {
  color: #F3951E;
}

.content-on-image {
  color: #fff;
}

.content-on-image .heading-subheading {
  text-align: left;
  max-width: 650px;
  margin-left: 0;
}

.content-on-image .heading-subheading .heading {
  color: #F3951E;
}

.content-on-image .heading-subheading .subheading,
.content-on-image .heading-subheading .description {
  color: #fff;
}

.content-on-image .bg-img {
  background-color: #9a9a9a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
}

.content-on-image .bg-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.content-on-image .bg-img .bg-img-inner-content {
  position: relative;
}

@media (min-width: 768px) {
  .content-on-image .bg-img {
    padding: 80px 40px;
  }
}

.border-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .border-items {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.border-items .border-item {
  width: calc(33.33333% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .border-items .border-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.border-item {
  border-top: 1px solid #fff;
}

.border-item .heading {
  margin-top: 13px;
  margin-bottom: 0;
  line-height: 1.1176470588;
}

.border-item .heading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .border-item .heading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .border-item .heading {
    font-size: 17px;
  }
}

.border-item .subheading {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.2;
}

.border-item .subheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .border-item .subheading {
    font-size: calc(12px + 3 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .border-item .subheading {
    font-size: 15px;
  }
}

.border-item .description {
  margin-top: 1.5555555556em;
  margin-bottom: 1.5555555556em;
  line-height: 1.5;
}

.border-item .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .border-item .description {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .border-item .description {
    font-size: 12px;
  }
}

.border-item .hdbtn {
  text-transform: uppercase;
}

.big-cards-list {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.big-cards-list .big-card {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .big-cards-list .big-card {
    width: calc(50% - 30px);
  }
}

.big-card {
  margin-bottom: 30px;
}

.big-card .img {
  margin-bottom: 25px;
}

.big-card .heading {
  margin-top: 0;
  color: #000;
  line-height: 1.1176470588;
  font-weight: 700;
  margin-bottom: 15px;
}

.big-card .heading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .big-card .heading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-card .heading {
    font-size: 17px;
  }
}

.big-card .description {
  max-width: 380px;
  line-height: 1.5;
}

.big-card .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-card .description {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-card .description {
    font-size: 12px;
  }
}

.big-card .cta-btns {
  margin-top: 27px;
}

.big-card .cta-btns .hdbtn {
  text-transform: uppercase;
}

.big-card .cta-btns .hdbtn + .hdbtn {
  margin-left: 20px;
}

.events-cards-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .events-cards-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .events-cards-list .event-card {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .events-cards-list .event-card {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.events-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 480px) {
  .events-page {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .events-page .event-card {
    width: calc(33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .events-page .event-card {
    width: calc(33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.event-card {
  margin-bottom: 40px;
}

.event-card .category .flap {
  text-align: center;
  display: inline-block;
  background-color: #4083C4;
  border-radius: 4px 4px 0 0;
  padding: 6px 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  min-width: 90px;
}

.event-card .category .flap {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .event-card .category .flap {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .event-card .category .flap {
    font-size: 12px;
  }
}

.event-card .img {
  margin-bottom: 12px;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-color: #cacaca;
  background-color: #cacaca;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-card .img img {
  display: none;
}

.event-card .tps-event {
  position: absolute;
  right: 0;
  top: 0;
  background: black;
  color: white;
  padding: 5px;
}

.event-card .heading {
  line-height: 1.2352941176;
  color: #000;
  font-weight: 700;
}

.event-card .heading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .event-card .heading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .event-card .heading {
    font-size: 17px;
  }
}

.event-card .meta-data {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 1.75;
}

.event-card .meta-data .i {
  margin-right: 4px;
}

.event-card .meta-data {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .event-card .meta-data {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .event-card .meta-data {
    font-size: 12px;
  }
}

.event-card .meta-data.date .title {
  color: #868686;
}

@media (max-width: 479px) {
  .event-card {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .event-card img {
    height: auto;
    padding-bottom: 0;
  }
}

.image-content-card {
  overflow: hidden;
  margin: 40px 0;
  border-radius: 10px;
  box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.image-content-card .img {
  width: 100%;
  height: 200px;
  -ms-flex: none;
  flex: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .image-content-card .img {
    width: 50%;
    height: auto;
  }
  .image-content-card .img.img-position-right {
    -ms-flex-order: 2;
    order: 2;
  }
}

.image-content-card .content {
  -ms-flex: none;
  flex: none;
  padding: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .image-content-card .content {
    width: 50%;
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .image-content-card .content {
    padding: 70px 35px 70px 70px;
  }
}

.image-content-card .content .heading {
  font-weight: 800;
  max-width: 300px;
  color: #4083C4;
  line-height: 1.125;
  margin-bottom: 0.5555555556em;
}

.image-content-card .content .heading {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  .image-content-card .content .heading {
    font-size: calc(25.6px + 6.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .image-content-card .content .heading {
    font-size: 32px;
  }
}

.image-content-card .content .heading.center {
  max-width: 100%;
  text-align: center;
}

.image-content-card .content .description {
  line-height: 1.5;
  color: #000;
}

.image-content-card .content .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .image-content-card .content .description {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .image-content-card .content .description {
    font-size: 14px;
  }
}

.image-content-card .content .cta-btns {
  margin-top: 35px;
}

.image-content-card .content .cta-btns .hdbtn {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.image-content-card .column-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 479px) {
  .image-content-card .column-items {
    margin-left: 0;
    margin-right: 0;
  }
}

.image-content-card .column-items .column-item {
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  margin: 10px;
  text-align: center;
}

@media (max-width: 479px) {
  .image-content-card .column-items .column-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.image-content-card .column-items .column-heading,
.image-content-card .column-items .column-description {
  line-height: 1.5;
  color: #000;
}

.image-content-card .column-items .column-heading,
.image-content-card .column-items .column-description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .image-content-card .column-items .column-heading,
  .image-content-card .column-items .column-description {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .image-content-card .column-items .column-heading,
  .image-content-card .column-items .column-description {
    font-size: 14px;
  }
}

.image-content-card .column-items .column-heading {
  margin: 0;
  font-weight: 600;
}

.image-content-card .column-items .column-description {
  margin: 0;
}

.image-content-card .column-items .column-cta {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.big-ctas {
  padding: 40px 0;
}

.big-ctas.bg-carrot_orange {
  background-color: #F3951E;
  color: #fff;
}

.big-ctas .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.big-ctas.multiple .big-cta {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px !important;
}

.big-ctas.multiple .big-cta .cta-btns {
  text-align: left;
}

.big-cta {
  position: relative;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .big-cta {
    padding: 0 120px;
  }
}

.big-cta .icon {
  font-size: 88px;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .big-cta .icon {
    display: none;
  }
}

.big-cta .content {
  max-width: 440px;
}

.big-cta .heading {
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.4375em;
}

.big-cta .heading {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .big-cta .heading {
    font-size: calc(24px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-cta .heading {
    font-size: 30px;
  }
}

.big-cta .description {
  line-height: 1.5;
}

.big-cta .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-cta .description {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-cta .description {
    font-size: 14px;
  }
}

.big-cta .cta-btns {
  margin-top: 25px;
  text-align: center;
}

.big-cta .cta-btns .hdbtn {
  text-transform: uppercase;
  min-width: 215px;
}

.feedback-heading {
  padding-right: 80px;
}

.feedback-list {
  position: relative;
}

.feedback-list .feedback-controls {
  position: absolute;
  top: -65px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feedback-list .feedback-controls .control {
  background: transparent;
  border: none;
  color: #000;
  font-size: 18px;
}

.feedback-list .feedback-controls .control:focus {
  outline: none;
}

.feedback-list .feedback-controls .control[disabled] {
  color: #acacac;
}

.feedback-list .feedback-controls .control:not([disabled]) {
  cursor: pointer;
}

.feedback-list .feedback-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  left: 0;
}

@media (min-width: 480px) and (max-width: 991px) {
  .feedback-list .feedback-items .feedback-item {
    width: calc(50% - 30px);
  }
}

@media (min-width: 992px) {
  .feedback-list .feedback-items .feedback-item {
    width: calc(33.333333% - 30px);
  }
}

.feedback-items-viewport {
  position: relative;
  overflow: hidden;
}

.feedback-items-viewport .feedback-items {
  transition: 0.3s ease;
}

@media (min-width: 480px) {
  .feedback-items-viewport {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.feedback-item {
  width: 100%;
  -ms-flex: none;
  flex: none;
  margin-bottom: 20px;
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
}

.feedback-item {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .feedback-item {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .feedback-item {
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .feedback-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.feedback-item .description {
  margin-bottom: 18px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.feedback-person .img {
  width: 60px;
  height: 60px;
  margin-bottom: 13px;
  border-radius: 50%;
  background-color: #cacaca;
}

.feedback-person .img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.feedback-person .full-name {
  font-weight: 700;
}

.feedback-person .full-name,
.feedback-person .title {
  line-height: 1.3571428571;
}

.feedback-person .full-name,
.feedback-person .title {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .feedback-person .full-name,
  .feedback-person .title {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .feedback-person .full-name,
  .feedback-person .title {
    font-size: 14px;
  }
}

.feedback-person .title {
  color: #868686;
}

.our-sponsors {
  border-top: 1px solid #d8d8d8;
  padding: 60px 0;
}

.our-sponsors .sponsors-heading {
  text-align: center;
  line-height: 1.0810810811;
  color: #868686;
  font-weight: 600;
  margin-bottom: 30px;
}

.our-sponsors .sponsors-heading {
  font-size: 29.6px;
}

@media screen and (min-width: 768px) {
  .our-sponsors .sponsors-heading {
    font-size: calc(29.6px + 7.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .our-sponsors .sponsors-heading {
    font-size: 37px;
  }
}

.sponsors-slider .sponsors-slide {
  width: 300px;
  padding: 15px 10px;
}

.sponsors-slider .sponsor-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 91px;
}

.image-viewer-with-content-images {
  padding: 20px;
  background-color: #F1F0F0;
}

.image-viewer-with-content-images .img-active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}

.image-viewer-with-content-images .img-active img {
  display: block;
}

.image-viewer-with-content-images .thumbnails {
  margin-left: -5px;
  margin-right: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-viewer-with-content-images .thumbnails .img {
  margin: 5px;
  position: relative;
  width: calc(25% - 10px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.image-viewer-with-content-images .thumbnails .img img {
  display: block;
  max-width: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: "50% 50%";
  font-family: "object-fit: cover; object-position: 50% 50%";
}

@media (min-width: 480px) and (max-width: 767px) {
  .image-viewer-with-content-images .thumbnails .img {
    width: calc(33.333333% - 10px);
  }
}

.image-viewer-with-content-images .thumbnails .img:not(.active) {
  cursor: pointer;
}

.image-viewer-with-content-images .thumbnails .img.active {
  position: relative;
}

.image-viewer-with-content-images .thumbnails .img.active:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 3px solid #604c8d;
}

.image-viewer-with-content-images .thumbnails .img .circle {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  color: #9170da;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.image-viewer-with-content-images .thumbnails .img .circle i {
  position: relative;
  top: -3px;
  left: -3px;
  font-size: 30px;
  display: block;
}

.image-viewer-with-content-details .heading {
  line-height: 1;
  color: #1B2691;
  font-weight: 800;
  margin-bottom: 0.46875em;
  margin-top: 0;
}

.image-viewer-with-content-details .heading {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  .image-viewer-with-content-details .heading {
    font-size: calc(25.6px + 6.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .image-viewer-with-content-details .heading {
    font-size: 32px;
  }
}

.event-inner .image-viewer-with-content-details .heading {
  color: #4083C4;
}

.image-viewer-with-content-details .subheading {
  line-height: 1.2941176471;
  font-weight: 600;
  margin-bottom: 1.7647058824em;
  color: #000;
}

.image-viewer-with-content-details .subheading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .image-viewer-with-content-details .subheading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .image-viewer-with-content-details .subheading {
    font-size: 17px;
  }
}

.image-viewer-with-content-details .description {
  margin-bottom: 1.5714285714em;
}

.image-viewer-with-content-details .description p {
  line-height: 1.5714285714;
}

.image-viewer-with-content-details .description p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .image-viewer-with-content-details .description p {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .image-viewer-with-content-details .description p {
    font-size: 14px;
  }
}

.image-viewer-with-content-details .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.image-viewer-with-content-details .links .hdbtn {
  margin-right: 10px;
}

@media (max-width: 479px) {
  .image-viewer-with-content-details .links {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-viewer-with-content-details .links a,
  .image-viewer-with-content-details .links .hdbtn {
    margin: 5px 0;
  }
}

.image-viewer-with-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-viewer-with-content .inner-images,
.image-viewer-with-content .info {
  width: 100%;
}

@media (min-width: 992px) {
  .image-viewer-with-content .inner-images,
  .image-viewer-with-content .info {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .image-viewer-with-content .inner-images {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .image-viewer-with-content .info {
    -ms-flex-order: 2;
    order: 2;
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .image-viewer-with-content .info {
    width: 60%;
  }
}

.additional-details {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.additional-details .additional-info-item {
  width: 100%;
  -ms-flex: none;
  flex: none;
  line-height: 2;
  color: #000;
}

.additional-details .additional-info-item {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .additional-details .additional-info-item {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .additional-details .additional-info-item {
    font-size: 12px;
  }
}

.additional-details .additional-info-item .info-heading {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 3px;
}

.additional-details .additional-info-item .html-content {
  font-size: inherit;
  color: inherit;
}

.additional-details .additional-info-item .html-content ul,
.additional-details .additional-info-item .html-content ol {
  padding-left: 16px;
}

.additional-details .additional-info-item .html-content ul,
.additional-details .additional-info-item .html-content ol,
.additional-details .additional-info-item .html-content p {
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .additional-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .additional-details .additional-info-item {
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: calc(100% - 15px);
  }
  .additional-details .additional-info-item .data {
    float: left;
  }
  .additional-details .additional-info-item.third {
    width: calc(33.333333% - 15px);
  }
  .additional-details .additional-info-item.half,
  .additional-details .additional-info-item .data.half {
    width: calc(50% - 15px);
  }
  .additional-details .additional-info-item.forty {
    width: calc(40% - 15px);
  }
  .additional-details .additional-info-item.double {
    width: calc(66.666666% - 15px);
  }
}

.event-inner .additional-info-item .data {
  color: #737373;
  font-weight: 700;
  text-transform: uppercase;
}

.event-inner .additional-info-item .data .i {
  margin-right: 5px;
}

.event-inner .event-ctas {
  margin-top: 15px;
}

.event-inner .event-ctas .hdbtn {
  text-transform: uppercase;
  margin-right: 10px;
}

.additional-info-item-heading {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 600;
}

.additional-info-item-heading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .additional-info-item-heading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .additional-info-item-heading {
    font-size: 14px;
  }
}

.feature-items {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .feature-items {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.feature-items .item {
  -ms-flex: none;
  flex: none;
  width: 50%;
  line-height: 1.25;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.feature-items .item {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .feature-items .item {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .feature-items .item {
    font-size: 12px;
  }
}

.feature-items .item .item-heading {
  letter-spacing: -0.02em;
  -ms-flex: none;
  flex: none;
  width: 58%;
  font-weight: 700;
}

.feature-items .item .item-text {
  -ms-flex-align: flex-center;
  align-items: flex-center;
  word-wrap: break-word;
  width: 62%;
}

.social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.social-links a {
  width: 30px;
  color: #1B2691;
  transition: color 0.2s linear;
}

.social-links a:hover {
  color: #604c8d;
}

.single-event-edit-delete {
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px 0;
}

.single-event-edit-delete .cta-wrapper {
  margin-right: 10px;
}

.skills-list {
  padding-left: 16px;
  line-height: 1.5833333333;
}

.skills-list {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .skills-list {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .skills-list {
    font-size: 12px;
  }
}

.member-contact-details {
  margin-top: 10px;
}

.member-contact-details .contact-details-heading {
  margin-bottom: 1em;
  line-height: 1;
  font-weight: 600;
}

.member-contact-details .contact-details-heading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .member-contact-details .contact-details-heading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .member-contact-details .contact-details-heading {
    font-size: 14px;
  }
}

.member-contact-details .needs-registration {
  background-color: #F1F0F0;
  padding: 15px;
  max-width: 350px;
}

.member-contact-details p {
  line-height: 1.5;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 700;
}

.member-contact-details p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .member-contact-details p {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .member-contact-details p {
    font-size: 12px;
  }
}

.member-contact-details .hdbtn {
  text-transform: uppercase;
}

.job-inner {
  width: 100%;
}

.job-inner .job-main-content .heading {
  line-height: 1.40625;
  color: #737373;
  font-weight: 800;
  margin-bottom: 10px;
}

.job-inner .job-main-content .heading {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  .job-inner .job-main-content .heading {
    font-size: calc(25.6px + 6.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-inner .job-main-content .heading {
    font-size: 32px;
  }
}

.job-inner .job-main-content .subheading {
  line-height: 1.2941176471;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}

.job-inner .job-main-content .subheading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .job-inner .job-main-content .subheading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-inner .job-main-content .subheading {
    font-size: 17px;
  }
}

.job-inner .job-main-content .subsubheading {
  color: #737373;
  font-weight: 700;
  line-height: 1.5714285714;
}

.job-inner .job-main-content .subsubheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .job-inner .job-main-content .subsubheading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-inner .job-main-content .subsubheading {
    font-size: 14px;
  }
}

.job-inner .job-main-content .description {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.375;
}

.job-inner .job-main-content .description {
  font-size: 12.8px;
}

@media screen and (min-width: 768px) {
  .job-inner .job-main-content .description {
    font-size: calc(12.8px + 3.2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-inner .job-main-content .description {
    font-size: 16px;
  }
}

.job-inner .job-main-content .description h1, .job-inner .job-main-content .description h2, .job-inner .job-main-content .description h3, .job-inner .job-main-content .description h4, .job-inner .job-main-content .description h5, .job-inner .job-main-content .description h6 {
  font-weight: 600;
  font-size: inherit;
  margin: 0;
}

.job-inner .job-main-content .description p {
  margin: 0;
}

.job-inner .job-main-content .project-needs,
.job-inner .job-main-content .audition-information {
  margin-top: 30px;
}

.job-inner .job-main-content .additional-details {
  margin-top: 5px;
}

.job-inner .job-main-content .additional-info-item .html-content {
  margin-bottom: 0;
}

.job-inner .job-sidebar {
  background-color: #F1F0F0;
  padding: 50px 30px;
}

.job-inner .job-sidebar .job-sidebear-heading {
  line-height: 1.2352941176;
  color: #737373;
  font-weight: 700;
  margin-bottom: 30px;
}

.job-inner .job-sidebar .job-sidebear-heading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .job-inner .job-sidebar .job-sidebear-heading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-inner .job-sidebar .job-sidebear-heading {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .job-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .job-inner .job-main-content {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 30px;
  }
  .job-inner .job-sidebar {
    width: 285px;
    -ms-flex: none;
    flex: none;
  }
}

@media (min-width: 1200px) {
  .job-inner .job-main-content {
    margin-right: 60px;
  }
}

.inner-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #1B2691;
  font-weight: 600;
  line-height: 2;
}

.inner-contact-details {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .inner-contact-details {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .inner-contact-details {
    font-size: 12px;
  }
}

.inner-contact-details .i {
  vertical-align: middle;
}

.share-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.share-list .share-title {
  line-height: 1.4285714286;
  font-weight: 600;
}

.share-list .share-title {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .share-list .share-title {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .share-list .share-title {
    font-size: 14px;
  }
}

.share-list .share-platforms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-left: 10px;
}

.share-list .share-platforms li {
  margin-right: 10px;
}

.mailing .info-heading,
.mailing p {
  margin: 0;
  line-height: 1.5;
}

.mailing .info-heading {
  font-weight: 500 !important;
  margin-top: 10px;
}

.organization-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.organization-inner .side-info,
.organization-inner .info {
  width: 100%;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .organization-inner .side-info {
    width: 150px;
  }
}

.organization-inner .side-info .additional-details {
  margin-left: 0;
  margin-right: 0;
}

.organization-inner .side-info .additional-info-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .organization-inner .side-info {
    width: 255px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .organization-inner .info {
    width: calc(100% - 150px);
  }
}

@media (min-width: 992px) {
  .organization-inner .info {
    width: calc(100% - 255px);
  }
}

.organization-inner .photo-gallery-wrapper {
  -ms-flex-order: 3;
  order: 3;
}

.organization-members {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.organization-members .organization-member {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.organization-member .img {
  margin-bottom: 15px;
}

.organization-member .img img {
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

@media (min-width: 480px) {
  .organization-member .img img {
    width: 160px;
  }
}

.organization-member .full-name,
.organization-member .title {
  text-align: center;
  line-height: 1.7142857143;
  color: #1B2691;
  margin-bottom: 0;
  margin-top: 0;
}

.organization-member .full-name,
.organization-member .title {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .organization-member .full-name,
  .organization-member .title {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .organization-member .full-name,
  .organization-member .title {
    font-size: 14px;
  }
}

.organization-member .full-name {
  font-weight: 700;
}

.organization-member .title {
  font-weight: 400;
}

.umbrella-members {
  margin-top: 50px;
}

.umbrella-members .organization-members {
  margin-top: 30px;
}

.photo-gallery-heading {
  font-weight: 800;
  line-height: 1.1851851852;
  color: #737373;
  margin-bottom: 30px;
}

.photo-gallery-heading {
  font-size: 21.6px;
}

@media screen and (min-width: 768px) {
  .photo-gallery-heading {
    font-size: calc(21.6px + 5.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .photo-gallery-heading {
    font-size: 27px;
  }
}

.photo-gallery-wrapper {
  margin-top: 50px;
  width: 100%;
  -ms-flex: none;
  flex: none;
}

.photo-gallery .slide {
  height: 190px;
  margin-right: 12px;
}

.photo-gallery .flickity-prev-next-button {
  width: 30px;
  height: 30px;
}

.membership-cards-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.membership-cards-meta .contact-info {
  line-height: 1.5714285714;
  color: #000;
  margin-right: 20px;
}

.membership-cards-meta .contact-info {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .membership-cards-meta .contact-info {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .membership-cards-meta .contact-info {
    font-size: 14px;
  }
}

.membership-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #4083C4;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .membership-card {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.membership-card .left-side {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4083C4;
  width: 100%;
  padding: 15px 30px;
}

@media (min-width: 992px) {
  .membership-card .left-side {
    width: 250px;
    padding: 30px;
  }
}

.membership-card .left-side .heading {
  line-height: 1.125;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

.membership-card .left-side .heading {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  .membership-card .left-side .heading {
    font-size: calc(25.6px + 6.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .membership-card .left-side .heading {
    font-size: 32px;
  }
}

.membership-card .left-side .for {
  line-height: 1.4285714286;
  color: #fff;
}

.membership-card .left-side .for {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .membership-card .left-side .for {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .membership-card .left-side .for {
    font-size: 14px;
  }
}

.membership-card .features {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 20px;
}

@media (min-width: 992px) {
  .membership-card .features {
    padding: 10px 45px;
  }
}

.membership-card .features .features-list {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  line-height: 2.1428571429;
}

.membership-card .features .features-list {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .membership-card .features .features-list {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .membership-card .features .features-list {
    font-size: 14px;
  }
}

.membership-card .features .features-list li {
  -ms-flex: none;
  flex: none;
  padding: 5px;
}

.membership-card .features .features-list li:before {
  font-family: "tps-icons";
  content: "\e91f";
  margin-right: 7px;
}

.membership-card .features .features-list li {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 480px) and (max-width: 1199px) {
  .membership-card .features .features-list li {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .membership-card .features .features-list li {
    width: 33.333333%;
  }
}

.membership-card .right-side {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
}

@media (max-width: 991px) {
  .membership-card .right-side {
    width: 100%;
  }
}

.membership-card .right-side .cost {
  margin-bottom: 12px;
  text-align: center;
}

.membership-card .right-side .cost span {
  vertical-align: middle;
}

.membership-card .right-side .cost .number {
  line-height: 1;
  color: #4083C4;
  font-weight: 800;
}

.membership-card .right-side .cost .number {
  font-size: 25.6px;
}

@media screen and (min-width: 768px) {
  .membership-card .right-side .cost .number {
    font-size: calc(25.6px + 6.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .membership-card .right-side .cost .number {
    font-size: 32px;
  }
}

.membership-card .right-side .cost .period {
  line-height: 2.2857142857;
}

.membership-card .right-side .cost .period {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .membership-card .right-side .cost .period {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .membership-card .right-side .cost .period {
    font-size: 14px;
  }
}

.membership-card .right-side .hdbtn {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

.register-inner .heading {
  color: #382781;
}

.register-inner .description {
  max-width: 725px;
  margin-left: 0;
  line-height: 1.5714285714;
  margin-bottom: 30px;
}

.register-inner .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .register-inner .description {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .register-inner .description {
    font-size: 14px;
  }
}

.membership-heading {
  margin-bottom: 20px;
}

.membership-types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.membership-types .hdbtn {
  margin-right: 25px;
}

.big-gallery {
  background-color: #000;
  color: #fff;
}

.big-gallery .big-gallery-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-gallery .main-img,
.big-gallery .small-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.big-gallery .main-img {
  height: 450px;
  width: 75%;
}

.big-gallery .main-img.full {
  width: 100%;
}

.big-gallery .small-images {
  width: 25%;
  height: 100%;
}

.big-gallery .small-img {
  width: 100%;
  height: 150px;
}

.big-gallery .small-img.full {
  height: 450px;
}

.big-gallery .small-img.half {
  height: 225px;
}

.big-gallery .see-all {
  width: 100%;
  height: 150px;
  background-color: #F3951E;
  font-weight: 600;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.big-gallery .see-all:hover {
  background-color: #f28624;
}

.big-gallery .see-all .i {
  margin-right: 15px;
  font-size: 22px;
  line-height: 1;
}

.big-gallery .see-all ._text {
  font-size: 17px;
  line-height: 22px;
}

.label-content-list,
.item-list {
  margin: 0;
  padding: 0;
  line-height: 2.25;
}

.label-content-list,
.item-list {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .label-content-list,
  .item-list {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .label-content-list,
  .item-list {
    font-size: 12px;
  }
}

.label-content-list.per-row-3,
.item-list.per-row-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.label-content-list.per-row-3 li,
.item-list.per-row-3 li {
  width: 100%;
}

@media (min-width: 992px) {
  .label-content-list.per-row-3 li,
  .item-list.per-row-3 li {
    width: 33.333333%;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .label-content-list.per-row-3 li,
  .item-list.per-row-3 li {
    width: 50%;
  }
}

.label-content-list {
  list-style: none;
}

.label-content-list li {
  display: -ms-flexbox;
  display: flex;
}

.label-content-list li .label {
  width: 42%;
  -ms-flex: none;
  flex: none;
  font-weight: 700;
}

.label-content-list li .content {
  width: 58%;
  -ms-flex: none;
  flex: none;
}

.item-list {
  padding-left: 15px;
}

.item-list li {
  padding-right: 30px;
}

.facility-inner-wrapper {
  padding-top: 0;
}

@media (min-width: 768px) {
  .facility-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .facility-inner .facility-inner-main {
    width: calc(75% - 30px);
    margin-right: 30px;
    -ms-flex: none;
    flex: none;
  }
  .facility-inner .facility-inner-side {
    width: 25%;
    -ms-flex: none;
    flex: none;
  }
}

.facility-inner-side {
  background-color: #F1F0F0;
  padding: 15px;
}

@media (min-width: 1200px) {
  .facility-inner-side {
    padding: 30px 20px;
  }
}

.facility-inner-main .heading {
  margin-top: 40px;
  margin-bottom: 10px;
}

.facility-inner-main .subheading {
  margin-bottom: 20px;
  font-weight: 600;
}

.facility-inner-main .price {
  line-height: 1.5714285714;
  font-weight: 700;
}

.facility-inner-main .price {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .facility-inner-main .price {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .facility-inner-main .price {
    font-size: 14px;
  }
}

.facility-inner-main .price .with-membership {
  color: #382781;
}

.facility-inner-main .refund-option {
  margin-top: 0;
  line-height: 1.5833333333;
  max-width: 510px;
}

.facility-inner-main .refund-option {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .facility-inner-main .refund-option {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .facility-inner-main .refund-option {
    font-size: 12px;
  }
}

.facility-inner-main .description {
  margin-top: 30px;
  max-width: 610px;
}

.facility-inner-main .description p {
  line-height: 1.5714285714;
}

.facility-inner-main .description p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .facility-inner-main .description p {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .facility-inner-main .description p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .page-inner .page-inner-main {
    width: calc(75% - 30px);
    margin-right: 30px;
    -ms-flex: none;
    flex: none;
  }
  .page-inner .page-inner-side {
    width: 25%;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 1199px) {
  .page-inner-with-clndr {
    display: block;
  }
  .page-inner-with-clndr .page-inner-main {
    width: 100%;
    margin-right: 0;
  }
  .page-inner-with-clndr .page-inner-side {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-inner-with-clndr .page-inner-side {
    margin-bottom: 60px;
  }
  .page-inner-with-clndr .page-inner-side form {
    display: -ms-flexbox;
    display: flex;
  }
  .page-inner-with-clndr .page-inner-side form > div:not(:last-of-type) {
    margin-right: 30px;
    margin-top: 0;
  }
  .page-inner-with-clndr .page-inner-side form .gap-40 {
    display: none;
  }
  .page-inner-with-clndr .page-inner-side form .form-group-grow {
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-inner-side-with-clndr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .page-inner-side-with-clndr > div {
    margin-right: 50px;
    margin-top: 0;
  }
  .page-inner-side-with-clndr :first-child {
    -ms-flex: 1;
    flex: 1;
  }
  .page-inner-side-with-clndr .form-group {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .page-inner-side {
    padding-right: 15px;
  }
}

.page-inner-side .heading {
  line-height: 1.1111111111;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  color: #737373;
}

.page-inner-side .heading {
  font-size: 21.6px;
}

@media screen and (min-width: 768px) {
  .page-inner-side .heading {
    font-size: calc(21.6px + 5.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .page-inner-side .heading {
    font-size: 27px;
  }
}

.page-inner-side p {
  line-height: 1.3571428571;
  margin-bottom: 25px;
}

.page-inner-side p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .page-inner-side p {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .page-inner-side p {
    font-size: 14px;
  }
}

.page-inner-side .subheading {
  line-height: 1.1764705882;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #737373;
}

.page-inner-side .subheading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .page-inner-side .subheading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .page-inner-side .subheading {
    font-size: 17px;
  }
}

.page-inner-main .heading {
  margin-bottom: 10px;
}

.page-inner-main .subheading {
  margin-bottom: 20px;
  font-weight: 600;
}

.jobs-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-list-item {
  border-top: 1px solid #a4a4a4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
}

.job-list-item .left {
  width: 90px;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 768px) {
  .job-list-item .left .cta-wrapper {
    display: none;
  }
}

.job-list-item .category {
  background-color: #d8d8d8;
  color: #676767;
  font-weight: 600;
  line-height: 0.5833333333;
  padding: 10px 5px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 5px;
}

.job-list-item .category {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .job-list-item .category {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-list-item .category {
    font-size: 12px;
  }
}

.job-list-item .info {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 5px;
  padding: 0 20px;
  max-width: calc(
 100% - 80px - 90px);
}

.job-list-item .info .heading {
  line-height: 1.3529411765;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.job-list-item .info .heading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .job-list-item .info .heading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-list-item .info .heading {
    font-size: 17px;
  }
}

.job-list-item .info .subheading {
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #747474;
  font-weight: 700;
}

.job-list-item .info .subheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .job-list-item .info .subheading {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .job-list-item .info .subheading {
    font-size: 12px;
  }
}

.job-list-item .info-with-3-btns {
  max-width: calc(
 100% - (3 * 80px) - 90px);
}

@media (max-width: 991px) {
  .job-list-item .info-with-3-btns {
    max-width: calc(100% - (2 * 80px) - 90px);
  }
}

@media (max-width: 767px) {
  .job-list-item .info-with-3-btns {
    max-width: calc(100% - 80px - 90px);
  }
}

.job-list-item .right {
  width: 80px;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 767px) {
  .job-list-item .right {
    display: none;
  }
}

.job-list-item .cta-wrapper .hdbtn {
  width: 100%;
  min-width: 100%;
  text-transform: uppercase;
}

.job-list-item .event-edit-delete {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.job-list-item .event-edit-delete > div {
  display: inline-block;
}

.job-list-item .event-edit-delete > div:not(:last-of-type) {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .job-list-item .event-edit-delete {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .job-list-item .event-edit-delete > div:not(:last-of-type) {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.light-gallery-item {
  position: relative;
}

.light-gallery-item:before {
  display: block;
  content: "";
  transition: ease all 0.2s;
}

.light-gallery-item:hover {
  cursor: pointer;
}

.light-gallery-item:hover:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.light-gallery-item ._content {
  position: relative;
}

.woocommerce:not(.woocommerce-page) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .woocommerce:not(.woocommerce-page) {
    padding-top: 50px;
  }
}

.woocommerce-MyAccount-content {
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    width: calc(100% - 285px);
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    padding-left: 60px;
  }
}

.woocommerce-sidebar {
  width: 100%;
  background-color: #F1F1F1;
  border-top: 7px solid #1B2691;
}

@media (min-width: 768px) {
  .woocommerce-sidebar {
    width: 285px;
  }
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation {
  width: 100%;
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation li {
  margin-bottom: 1px;
  display: block;
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation li a {
  display: block;
  background-color: #e6e6e6;
  color: #1B2691;
  text-transform: uppercase;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 600;
  border-left: 7px solid transparent;
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation li a {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .woocommerce-sidebar .woocommerce-MyAccount-navigation li a {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce-sidebar .woocommerce-MyAccount-navigation li a {
    font-size: 12px;
  }
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 700 !important;
  background-color: #dcdcdc !important;
  color: #000 !important;
  border-left-color: #F3951E;
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--memberships a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--addresses a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--bookings a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--members-area a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: none;
  color: #4083C4;
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--memberships.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--addresses.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--bookings.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--members-area.is-active a, .woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout.is-active a {
  color: #000;
  border-left-color: #4083C4;
}

.woocommerce-sidebar .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard {
  border-top: 2px solid #4083C4;
}

.woocommerce-account-avatar {
  padding: 35px 20px;
}

.woocommerce-account-avatar img {
  background-color: #737373;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 160px;
  height: 160px;
}

.woocommerce-account-avatar .name {
  line-height: 1;
  color: #737373;
  font-weight: 700;
  max-width: 220px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-account-avatar .name {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .woocommerce-account-avatar .name {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce-account-avatar .name {
    font-size: 17px;
  }
}

.video-wrapper {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .circled-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .circled-items .circled-item {
    margin: 10px;
    width: calc(50% - 20px);
  }
}

.circled-items .circled-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.circled-items .circled-item .img {
  width: 255px;
  height: 255px;
  -ms-flex: none;
  flex: none;
}

.circled-items .circled-item .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .circled-items .circled-item .img {
    width: 120px;
    height: 120px;
  }
}

.circled-items .circled-item .heading {
  margin-top: 0;
  color: #f55140;
  font-weight: 700;
  line-height: 1.1176470588;
  margin-bottom: 10px;
}

.circled-items .circled-item .heading {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .circled-items .circled-item .heading {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .circled-items .circled-item .heading {
    font-size: 17px;
  }
}

.circled-items .circled-item .item-content {
  padding: 10px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .circled-items .circled-item .item-content {
    margin-left: 5px;
  }
}

.circled-items .circled-item .description p {
  line-height: 1.5;
  color: #000;
}

.circled-items .circled-item .description p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .circled-items .circled-item .description p {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .circled-items .circled-item .description p {
    font-size: 12px;
  }
}

.circled-items .circled-item .description p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.page-numbers {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-top: 60px;
}

.page-numbers .page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 10px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
}

.page-numbers .other-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.page-numbers .other-page__icon {
  height: 23px;
  width: auto;
}

.page-numbers .item-active {
  background-color: #f3951e;
}

.page-numbers .current {
  color: #fff;
}

.page-numbers .inactive {
  color: #1b2691;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  width: 100%;
  text-align: center;
}

.woocommerce-form input,
.woocommerce-ResetPassword input {
  border: 1px solid #0c0c10;
  color: #0c0c10;
  min-height: 30px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 8px;
  width: 100%;
  max-width: 100%;
}

.woocommerce-form a,
.woocommerce-ResetPassword a {
  color: #1B2691;
  text-decoration: underline;
}

.woocommerce-form a:hover,
.woocommerce-ResetPassword a:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-ResetPassword {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 0;
  border: none;
  border-top: 7px solid #1B2691;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f1f1f1;
}

.woocommerce button.button {
  border-radius: 4px;
  background-color: #4083C4;
  color: #fff;
  font-weight: 600;
  padding: 8px 25px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce button.button:hover {
  background-color: #0378D7;
  color: #fff;
}

.woocommerce-form__label {
  margin: 5px 5px 5px 0;
  cursor: pointer;
}

label {
  display: block;
  margin-bottom: 5px;
}

label input[type="checkbox"],
label input[type="radio"] {
  display: none;
}

label input[type="checkbox"] + span,
label input[type="radio"] + span {
  cursor: pointer;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

label input[type="checkbox"] + span:before,
label input[type="radio"] + span:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  height: 14px;
  width: 14px;
  border: 1px solid #0c0c10;
  margin-right: 5px;
  background-color: #fff;
}

label input[type="checkbox"]:checked + span:after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 7.5px;
  height: 4px;
  border-left: 1px solid #0c0c10;
  border-bottom: 1px solid #0c0c10;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

label input[type="radio"] + span {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

label input[type="radio"] + span:before {
  border-radius: 50%;
}

label input[type="radio"]:checked + span:after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #0c0c10;
  border-radius: 50%;
}

.form-group {
  margin-top: 25px;
}

.form-group input {
  width: 100%;
  height: 30px;
  border: 1px solid #747474;
  padding: 5px 8px;
}

.form-group .heading {
  margin-bottom: 15px;
}

ul.nostyle {
  list-style: none;
  padding-left: 0;
}

ul.nostyle li {
  padding-left: 0;
}

#wpadminbar ~ .lg-outer .lg-toolbar {
  top: 40px;
}

.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-dropdown,
.woocommerce .acf-gallery,
.woocommerce .acf-file-uploader .file-wrap {
  border: 1px solid #0c0c10;
}

.woocommerce .select2-selection__placeholder,
.woocommerce .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #000;
}

.woocommerce .acf-label,
.woocommerce label,
.woocommerce .woocommerce-form-row label {
  color: #737373;
  font-weight: 700;
  line-height: 1.2352941176;
}

.woocommerce .acf-label,
.woocommerce label,
.woocommerce .woocommerce-form-row label {
  font-size: 13.6px;
}

@media screen and (min-width: 768px) {
  .woocommerce .acf-label,
  .woocommerce label,
  .woocommerce .woocommerce-form-row label {
    font-size: calc(13.6px + 3.4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .woocommerce .acf-label,
  .woocommerce label,
  .woocommerce .woocommerce-form-row label {
    font-size: 17px;
  }
}

.woocommerce .acf-fields > .acf-field,
.woocommerce .acf-gallery .acf-gallery-toolbar {
  border: none;
}

.woocommerce .acf-table {
  background: transparent;
  border: none;
}

.woocommerce .acf-table thead > tr > th {
  border-color: transparent;
}

.woocommerce .acf-table .acf-th {
  border-color: #000;
  border-width: 0 0 1px 0;
}

.woocommerce .acf-table tbody > tr > td {
  border: none;
}

.woocommerce .acf-table tbody > tr > td.acf-field {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .acf-table .acf-row-handle {
  background: transparent !important;
}

.woocommerce .acf-button {
  font-size: 12px;
  line-height: 1;
  padding: 0.8333333333em 0.8333333333em 0.75em 0.8333333333em;
  min-width: 100px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce .acf-button.button-primary {
  border-width: 1px;
  font-weight: 600;
  border-style: solid;
  border-radius: 4px;
  border-color: #EF4B3D;
  background-color: #EF4B3D;
  color: #fff;
}

.woocommerce .acf-button.button-primary:hover {
  border-color: #EF4B3D;
  background-color: #fff;
  color: #EF4B3D;
}

.woocommerce .acf-form-submit {
  margin-bottom: 40px;
}

.woocommerce .acf-input-wrap {
  height: auto;
}

.woocommerce input,
.woocommerce textarea,
.woocommerce select {
  min-height: 30px !important;
  line-height: 20px !important;
  font-size: 14px !important;
  padding: 5px 8px !important;
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .woocommerce input,
  .woocommerce textarea,
  .woocommerce select {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}

.woocommerce .acf-url input[type="url"] {
  padding-left: 25px !important;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: none;
  border-collapse: collapse;
}

.woocommerce table.shop_table th {
  border-bottom: 1px solid #0c0c10;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #0c0c10;
  border-bottom: 1px solid #0c0c10;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 14px;
}

.woocommerce table a {
  color: #269AF2;
}

.woocommerce table a:visited {
  color: #1B2691;
}

.woocommerce fieldset {
  margin-top: 20px;
  background-color: #F1F1F1;
  border: none;
  border-top: 7px solid #1B2691;
  position: relative;
  padding-top: 35px;
}

.woocommerce fieldset legend {
  position: absolute;
  top: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #737373;
}

textarea {
  resize: none;
}

.woocommerce-checkout-payment {
  background: transparent !important;
}

#order_review_heading {
  margin-top: 30px;
}

.woocommerce-order {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-order .wc-booking-summary {
  color: #0c0c10;
}

.woocommerce .woocommerce-Addresses address,
.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #F1F1F1;
  border-top: 7px solid #1B2691;
  padding: 15px;
}

.items-div {
  display: none;
}

.items-div.active {
  display: block;
}

.relative {
  position: relative;
}

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

.woocommerce-MyAccount-content .acf-field-5caf13a31cf4f {
  display: none;
}

.woocommerce-MyAccount-content .acf-field-5c8684cb8e21b {
  display: none;
}

.woocommerce-MyAccount-content .acf-field-5caf143e65114 {
  display: none;
}

.woocommerce-MyAccount-content .acf-field-5caf1316e0a1d {
  display: none;
}

.woocommerce-MyAccount-content .acf-field-5caf14102d3a6 {
  display: none;
}

.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

.profile-radio-buttons label input[type="radio"] {
  display: inline;
}

span.extra_info {
  display: block;
  font-weight: 500;
  color: #888888;
}

.room-extra {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00000091;
  color: white;
}

.tag_value {
  display: block;
}

.woocommerce-breadcrumb {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.width-100 {
  width: 100%;
}

.bookly-form-group.bookly-time-to.bookly-left {
  display: none;
}

.info a {
  color: #747474;
}

.rooms-buttons a {
  margin-bottom: 5px;
}

.page-template-custom-space-booking button.bookly-hour.bookly-last-child {
  display: none !important;
}

.page-template-templatescustom-space-booking-php div[data-id="16928"] {
  display: none;
}

.member-card .attributes {
  color: black;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: calc(100% - 285px);
}

.timeline-wrapper table {
  display: none;
}

@media print {
  .timeline-wrapper table {
    display: block;
    background-color: #d4d4d4;
  }
  .timeline-wrapper table .open {
    background: #ffffff;
  }
  .timeline-table-transform-wrapper {
    display: none;
  }
  .page-inner-side-with-clndr {
    display: none;
  }
  #header {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .page-footer {
    display: none;
  }
  .block {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .timeline-heading {
    display: none;
  }
  .page-inner-main {
    width: 100% !important;
  }
}

label.checkbox.checkbox-single-line {
  font-weight: 400;
  display: block !important;
  float: none;
}

.checkout-options .woocommerce-input-wrapper input[type="radio"] {
  display: block;
  float: left;
  clear: left;
}

.checkout-options .woocommerce-input-wrapper label {
  font-weight: 400;
  float: left;
  margin-left: 5px;
  margin-top: -1px;
}

.checkout-extra-notice {
  margin: 20px 0;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 19px;
}

.checkout-info-text {
  font-size: 12px;
  line-height: 19px;
}

#custom_checkout_field {
  margin-top: 20px;
}

.card-container {
  text-align: center;
  margin: auto auto;
}

.card {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #9aec9a;
}

.woocommerce-cart-form {
  width: 100%;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 120px !important;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

@media only screen and (min-width: 769px) {
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-remove {
    width: 45px;
  }
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name .variation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (max-content)[2];
  grid-template-columns: repeat(2, max-content);
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name .variation {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name .variation dd p {
  margin-top: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
  float: left;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  line-height: 30px;
}

.wc-bookings-booking-form .wc-bookings-booking-cost {
  background: #fff;
  border-top: 1px solid #fff;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 15px 0;
}

.facility-inner-main .woocommerce-message {
  margin-top: 15px;
}

/*# sourceMappingURL=app.css.map */
