@charset "UTF-8";
/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
/*
  All CSS Rules Required for @extend so that they can be loaded in in a batch
*/
/* Headings */
h1, h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, h3, h4, h5, .hero-news .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .bio-fieldvalue, h6, .title-size1, .title-size2, .title-size3, .title-size4, .title-size5, .title-size6 {
  font-weight: 500;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 27px;
  padding: 0px;
}
h1 h1 > p, h1 .text-subtitle, h1 .title-size1 > p, h2 h1 > p, .hero-news .hero-inner h1 h1 > p, .hero-news .hero-inner .title-size1 h1 > p, .hero-bio .hero-inner h1 h1 > p, .hero-bio .hero-inner .title-size1 h1 > p, h2 .text-subtitle, .hero-news .hero-inner h1 .text-subtitle, .hero-news .hero-inner .title-size1 .text-subtitle, .hero-bio .hero-inner h1 .text-subtitle, .hero-bio .hero-inner .title-size1 .text-subtitle, h2 .title-size1 > p, .hero-news .hero-inner h1 .title-size1 > p, .hero-news .hero-inner .title-size1 .title-size1 > p, .hero-bio .hero-inner h1 .title-size1 > p, .hero-bio .hero-inner .title-size1 .title-size1 > p, h3 h1 > p, h3 .text-subtitle, h3 .title-size1 > p, h4 h1 > p, h4 .text-subtitle, h4 .title-size1 > p, h5 h1 > p, .hero-news .hero-inner .bio-fieldvalue h1 > p, .hero-bio .hero-inner .bio-fieldvalue h1 > p, h5 .text-subtitle, .hero-news .hero-inner .bio-fieldvalue .text-subtitle, .hero-bio .hero-inner .bio-fieldvalue .text-subtitle, h5 .title-size1 > p, .hero-news .hero-inner .bio-fieldvalue .title-size1 > p, .hero-bio .hero-inner .bio-fieldvalue .title-size1 > p, h6 h1 > p, h6 .text-subtitle, h6 .title-size1 > p, .title-size1 h1 > p, .title-size1 .text-subtitle, .title-size1 .title-size1 > p, .title-size2 h1 > p, .title-size2 .text-subtitle, .title-size2 .title-size1 > p, .title-size3 h1 > p, .title-size3 .text-subtitle, .title-size3 .title-size1 > p, .title-size4 h1 > p, .title-size4 .text-subtitle, .title-size4 .title-size1 > p, .title-size5 h1 > p, .title-size5 .text-subtitle, .title-size5 .title-size1 > p, .title-size6 h1 > p, .title-size6 .text-subtitle, .title-size6 .title-size1 > p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

h1, .title-size1 {
  font-size: 65px;
  line-height: 73px;
}
@media only screen and (max-width: 540px) {
  h1, .title-size1 {
    font-size: 64px;
    line-height: 70px;
  }
}

h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, .title-size2 {
  font-size: 46px;
  line-height: 51px;
}
@media only screen and (max-width: 540px) {
  h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, .title-size2 {
    font-size: 35px;
    line-height: 46px;
  }
}

h3, .title-size3 {
  font-size: 37px;
  line-height: 45px;
  margin-bottom: 40.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4, .title-size4 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 13.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}

h5, .hero-news .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .bio-fieldvalue, .title-size5 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 13.5px;
}

h6, .title-size6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 13.5px;
}

/* Buttons */
.button {
  text-decoration: none;
  display: inline-flex;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 27px 0 0 0;
  width: auto;
  height: 60px;
  text-align: center;
  padding: 4px 32px 2px;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button span {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 950px) {
  .button {
    min-width: 200px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .button {
    font-size: 13px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 750px) {
  .button {
    width: 100%;
    font-size: 13px;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:active {
  text-decoration: none;
}
.button.big {
  font-size: 20px;
  height: 70px;
  padding: 5px 34px 0px 34px;
}
.button.hollow {
  border-width: 2px !important;
  padding-top: 4px;
  border-style: solid;
}
.button.hollow span {
  top: 0;
  position: unset;
}

.border-hover {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -ms-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (hover: hover) {
  .border-hover {
    width: 0;
    opacity: 0;
  }
}

.hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 540px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1350px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 567px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 405px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 459px;
  }
}
@media only screen and (max-height: 700px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 405px;
  }
}
.hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
  min-height: 540px;
}
@media only screen and (min-width: 950px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 46vw;
  }
}
@media only screen and (min-width: 1350px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 43vw;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 55vw;
  }
}
@media only screen and (min-width: 1620px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 720px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer:not(.hero-bio):not(.noimage):not(.hero-solidoverlay):not(.hero-transparentoverlay):not(.hero-news):not(.flexible-height):not(.list-with-image-outer):before, .hero-carousel-outer:not(.hero-bio):not(.noimage):not(.hero-solidoverlay):not(.hero-transparentoverlay):not(.hero-news):not(.flexible-height):not(.list-with-image-outer):before, .hero-imagefull-outer:not(.hero-bio):not(.noimage):not(.hero-solidoverlay):not(.hero-transparentoverlay):not(.hero-news):not(.flexible-height):not(.list-with-image-outer):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer.mobile-imagealign-right, .hero-carousel-outer.mobile-imagealign-right, .hero-imagefull-outer.mobile-imagealign-right {
    background-position: right center;
  }
}
.hero-outer.flexible-height, .hero-carousel-outer.flexible-height, .hero-imagefull-outer.flexible-height {
  height: auto;
  padding-bottom: 27px;
}
.hero-outer.noimage, .hero-carousel-outer.noimage, .hero-imagefull-outer.noimage {
  height: auto;
}
.hero-outer.noimage .hero-inner .grid__item, .hero-carousel-outer.noimage .hero-inner .grid__item, .hero-imagefull-outer.noimage .hero-inner .grid__item {
  height: auto;
}
.hero-outer .hero-solidoverlay, .hero-outer .hero-solidoverlay-2, .hero-outer .hero-solidoverlay-3, .hero-carousel-outer .hero-solidoverlay, .hero-carousel-outer .hero-solidoverlay-2, .hero-carousel-outer .hero-solidoverlay-3, .hero-imagefull-outer .hero-solidoverlay, .hero-imagefull-outer .hero-solidoverlay-2, .hero-imagefull-outer .hero-solidoverlay-3 {
  position: absolute;
  top: 50%;
  left: 0;
  height: 400%;
  width: 76%;
  z-index: 1;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-21deg);
  -moz-transform: translate(-50%, -50%) rotate(-21deg);
  -ms-transform: translate(-50%, -50%) rotate(-21deg);
  -o-transform: translate(-50%, -50%) rotate(-21deg);
  transform: translate(-50%, -50%) rotate(-21deg);
}
@media only screen and (max-width: 540px) {
  .hero-outer .hero-solidoverlay, .hero-outer .hero-solidoverlay-2, .hero-outer .hero-solidoverlay-3, .hero-carousel-outer .hero-solidoverlay, .hero-carousel-outer .hero-solidoverlay-2, .hero-carousel-outer .hero-solidoverlay-3, .hero-imagefull-outer .hero-solidoverlay, .hero-imagefull-outer .hero-solidoverlay-2, .hero-imagefull-outer .hero-solidoverlay-3 {
    width: 60%;
  }
}
.hero-outer .hero-transparentoverlay, .hero-carousel-outer .hero-transparentoverlay, .hero-imagefull-outer .hero-transparentoverlay {
  position: absolute;
  top: -18%;
  left: 0;
  height: 118%;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
  overflow: hidden;
}
.hero-outer .hero-transparentoverlay svg, .hero-carousel-outer .hero-transparentoverlay svg, .hero-imagefull-outer .hero-transparentoverlay svg {
  position: absolute;
  left: 10%;
  top: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-40%, 0);
  -moz-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  -o-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
}
.hero-outer .hero-inner, .hero-carousel-outer .hero-inner, .hero-imagefull-outer .hero-inner {
  z-index: 10;
  /* SOCIAL SHARE & PERSONAL LINKS BUTTONS */
}
.hero-outer .hero-inner .grid, .hero-carousel-outer .hero-inner .grid, .hero-imagefull-outer .hero-inner .grid {
  height: 100%;
}
.hero-outer .hero-inner .grid__item, .hero-carousel-outer .hero-inner .grid__item, .hero-imagefull-outer .hero-inner .grid__item {
  height: 100%;
}
.hero-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
    width: calc(100% - 30px);
  }
}
.hero-outer .hero-inner .hero-content .transparentoverlay, .hero-carousel-outer .hero-inner .hero-content .transparentoverlay, .hero-imagefull-outer .hero-inner .hero-content .transparentoverlay {
  position: absolute;
  top: 50%;
  left: -32px;
  width: calc(100% + 64px);
  height: calc(100% + 54px);
  opacity: 0.5;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 1350px) {
  .hero-outer .hero-inner .hero-content .transparentoverlay, .hero-carousel-outer .hero-inner .hero-content .transparentoverlay, .hero-imagefull-outer .hero-inner .hero-content .transparentoverlay {
    left: -64px;
    width: calc(100% + 128px);
    height: calc(100% + 81px);
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer .hero-inner .hero-content .transparentoverlay, .hero-carousel-outer .hero-inner .hero-content .transparentoverlay, .hero-imagefull-outer .hero-inner .hero-content .transparentoverlay {
    left: -32px;
    width: calc(100% + 64px);
    height: calc(100% + 54px);
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .transparentoverlay, .hero-carousel-outer .hero-inner .hero-content .transparentoverlay, .hero-imagefull-outer .hero-inner .hero-content .transparentoverlay {
    left: 0;
    bottom: 54px;
    top: auto;
    width: 100%;
    height: calc(100% - 81px);
    opacity: 0.4;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.hero-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 13.5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  }
}
.hero-outer .hero-inner .hero-content h1, .hero-outer .hero-inner .hero-content .title-size1, .hero-carousel-outer .hero-inner .hero-content h1, .hero-carousel-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-inner .hero-content h1, .hero-imagefull-outer .hero-inner .hero-content .title-size1 {
  font-size: 55px;
  line-height: 62px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 950px) {
  .hero-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1350px) {
  .hero-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
    max-width: 58%;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content h1, .hero-outer .hero-inner .hero-content .title-size1, .hero-carousel-outer .hero-inner .hero-content h1, .hero-carousel-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-inner .hero-content h1, .hero-imagefull-outer .hero-inner .hero-content .title-size1 {
    font-size: 8vw;
    line-height: 8.5vw;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer .hero-inner .hero-content h1, .hero-outer .hero-inner .hero-content .title-size1, .hero-carousel-outer .hero-inner .hero-content h1, .hero-carousel-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-inner .hero-content h1, .hero-imagefull-outer .hero-inner .hero-content .title-size1 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .button-wrapper, .hero-carousel-outer .hero-inner .hero-content .button-wrapper, .hero-imagefull-outer .hero-inner .hero-content .button-wrapper {
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .button-one, .hero-carousel-outer .hero-inner .hero-content .button-one, .hero-imagefull-outer .hero-inner .hero-content .button-one {
    width: 47%;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .button-one:after, .hero-carousel-outer .hero-inner .hero-content .button-one:after, .hero-imagefull-outer .hero-inner .hero-content .button-one:after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .button-two, .hero-carousel-outer .hero-inner .hero-content .button-two, .hero-imagefull-outer .hero-inner .hero-content .button-two {
    width: 47%;
    right: 0px;
    left: unset !important;
    padding-right: 32px;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .button-two:after, .hero-carousel-outer .hero-inner .hero-content .button-two:after, .hero-imagefull-outer .hero-inner .hero-content .button-two:after {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .hero-outer .hero-inner .hero-content .button-two, .hero-carousel-outer .hero-inner .hero-content .button-two, .hero-imagefull-outer .hero-inner .hero-content .button-two {
    margin-left: 1rem;
  }
}
.hero-outer .hero-inner .hero-content.simple, .hero-carousel-outer .hero-inner .hero-content.simple, .hero-imagefull-outer .hero-inner .hero-content.simple {
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding-top: 54px;
  padding-bottom: 54px;
}
.hero-outer .hero-inner .hero-content.simple .subtitle, .hero-carousel-outer .hero-inner .hero-content.simple .subtitle, .hero-imagefull-outer .hero-inner .hero-content.simple .subtitle {
  text-transform: uppercase;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}
.hero-outer .hero-inner .hero-content.image-with-text, .hero-carousel-outer .hero-inner .hero-content.image-with-text, .hero-imagefull-outer .hero-inner .hero-content.image-with-text {
  position: relative;
  margin: 0 auto 54px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hero-outer .hero-inner .hero-content.image-with-text.above-image, .hero-carousel-outer .hero-inner .hero-content.image-with-text.above-image, .hero-imagefull-outer .hero-inner .hero-content.image-with-text.above-image {
  margin-top: 54px;
  margin-bottom: 0;
}
.hero-outer .hero-inner .hero-image, .hero-carousel-outer .hero-inner .hero-image, .hero-imagefull-outer .hero-inner .hero-image {
  margin: 0 auto 27px;
}
@media only screen and (min-width: 950px) {
  .hero-outer .hero-inner .hero-image, .hero-carousel-outer .hero-inner .hero-image, .hero-imagefull-outer .hero-inner .hero-image {
    max-width: 80%;
  }
}
.hero-outer .hero-inner .hero-image img, .hero-carousel-outer .hero-inner .hero-image img, .hero-imagefull-outer .hero-inner .hero-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.hero-outer .hero-inner .socialshare-wrapper, .hero-outer .hero-inner .personal-links-wrapper, .hero-carousel-outer .hero-inner .socialshare-wrapper, .hero-carousel-outer .hero-inner .personal-links-wrapper, .hero-imagefull-outer .hero-inner .socialshare-wrapper, .hero-imagefull-outer .hero-inner .personal-links-wrapper {
  position: absolute;
  top: calc(100% + 54px);
  left: 30px;
  width: 60px;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 949px) {
  .hero-outer .hero-inner .socialshare-wrapper, .hero-outer .hero-inner .personal-links-wrapper, .hero-carousel-outer .hero-inner .socialshare-wrapper, .hero-carousel-outer .hero-inner .personal-links-wrapper, .hero-imagefull-outer .hero-inner .socialshare-wrapper, .hero-imagefull-outer .hero-inner .personal-links-wrapper {
    position: relative;
    top: -27px;
    left: 0;
    height: auto;
    width: calc(100% - 30px);
    text-align: left;
    margin-top: 27px;
    margin-left: 30px;
  }
}
.hero-outer .hero-inner .socialshare-wrapper span, .hero-outer .hero-inner .personal-links-wrapper span, .hero-carousel-outer .hero-inner .socialshare-wrapper span, .hero-carousel-outer .hero-inner .personal-links-wrapper span, .hero-imagefull-outer .hero-inner .socialshare-wrapper span, .hero-imagefull-outer .hero-inner .personal-links-wrapper span {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 13.5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.6;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 949px) {
  .hero-outer .hero-inner .socialshare-wrapper span, .hero-outer .hero-inner .personal-links-wrapper span, .hero-carousel-outer .hero-inner .socialshare-wrapper span, .hero-carousel-outer .hero-inner .personal-links-wrapper span, .hero-imagefull-outer .hero-inner .socialshare-wrapper span, .hero-imagefull-outer .hero-inner .personal-links-wrapper span {
    display: block;
    margin-top: 12px;
    margin-right: 12px;
    margin-left: 2px;
  }
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li {
  width: 100%;
  padding: 0;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 949px) {
  .hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li {
    display: inline-block;
    width: auto;
    margin: 0 12px 0 0;
  }
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li a, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li a, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li a, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li a, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li a, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li a, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li a, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  width: 38px;
  height: 38px;
  background-image: url(../../assets/images/iconsocial-facebook-dark.svg);
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  color: inherit;
  border-color: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li a:hover, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li a:hover, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li a:hover, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li a:hover, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li a:hover, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li a:hover, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li a:hover, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li a:hover, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li a:hover, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li a:hover, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li a:hover, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.twitter a, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li.twitter a, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.twitter a, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li.twitter a, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.twitter a, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li.twitter a, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.twitter a, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li.twitter a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.twitter a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li.twitter a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.twitter a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li.twitter a {
  background-image: url(../../assets/images/iconsocial-twitter-dark.svg);
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.linkedin a, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li.linkedin a, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.linkedin a, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li.linkedin a, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.linkedin a, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li.linkedin a, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.linkedin a, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li.linkedin a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.linkedin a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li.linkedin a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.linkedin a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li.linkedin a {
  background-image: url(../../assets/images/iconsocial-linkedin-dark.svg);
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.instagram a, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li.instagram a, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.instagram a, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li.instagram a, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.instagram a, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li.instagram a, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.instagram a, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li.instagram a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.instagram a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li.instagram a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.instagram a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li.instagram a {
  background-image: url(../../assets/images/iconsocial-instagram-dark.svg);
}
.hero-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.youtube a, .hero-outer .hero-inner .socialshare-wrapper .personal-links ul li.youtube a, .hero-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.youtube a, .hero-outer .hero-inner .personal-links-wrapper .personal-links ul li.youtube a, .hero-carousel-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.youtube a, .hero-carousel-outer .hero-inner .socialshare-wrapper .personal-links ul li.youtube a, .hero-carousel-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.youtube a, .hero-carousel-outer .hero-inner .personal-links-wrapper .personal-links ul li.youtube a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .socialshare-links ul li.youtube a, .hero-imagefull-outer .hero-inner .socialshare-wrapper .personal-links ul li.youtube a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .socialshare-links ul li.youtube a, .hero-imagefull-outer .hero-inner .personal-links-wrapper .personal-links ul li.youtube a {
  background-image: url(../../assets/images/iconsocial-youtube-dark.svg);
}
.hero-outer .hero-tabsection-text-wrapper, .hero-carousel-outer .hero-tabsection-text-wrapper, .hero-imagefull-outer .hero-tabsection-text-wrapper {
  position: absolute;
  top: 52%;
  left: 5%;
  z-index: 100;
  text-align: center;
  width: 90%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hero-outer .hero-tabsection-text-wrapper .text-size-small, .hero-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-outer .hero-tabsection-text-wrapper .text-size-large, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-small, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-large, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-small, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-large {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.hero-outer .hero-tabsection-text-wrapper .text-size-small p, .hero-outer .hero-tabsection-text-wrapper .text-size-medium p, .hero-outer .hero-tabsection-text-wrapper .text-size-large p, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-small p, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-medium p, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-large p, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-small p, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-medium p, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-large p {
  margin: 0 !important;
}
.hero-outer .hero-tabsection-text-wrapper .text-size-small, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-small, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-small {
  font-size: 45px;
  line-height: 40px;
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-small, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-small, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-small {
    font-size: 40px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-small, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-small, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-small {
    font-size: 32px;
    line-height: 30px;
  }
}
.hero-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-medium {
  font-size: 64px;
  line-height: 60px;
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-medium {
    font-size: 55px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-medium, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-medium {
    font-size: 42px;
    line-height: 38px;
  }
}
.hero-outer .hero-tabsection-text-wrapper .text-size-large, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-large, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-large {
  font-size: 120px;
  line-height: 120px;
}
@media only screen and (min-width: 1350px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-large, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-large, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-large {
    font-size: 135px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-large, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-large, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-large {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-large, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-large, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-large {
    font-size: 65px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .hero-outer .hero-tabsection-text-wrapper .text-size-large, .hero-carousel-outer .hero-tabsection-text-wrapper .text-size-large, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-size-large {
    font-size: 55px;
    line-height: 50px;
  }
}
.hero-outer .hero-tabsection-text-wrapper .text-font-title, .hero-carousel-outer .hero-tabsection-text-wrapper .text-font-title, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-font-title {
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
}
.hero-outer .hero-tabsection-text-wrapper .text-font-copy, .hero-carousel-outer .hero-tabsection-text-wrapper .text-font-copy, .hero-imagefull-outer .hero-tabsection-text-wrapper .text-font-copy {
  font-family: "National", Arial, Helvetica, sans-serif;
}
.hero-outer.noimage .hero-inner .hero-content .subtitle, .hero-outer.flexible-height .hero-inner .hero-content .subtitle, .hero-carousel-outer.noimage .hero-inner .hero-content .subtitle, .hero-carousel-outer.flexible-height .hero-inner .hero-content .subtitle, .hero-imagefull-outer.noimage .hero-inner .hero-content .subtitle, .hero-imagefull-outer.flexible-height .hero-inner .hero-content .subtitle {
  text-shadow: none;
}
.hero-outer.noimage .hero-inner .hero-content h1, .hero-outer.noimage .hero-inner .hero-content .title-size1, .hero-outer.flexible-height .hero-inner .hero-content h1, .hero-outer.flexible-height .hero-inner .hero-content .title-size1, .hero-carousel-outer.noimage .hero-inner .hero-content h1, .hero-carousel-outer.noimage .hero-inner .hero-content .title-size1, .hero-carousel-outer.flexible-height .hero-inner .hero-content h1, .hero-carousel-outer.flexible-height .hero-inner .hero-content .title-size1, .hero-imagefull-outer.noimage .hero-inner .hero-content h1, .hero-imagefull-outer.noimage .hero-inner .hero-content .title-size1, .hero-imagefull-outer.flexible-height .hero-inner .hero-content h1, .hero-imagefull-outer.flexible-height .hero-inner .hero-content .title-size1 {
  text-shadow: none;
}

.hero-stack-outer, .hero-carousel-outer, .hero-imagefull-outer {
  overflow: hidden;
  height: 540px;
}
@media only screen and (max-height: 700px) {
  .hero-stack-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 540px;
  }
}
@media only screen and (min-width: 1350px) {
  .hero-stack-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 594px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-stack-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 540px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 391.5px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer.hero-tabsection, .hero-carousel-outer.hero-tabsection, .hero-imagefull-outer.hero-tabsection {
    height: 216px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-stack-outer.hero-tabsection, .hero-carousel-outer.hero-tabsection, .hero-imagefull-outer.hero-tabsection {
    height: 432px;
  }
}
@media only screen and (max-height: 700px) {
  .hero-stack-outer.hero-tabsection, .hero-carousel-outer.hero-tabsection, .hero-imagefull-outer.hero-tabsection {
    height: 378px;
  }
}
.hero-stack-outer .slide-bkimage, .hero-stack-outer .hero-bkimage, .hero-stack-outer .hero-bkimagemobile, .hero-carousel-outer .slide-bkimage, .hero-carousel-outer .hero-bkimage, .hero-carousel-outer .hero-bkimagemobile, .hero-imagefull-outer .slide-bkimage, .hero-imagefull-outer .hero-bkimage, .hero-imagefull-outer .hero-bkimagemobile {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer .slide-bkimage.mobile-imagealign-right, .hero-stack-outer .hero-bkimage.mobile-imagealign-right, .hero-stack-outer .hero-bkimagemobile.mobile-imagealign-right, .hero-carousel-outer .slide-bkimage.mobile-imagealign-right, .hero-carousel-outer .hero-bkimage.mobile-imagealign-right, .hero-carousel-outer .hero-bkimagemobile.mobile-imagealign-right, .hero-imagefull-outer .slide-bkimage.mobile-imagealign-right, .hero-imagefull-outer .hero-bkimage.mobile-imagealign-right, .hero-imagefull-outer .hero-bkimagemobile.mobile-imagealign-right {
    background-position: right center;
  }
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .hero-stack-outer .slide-bkimage.mobile-imagealign-right, .hero-stack-outer .hero-bkimage.mobile-imagealign-right, .hero-stack-outer .hero-bkimagemobile.mobile-imagealign-right, .hero-carousel-outer .slide-bkimage.mobile-imagealign-right, .hero-carousel-outer .hero-bkimage.mobile-imagealign-right, .hero-carousel-outer .hero-bkimagemobile.mobile-imagealign-right, .hero-imagefull-outer .slide-bkimage.mobile-imagealign-right, .hero-imagefull-outer .hero-bkimage.mobile-imagealign-right, .hero-imagefull-outer .hero-bkimagemobile.mobile-imagealign-right {
    background-position: right center;
  }
}
.hero-stack-outer .slide-bkimage .overlay, .hero-stack-outer .hero-bkimage .overlay, .hero-stack-outer .hero-bkimagemobile .overlay, .hero-carousel-outer .slide-bkimage .overlay, .hero-carousel-outer .hero-bkimage .overlay, .hero-carousel-outer .hero-bkimagemobile .overlay, .hero-imagefull-outer .slide-bkimage .overlay, .hero-imagefull-outer .hero-bkimage .overlay, .hero-imagefull-outer .hero-bkimagemobile .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
}
.hero-stack-outer .hero-inner, .hero-carousel-outer .hero-inner, .hero-imagefull-outer .hero-inner {
  /* hero content */
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer .hero-inner, .hero-carousel-outer .hero-inner, .hero-imagefull-outer .hero-inner {
    max-width: unset;
  }
}
.hero-stack-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
  width: calc(100% - 130px);
  left: calc(50% + 16px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
@media only screen and (min-width: 950px) {
  .hero-stack-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
    width: calc(100% - 128px);
    left: 80px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1350px) {
  .hero-stack-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
    width: calc(100% - 32px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    /*padding-top:$vertical-unit;*/
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer .hero-inner .hero-content .title-size1, .hero-carousel-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-inner .hero-content .title-size1 {
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 14px;
  }
  .hero-stack-outer .hero-inner .hero-content .title-size1.nobutton, .hero-carousel-outer .hero-inner .hero-content .title-size1.nobutton, .hero-imagefull-outer .hero-inner .hero-content .title-size1.nobutton {
    /*padding-top:0;*/
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer .hero-inner .hero-content .button-arrow, .hero-carousel-outer .hero-inner .hero-content .button-arrow, .hero-imagefull-outer .hero-inner .hero-content .button-arrow {
    position: absolute;
    bottom: 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 30px 20px;
    height: 148.5px;
    left: 50%;
    width: calc(100% + 50px);
    position: absolute;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 170px;
    background: none;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .hero-stack-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    width: calc(100% + 80px);
  }
}
@media only screen and (min-width: 751px) {
  .hero-stack-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    background: transparent !important;
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer.with-subtitles, .hero-carousel-outer.with-subtitles, .hero-imagefull-outer.with-subtitles {
    height: 472.5px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .hero-stack-outer.with-subtitles, .hero-carousel-outer.with-subtitles, .hero-imagefull-outer.with-subtitles {
    height: 418.5px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer.with-subtitles .hero-inner .hero-content, .hero-carousel-outer.with-subtitles .hero-inner .hero-content, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content {
    height: 100%;
  }
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .button-arrow, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-arrow, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .button-arrow {
    bottom: 40px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .title-size1, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .title-size1, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .title-size1 {
    height: calc(100% - 260px);
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer.with-subtitles .slide-bkimage, .hero-stack-outer.with-subtitles .hero-bkimage, .hero-stack-outer.with-subtitles .hero-bkimage, .hero-stack-outer.with-subtitles .hero-bkimagemobile, .hero-carousel-outer.with-subtitles .slide-bkimage, .hero-carousel-outer.with-subtitles .hero-bkimage, .hero-carousel-outer.with-subtitles .hero-bkimage, .hero-carousel-outer.with-subtitles .hero-bkimagemobile, .hero-imagefull-outer.with-subtitles .slide-bkimage, .hero-imagefull-outer.with-subtitles .hero-bkimage, .hero-imagefull-outer.with-subtitles .hero-bkimage, .hero-imagefull-outer.with-subtitles .hero-bkimagemobile {
    height: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .button-arrow, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-arrow, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .button-arrow {
    width: 80%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 750px) {
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .button-one, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-one, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .button-one {
    width: 47%;
    margin: 0px;
    padding: 1rem;
    left: 0px;
  }
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .button-one:after, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-one:after, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .button-one:after {
    display: none;
  }
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .button-two, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-two, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .button-two {
    width: 47%;
    margin: 0px !important;
    padding: 1rem;
    position: absolute;
    right: 0px;
    margin-left: 1rem;
  }
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .button-two:after, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-two:after, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .button-two:after {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .hero-stack-outer.with-subtitles .hero-inner .hero-content .button-two, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-two, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .button-two {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 750px) {
  .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    padding: 10px 20px 10px 20px;
  }
}

@media only screen and (max-width: 750px) {
  .hero-bkimage {
    display: none;
  }
}

@media only screen and (min-width: 751px) {
  .hero-bkimagemobile {
    display: none;
  }
}

.stack-hero-container {
  height: 700px;
  width: 100%;
}
.stack-hero-container .stack-hero {
  height: 700px;
  width: 100%;
}
.stack-hero-container .stack-hero .hero-stack-outer {
  height: 100%;
}
.stack-hero-container .stack-hero .hero-stack-outer .slide-bkimage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid {
  height: 100%;
}
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content {
  transform: none;
}
@media only screen and (min-width: 749px) {
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content {
    padding-top: 100px;
  }
}
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content p {
  margin-top: 1rem;
}
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size1,
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size2,
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size3,
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size4,
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size5,
.stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size6 {
  font-size: 55px;
  line-height: 62px;
}
@media only screen and (max-width: 750px) {
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size1,
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size2,
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size3,
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size4,
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size5,
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .title-size6 {
    font-size: 8vw;
    font-size: 8.5vw;
    height: auto;
    padding: 0px;
    padding-top: 4rem;
    margin: 0px;
  }
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .button-arrow {
    width: 95%;
  }
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .button-one {
    left: 5%;
    width: 47%;
  }
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .button-two {
    width: 47%;
  }
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content p {
    margin: 0px;
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media only screen and (max-width: 540px) {
  .stack-hero-container .stack-hero .hero-stack-outer .hero-inner .grid .hero-content .button-arrow {
    margin-left: 0px;
  }
}

.hero-news, .hero-bio {
  padding-top: 54px;
  height: auto;
  overflow: visible;
}
.hero-news .hero-inner .border-line, .hero-bio .hero-inner .border-line {
  position: absolute;
  left: 32px;
  bottom: 0;
  width: calc(100% - 64px);
  height: 3px;
}
.hero-news .hero-inner .border-line span, .hero-bio .hero-inner .border-line span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 90px;
}
.hero-news .hero-inner .grid .grid__item, .hero-bio .hero-inner .grid .grid__item {
  height: auto;
  padding-bottom: 27px;
}
.hero-news .hero-inner .grid .grid__item.bio-imagewrapper, .hero-bio .hero-inner .grid .grid__item.bio-imagewrapper {
  vertical-align: bottom;
}
.hero-news .hero-inner .hero-supertitle, .hero-bio .hero-inner .hero-supertitle {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 27px;
  margin-bottom: 13.5px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.6;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.hero-news .hero-inner .hero-supertitle.top, .hero-bio .hero-inner .hero-supertitle.top {
  margin-top: 0;
}
.hero-news .hero-inner .news-image, .hero-news .hero-inner .bio-image, .hero-bio .hero-inner .news-image, .hero-bio .hero-inner .bio-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.hero-news .hero-inner .news-image img, .hero-news .hero-inner .bio-image img, .hero-bio .hero-inner .news-image img, .hero-bio .hero-inner .bio-image img {
  max-width: 100%;
  height: auto;
}
.hero-news .hero-inner .bio-image, .hero-bio .hero-inner .bio-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
  position: relative;
}
@media only screen and (min-width: 950px) {
  .hero-news .hero-inner .bio-image, .hero-bio .hero-inner .bio-image {
    height: 440px;
    width: 400px;
    padding: 0;
    float: right;
  }
}
.hero-news .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .bio-fieldvalue {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .hero-news .hero-inner .bio-fieldvalue:last-of-type, .hero-bio .hero-inner .bio-fieldvalue:last-of-type {
    margin-bottom: 27px;
  }
}
.hero-news .hero-inner a.bio-fieldvalue, .hero-bio .hero-inner a.bio-fieldvalue {
  color: inherit;
  padding-right: 64px;
}
.hero-news .hero-inner a.bio-fieldvalue:hover, .hero-bio .hero-inner a.bio-fieldvalue:hover {
  text-decoration: none;
}
.hero-news .hero-inner a.bio-fieldvalue .icon-link, .hero-bio .hero-inner a.bio-fieldvalue .icon-link {
  display: block;
  position: absolute;
  right: 16px;
  top: 45%;
  height: 25px;
  width: 25px;
  background-image: url(../../assets/images/icons/icon-circle-arrow.svg);
  background-size: auto 140%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%) scale(1);
  -moz-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  -o-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 16px;
}
.hero-news .hero-inner .author-container, .hero-bio .hero-inner .author-container {
  display: block;
  margin: 54px 0 27px 0;
}
.hero-news .hero-inner .author-container .author-image, .hero-bio .hero-inner .author-container .author-image {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 32px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-news .hero-inner .author-container .author-name, .hero-bio .hero-inner .author-container .author-name {
  font-weight: bold;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-top: 13.5px;
}
.hero-news .hero-inner .author-container .author-name span, .hero-bio .hero-inner .author-container .author-name span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

/*--------- DNA --------------*/
.hero-dna-outer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer {
    padding-top: 27px;
    padding-bottom: 81px;
  }
}
.hero-dna-outer .hero-background {
  position: absolute;
  bottom: 0;
  left: calc(90px + 32px);
  width: calc(50% + 32px);
  height: calc(100% - 54px);
  z-index: 10;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-dna-outer .hero-background {
    left: calc(25px + 32px);
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer .hero-background {
    left: 124px;
    bottom: 14%;
    width: calc(100% - 132px);
    height: calc(86% - 54px);
  }
}
.hero-dna-outer .hero-content {
  position: relative;
  width: 60%;
  z-index: 40;
  padding-top: 162px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-dna-outer .hero-content {
    padding-top: 54px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer .hero-content {
    width: 100%;
    padding: 135px 25.6px 0 25.6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hero-dna-outer .hero-content .subtitle {
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-style: italic;
  text-transform: uppercase;
}
@media only screen and (min-width: 1350px) {
  .hero-dna-outer .hero-content .subtitle {
    font-size: 22px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-dna-outer .hero-content .subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer .hero-content .subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.hero-dna-outer .hero-content .title-size1 {
  font-size: 6vw;
  line-height: 5.5vw;
  margin-bottom: 54px;
  padding-right: 32px;
}
@media only screen and (min-width: 1350px) {
  .hero-dna-outer .hero-content .title-size1 {
    font-size: 85px;
    line-height: 79px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-dna-outer .hero-content .title-size1 {
    font-size: 5.5vw;
    line-height: 5.4vw;
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer .hero-content .title-size1 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 27px;
  }
}
.hero-dna-outer .hero-content .button, .hero-dna-outer .hero-content .button-primary {
  margin-left: 130px;
  margin-top: 0;
  margin-bottom: 54px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-dna-outer .hero-content .button, .hero-dna-outer .hero-content .button-primary {
    margin-left: 65px;
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer .hero-content .button, .hero-dna-outer .hero-content .button-primary {
    margin-left: 100px;
    width: auto;
    font-size: 18px;
  }
}
.hero-dna-outer .hero-content .herocopy {
  padding-left: 130px;
  padding-right: 42px;
  font-size: 19px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-dna-outer .hero-content .herocopy {
    padding-left: 65px;
    font-size: 18px;
    line-height: 23px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer .hero-content .herocopy {
    padding-left: 100px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 21px;
  }
}
.hero-dna-outer .hero-media {
  position: absolute;
  left: calc(55% + 64px);
  top: 50%;
  width: calc(45% - 64px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-dna-outer .hero-media {
    left: calc(52% + 64px);
    width: calc(48% - 64px);
  }
}
@media only screen and (max-width: 750px) {
  .hero-dna-outer .hero-media {
    position: relative;
    left: 32px;
    top: 0;
    width: calc(100% - 64px);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hero-dna-outer .hero-media img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

/*--------- LIST WITH IMAGE --------------*/
.hero-outer.list-with-image-outer {
  padding-top: 27px;
  padding-bottom: 27px;
  height: auto;
}
.hero-outer.list-with-image-outer .grid__item {
  position: relative;
}
.hero-outer.list-with-image-outer .hero-content.list-with-image {
  text-align: left;
  max-width: 100%;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding-bottom: 189px;
  margin-top: 27px;
  width: calc(50% - 32px);
}
@media only screen and (min-width: 1350px) {
  .hero-outer.list-with-image-outer .hero-content.list-with-image {
    width: calc(40% - 32px);
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer.list-with-image-outer .hero-content.list-with-image {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer.list-with-image-outer .hero-content.list-with-image {
    width: 100%;
  }
}
.hero-outer.list-with-image-outer .hero-content.list-with-image .title-size1, .hero-outer.list-with-image-outer .hero-content.list-with-image .title-size2 {
  font-size: 45px;
  line-height: 50px;
  text-shadow: none;
}
.hero-outer.list-with-image-outer .hero-content.list-with-image .feefo-review-carousel-widget-service {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -16px;
  -webkit-transform: scale(0.52);
  -moz-transform: scale(0.52);
  -ms-transform: scale(0.52);
  -o-transform: scale(0.52);
  transform: scale(0.52);
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media only screen and (max-width: 750px) {
  .hero-outer.list-with-image-outer .hero-content.list-with-image .feefo-review-carousel-widget-service {
    left: 0;
  }
}
.hero-outer.list-with-image-outer .hero-content.list-with-image .iconlist {
  margin: -8px 0 0 0;
}
.hero-outer.list-with-image-outer .hero-content.list-with-image .iconlist .listitem {
  font-weight: bold;
  margin: 0 0 12px 0;
  padding: 4px 0 4px 60px;
  position: relative;
}
.hero-outer.list-with-image-outer .hero-content.list-with-image .iconlist .listitem .icon {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-outer.list-with-image-outer .hero-content.list-with-image .buttons-wrapper {
  margin-bottom: 27px;
}
.hero-outer.list-with-image-outer .hero-bkimage {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% + 30px);
  top: 0;
  display: block;
  height: calc(100% - 27px);
  width: calc(50% - 30px);
}
@media only screen and (min-width: 1350px) {
  .hero-outer.list-with-image-outer .hero-bkimage {
    left: calc(40% + 30px);
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 949px) {
  .hero-outer.list-with-image-outer .hero-bkimage {
    width: 100%;
    position: relative;
    left: auto;
    height: 486px;
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer.list-with-image-outer .hero-bkimage {
    height: 405px;
    margin-bottom: 0;
  }
}

/*--------- HERO CAROUSEL --------------*/
.carousel-hero {
  position: relative;
  overflow: hidden;
  /*height: $vertical-unit*20;

  @include bigdesktop-targeting{
  	height: $vertical-unit*22;
  }

  @include portable-targeting{
  	height: $vertical-unit*17.5; // 12.5
  }

  @include laptop-targeting{
  	height: $vertical-unit*20;
  }

   /*
  @include shallow-targeting{
  	height: $vertical-unit*20;
  }
   */
}
.carousel-hero .owl-dots {
  position: absolute;
  bottom: 27px;
  left: 50%;
  width: 100%;
  text-align: left;
  max-width: 1100px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 950px) {
  .carousel-hero .owl-dots {
    width: calc(100% - 130px);
    padding: 0;
    max-width: 970px;
    left: calc(50% + 16px);
  }
}
@media only screen and (min-width: 1350px) {
  .carousel-hero .owl-dots {
    max-width: 1150px;
    left: 50%;
    padding: 0 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .carousel-hero .owl-dots {
    max-width: 850px;
  }
}
@media only screen and (max-width: 750px) and (min-width: 541px) {
  .carousel-hero .owl-dots {
    max-width: 740px;
    width: auto;
    bottom: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .carousel-hero .owl-dots {
    max-width: 480px;
    width: auto;
    bottom: 5px;
    padding: 0 15px;
  }
}
.carousel-hero .owl-dots .owl-dot {
  outline: none;
  background: transparent;
}
.carousel-hero .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid white;
}
@media only screen and (max-width: 750px) {
  .carousel-hero .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
}
.carousel-hero .owl-dots .owl-dot.active span {
  background-color: white;
}
.carousel-hero .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 949px) {
  .carousel-hero .owl-nav {
    display: none;
  }
}
.carousel-hero .owl-nav .owl-prev, .carousel-hero .owl-nav .owl-next {
  pointer-events: all;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  outline: none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carousel-hero .owl-nav .owl-prev span, .carousel-hero .owl-nav .owl-next span {
  width: 100%;
  height: 100%;
  font-size: 90px;
  color: white;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.carousel-hero .owl-nav .owl-prev:hover, .carousel-hero .owl-nav .owl-next:hover {
  background-color: transparent;
}
.carousel-hero .owl-nav .owl-prev:hover span, .carousel-hero .owl-nav .owl-next:hover span {
  font-size: 100px;
}
.carousel-hero .owl-nav .owl-prev {
  left: 5px;
}
@media only screen and (min-width: 1350px) {
  .carousel-hero .owl-nav .owl-prev {
    left: 32px;
  }
}
.carousel-hero .owl-nav .owl-next {
  right: 5px;
}
@media only screen and (min-width: 1350px) {
  .carousel-hero .owl-nav .owl-next {
    right: 32px;
  }
}

/*---------  MEDIA LIGHTBOX --------------*/
.heromedialightbox-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.9);
  z-index: 1000;
}

.heromedialightbox-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 900px;
  background-color: #ffffff;
  z-index: 1001;
  padding: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1350px) {
  .heromedialightbox-dialog {
    max-width: 900px;
  }
}
.heromedialightbox-dialog .ytvideo-wrapper iframe {
  height: 500px;
}
@media only screen and (max-height: 700px) {
  .heromedialightbox-dialog .ytvideo-wrapper iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 750px) {
  .heromedialightbox-dialog .ytvideo-wrapper iframe {
    height: 400px;
  }
}
.heromedialightbox-dialog .heromedialightbox-close-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  cursor: pointer;
  transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
  .hero-carousel-outer {
    height: 473px;
  }
}

@media only screen and (max-width: 540px) {
  .animatedWords {
    display: block;
  }
}
@media only screen and (max-width: 416px) {
  .animatedWords {
    display: inline;
  }
}
.animatedWords span {
  display: none;
}
.animatedWords span:nth-child(1) {
  display: inline;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .hero-imagefull-outer .button {
    position: absolute;
    bottom: 2rem;
  }
  .hero-imagefull-outer .button-one {
    position: absolute;
    bottom: 2rem;
  }
  .hero-imagefull-outer .button-two {
    position: absolute;
    bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-hero .button {
    position: absolute;
    bottom: 3rem;
  }
}
/*************************************************
 CL MIXINS COLLECTION
**************************************************/
/*** Global Options ************/
/*
  PALM                 NOTPALM
------540-|...........................................

            TABLET             NOTPORTABLE
..........|-----750-|.................................

       PORTABLE       LAPTOP
....................|-----950-|.......................

               TABLETLAPTOP
..........|-540-----------950-|.......................

            NOTDESKTOP              DESKTOP
..............................|-950-------------------

                                         BIGDESKTOP
.......................................|-1350---------

*/
/*
  All CSS Rules Required for @extend so that they can be loaded in in a batch
*/
/* Headings */
h1, h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, h3, h4, h5, .hero-news .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .bio-fieldvalue, h6, .title-size1, .title-size2, .title-size3, .title-size4, .title-size5, .title-size6 {
  font-weight: 500;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 27px;
  padding: 0px;
}
h1 h1 > p, h1 .text-subtitle, h1 .title-size1 > p, h2 h1 > p, .hero-news .hero-inner h1 h1 > p, .hero-news .hero-inner .title-size1 h1 > p, .hero-bio .hero-inner h1 h1 > p, .hero-bio .hero-inner .title-size1 h1 > p, h2 .text-subtitle, .hero-news .hero-inner h1 .text-subtitle, .hero-news .hero-inner .title-size1 .text-subtitle, .hero-bio .hero-inner h1 .text-subtitle, .hero-bio .hero-inner .title-size1 .text-subtitle, h2 .title-size1 > p, .hero-news .hero-inner h1 .title-size1 > p, .hero-news .hero-inner .title-size1 .title-size1 > p, .hero-bio .hero-inner h1 .title-size1 > p, .hero-bio .hero-inner .title-size1 .title-size1 > p, h3 h1 > p, h3 .text-subtitle, h3 .title-size1 > p, h4 h1 > p, h4 .text-subtitle, h4 .title-size1 > p, h5 h1 > p, .hero-news .hero-inner .bio-fieldvalue h1 > p, .hero-bio .hero-inner .bio-fieldvalue h1 > p, h5 .text-subtitle, .hero-news .hero-inner .bio-fieldvalue .text-subtitle, .hero-bio .hero-inner .bio-fieldvalue .text-subtitle, h5 .title-size1 > p, .hero-news .hero-inner .bio-fieldvalue .title-size1 > p, .hero-bio .hero-inner .bio-fieldvalue .title-size1 > p, h6 h1 > p, h6 .text-subtitle, h6 .title-size1 > p, .title-size1 h1 > p, .title-size1 .text-subtitle, .title-size1 .title-size1 > p, .title-size2 h1 > p, .title-size2 .text-subtitle, .title-size2 .title-size1 > p, .title-size3 h1 > p, .title-size3 .text-subtitle, .title-size3 .title-size1 > p, .title-size4 h1 > p, .title-size4 .text-subtitle, .title-size4 .title-size1 > p, .title-size5 h1 > p, .title-size5 .text-subtitle, .title-size5 .title-size1 > p, .title-size6 h1 > p, .title-size6 .text-subtitle, .title-size6 .title-size1 > p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

h1, .title-size1 {
  font-size: 65px;
  line-height: 73px;
}
@media only screen and (max-width: 540px) {
  h1, .title-size1 {
    font-size: 64px;
    line-height: 70px;
  }
}

h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, .title-size2 {
  font-size: 46px;
  line-height: 51px;
}
@media only screen and (max-width: 540px) {
  h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, .title-size2 {
    font-size: 35px;
    line-height: 46px;
  }
}

h3, .title-size3 {
  font-size: 37px;
  line-height: 45px;
  margin-bottom: 40.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 540px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4, .title-size4 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 13.5px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  h4, .title-size4 {
    font-size: 28px;
    line-height: 34px;
  }
}

h5, .hero-news .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .bio-fieldvalue, .title-size5 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 13.5px;
}

h6, .title-size6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 13.5px;
}

/* Buttons */
.button {
  text-decoration: none;
  display: inline-flex;
  flex-grow: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 27px 0 0 0;
  width: auto;
  height: 60px;
  text-align: center;
  padding: 4px 32px 2px;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button span {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 950px) {
  .button {
    min-width: 200px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .button {
    font-size: 13px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 750px) {
  .button {
    width: 100%;
    font-size: 13px;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:active {
  text-decoration: none;
}
.button.big {
  font-size: 20px;
  height: 70px;
  padding: 5px 34px 0px 34px;
}
.button.hollow {
  border-width: 2px !important;
  padding-top: 4px;
  border-style: solid;
}
.button.hollow span {
  top: 0;
  position: unset;
}

.border-hover {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  -ms-transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  transition: all 0.35s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (hover: hover) {
  .border-hover {
    width: 0;
    opacity: 0;
  }
}

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * tablet   --  tablet devices, like iPads
 * portable --  all of the above
 * lap      --  laptops devices (or big tablets)
 * desk     --  stationary devices, like desktop computers
 * bigdesk  --  bigger desktop screens
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none; /* [1] */
  margin: 0; /* [2] */
  padding: 0; /* [2] */
  margin-left: -32px; /* [3] */
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  /*background:red;*/
  display: inline-block; /* [1] */
  padding-left: 32px; /* [2] */
  vertical-align: top; /* [3] */
  position: relative;
  height: 100%;
  width: 100%; /* [4] */
  -webkit-box-sizing: border-box; /* [5] */
  -moz-box-sizing: border-box; /* [5] */
  box-sizing: border-box; /* [5] */
  /*&:nth-child(odd){
      background:orange;
  }*/
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}
.grid--center > .text-columns-wrapper > .grid__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -16px;
}
.grid--narrow > .grid__item {
  padding-left: 16px;
}

.grid--wide {
  margin-left: -96px;
}
.grid--wide > .grid__item {
  padding-left: 96px;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
* Hidden
*/
.hidden {
  display: none;
}

/**
 * Whole
 */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
.one-half, .six-twelfths, .five-tenths, .four-eighths, .three-sixths, .two-quarters {
  width: 50%;
}

/**
 * Thirds
 */
.one-third, .four-twelfths, .two-sixths {
  width: 33.333%;
}

.two-thirds, .eight-twelfths, .four-sixths {
  width: 66.666%;
}

/**
 * Quarters
 */
.one-quarter, .three-twelfths, .two-eighths {
  width: 25%;
}

.three-quarters, .nine-twelfths, .six-eighths {
  width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 540px) {
  /**
  * Hidden
  */
  .palm--hidden {
    display: none;
  }
  /**
   * Whole
   */
  .palm--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .palm--one-half, .palm--six-twelfths, .palm--five-tenths, .palm--four-eighths, .palm--three-sixths, .palm--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .palm--one-third, .palm--four-twelfths, .palm--two-sixths {
    width: 33.333%;
  }
  .palm--two-thirds, .palm--eight-twelfths, .palm--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .palm--one-quarter, .palm--three-twelfths, .palm--two-eighths {
    width: 25%;
  }
  .palm--three-quarters, .palm--nine-twelfths, .palm--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .palm--one-fifth, .palm--two-tenths {
    width: 20%;
  }
  .palm--two-fifths, .palm--four-tenths {
    width: 40%;
  }
  .palm--three-fifths, .palm--six-tenths {
    width: 60%;
  }
  .palm--four-fifths, .palm--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .palm--one-sixth, .palm--two-twelfths {
    width: 16.666%;
  }
  .palm--five-sixths, .palm--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .palm--one-eighth {
    width: 12.5%;
  }
  .palm--three-eighths {
    width: 37.5%;
  }
  .palm--five-eighths {
    width: 62.5%;
  }
  .palm--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .palm--one-tenth {
    width: 10%;
  }
  .palm--three-tenths {
    width: 30%;
  }
  .palm--seven-tenths {
    width: 70%;
  }
  .palm--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .palm--one-twelfth {
    width: 8.333%;
  }
  .palm--five-twelfths {
    width: 41.666%;
  }
  .palm--seven-twelfths {
    width: 58.333%;
  }
  .palm--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 750px) {
  /**
  * Hidden
  */
  .tablet--hidden {
    display: none;
  }
  /**
   * Whole
   */
  .tablet--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .tablet--one-half, .tablet--six-twelfths, .tablet--five-tenths, .tablet--four-eighths, .tablet--three-sixths, .tablet--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .tablet--one-third, .tablet--four-twelfths, .tablet--two-sixths {
    width: 33.333%;
  }
  .tablet--two-thirds, .tablet--eight-twelfths, .tablet--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .tablet--one-quarter, .tablet--three-twelfths, .tablet--two-eighths {
    width: 25%;
  }
  .tablet--three-quarters, .tablet--nine-twelfths, .tablet--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .tablet--one-fifth, .tablet--two-tenths {
    width: 20%;
  }
  .tablet--two-fifths, .tablet--four-tenths {
    width: 40%;
  }
  .tablet--three-fifths, .tablet--six-tenths {
    width: 60%;
  }
  .tablet--four-fifths, .tablet--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .tablet--one-sixth, .tablet--two-twelfths {
    width: 16.666%;
  }
  .tablet--five-sixths, .tablet--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .tablet--one-eighth {
    width: 12.5%;
  }
  .tablet--three-eighths {
    width: 37.5%;
  }
  .tablet--five-eighths {
    width: 62.5%;
  }
  .tablet--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .tablet--one-tenth {
    width: 10%;
  }
  .tablet--three-tenths {
    width: 30%;
  }
  .tablet--seven-tenths {
    width: 70%;
  }
  .tablet--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .tablet--one-twelfth {
    width: 8.333%;
  }
  .tablet--five-twelfths {
    width: 41.666%;
  }
  .tablet--seven-twelfths {
    width: 58.333%;
  }
  .tablet--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  /**
  * Hidden
  */
  .lap--hidden {
    display: none;
  }
  /**
   * Whole
   */
  .lap--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .lap--one-half, .lap--six-twelfths, .lap--five-tenths, .lap--four-eighths, .lap--three-sixths, .lap--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .lap--one-third, .lap--four-twelfths, .lap--two-sixths {
    width: 33.333%;
  }
  .lap--two-thirds, .lap--eight-twelfths, .lap--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .lap--one-quarter, .lap--three-twelfths, .lap--two-eighths {
    width: 25%;
  }
  .lap--three-quarters, .lap--nine-twelfths, .lap--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .lap--one-fifth, .lap--two-tenths {
    width: 20%;
  }
  .lap--two-fifths, .lap--four-tenths {
    width: 40%;
  }
  .lap--three-fifths, .lap--six-tenths {
    width: 60%;
  }
  .lap--four-fifths, .lap--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .lap--one-sixth, .lap--two-twelfths {
    width: 16.666%;
  }
  .lap--five-sixths, .lap--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .lap--one-eighth {
    width: 12.5%;
  }
  .lap--three-eighths {
    width: 37.5%;
  }
  .lap--five-eighths {
    width: 62.5%;
  }
  .lap--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .lap--one-tenth {
    width: 10%;
  }
  .lap--three-tenths {
    width: 30%;
  }
  .lap--seven-tenths {
    width: 70%;
  }
  .lap--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .lap--one-twelfth {
    width: 8.333%;
  }
  .lap--five-twelfths {
    width: 41.666%;
  }
  .lap--seven-twelfths {
    width: 58.333%;
  }
  .lap--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 750px) {
  /**
  * Hidden
  */
  .portable--hidden {
    display: none;
  }
  /**
   * Whole
   */
  .portable--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .portable--one-half, .portable--six-twelfths, .portable--five-tenths, .portable--four-eighths, .portable--three-sixths, .portable--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .portable--one-third, .portable--four-twelfths, .portable--two-sixths {
    width: 33.333%;
  }
  .portable--two-thirds, .portable--eight-twelfths, .portable--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .portable--one-quarter, .portable--three-twelfths, .portable--two-eighths {
    width: 25%;
  }
  .portable--three-quarters, .portable--nine-twelfths, .portable--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .portable--one-fifth, .portable--two-tenths {
    width: 20%;
  }
  .portable--two-fifths, .portable--four-tenths {
    width: 40%;
  }
  .portable--three-fifths, .portable--six-tenths {
    width: 60%;
  }
  .portable--four-fifths, .portable--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .portable--one-sixth, .portable--two-twelfths {
    width: 16.666%;
  }
  .portable--five-sixths, .portable--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .portable--one-eighth {
    width: 12.5%;
  }
  .portable--three-eighths {
    width: 37.5%;
  }
  .portable--five-eighths {
    width: 62.5%;
  }
  .portable--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .portable--one-tenth {
    width: 10%;
  }
  .portable--three-tenths {
    width: 30%;
  }
  .portable--seven-tenths {
    width: 70%;
  }
  .portable--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .portable--one-twelfth {
    width: 8.333%;
  }
  .portable--five-twelfths {
    width: 41.666%;
  }
  .portable--seven-twelfths {
    width: 58.333%;
  }
  .portable--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 950px) {
  /**
  * Hidden
  */
  .desk--hidden {
    display: none;
  }
  /**
   * Whole
   */
  .desk--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .desk--one-half, .desk--six-twelfths, .desk--five-tenths, .desk--four-eighths, .desk--three-sixths, .desk--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .desk--one-third, .desk--four-twelfths, .desk--two-sixths {
    width: 33.333%;
  }
  .desk--two-thirds, .desk--eight-twelfths, .desk--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .desk--one-quarter, .desk--three-twelfths, .desk--two-eighths {
    width: 25%;
  }
  .desk--three-quarters, .desk--nine-twelfths, .desk--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .desk--one-fifth, .desk--two-tenths {
    width: 20%;
  }
  .desk--two-fifths, .desk--four-tenths {
    width: 40%;
  }
  .desk--three-fifths, .desk--six-tenths {
    width: 60%;
  }
  .desk--four-fifths, .desk--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%;
  }
  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .desk--one-eighth {
    width: 12.5%;
  }
  .desk--three-eighths {
    width: 37.5%;
  }
  .desk--five-eighths {
    width: 62.5%;
  }
  .desk--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .desk--one-tenth {
    width: 10%;
  }
  .desk--three-tenths {
    width: 30%;
  }
  .desk--seven-tenths {
    width: 70%;
  }
  .desk--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .desk--one-twelfth {
    width: 8.333%;
  }
  .desk--five-twelfths {
    width: 41.666%;
  }
  .desk--seven-twelfths {
    width: 58.333%;
  }
  .desk--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1350px) {
  /**
  * Hidden
  */
  .bigdesk--hidden {
    display: none;
  }
  /**
   * Whole
   */
  .bigdesk--one-whole {
    width: 100%;
  }
  /**
   * Halves
   */
  .bigdesk--one-half, .bigdesk--six-twelfths, .bigdesk--five-tenths, .bigdesk--four-eighths, .bigdesk--three-sixths, .bigdesk--two-quarters {
    width: 50%;
  }
  /**
   * Thirds
   */
  .bigdesk--one-third, .bigdesk--four-twelfths, .bigdesk--two-sixths {
    width: 33.333%;
  }
  .bigdesk--two-thirds, .bigdesk--eight-twelfths, .bigdesk--four-sixths {
    width: 66.666%;
  }
  /**
   * Quarters
   */
  .bigdesk--one-quarter, .bigdesk--three-twelfths, .bigdesk--two-eighths {
    width: 25%;
  }
  .bigdesk--three-quarters, .bigdesk--nine-twelfths, .bigdesk--six-eighths {
    width: 75%;
  }
  /**
   * Fifths
   */
  .bigdesk--one-fifth, .bigdesk--two-tenths {
    width: 20%;
  }
  .bigdesk--two-fifths, .bigdesk--four-tenths {
    width: 40%;
  }
  .bigdesk--three-fifths, .bigdesk--six-tenths {
    width: 60%;
  }
  .bigdesk--four-fifths, .bigdesk--eight-tenths {
    width: 80%;
  }
  /**
   * Sixths
   */
  .bigdesk--one-sixth, .bigdesk--two-twelfths {
    width: 16.666%;
  }
  .bigdesk--five-sixths, .bigdesk--ten-twelfths {
    width: 83.333%;
  }
  /**
   * Eighths
   */
  .bigdesk--one-eighth {
    width: 12.5%;
  }
  .bigdesk--three-eighths {
    width: 37.5%;
  }
  .bigdesk--five-eighths {
    width: 62.5%;
  }
  .bigdesk--seven-eighths {
    width: 87.5%;
  }
  /**
   * Tenths
   */
  .bigdesk--one-tenth {
    width: 10%;
  }
  .bigdesk--three-tenths {
    width: 30%;
  }
  .bigdesk--seven-tenths {
    width: 70%;
  }
  .bigdesk--nine-tenths {
    width: 90%;
  }
  /**
   * Twelfths
   */
  .bigdesk--one-twelfth {
    width: 8.333%;
  }
  .bigdesk--five-twelfths {
    width: 41.666%;
  }
  .bigdesk--seven-twelfths {
    width: 58.333%;
  }
  .bigdesk--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/* THEME : ABODE			          */
/**************************************/
/*
  Headings Font Fixes:
*/
.slide-bkimage {
  opacity: 1;
}

.section-inner:not(.cta-inner) > div:not(.header-desktop) a:not(.button) {
  text-decoration: underline;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .hero-outer:not(.hero-bio):not(.noimage):not(.hero-solidoverlay):not(.hero-transparentoverlay):not(.hero-news):not(.flexible-height):before, .hero-carousel-outer:not(.hero-bio):not(.noimage):not(.hero-solidoverlay):not(.hero-transparentoverlay):not(.hero-news):not(.flexible-height):before, .hero-imagefull-outer:not(.hero-bio):not(.noimage):not(.hero-solidoverlay):not(.hero-transparentoverlay):not(.hero-news):not(.flexible-height):before {
    background-color: transparent;
  }
}
h1, .title-size1 {
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 540px) {
  h1, .title-size1 {
    font-size: 50px;
    line-height: 60px;
  }
}

h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, .title-size2 {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 540px) {
  h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, .title-size2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3, .title-size3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 540px) {
  h3, .title-size3 {
    font-size: 30px;
    line-height: 35px;
  }
}

h4, .title-size4 {
  font-size: 25px;
  line-height: 30px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  h4, .title-size4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 540px) {
  h4, .title-size4 {
    font-size: 25px;
    line-height: 30px;
  }
}

h5, .hero-news .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .bio-fieldvalue, .title-size5 {
  font-size: 20px;
  line-height: 25px;
}

h6, .title-size6 {
  font-size: 17px;
  line-height: 22px;
}

h1 > span, h2 > span, .hero-news .hero-inner h1 > span, .hero-news .hero-inner .title-size1 > span, .hero-bio .hero-inner h1 > span, .hero-bio .hero-inner .title-size1 > span, h3 > span, h4 > span, h5 > span, .hero-news .hero-inner .bio-fieldvalue > span, .hero-bio .hero-inner .bio-fieldvalue > span, h6 > span {
  /*color: #ADD2CC;*/
}

.hero-imagefull-outer .hero-inner .hero-content h1.title-size1 span {
  color: inherit !important;
}

.section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) h1, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) h2, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .hero-news .hero-inner .title-size1, .hero-news .hero-inner .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .title-size1, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .hero-bio .hero-inner .title-size1, .hero-bio .hero-inner .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .title-size1, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) h3, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) h4, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) h5, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .hero-news .hero-inner .bio-fieldvalue, .hero-news .hero-inner .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .bio-fieldvalue, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .hero-bio .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) .bio-fieldvalue, .section-outer:not(.background-colour6) .section-inner:not(.bkimage-enabled) h6 {
  color: #4B2942;
}

.title-centered h3 span, .title-centered h4 span, .title-centered h5 span, .title-centered .hero-news .hero-inner .bio-fieldvalue span, .hero-news .hero-inner .title-centered .bio-fieldvalue span, .title-centered .hero-bio .hero-inner .bio-fieldvalue span, .hero-bio .hero-inner .title-centered .bio-fieldvalue span, .title-centered .title-size3 span, .title-centered .title-size4 span, .title-centered .title-size5 span {
  text-transform: unset;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: 32px;
}

h1, h2, .hero-news .hero-inner h1, .hero-news .hero-inner .title-size1, .hero-bio .hero-inner h1, .hero-bio .hero-inner .title-size1, h3, h4, h5, .hero-news .hero-inner .bio-fieldvalue, .hero-bio .hero-inner .bio-fieldvalue, h6, .title-size1, .title-size2, .title-size3, .title-size4, .title-size5, .title-size6 {
  font-weight: 400;
}

.button {
  font-family: "National", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-weight: 700 !important;
}
.button:hover {
  color: white;
}
.button.background-colour1:hover {
  color: #4B2942;
}

.button-arrow.background-gradient:hover, .button.background-gradient:hover {
  color: #222;
}

.button-arrow {
  padding-right: 32px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .button-arrow {
    padding-right: 16px;
  }
}
.button-arrow:after {
  content: none;
}

.mobile-stickyfooter .menu li a {
  font-size: 24px;
  color: #4B2942;
  line-height: 2.1;
}

.teal-button {
  background-color: #aed3cc !important;
}

/* Hero */
.section-outer .hero-inner .hero-content h1.title-size1, .section-outer .hero-inner .hero-content h1.title-size2, .section-outer .hero-inner .hero-content h1.title-size3, .section-outer .hero-inner .hero-content h1.title-size4, .section-outer .hero-inner .hero-content h1.title-size5, .section-outer .hero-inner .hero-content h1.title-size6, .section-outer .hero-inner .hero-content h2.title-size1, .section-outer .hero-news .hero-inner .hero-content .title-size1, .hero-news .section-outer .hero-inner .hero-content .title-size1, .section-outer .hero-bio .hero-inner .hero-content .title-size1, .hero-bio .section-outer .hero-inner .hero-content .title-size1, .section-outer .hero-inner .hero-content h2.title-size2, .section-outer .hero-inner .hero-content h2.title-size3, .section-outer .hero-inner .hero-content h2.title-size4, .section-outer .hero-inner .hero-content h2.title-size5, .section-outer .hero-inner .hero-content h2.title-size6, .section-outer .hero-inner .hero-content h3.title-size1, .section-outer .hero-inner .hero-content h3.title-size2, .section-outer .hero-inner .hero-content h3.title-size3, .section-outer .hero-inner .hero-content h3.title-size4, .section-outer .hero-inner .hero-content h3.title-size5, .section-outer .hero-inner .hero-content h3.title-size6, .section-outer .hero-inner .hero-content h4.title-size1, .section-outer .hero-inner .hero-content h4.title-size2, .section-outer .hero-inner .hero-content h4.title-size3, .section-outer .hero-inner .hero-content h4.title-size4, .section-outer .hero-inner .hero-content h4.title-size5, .section-outer .hero-inner .hero-content h4.title-size6, .section-outer .hero-inner .hero-content h5.title-size1, .section-outer .hero-inner .hero-content h5.title-size2, .section-outer .hero-news .hero-inner .hero-content .title-size2.bio-fieldvalue, .hero-news .section-outer .hero-inner .hero-content .title-size2.bio-fieldvalue, .section-outer .hero-bio .hero-inner .hero-content .title-size2.bio-fieldvalue, .hero-bio .section-outer .hero-inner .hero-content .title-size2.bio-fieldvalue, .section-outer .hero-inner .hero-content h5.title-size3, .section-outer .hero-news .hero-inner .hero-content .title-size3.bio-fieldvalue, .hero-news .section-outer .hero-inner .hero-content .title-size3.bio-fieldvalue, .section-outer .hero-bio .hero-inner .hero-content .title-size3.bio-fieldvalue, .hero-bio .section-outer .hero-inner .hero-content .title-size3.bio-fieldvalue, .section-outer .hero-inner .hero-content h5.title-size4, .section-outer .hero-news .hero-inner .hero-content .title-size4.bio-fieldvalue, .hero-news .section-outer .hero-inner .hero-content .title-size4.bio-fieldvalue, .section-outer .hero-bio .hero-inner .hero-content .title-size4.bio-fieldvalue, .hero-bio .section-outer .hero-inner .hero-content .title-size4.bio-fieldvalue, .section-outer .hero-inner .hero-content h5.title-size5, .section-outer .hero-news .hero-inner .hero-content .title-size5.bio-fieldvalue, .hero-news .section-outer .hero-inner .hero-content .title-size5.bio-fieldvalue, .section-outer .hero-bio .hero-inner .hero-content .title-size5.bio-fieldvalue, .hero-bio .section-outer .hero-inner .hero-content .title-size5.bio-fieldvalue, .section-outer .hero-inner .hero-content h5.title-size6, .section-outer .hero-news .hero-inner .hero-content .title-size6.bio-fieldvalue, .hero-news .section-outer .hero-inner .hero-content .title-size6.bio-fieldvalue, .section-outer .hero-bio .hero-inner .hero-content .title-size6.bio-fieldvalue, .hero-bio .section-outer .hero-inner .hero-content .title-size6.bio-fieldvalue, .section-outer .hero-inner .hero-content h6.title-size1, .section-outer .hero-inner .hero-content h6.title-size2, .section-outer .hero-inner .hero-content h6.title-size3, .section-outer .hero-inner .hero-content h6.title-size4, .section-outer .hero-inner .hero-content h6.title-size5, .section-outer .hero-inner .hero-content h6.title-size6 {
  text-shadow: none;
}

.hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
  height: 513px;
}
@media only screen and (min-width: 1350px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 540px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 378px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 432px;
  }
}
@media only screen and (max-height: 700px) {
  .hero-outer, .hero-carousel-outer, .hero-imagefull-outer {
    height: 378px;
  }
}
.hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
  min-height: 500px;
}
@media only screen and (min-width: 950px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 42vw;
  }
}
@media only screen and (min-width: 1350px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 40vw;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 50vw;
  }
}
@media only screen and (min-width: 1620px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    height: 620px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer.hero-keepaspectratio, .hero-carousel-outer.hero-keepaspectratio, .hero-imagefull-outer.hero-keepaspectratio {
    min-height: 100px;
    height: 270px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer.with-subtitles, .hero-carousel-outer.with-subtitles, .hero-imagefull-outer.with-subtitles {
    height: 594px;
  }
  .hero-outer.with-subtitles .hero-inner .hero-content .title-size1, .hero-carousel-outer.with-subtitles .hero-inner .hero-content .title-size1, .hero-imagefull-outer.with-subtitles .hero-inner .hero-content .title-size1 {
    font-size: 38px;
    line-height: 42px;
  }
}
.hero-outer .hero-inner .socialshare-wrapper span, .hero-outer .hero-inner .personal-links-wrapper span, .hero-carousel-outer .hero-inner .socialshare-wrapper span, .hero-carousel-outer .hero-inner .personal-links-wrapper span, .hero-imagefull-outer .hero-inner .socialshare-wrapper span, .hero-imagefull-outer .hero-inner .personal-links-wrapper span {
  font-weight: 400 !important;
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content, .hero-carousel-outer .hero-inner .hero-content, .hero-imagefull-outer .hero-inner .hero-content {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hero-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
  text-shadow: none;
  max-width: 300px;
}
@media only screen and (min-width: 1350px) {
  .hero-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    max-width: 350px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    max-width: 400px;
  }
}
@media only screen and (min-width: 751px) {
  .hero-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    font-size: 19px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .subtitle, .hero-carousel-outer .hero-inner .hero-content .subtitle, .hero-imagefull-outer .hero-inner .hero-content .subtitle {
    background: transparent;
    color: #575756;
    font-size: 18px;
    top: 310px;
    max-width: 420px;
  }
}
.hero-outer .hero-inner .hero-content .transparentoverlay, .hero-carousel-outer .hero-inner .hero-content .transparentoverlay, .hero-imagefull-outer .hero-inner .hero-content .transparentoverlay {
  opacity: 0.7;
}
.hero-outer .hero-inner .hero-content h1, .hero-outer .hero-inner .hero-content .title-size1, .hero-carousel-outer .hero-inner .hero-content h1, .hero-carousel-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-inner .hero-content h1, .hero-imagefull-outer .hero-inner .hero-content .title-size1 {
  text-shadow: none;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-outer .hero-inner .hero-content h1, .hero-outer .hero-inner .hero-content .title-size1, .hero-carousel-outer .hero-inner .hero-content h1, .hero-carousel-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-inner .hero-content h1, .hero-imagefull-outer .hero-inner .hero-content .title-size1 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 750px) {
  .hero-outer .hero-inner .hero-content .button, .hero-carousel-outer .hero-inner .hero-content .button, .hero-imagefull-outer .hero-inner .hero-content .button {
    width: calc(100% - 64px);
    bottom: 84px;
  }
}

.hero-news, .hero-bio {
  height: 513px;
}
@media only screen and (max-height: 700px) {
  .hero-news, .hero-bio {
    height: 513px;
  }
}
.hero-news .hero-inner .hero-supertitle, .hero-bio .hero-inner .hero-supertitle {
  font-weight: 400 !important;
}
.hero-news .hero-inner .border-line, .hero-bio .hero-inner .border-line {
  bottom: -27px;
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .hero-news .hero-inner .border-line, .hero-bio .hero-inner .border-line {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .hero-news .hero-inner .border-line, .hero-bio .hero-inner .border-line {
    bottom: 0;
  }
}

.hero-news .hero-inner h1, .hero-news .hero-inner h2, .hero-news .hero-inner .title-size1, .hero-news .hero-inner h3, .hero-news .hero-inner h4, .hero-news .hero-inner h5, .hero-news .hero-inner .bio-fieldvalue, .hero-news .hero-inner h6, .hero-bio .hero-inner h1, .hero-bio .hero-inner h2, .hero-bio .hero-inner .title-size1, .hero-bio .hero-inner h3, .hero-bio .hero-inner h4, .hero-bio .hero-inner h5, .hero-bio .hero-inner .bio-fieldvalue, .hero-bio .hero-inner h6 {
  color: #4b2942 !important;
}
.hero-news .hero-inner .author-container .author-name, .hero-bio .hero-inner .author-container .author-name {
  font-weight: 400 !important;
}

@media only screen and (max-width: 750px) {
  .hero-outer.hero-news {
    height: auto;
  }
}
.hero-carousel-outer.with-subtitles .hero-inner .hero-content .button-arrow {
  bottom: 60px;
}

.carousel-hero {
  height: 513px;
}
@media only screen and (min-width: 1350px) {
  .carousel-hero {
    height: 540px;
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .carousel-hero {
    height: 432px;
  }
}
@media only screen and (max-width: 750px) {
  .carousel-hero {
    height: 580.5px;
  }
}
@media only screen and (max-height: 700px) {
  .carousel-hero {
    height: 580.5px;
  }
}
.carousel-hero .hero-carousel-outer .hero-inner .hero-content {
  max-width: 70%;
}
@media only screen and (min-width: 950px) {
  .carousel-hero .hero-carousel-outer .hero-inner .hero-content {
    left: 120px;
  }
}
@media only screen and (min-width: 1350px) {
  .carousel-hero .hero-carousel-outer .hero-inner .hero-content {
    left: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .carousel-hero .hero-carousel-outer .hero-inner .hero-content {
    top: 27px;
    /* height:calc(100% - 81px); */
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .carousel-hero .hero-carousel-outer .hero-inner .hero-content .title-size1 {
    font-size: 46px;
    line-height: 49px;
  }
}
.carousel-hero .hero-carousel-outer .hero-inner .hero-content:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  width: calc(100% + 64px);
  height: calc(100% + 54px);
  background: #FFFFFF;
  opacity: 0.7;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 1350px) {
  .carousel-hero .hero-carousel-outer .hero-inner .hero-content:after {
    left: -64px;
    width: calc(100% + 128px);
    height: calc(100% + 81px);
  }
}
@media only screen and (max-width: 949px) and (min-width: 751px) {
  .carousel-hero .hero-carousel-outer .hero-inner .hero-content:after {
    left: -32px;
    width: calc(100% + 64px);
    height: calc(100% + 54px);
  }
}
@media only screen and (max-width: 750px) {
  .carousel-hero .hero-carousel-outer .hero-inner .hero-content:after {
    left: 0;
    bottom: 54px;
    top: auto;
    width: 100%;
    height: calc(100% - 81px);
    opacity: 0.55;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.carousel-hero .owl-dots {
  text-align: center;
  bottom: 12px;
}
.carousel-hero .owl-dots .owl-dot.active span {
  background-color: #FFFFFF;
}
.carousel-hero .owl-dots .owl-dot span {
  border-color: #FFFFFF;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content h1 span {
  color: #4b2942 !important;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content h2 span, .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-news .hero-inner .grid .grid__item .hero-content h1 span, .hero-news .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content h1 span, .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-news .hero-inner .grid .grid__item .hero-content .title-size1 span, .hero-news .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size1 span, .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-bio .hero-inner .grid .grid__item .hero-content h1 span, .hero-bio .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content h1 span, .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-bio .hero-inner .grid .grid__item .hero-content .title-size1 span, .hero-bio .carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size1 span {
  color: #4b2942 !important;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content h3 span {
  color: #4b2942 !important;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content h4 span {
  color: #4b2942 !important;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content p span {
  color: #2d1928 !important;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content p span a {
  color: #2d1928 !important;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size1 > span > a {
  color: #4b2942 !important;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 50px !important;
  line-height: 60px;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size2 > span > a {
  color: #4b2942 !important;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 40px !important;
  line-height: 50px;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size3 > span > a {
  color: #4b2942 !important;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 30px !important;
  line-height: 35px;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size4 > span > a {
  color: #4b2942 !important;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 25px !important;
  line-height: 30px;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size5 > span > a {
  color: #4b2942 !important;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 25px;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content .title-size6 > span > a {
  color: #4b2942 !important;
  font-family: "Glamour Absolute", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 17px !important;
  line-height: 22px;
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content a {
  font-family: "National", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  /* padding-right: 2rem */
}
.carousel-hero .owl-stage-outer .owl-stage .owl-item .hero-carousel-outer .hero-inner .grid .grid__item .hero-content a:after {
  display: none;
}

@media only screen and (max-width: 750px) {
  .hero-imagefull-outer .hero-inner .hero-content h1.title-size1, .hero-imagefull-outer .hero-inner .hero-content h1.title-size2, .hero-imagefull-outer .hero-inner .hero-content h1.title-size3, .hero-imagefull-outer .hero-inner .hero-content h1.title-size4, .hero-imagefull-outer .hero-inner .hero-content h1.title-size5, .hero-imagefull-outer .hero-inner .hero-content h1.title-size6, .hero-imagefull-outer .hero-inner .hero-content h2.title-size1, .hero-imagefull-outer .hero-news .hero-inner .hero-content .title-size1, .hero-news .hero-imagefull-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-bio .hero-inner .hero-content .title-size1, .hero-bio .hero-imagefull-outer .hero-inner .hero-content .title-size1, .hero-imagefull-outer .hero-inner .hero-content h2.title-size2, .hero-imagefull-outer .hero-inner .hero-content h2.title-size3, .hero-imagefull-outer .hero-inner .hero-content h2.title-size4, .hero-imagefull-outer .hero-inner .hero-content h2.title-size5, .hero-imagefull-outer .hero-inner .hero-content h2.title-size6, .hero-imagefull-outer .hero-inner .hero-content h3.title-size1, .hero-imagefull-outer .hero-inner .hero-content h3.title-size2, .hero-imagefull-outer .hero-inner .hero-content h3.title-size3, .hero-imagefull-outer .hero-inner .hero-content h3.title-size4, .hero-imagefull-outer .hero-inner .hero-content h3.title-size5, .hero-imagefull-outer .hero-inner .hero-content h3.title-size6, .hero-imagefull-outer .hero-inner .hero-content h4.title-size1, .hero-imagefull-outer .hero-inner .hero-content h4.title-size2, .hero-imagefull-outer .hero-inner .hero-content h4.title-size3, .hero-imagefull-outer .hero-inner .hero-content h4.title-size4, .hero-imagefull-outer .hero-inner .hero-content h4.title-size5, .hero-imagefull-outer .hero-inner .hero-content h4.title-size6, .hero-imagefull-outer .hero-inner .hero-content h5.title-size1, .hero-imagefull-outer .hero-inner .hero-content h5.title-size2, .hero-imagefull-outer .hero-news .hero-inner .hero-content .title-size2.bio-fieldvalue, .hero-news .hero-imagefull-outer .hero-inner .hero-content .title-size2.bio-fieldvalue, .hero-imagefull-outer .hero-bio .hero-inner .hero-content .title-size2.bio-fieldvalue, .hero-bio .hero-imagefull-outer .hero-inner .hero-content .title-size2.bio-fieldvalue, .hero-imagefull-outer .hero-inner .hero-content h5.title-size3, .hero-imagefull-outer .hero-news .hero-inner .hero-content .title-size3.bio-fieldvalue, .hero-news .hero-imagefull-outer .hero-inner .hero-content .title-size3.bio-fieldvalue, .hero-imagefull-outer .hero-bio .hero-inner .hero-content .title-size3.bio-fieldvalue, .hero-bio .hero-imagefull-outer .hero-inner .hero-content .title-size3.bio-fieldvalue, .hero-imagefull-outer .hero-inner .hero-content h5.title-size4, .hero-imagefull-outer .hero-news .hero-inner .hero-content .title-size4.bio-fieldvalue, .hero-news .hero-imagefull-outer .hero-inner .hero-content .title-size4.bio-fieldvalue, .hero-imagefull-outer .hero-bio .hero-inner .hero-content .title-size4.bio-fieldvalue, .hero-bio .hero-imagefull-outer .hero-inner .hero-content .title-size4.bio-fieldvalue, .hero-imagefull-outer .hero-inner .hero-content h5.title-size5, .hero-imagefull-outer .hero-news .hero-inner .hero-content .title-size5.bio-fieldvalue, .hero-news .hero-imagefull-outer .hero-inner .hero-content .title-size5.bio-fieldvalue, .hero-imagefull-outer .hero-bio .hero-inner .hero-content .title-size5.bio-fieldvalue, .hero-bio .hero-imagefull-outer .hero-inner .hero-content .title-size5.bio-fieldvalue, .hero-imagefull-outer .hero-inner .hero-content h5.title-size6, .hero-imagefull-outer .hero-news .hero-inner .hero-content .title-size6.bio-fieldvalue, .hero-news .hero-imagefull-outer .hero-inner .hero-content .title-size6.bio-fieldvalue, .hero-imagefull-outer .hero-bio .hero-inner .hero-content .title-size6.bio-fieldvalue, .hero-bio .hero-imagefull-outer .hero-inner .hero-content .title-size6.bio-fieldvalue, .hero-imagefull-outer .hero-inner .hero-content h6.title-size1, .hero-imagefull-outer .hero-inner .hero-content h6.title-size2, .hero-imagefull-outer .hero-inner .hero-content h6.title-size3, .hero-imagefull-outer .hero-inner .hero-content h6.title-size4, .hero-imagefull-outer .hero-inner .hero-content h6.title-size5, .hero-imagefull-outer .hero-inner .hero-content h6.title-size6 {
    font-size: 36px;
    line-height: 42px;
    /* height: calc(100% - 27px); */
  }
}
.hero-imagefull-outer .hero-inner .hero-content p span {
  color: #2d1928 !important;
}
.hero-imagefull-outer .hero-inner .hero-content a {
  padding-right: 2rem;
}
.hero-imagefull-outer .hero-inner .hero-content a:after {
  display: none;
}
