@charset "UTF-8";
/* BEM guidelines are followed */
/* http://getbem.com/naming/ */
/*

<form class="form form--theme-xmas form--simple">
  <input class="form__input" type="text" />
  <input
    class="form__submit form__submit--disabled"
    type="submit" />
</form>

.form { }
.form--theme-xmas { }
.form--simple { }
.form__input { }
.form__submit { }
.form__submit--disabled { }

*/
/*
  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);
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,400i,600,700,800");
/*
light - 300
regular - 400
semi-bold - 600
bold - 700
extra bold - 800
*/
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

h2.section__header {
  font-size: 40px;
  line-height: 48px;
  color: #2d2d2d;
  font-weight: 700; }
  @media (min-width: 768px) {
    h2.section__header {
      font-size: 54px;
      line-height: 70px; } }
  h2.section__header--white {
    color: #ffffff; }

p.section__text {
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 20px; }
  p.section__text--darker {
    color: #95969a; }

button {
  outline: none !important;
  box-shadow: none; }

.btn {
  border-radius: 45px;
  padding: 13px 32px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  .btn.btn-white {
    font-size: 13px;
    font-weight: 300;
    background: white;
    color: #4d4f56;
    border-color: white; }
    .btn.btn-white:hover {
      background: white;
      border-color: white; }
    .btn.btn-white:active:focus {
      color: #ffffff;
      background-color: #95969a;
      border-color: #95969a; }
    .btn.btn-white i {
      padding-left: 5px;
      color: #f47e24; }
  .btn.btn-secondary {
    background: #f47e24;
    color: white;
    border-color: #f47e24; }
    .btn.btn-secondary:hover {
      background: #f47e24;
      border-color: #f47e24; }
    .btn.btn-secondary:active:focus {
      color: #ffffff;
      background-color: #95969a;
      border-color: #95969a; }
    .btn.btn-secondary i {
      padding-left: 5px;
      color: white; }
    .btn.btn-secondary--mobile-nav {
      width: 90%; }
  .btn.btn-login {
    color: white; }
    .btn.btn-login--mobile-nav {
      background: #56585f;
      width: 90%; }
  .btn.btn-red {
    background: #ea2f2c;
    color: white;
    border-color: #ea2f2c; }
    .btn.btn-red--large {
      font-size: 18px;
      padding: 20px 30px; }
    .btn.btn-red:hover {
      background: #ea2f2c;
      border-color: #ea2f2c; }
    .btn.btn-red:active:focus {
      color: #ffffff;
      background-color: #ea2f2c;
      border-color: #ea2f2c; }
    .btn.btn-red i {
      padding-left: 5px;
      color: white; }
  .btn.btn-grey {
    background: #4d4f56;
    color: white;
    border-color: #4d4f56; }
    .btn.btn-grey:hover {
      background: #4d4f56;
      border-color: #4d4f56; }
    .btn.btn-grey:active:focus {
      color: #ffffff;
      background-color: #4d4f56;
      border-color: #4d4f56; }
    .btn.btn-grey i {
      padding-left: 5px;
      color: white; }
  .btn.btn-more, .btn.btn-light-gray {
    background: #f4f4f7;
    color: #171717;
    border-color: #f4f4f7; }
    .btn.btn-more:hover, .btn.btn-light-gray:hover {
      background: #f4f4f7;
      border-color: #f4f4f7; }
    .btn.btn-more:active:focus, .btn.btn-light-gray:active:focus {
      color: #171717;
      background-color: #f4f4f7;
      border-color: #f4f4f7; }
    .btn.btn-more i, .btn.btn-light-gray i {
      padding-left: 5px;
      color: #171717; }
  .btn.btn-light-gray i {
    color: #f47e24; }
  .btn.btn-link {
    color: #4d4f56;
    background-color: none;
    font-size: 12px;
    text-transform: none; }
    .btn.btn-link i {
      padding-left: 5px;
      color: #f47e24; }
    .btn.btn-link:hover {
      text-decoration: none; }
    .btn.btn-link--bigger {
      font-size: 14px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .btn.btn-link--bigger {
          font-weight: 400; } }
    .btn.btn-link--large {
      font-size: 14px;
      font-weight: 400; }
  .btn.btn-nav {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }
  .btn.btn-no-padding {
    padding: 0; }
  .btn.btn-no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .btn.btn-forgot {
    color: #77b5b3;
    font-weight: 300; }

.header {
  height: 65vh;
  position: relative;
  background-color: black; }
  @media (min-width: 768px) {
    .header {
      height: 75vh; } }
  .header--content {
    height: 65vh; }
    @media (min-width: 768px) {
      .header--content {
        height: 735px; } }
  .header--blog {
    height: 70px;
    background-color: #f4f4f7; }
    @media (min-width: 768px) {
      .header--blog {
        height: 125px; } }
    .header--blog .header__img {
      display: none; }
    .header--blog .header__mask {
      display: none; }
    .header--blog .header__h1holder {
      display: none; }
    .header--blog ul#menu-main-nav li a {
      color: #56585f; }
    .header--blog .btn.btn-login.btn-nav {
      color: #56585f; }
    .header--blog .navbar-toggler {
      color: #56585f; }
    .header--blog .main-nav-button .icon-bar {
      background-color: #56585f; }
  .header--boring {
    height: 70px;
    background-color: #000000; }
    @media (min-width: 768px) {
      .header--boring {
        height: 125px; } }
    .header--boring .header__img {
      display: none; }
    .header--boring .header__mask {
      display: none; }
    .header--boring .header__h1holder {
      display: none; }
  .header__img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .header__mask {
    position: absolute;
    top: -6%;
    height: 106%;
    width: 100%;
    display: block;
    object-fit: cover;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .header__video {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%; }
    .header__video .wp-video {
      width: 100%;
      height: 100%; }
    .header__video video {
      height: 100%;
      position: absolute;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .header__video .mejs-controls {
      display: none !important;
      visibility: hidden !important; }
    .header__video video::-webkit-media-controls {
      display: none !important; }
    .header__video video::-webkit-media-controls-start-playback-button {
      display: none !important;
      -webkit-appearance: none; }
  .header__h1 {
    font-size: 40px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .header__h1 {
        font-size: 80px; } }
    @media (min-width: 992px) {
      .header__h1 {
        font-size: 90px; } }
    .header__h1 span {
      color: #f47e24; }
  .header__h1-slim {
    font-size: 40px;
    color: black;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px; }
    @media (min-width: 768px) {
      .header__h1-slim {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .header__h1-slim {
        font-size: 40px; } }
  .header--slim {
    position: relative;
    height: 60vh; }
    @media (min-width: 768px) {
      .header--slim {
        height: 65vh; } }
    .header--slim .header__h1 {
      font-size: 40px; }
      @media (min-width: 768px) {
        .header--slim .header__h1 {
          font-size: 80px; } }
      @media (min-width: 992px) {
        .header--slim .header__h1 {
          font-size: 80px; } }
  .header__contact {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .header__contact {
        font-size: 25px;
        bottom: 100px; } }
    .header__contact a {
      color: white;
      text-decoration: none;
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px; }
      .header__contact a i {
        color: #f47e24;
        margin-right: 10px; }
  .header__h1holder {
    display: table;
    vertical-align: middle;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
  .header__nav {
    position: absolute;
    top: 0;
    padding: 15px 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .header__nav {
        padding: 40px; } }
    .header__nav .logo {
      width: 225px;
      max-width: 60vw; }

.menu-main-nav-container {
  display: inline-block;
  margin-top: 10px; }

.login-area {
  padding-left: 30px;
  margin-right: -15px; }

ul#menu-main-nav {
  display: inline;
  margin: 0;
  padding: 0; }
  ul#menu-main-nav li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
    ul#menu-main-nav li a {
      color: white;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      margin-right: 10px;
      margin-left: 10px;
      padding-bottom: 3px; }
      ul#menu-main-nav li a:hover {
        text-decoration: none;
        border-bottom: 4px solid #f47e24; }
    ul#menu-main-nav li.current-menu-item a {
      border-bottom: 4px solid #f47e24; }
  ul#menu-main-nav li:last-child a {
    margin-right: 0; }

.navbar-toggler {
  color: white;
  font-size: 25px;
  padding: 5px;
  margin-top: 3px; }

.mobile-nav {
  padding: 15px 15px;
  padding-bottom: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4d4f56;
  z-index: 2; }
  @media (min-width: 768px) {
    .mobile-nav .navbar-toggler {
      margin-top: 28px;
      margin-right: 25px; } }
  .mobile-nav .menu-main-nav-container {
    width: 100%;
    margin-bottom: 40px;
    margin-right: -20px; }
  .mobile-nav__btn-holder {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .mobile-nav ul#menu-main-nav-1 {
    display: block;
    margin: 0;
    padding: 0; }
    .mobile-nav ul#menu-main-nav-1 li {
      display: block;
      list-style: none;
      padding: 0;
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
      border-bottom: 1px solid #171717;
      padding-top: 20px;
      padding-bottom: 20px; }
      .mobile-nav ul#menu-main-nav-1 li a {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
        text-decoration: none; }
        .mobile-nav ul#menu-main-nav-1 li a:hover {
          text-decoration: none;
          color: #f47e24; }
      .mobile-nav ul#menu-main-nav-1 li.current-menu-item a {
        color: #f47e24; }

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px; }

.top-bar {
  transform: translate(3px) rotate(45deg);
  transform-origin: 10% 10%; }

.middle-bar {
  opacity: 0; }

.bottom-bar {
  transform: translate(3px) rotate(-45deg);
  transform-origin: 10% 90%; }

.collapsed .top-bar {
  transform: rotate(0); }

.collapsed .middle-bar {
  opacity: 1; }

.collapsed .bottom-bar {
  transform: rotate(0); }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

#sliderArtists {
  opacity: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  height: calc(55vw);
  overflow: hidden; }
  @media (min-width: 768px) {
    #sliderArtists {
      height: 290px; } }
  #sliderArtists .carousel-item {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 40px; }
    #sliderArtists .carousel-item--big {
      opacity: 0; }
    #sliderArtists .carousel-item img {
      width: 100vw;
      height: 55vw;
      margin-bottom: 15px;
      margin-left: auto;
      object-fit: cover;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
      @media (min-width: 992px) {
        #sliderArtists .carousel-item img {
          width: 100%;
          width: 505px;
          height: 280px;
          -webkit-box-shadow: 1px 13px 38px 0px rgba(0, 0, 0, 0.18);
          -moz-box-shadow: 1px 13px 38px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 1px 13px 38px 0px rgba(0, 0, 0, 0.18); } }
    #sliderArtists .carousel-item h2 {
      position: absolute;
      bottom: 65px;
      right: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px 50px 10px 10px;
      color: white;
      text-transform: uppercase;
      font-size: 25px;
      max-width: calc(100% - 30px);
      text-align: right;
      font-weight: 700; }

.about {
  margin: 94px 0px; }
  @media (min-width: 768px) {
    .about {
      margin: 140px 0px; } }
  .about--padding {
    margin: 0;
    padding: 94px 0px; }
    @media (min-width: 768px) {
      .about--padding {
        padding: 140px 0px; } }
  .about__header {
    font-size: 40px;
    line-height: 48px;
    color: #2d2d2d;
    font-weight: bold; }
    @media (min-width: 768px) {
      .about__header {
        font-size: 54px;
        line-height: 70px; } }
    .about__header span {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAYAAACEhIafAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAABRJREFUCJlj+Nql/p+JgYGBAY0AADwgAq7PtCXkAAAAAElFTkSuQmCC");
      background-repeat: repeat-x;
      background-position: 0 1.05em; }
      .about__header span > span {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAYAAACEhIafAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAABRJREFUCJlj+Pf3738mBgYGBjQCAFmxBACVUkFFAAAAAElFTkSuQmCC"); }
  .about__text {
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0;
    font-weight: 400;
    color: #c9c9c9; }
    @media (min-width: 768px) {
      .about__text {
        font-size: 35px;
        line-height: 46px;
        margin: 80px 0;
        font-weight: 300; } }
    .about__text--small {
      font-size: 14px;
      font-weight: 400;
      margin: 0;
      margin-top: 20px;
      margin-bottom: 40px;
      line-height: 20px; }

.artist {
  min-height: 680px;
  padding-bottom: 70px; }
  @media (min-width: 992px) {
    .artist {
      padding-bottom: 0px; } }
  .artist__content {
    z-index: 1;
    background-color: #4d4f56;
    padding: 60px 0px;
    padding-bottom: 20px;
    border-right: 10px solid #fff;
    min-height: 666px; }
    @media (min-width: 992px) {
      .artist__content {
        border-right: 20px;
        padding: 80px 50px;
        padding-bottom: 20px; } }
    .artist__content h2 {
      font-size: 40px;
      font-weight: bold;
      color: white;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .artist__content h2 {
          font-size: 80px; } }
    .artist__content h3 {
      font-size: 13px;
      font-weight: 300;
      color: #f47e24;
      text-transform: uppercase;
      margin: 0; }
    .artist__content p {
      padding-top: 40px;
      font-size: 14px;
      font-weight: 200;
      color: white; }
  .artist__image {
    width: 85vw;
    height: 98vw;
    margin-top: 0px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    margin-right: -25px; }
  .artist__shadow2 {
    width: 82vw;
    margin-top: 0px;
    -webkit-box-shadow: 1px 65px 58px 0px black;
    -moz-box-shadow: 1px 65px 58px 0px black;
    box-shadow: 1px 65px 58px 0px black;
    height: 85%;
    position: absolute;
    right: 0; }
  .artist__image__holder {
    background-color: #4d4f56;
    padding-top: 20px;
    border-right: 10px solid #fff; }
  .artist__img, .artist__shadow {
    z-index: 2;
    width: 50vw;
    height: 43vw;
    max-width: 804px;
    max-height: 702px;
    position: absolute;
    right: 0;
    top: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .artist__shadow {
    -webkit-box-shadow: 1px 65px 58px 0px black;
    -moz-box-shadow: 1px 65px 58px 0px black;
    box-shadow: 1px 65px 58px 0px black;
    height: 65%;
    width: 48vw;
    right: 2%;
    max-width: 765px;
    max-height: 650px; }
  .artist__gb {
    height: 80px;
    background-color: #95969a;
    width: 70%;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: -1; }
    @media (min-width: 992px) {
      .artist__gb {
        border-right: none;
        height: 500px;
        width: 100%;
        top: 200px;
        left: 0;
        z-index: -1; } }

.artist2 {
  margin-top: 160px;
  margin-bottom: -72px;
  z-index: 2; }
  @media (min-width: 992px) {
    .artist2 {
      margin-top: 240px; } }
  .artist2__content {
    z-index: 1;
    background-color: #4d4f56;
    padding: 60px 0px;
    border-left: 10px solid #fff;
    height: 648px; }
    @media (min-width: 992px) {
      .artist2__content {
        border-left: 0px;
        padding: 80px 50px; } }
    .artist2__content h2 {
      font-size: 40px;
      font-weight: bold;
      color: white;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .artist2__content h2 {
          font-size: 70px; } }
    .artist2__content h3 {
      font-size: 13px;
      font-weight: normal;
      color: #f47e24;
      text-transform: uppercase;
      margin: 0; }
    .artist2__content p {
      padding-top: 40px;
      font-size: 14px;
      font-weight: 200;
      color: white; }
  .artist2__image, .artist2__shadow2 {
    width: 85vw;
    height: 98vw;
    margin-top: -90px;
    margin-left: -30px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .artist2__shadow2 {
    margin-top: -50px;
    -webkit-box-shadow: 1px 65px 58px 0px black;
    -moz-box-shadow: 1px 65px 58px 0px black;
    box-shadow: 1px 65px 58px 0px black;
    height: 100%;
    position: absolute; }
  .artist2__image__holder {
    background-color: #4d4f56;
    padding-top: 20px;
    border-left: 10px solid #fff; }
  .artist2__img, .artist2__shadow {
    z-index: 2;
    width: 50vw;
    height: 43vw;
    max-width: 804px;
    max-height: 702px;
    position: absolute;
    left: 0;
    top: -90px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .artist2__shadow {
    z-index: 1;
    -webkit-box-shadow: 1px 65px 58px 0px black;
    -moz-box-shadow: 1px 65px 58px 0px black;
    box-shadow: 1px 65px 58px 0px black;
    height: 65%;
    width: 48vw;
    left: 2%;
    max-width: 765px;
    max-height: 650px; }
  .artist2__gb {
    top: -27px;
    height: 478px;
    background-color: #95969a;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    border-left: 25px solid #fff; }
    @media (min-width: 992px) {
      .artist2__gb {
        border-left: none;
        top: -44px; } }
  .artist2__gb2 {
    height: 80px;
    background-color: #95969a;
    width: 70%;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: -1; }

.other-artists {
  margin: 94px 0px; }
  @media (min-width: 768px) {
    .other-artists {
      margin: 140px 0px; } }
  .other-artists__header {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #2d2d2d;
    font-weight: bold; }
    @media (min-width: 768px) {
      .other-artists__header {
        font-size: 35px;
        line-height: 40px; } }

#large-artist {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 40%;
  display: none; }
  @media (min-width: 768px) {
    #large-artist {
      display: block; } }
  #large-artist img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
    @media (min-width: 768px) {
      #large-artist img {
        width: 800px;
        height: 440px; } }
  #large-artist h2 {
    position: absolute;
    bottom: 25px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 50px 10px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    text-align: right;
    max-width: calc(100% - 30px);
    font-weight: 700; }

.slider {
  position: relative; }

.why-sentric {
  background-color: #f7f7f7;
  padding: 100px 0 100px 0;
  margin-top: 240px; }
  @media (min-width: 768px) {
    .why-sentric {
      padding: 200px 0 200px 0;
      margin-top: 0px; } }
  .why-sentric__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
    color: #2d2d2d;
    font-weight: bold; }
    @media (min-width: 768px) {
      .why-sentric__title {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 80px; } }
  .why-sentric__section {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    padding-bottom: 100px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .why-sentric__section {
        width: 90%;
        min-height: 620px; } }
    .why-sentric__section h2 {
      font-size: 25px;
      padding-bottom: 20px;
      font-weight: bold; }
      @media (min-width: 768px) {
        .why-sentric__section h2 {
          font-size: 35px; } }
    .why-sentric__section p {
      font-size: 14px;
      font-weight: 200; }
    .why-sentric__section img {
      width: 90px;
      padding-top: 30px;
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        .why-sentric__section img {
          padding-top: 60px;
          padding-bottom: 50px; } }
    .why-sentric__section .btn-learn {
      position: absolute;
      bottom: 40px;
      width: calc(100% - 40px);
      display: block; }

.testimonials {
  position: relative;
  background-color: #f47e24;
  background-image: url("/wp-content/themes/senticb2a/images/test-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .testimonials {
      margin-bottom: 0; } }
  .testimonials #carouselTestimonials {
    margin-bottom: 100px; }
    @media (min-width: 992px) {
      .testimonials #carouselTestimonials {
        margin-top: 0; } }
  .testimonials .carousel-inner {
    overflow: visible;
    height: 100%; }
  .testimonials__image {
    margin-top: 70px;
    height: 70vw;
    width: 85vw;
    margin-right: -14px;
    margin-bottom: -60px;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    right: 0;
    -webkit-box-shadow: -12px -1px 22px -12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -12px -1px 22px -12px rgba(0, 0, 0, 0.5);
    box-shadow: -12px -1px 22px -12px rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .testimonials__image {
        margin-bottom: -60px;
        margin-top: 30px;
        height: 649px;
        width: 624px;
        margin-right: 0; } }
  .testimonials__quote1 {
    position: absolute;
    color: white;
    font-size: 90px;
    width: 60px;
    top: 60px;
    left: 10px; }
    @media (min-width: 992px) {
      .testimonials__quote1 {
        width: 90px;
        left: 20px; } }
  .testimonials__testimonial {
    padding-top: 80px;
    padding-left: 75px;
    padding-right: 60px;
    font-weight: 400;
    color: white;
    font-size: 16px;
    font-weight: 300;
    min-height: 250px; }
    @media (min-width: 992px) {
      .testimonials__testimonial {
        font-size: 28px;
        padding-top: 80px;
        padding-left: 130px;
        padding-right: 100px;
        line-height: 34px; } }
  .testimonials__person {
    padding-top: 0px;
    color: white;
    font-size: 14px;
    text-align: left;
    font-weight: 200;
    padding-right: 90px;
    margin-left: 76px; }
    @media (min-width: 992px) {
      .testimonials__person {
        text-align: right;
        padding-top: 20px;
        font-size: 16px;
        padding-right: 138px;
        margin-left: 0; } }
  .testimonials__quote2 {
    position: absolute;
    color: white;
    font-size: 90px;
    width: 60px;
    bottom: 0px;
    right: 40px; }
    @media (min-width: 992px) {
      .testimonials__quote2 {
        width: 90px;
        top: 60px;
        right: 20px; } }

.btn-spotify {
  padding: 0;
  margin: 0;
  color: white !important; }
  .btn-spotify i {
    color: #84bd00 !important; }

.footer {
  padding-bottom: 40px;
  background-color: #171717; }
  .footer__p {
    color: #95969a; }

.b2b {
  background-color: #f47e24;
  background-image: url("/wp-content/themes/senticb2a/images/footer-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .b2b {
      background-image: url("/wp-content/themes/senticb2a/images/footer-circle.png"); } }
  .b2b .col {
    padding: 15px; }
  .b2b__text {
    font-size: 18px;
    color: white; }
  .b2b__button {
    margin: 5px 20px; }

.footer-content {
  padding: 20px 0px; }
  .footer-content .logo {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 50%; }
  .footer-content__title {
    font-size: 13px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block; }
    .footer-content__title--form-title {
      margin-bottom: 20px; }
    .footer-content__title:hover {
      text-decoration: none;
      color: white; }
    .footer-content__title i {
      color: #4d4f56;
      font-size: 16px;
      margin-right: 12px; }
    .footer-content__title--mobile {
      padding-bottom: 25px; }
  .footer-content__address {
    color: #7f8085;
    font-size: 13px;
    font-weight: 400;
    padding-left: 27px;
    padding-top: 5px;
    max-width: 280px; }
  .footer-content__nav {
    margin-top: 50px; }
  .footer-content__copyright {
    color: #2d2d2d;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 20px;
    margin-top: 20px;
    display: block; }
    .footer-content__copyright:before {
      content: "";
      display: none; }
    @media (min-width: 768px) {
      .footer-content__copyright {
        margin-top: 0;
        display: inline; }
        .footer-content__copyright:before {
          content: "/";
          display: inline-block;
          margin-right: 20px;
          color: #2d2d2d;
          font-size: 13px;
          font-weight: bold; } }
  .footer-content__social {
    display: inline;
    margin: 0;
    padding: 0; }
    .footer-content__social li {
      display: inline;
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer-content__social li a {
        color: #e8e8e8;
        font-size: 20px;
        margin-left: 40px; }
        .footer-content__social li a :hover {
          text-decoration: none; }

.menu-footer-container {
  display: inline-block;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .menu-footer-container {
      margin-top: 0; } }

ul#menu-footer {
  display: inline;
  margin: 0;
  padding: 0; }
  ul#menu-footer li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0; }
    ul#menu-footer li a {
      color: #4d4f56;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      margin-right: 20px;
      margin-left: 20px; }
      @media (min-width: 768px) {
        ul#menu-footer li a {
          margin-left: 0px; } }
      ul#menu-footer li a:hover {
        text-decoration: none; }
    ul#menu-footer li:before {
      content: "/";
      display: inline-block;
      margin-right: 20px;
      color: #2d2d2d;
      font-size: 13px;
      font-weight: bold; }
    ul#menu-footer li:first-child:before {
      content: "";
      display: none; }

.newsletter--mobile {
  margin-bottom: 30px; }

.newsletter input {
  height: 65px;
  border-color: #4d4f56;
  line-height: 65px;
  font-size: 13px;
  color: white;
  width: calc(100% - 65px) !important;
  background-color: #171717;
  border-radius: 0;
  outline: none; }
  .newsletter input::placeholder {
    color: #4d4f56; }

.newsletter .btn.btn-email {
  border-radius: 0;
  height: 65px;
  width: 65px;
  background-color: #f47e24;
  padding: 0; }
  .newsletter .btn.btn-email i {
    color: white;
    font-size: 20px;
    padding: 0; }

.newsletter .form-control:focus {
  color: white;
  background-color: #171717;
  box-shadow: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  outline: none; }

@media (min-width: 768px) {
  .who-are-we {
    height: 1154px; } }

.who-are-we__bg {
  position: absolute;
  height: 1154px;
  width: 768px;
  top: 0;
  left: 0; }

.who-are-we__bg_container {
  position: absolute;
  height: 817px;
  width: 75vw;
  max-width: 1196px;
  top: 140px;
  right: 0;
  background-color: #77b5b3;
  background-image: url("/wp-content/themes/senticb2a/images/about-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: -30px 0 40px -15px rgba(0, 0, 0, 0.5);
  box-shadow: -30px 0 40px -15px rgba(0, 0, 0, 0.5); }

.who-are-we__bg-mobile {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1; }

.who-are-we__content {
  padding: 20px;
  top: 0px;
  background-color: #78b6b4;
  background: linear-gradient(to bottom, rgba(117, 179, 177, 0.7) 0%, #75b3b1 50%, #75b3b1 100%); }
  @media (min-width: 768px) {
    .who-are-we__content {
      padding: 120px;
      padding-top: 60px;
      top: 140px;
      background-color: none;
      background: none; } }
  @media (min-width: 992px) {
    .who-are-we__content {
      padding: 180px;
      top: 140px;
      background-color: none;
      background: none; } }
  .who-are-we__content h1 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
    margin-top: 80px; }
    @media (min-width: 768px) {
      .who-are-we__content h1 {
        margin-bottom: 40px;
        margin-top: 120px; } }
  .who-are-we__content p {
    color: #fff;
    font-weight: 300;
    font-size: 14px; }
  .who-are-we__content h2 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 30px; }
  .who-are-we__content .btn {
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .who-are-we__content .btn {
        margin-bottom: 0px; } }

.event-container-none {
  margin-top: 80px; }
  .event-container-none h2 {
    color: #ffffff; }

.team-listening {
  padding-top: 150px;
  padding-bottom: 100px; }
  .team-listening__area {
    position: relative;
    padding-top: 50px; }
  .team-listening__bg {
    /* height: 100%; */
    width: 100%;
    display: block;
    object-fit: contain;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
    object-position: 0% 0%;
    position: absolute;
    top: -100px;
    left: 0; }
  .team-listening__back-person {
    padding: 1px !important;
    opacity: 0.3;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
    .team-listening__back-person img {
      width: 100%;
      height: 60px;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
      -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
      transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
      @media (min-width: 768px) {
        .team-listening__back-person img {
          height: 100px; } }
    .team-listening__back-person:hover {
      opacity: 1; }
      .team-listening__back-person:hover img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%); }
  .team-listening__mobile-bg {
    height: 210vw;
    width: 100%;
    position: absolute;
    top: -130px;
    left: 0; }
  .team-listening__person {
    display: none;
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 160px; }
    @media (min-width: 768px) {
      .team-listening__person {
        margin-top: 120px; } }
    .team-listening__person .close {
      position: absolute;
      top: 10px;
      right: 30px;
      color: white;
      text-shadow: none;
      background-color: black;
      /* border-radius: 60px; */
      padding: 0 5px; }
      @media (min-width: 768px) {
        .team-listening__person .close {
          color: black;
          text-shadow: none;
          background-color: transparent; } }
    .team-listening__person__bg {
      background-color: #f4f4f7;
      -webkit-box-shadow: 1px 24px 40px -20px black;
      -moz-box-shadow: 1px 24px 40px -20px black;
      box-shadow: 1px 24px 40px -20px black;
      pointer-events: all; }
    .team-listening__person__image img {
      height: 250px;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
      @media (min-width: 768px) {
        .team-listening__person__image img {
          height: 380px; } }
    .team-listening__person__image .img-fluid {
      width: 100%; }
    .team-listening__person__details {
      padding: 20px !important; }
      .team-listening__person__details h2 {
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase; }
      .team-listening__person__details p {
        font-weight: 300;
        font-size: 22px; }

.where-are-we {
  background-image: -moz-linear-gradient(45deg, #4d5960 0%, #7a7b80 100%);
  background-image: -webkit-linear-gradient(45deg, #4d5960 0%, #7a7b80 100%);
  background-image: -ms-linear-gradient(45deg, #4d5960 0%, #7a7b80 100%);
  padding-top: 100px !important;
  padding-bottom: 280px !important; }
  .where-are-we__form {
    padding-top: 60px; }
    .where-are-we__form p {
      color: #c9c9c9;
      font-size: 22px;
      line-height: 66px; }
    .where-are-we__form select {
      font-size: 22px;
      color: #4d4f56;
      font-weight: 700; }

.events {
  margin-top: -250px;
  padding-bottom: 90px; }
  .events .event {
    min-height: 504px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .events .event {
        width: 90%;
        min-height: 504px; } }
    .events .event img {
      object-fit: cover;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      width: 100%;
      height: 250px; }
    .events .event__location {
      font-size: 16px;
      font-weight: 300;
      color: #f47e24;
      text-transform: uppercase; }
    .events .event__title {
      font-size: 30px;
      font-weight: 700;
      margin-top: 20px; }
    .events .event__details {
      padding: 20px; }
    .events .event__date {
      position: absolute;
      top: 207px;
      left: 0px;
      background-color: #f47e24;
      color: white;
      padding: 5px;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 22px; }
      .events .event__date sup {
        top: -4px; }
    .events .event .btn-meet {
      position: absolute;
      bottom: 20px;
      /* width: calc(100% - 40px); */
      display: block;
      left: 0px;
      padding: 25px; }

.about-join {
  background-color: #f4f4f7; }
  .about-join__padding {
    padding-top: 160px;
    padding-bottom: 190px; }
    @media (min-width: 768px) {
      .about-join__padding {
        padding-bottom: 160px; } }
    @media (min-width: 768px) {
      .about-join__padding--no-bottom {
        padding-bottom: 0px; } }
  .about-join__footer-image {
    padding-bottom: 50px;
    padding-top: 160px;
    width: 100%; }

.wwd-process {
  padding: 15px; }
  @media (min-width: 768px) {
    .wwd-process {
      padding: 0; } }
  .wwd-process__item {
    min-height: 640px;
    margin-bottom: 100px;
    position: relative; }
    @media (min-width: 768px) {
      .wwd-process__item--1 {
        height: 783px; }
      .wwd-process__item--2 {
        height: 670px; }
      .wwd-process__item--3 {
        height: 779px; }
      .wwd-process__item--4 {
        height: 720px; }
      .wwd-process__item--5 {
        height: 842px; } }
    .wwd-process__item__box-area {
      padding-top: 20px; }
    .wwd-process__item h1 {
      font-size: 123px;
      color: #f47e24;
      font-weight: 100;
      line-height: 123px;
      margin-bottom: 40px; }
      .wwd-process__item h1 span {
        font-size: 16px;
        text-transform: uppercase;
        vertical-align: bottom; }
    .wwd-process__item h2 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .wwd-process__item h2 {
          font-size: 54px; } }
    .wwd-process__item p {
      font-size: 14px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .wwd-process__item p {
          font-size: 20px; } }
      .wwd-process__item p::first-of-type {
        margin-bottom: 75px; }
    .wwd-process__item .video {
      margin-top: 100px;
      -webkit-box-shadow: -10px 30px 40px -15px rgba(0, 0, 0, 0.5);
      box-shadow: -10px 30px 40px -15px rgba(0, 0, 0, 0.5);
      width: 100%;
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        .wwd-process__item .video {
          margin-top: 200px;
          width: 100%;
          margin-bottom: 0; } }
    .wwd-process__item__box {
      position: absolute;
      height: 580px;
      width: 540px;
      top: 0;
      background-color: #4d4f56;
      text-align: right; }
      .wwd-process__item__box p {
        color: #53555b;
        font-size: 250px;
        font-weight: 200; }
      .wwd-process__item__box--1 {
        right: 0; }
      .wwd-process__item__box--2 {
        left: -100px;
        background-color: #f4f4f5;
        text-align: left;
        height: 542px;
        top: -100px; }
        .wwd-process__item__box--2 p {
          color: #e8e8e9; }
      .wwd-process__item__box--3 {
        top: -100px;
        right: 0px;
        background-color: #51a19e;
        text-align: right; }
        .wwd-process__item__box--3 p {
          color: #5aa6a3; }
      .wwd-process__item__box--4 {
        left: -100px;
        top: -100px;
        background-color: #f47e23;
        text-align: left; }
        .wwd-process__item__box--4 p {
          color: #f5852e; }
      .wwd-process__item__box--5 {
        right: 0;
        background-color: #4d4f56;
        text-align: right; }
        .wwd-process__item__box--5 p {
          color: #53555b; }
      .wwd-process__item__box--6 {
        left: -100px;
        top: -100px;
        background-color: #f4f4f5;
        text-align: left; }
        .wwd-process__item__box--6 p {
          color: #e8e8e9; }
    .wwd-process__item .step-1-image {
      margin-top: 20px; }
    .wwd-process__item .step-2-image {
      width: 80%; }

@media (min-width: 768px) {
  .row--padding-left {
    padding-left: 100px; }
  .row--padding-right {
    padding-right: 100px; } }

.line {
  position: absolute;
  top: 45px;
  left: calc(50% - 40px); }

.opp__video {
  margin-bottom: 155px; }
  .opp__video .embed-video__image {
    height: 589px;
    -webkit-box-shadow: -10px 30px 40px -15px rgba(0, 0, 0, 0.5);
    box-shadow: -10px 30px 40px -15px rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .opp__video .embed-video__image {
        height: 710px; } }

.opp__brands p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px; }

.opp__brands img {
  vertical-align: middle;
  max-height: 100%; }

.opp__brands__logo {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  opacity: 0.5; }

.opp__brands__neg-margin {
  margin-left: -69px !important; }

.opp__latest {
  margin-top: 250px;
  height: 575px; }
  .opp__latest img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .opp__latest__h2holder {
    display: table;
    vertical-align: middle;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
    .opp__latest__h2holder h2 {
      font-size: 40px;
      color: #ffffff;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 0 20px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .opp__latest__h2holder h2 {
          font-size: 64px; } }
      .opp__latest__h2holder h2 span {
        color: #f47e24; }

.sync {
  min-height: 860px;
  margin-bottom: 50px; }
  .sync__video-image {
    max-width: 902px;
    max-height: 860px;
    line-height: 50%;
    text-align: center;
    position: relative;
    width: 100%;
    padding-left: 15px;
    min-height: 350px;
    background-color: #efefef; }
    @media (min-width: 768px) {
      .sync__video-image {
        position: absolute;
        margin-top: -25px; } }
  .sync h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #f47e24; }
  .sync h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 50px; }
  .sync h2 {
    font-size: 22px;
    font-weight: 700; }
  .sync p {
    font-size: 14px;
    font-weight: 300;
    color: #95969a; }
    .sync p strong, .sync p b {
      color: black;
      font-weight: 700; }
  .sync__info {
    padding-top: 70px; }
    .sync__info .btn {
      color: black;
      font-weight: 700; }
      .sync__info .btn .fab.fa-spotify {
        color: #84bd00 !important; }
  .sync__video-play {
    z-index: 2;
    position: absolute;
    width: 180px;
    height: 180px;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    cursor: pointer; }

.quote {
  height: 527px;
  background-image: -moz-linear-gradient(45deg, #589492 0%, #7bb9b7 100%);
  background-image: -webkit-linear-gradient(45deg, #589492 0%, #7bb9b7 100%);
  background-image: -ms-linear-gradient(45deg, #589492 0%, #7bb9b7 100%);
  width: 100%; }
  .quote--orange {
    background-image: -moz-linear-gradient(45deg, #f47e24 0%, #f79e5a 100%);
    background-image: -webkit-linear-gradient(45deg, #f47e24 0%, #f79e5a 100%);
    background-image: -ms-linear-gradient(45deg, #f47e24 0%, #f79e5a 100%); }
  .quote__quote1 {
    position: absolute;
    color: white;
    font-size: 90px;
    width: 60px;
    top: 180px;
    left: 20px; }
    @media (min-width: 992px) {
      .quote__quote1 {
        width: 90px;
        left: 30px; } }
  .quote__text {
    padding-top: 180px;
    padding-left: 75px;
    padding-right: 60px;
    font-weight: 400;
    color: white;
    font-size: 16px;
    font-weight: 300;
    min-height: 250px;
    text-align: center; }
    @media (min-width: 992px) {
      .quote__text {
        font-size: 27px;
        padding-top: 180px;
        padding-left: 130px;
        padding-right: 130px; } }
  .quote__person {
    padding-top: 40px;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 200; }
    @media (min-width: 992px) {
      .quote__person {
        text-align: center;
        font-size: 16px; } }
    .quote__person b {
      margin-right: 20px; }
    .quote__person img {
      margin-left: 20px; }
  .quote__quote2 {
    position: absolute;
    color: white;
    font-size: 90px;
    width: 60px;
    top: 180px;
    right: 10px; }
    @media (min-width: 992px) {
      .quote__quote2 {
        width: 90px;
        right: 20px; } }

.contact {
  background-color: #f4f4f7; }
  .contact .about {
    margin: 0;
    padding: 140px 0px 50px 0; }

.email-result {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center; }
  .email-result img {
    width: 296px; }
    @media (min-width: 768px) {
      .email-result img {
        width: 644px; } }
  .email-result__content {
    position: absolute;
    top: 10px;
    width: 216px;
    left: calc(50% - 148px); }
    .email-result__content h2 {
      font-size: 34px;
      color: #2d2d2d;
      font-weight: 700; }
    .email-result__content p {
      font-size: 14px;
      display: inline-block;
      text-align: center;
      width: 204px; }
    @media (min-width: 768px) {
      .email-result__content {
        width: 438px;
        left: calc(50% - 275px);
        top: 80px; }
        .email-result__content h2 {
          font-size: 64px; }
        .email-result__content p {
          width: 304px; } }

#contact {
  position: relative;
  z-index: 1;
  padding-bottom: 100px; }

#termagree {
  position: relative;
  z-index: 1;
  padding-bottom: 100px; }

.alternate-contact {
  background-color: #ea802f;
  min-height: 180px;
  padding: 70px 0px; }
  .alternate-contact h2 {
    font-size: 24px;
    font-weight: 400;
    color: #f5c6ac; }
  .alternate-contact a {
    font-size: 20px;
    display: inline-block;
    line-height: 20px;
    margin-top: 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700; }
    .alternate-contact a i {
      color: #f5c6ac;
      margin-right: 10px;
      font-size: 15px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .alternate-contact a i {
          font-size: 20px; } }
    @media (min-width: 768px) {
      .alternate-contact a {
        font-size: 35px;
        line-height: 35px; } }

.location {
  margin-top: 20px;
  position: relative;
  min-height: 400px; }
  .location__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: middle;
    object-position: middle;
    font-family: "object-fit: cover; object-position: middle";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .location__details {
    min-height: 400px;
    padding: 20px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.75); }
    .location__details h3 {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase; }
    .location__details h2 {
      font-size: 40px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 50px;
      color: #ffffff; }
    .location__details p {
      font-size: 13px;
      font-weight: 300;
      color: #ffffff; }
      .location__details p a {
        color: #ffffff;
        text-decoration: none; }
      .location__details p span {
        display: inline-block; }
    .location__details i {
      vertical-align: top;
      margin-top: 3px;
      font-size: 13px;
      color: #a6a7aa;
      margin-right: 5px; }

.main-office {
  position: relative;
  min-height: 588px; }
  .main-office__title {
    display: inline-block;
    text-align: left;
    margin-right: 50px;
    margin-top: 200px; }
    .main-office__title h3 {
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      margin-left: 5px; }
    .main-office__title h2 {
      font-size: 46px;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      margin-top: -10px; }
      @media (min-width: 768px) {
        .main-office__title h2 {
          font-size: 56px; } }
      @media (min-width: 992px) {
        .main-office__title h2 {
          font-size: 96px; } }
  .main-office__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: middle;
    object-position: middle;
    font-family: "object-fit: cover; object-position: middle";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0; }
  .main-office__map {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .main-office__details-holder {
    margin-top: 120px;
    margin-left: 20px; }
    .main-office__details-holder p {
      margin-bottom: 30px; }
  .main-office__hq {
    position: relative;
    font-size: 0.25em;
    top: -3.5em; }
  .main-office__details {
    min-height: 588px;
    background-color: rgba(243, 114, 32, 0.85); }
    .main-office__details--teal {
      background-color: rgba(83, 146, 145, 0.8); }
    .main-office__details p {
      font-size: 16px;
      font-weight: 300;
      color: #ffffff; }
      .main-office__details p a {
        color: #ffffff;
        text-decoration: none; }
      .main-office__details p span {
        display: inline-block; }
    .main-office__details i {
      vertical-align: top;
      margin-top: 3px;
      font-size: 16px;
      color: #ffffff;
      margin-right: 10px; }

.alert.info {
  color: #666;
  background-color: #eff;
  border-color: #e4e6ec;
  border-radius: 0;
  margin-bottom: 40px; }

.unbranded-login img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px; }

.join {
  background-color: #f4f4f7; }
  .join--padding-top {
    padding-top: 80px; }

#register {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1; }
  #register .form-check {
    margin-bottom: 20px;
    margin-top: 10px; }
  #register button {
    margin-top: 30px; }
  #register a {
    color: #000;
    text-decoration: underline; }
  #register input[type=radio] {
    margin-left: 30px; }
  #register .postcode {
    width: 300px; }

.signup-result {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center; }
  .signup-result h2 {
    font-size: 40px;
    line-height: 48px;
    color: #2d2d2d;
    font-weight: 700; }
  .signup-result p {
    font-size: 14px; }

.blog-header {
  padding-top: 40px;
  padding-bottom: 37px; }
  @media (min-width: 768px) {
    .blog-header {
      padding-top: 157px;
      padding-bottom: 57px; } }
  .blog-header__h1 {
    color: #000000;
    padding-left: 20px;
    font-size: 80px; }
    @media (min-width: 768px) {
      .blog-header__h1 {
        font-size: 123px; } }
    .blog-header__h1 span {
      color: #f47e24; }
  .blog-header .btn-link {
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .blog-header .btn-link {
        width: unset;
        margin-top: 0px; } }
  .blog-header .dropdown {
    width: 100%;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .blog-header .dropdown {
        width: unset;
        margin-left: 20px; } }
    .blog-header .dropdown .dropdown-toggle::after {
      display: none; }

.blog-main {
  height: 100%; }
  @media (min-width: 768px) {
    .blog-main {
      height: 500px; } }
  .blog-main__image-holder {
    overflow: hidden; }
  .blog-main a {
    text-decoration: none; }
  .blog-main:hover img {
    transform: scale(1.1); }
  .blog-main img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    object-position: 50% 50%;
    transition: opacity 350ms;
    opacity: 0;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
    @media (min-width: 768px) {
      .blog-main img {
        height: 500px; } }
  .blog-main__content {
    padding: 40px 20px;
    background-color: #4d4f56;
    width: 100%; }
    @media (min-width: 768px) {
      .blog-main__content {
        width: 394px;
        height: 290px;
        position: absolute;
        top: 140px;
        right: 0; } }
    .blog-main__content h3 {
      text-transform: uppercase;
      font-weight: 400;
      color: #f47e24;
      font-size: 13px; }
    .blog-main__content h2 {
      font-weight: 700;
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 20px; }
    .blog-main__content p {
      font-weight: 300;
      font-size: 12px;
      color: #ffffff; }
    .blog-main__content .btn.btn-link {
      color: #ffffff;
      padding: 0;
      margin-top: 20px;
      font-size: 14px; }
      .blog-main__content .btn.btn-link:hover {
        color: #ffffff; }

.blog-card {
  cursor: pointer;
  margin-top: 30px;
  min-height: 656px; }
  .blog-card a {
    text-decoration: none; }
  .blog-card__image-holder {
    overflow: hidden; }
  .blog-card img {
    width: 100%;
    height: 376px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    object-position: 50% 50%;
    transition: opacity 350ms;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1); }
  .blog-card:hover img {
    transform: scale(1.1); }
  .blog-card__content {
    padding: 40px 20px;
    background-color: #4d4f56;
    width: 100%;
    min-height: 280px;
    position: relative; }
    .blog-card__content h3 {
      text-transform: uppercase;
      font-weight: 400;
      color: #f47e24;
      font-size: 13px; }
    .blog-card__content h2 {
      font-weight: 700;
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 20px; }
    .blog-card__content p {
      font-weight: 300;
      font-size: 12px;
      color: #ffffff; }
    .blog-card__content .btn.btn-link {
      color: #ffffff;
      padding: 0;
      font-size: 14px;
      position: absolute;
      bottom: 35px; }
      .blog-card__content .btn.btn-link:hover {
        color: #ffffff; }
    .blog-card__content--wbg {
      background-color: white; }
      .blog-card__content--wbg h2, .blog-card__content--wbg p, .blog-card__content--wbg .btn.btn-link {
        color: black; }
      .blog-card__content--wbg .btn.btn-link:hover {
        color: black; }

.load-more-holder {
  margin-top: 40px;
  margin-bottom: 100px; }

.resources h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px; }

.resources__link {
  margin-top: 15px; }

.resources .resource {
  cursor: pointer;
  text-decoration: none;
  color: black;
  display: block;
  height: 110px;
  border-bottom: 1px dotted #e8e8e8;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px; }
  .resources .resource img {
    height: 65px;
    width: 80px;
    margin-right: 20px;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    object-position: 50% 50%; }
  .resources .resource__content {
    display: inline-block;
    width: calc(100% - 120px); }
  .resources .resource h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600; }

.blog-search {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-left: 0px;
  display: inline-block;
  position: relative; }
  @media (min-width: 992px) {
    .blog-search {
      margin-top: 75px;
      margin-left: 20px;
      width: unset; } }
  .blog-search label {
    text-transform: uppercase;
    color: #4d4f56;
    font-size: 12px;
    font-weight: 600;
    width: 50px; }
  .blog-search input {
    height: 40px !important;
    width: calc(100% - 70px);
    display: inline-block;
    border-radius: 30px;
    padding-right: 35px !important;
    margin-left: 10px;
    background-color: #f4f4f7;
    border-color: #e8e8e8; }
    @media (min-width: 992px) {
      .blog-search input {
        width: 250px;
        height: 60px !important; } }
  .blog-search button {
    background: none;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media (min-width: 992px) {
      .blog-search button {
        top: 20px; } }

.info-text {
  margin-bottom: 30px; }
  .info-text h2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px; }
    .info-text h2 span {
      color: #f47e24; }

.single-headings h3 {
  color: #f47e24;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400; }

.single-headings h1 {
  font-size: 30px; }
  @media (min-width: 768px) {
    .single-headings h1 {
      font-size: 38px; } }

.single-headings img {
  margin: 60px 0; }

.share h3 {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline; }

.share ul {
  display: inline;
  padding: 0;
  margin: 0; }
  .share ul li {
    display: inline;
    padding: 0;
    margin: 0; }
    .share ul li a {
      color: #f47e24;
      font-size: 20px;
      margin-left: 15px; }
      @media (min-width: 768px) {
        .share ul li a {
          font-size: 22px;
          margin-left: 30px; } }

.single-content h1, .single-content h2 {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  text-transform: none; }

.single-content > h2 > a {
  display: none; }

.single-content > h2 > span {
  display: none; }

.single-content .embed-spotify iframe {
  height: 80px;
  border: 0; }

.single-content p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 36px; }
  .single-content p:first-child {
    font-size: 20px; }

.single-content ul {
  list-style: none; }

.single-content li {
  margin-bottom: 10px; }
  .single-content li:before {
    content: "• ";
    color: #f47e24;
    /* or whatever color you prefer */
    margin-right: 4px;
    font-size: 20px; }

.single-content img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.single-content a {
  font-weight: 700;
  text-decoration: underline;
  color: #f47e24; }

.single-content blockquote {
  margin-top: 130px;
  margin-bottom: 100px;
  width: 65%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #f47e24; }
  .single-content blockquote p {
    font-size: 24px; }
  .single-content blockquote::before {
    font-weight: 700;
    color: #f47e24;
    content: "\201C";
    font-size: 160px;
    position: absolute;
    top: -85px;
    width: 100%;
    text-align: center;
    right: 60%;
    font-family: Georgia, serif; }
  .single-content blockquote span, .single-content blockquote em {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    font-style: normal !important;
    text-align: right; }
  .single-content blockquote::after {
    font-weight: 700;
    color: #f47e24;
    content: "\201D";
    font-size: 160px;
    position: absolute;
    top: -85px;
    width: 100%;
    text-align: center;
    left: 60%;
    font-family: Georgia, serif; }

.single-content iframe {
  width: 100%; }

.blog-recent-posts {
  padding-top: 40px;
  min-height: 280px;
  background-color: #f4f4f7;
  padding-bottom: 40px !important; }
  @media (min-width: 768px) {
    .blog-recent-posts {
      padding-bottom: 0px !important; } }
  .blog-recent-posts h2 {
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: 700; }
  .blog-recent-posts__post {
    display: block;
    margin-top: 20px;
    text-decoration: none !important;
    cursor: pointer; }
    .blog-recent-posts__post img {
      height: 65px;
      width: 80px;
      margin-right: 20px;
      display: inline-block;
      vertical-align: top;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      object-position: 50% 50%; }
    .blog-recent-posts__post__content {
      display: inline-block;
      width: calc(100% - 120px); }
      .blog-recent-posts__post__content h2 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #000000; }
      .blog-recent-posts__post__content h3 {
        color: #f47e24;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        margin-top: 5px; }

.blog-latest-resources {
  background-color: #589492;
  padding-bottom: 80px !important; }
  .blog-latest-resources__title {
    color: white;
    font-weight: 700; }

.blog-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E2E2E4; }
  .blog-container__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .blog-container__scroll {
    padding: 20px;
    overflow-y: scroll;
    background-color: #ffffff; }
    .blog-container__scroll img {
      height: auto;
      max-width: 100%; }
      @media (min-width: 768px) {
        .blog-container__scroll img {
          max-width: 70%; } }
    .blog-container__scroll img.w-100 {
      max-width: 100%;
      width: 100%; }
    .blog-container__scroll a {
      color: #f47e24; }
  .blog-container .row {
    z-index: 2; }

.container {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .container--large {
    max-width: 1820px;
    padding: 0; }
    .container--large > .row {
      margin-left: 0;
      margin-right: 0; }
  .container--graybg {
    background-color: #f4f4f7; }

.container-fluid {
  padding: 0px; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1 !important;
  transition: opacity 300ms; }

.logo {
  max-width: 282px;
  width: 282px; }

.margin-bottom {
  margin-bottom: 25px; }

.carousel-control {
  width: 10%;
  opacity: 1; }
  .carousel-control img {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px; }

.carousel-indicators {
  bottom: 20px; }
  .carousel-indicators li {
    display: none;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #ffffff;
    margin: 0px 20px;
    opacity: 0.8; }
    @media (min-width: 992px) {
      .carousel-indicators li {
        display: inline; } }
    .carousel-indicators li.active {
      opacity: 1; }

.form-control {
  border-radius: 0;
  height: 66px !important;
  padding-left: 20px !important;
  padding-right: 20px !important; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAA1UlEQVQokZ3Qz0oCURQH4C8ZfZHwAXoJlxXUIhch4sJNq0BaBC5s0UYKImiRwYgaBUVBQfUkvUhLgxZzBmLQQfzB5cK593z3z8ZPf/MbZ7i3fg7Rq2CIFK01oQ5GuEhwhzluUYt51XRxjTamSRTHAaZIcLMCdIRL2RMfRGOeWYATVHFVAh3jHE085cWksOkRvwHXZP9ZzAkGOMDL/4UiJk6aB1yNG+Q5RR/7eCs2LsLgFXt4DnAQo4ddfCxqWobBO3ZkT2lgK6CvZQ2VEgw+A6xjuwyCPzU0KXur3lj7AAAAAElFTkSuQmCC");
  padding-right: 1.5em; }

.video-viewer {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: black;
  z-index: 4;
  display: none;
  top: 0;
  line-height: 100vh; }
  .video-viewer .video-content {
    padding: 60px 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .video-viewer .video-content {
        padding: 60px 100px; } }
  .video-viewer .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    padding: 10px;
    color: #ffffff;
    font-weight: normal;
    z-index: 2; }

.embed-video {
  position: relative; }
  .embed-video__image {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .embed-video__play {
    z-index: 2;
    position: absolute;
    width: 180px;
    height: 180px;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    cursor: pointer; }
  .embed-video h2 {
    font-size: 35px;
    font-weight: 600;
    color: white;
    position: absolute;
    z-index: 3;
    line-height: 35px;
    top: 400px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .embed-video h2 {
        text-align: right;
        top: calc(50% - 16px);
        width: 45%;
        padding: 0; } }

.form-group {
  position: relative; }
  .form-group .form-control {
    font-size: 19px;
    font-weight: 400; }
  .form-group select.form-control {
    font-size: 18px;
    font-weight: 300;
    color: #444444; }
    .form-group select.form-control.changed {
      font-size: 19px;
      font-weight: 400; }
  .form-group textarea.form-control {
    padding-top: 20px;
    height: 200px !important; }
  .form-group .form-label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #444444;
    cursor: text;
    transition: all .15s ease-in-out 0s; }
  .form-group .form-label.focus {
    top: 2px;
    font-size: 11px;
    color: #999; }

.form-check {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .form-check {
      margin-bottom: 0px; } }

@media (min-width: 768px) {
  .invalid-feedback {
    color: white;
    position: absolute;
    right: -150px;
    top: 5px;
    z-index: 2;
    background-color: #eb2f2b;
    width: 180px;
    min-height: 45px;
    padding: 5px;
    padding-left: 10px;
    text-align: left; }
    .invalid-feedback:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid #eb2f2b;
      left: -8px;
      top: 15px; } }

@media (min-width: 768px) {
  .invalid-feedback2 {
    color: white;
    position: absolute;
    right: -150px;
    top: 5px;
    z-index: 2;
    background-color: #eb2f2b;
    width: 180px;
    min-height: 45px;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
    display: none; }
    .invalid-feedback2:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid #eb2f2b;
      left: -8px;
      top: 15px; } }

.spinner-button .spinning {
  display: none;
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
  padding: 0 !important;
  margin-left: 10px; }

.spinner-button:disabled .spinning, .spinner-button[disabled] .spinning {
  display: inline-block; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.modal .close {
  margin-top: 10px; }
  .modal .close .icon-bar {
    background-color: #000000; }

.modal .modal-header {
  border-bottom: 0;
  padding: 0px;
  font-size: 35px;
  padding-left: 30px;
  padding-right: 30px; }

.modal .modal-body {
  padding-left: 30px;
  padding-right: 30px; }

.modal .modal-title {
  font-size: 40px;
  line-height: 48px;
  color: #2d2d2d;
  font-weight: 700;
  text-align: center;
  margin-top: 40px; }
  .modal .modal-title span {
    color: #f47e24; }

.modal .modal-content {
  border: 0;
  border-radius: 0;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .modal .modal-content {
      margin-top: 100px; } }

.modal .modal-not-reg {
  background-color: #f7f7f7;
  padding: 30px 30px 10px 30px;
  text-align: center; }
  .modal .modal-not-reg h2 {
    font-size: 22px;
    font-weight: 400; }
  .modal .modal-not-reg .btn {
    font-size: 14px;
    font-weight: normal; }
  .modal .modal-not-reg p {
    padding: 0; }

.boring {
  padding: 80px 25px; }

.alert {
  display: none; }

.welcome h1 {
  font-size: 35px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .welcome h1 {
      font-size: 50px; } }

.welcome p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #c9c9c9; }

.welcome .btn {
  margin-top: 20px; }

.referral {
  padding-top: 100px; }
  .referral .referral-image {
    margin-top: 0px;
    margin-bottom: 40px; }
  .referral .single-content img {
    width: auto; }
  .referral .single-content p {
    font-size: 20px; }
  .referral a.btn {
    text-decoration: none; }
  .referral__section {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    min-height: 500px;
    text-align: center;
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0 20px; }
    @media (min-width: 768px) {
      .referral__section {
        width: 90%; } }
    .referral__section h2 {
      font-size: 25px;
      padding-bottom: 20px;
      font-weight: bold; }
      @media (min-width: 768px) {
        .referral__section h2 {
          font-size: 35px; } }
    .referral__section p {
      font-size: 14px;
      font-weight: 300; }
    .referral__section__step_h3 {
      text-transform: uppercase;
      font-size: 16px;
      color: #77b5b3; }
    .referral__section img {
      width: 90%;
      height: auto;
      padding-top: 30px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .referral__section a {
      color: #f47e24; }

.ref-button {
  margin-top: 50px;
  margin-bottom: 100px; }

.terms-holder {
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  height: 400px;
  overflow-y: scroll;
  margin-bottom: 40px; }
