@charset "UTF-8";
/* -------------------- Base -------------------- */
@font-face {
  font-family: 'BebasNeueBold';
  /*src: url('../fonts/BebasNeueBold.eot');*/
  src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"); }

html {
  font-size: 16px; }

body {
  font: normal 300 62.5%/1.85 "Merriweather", serif;
  font-stretch: normal;
  color: #222222; }

h1, h2, h3, h4, h5, h6 {
  font-family: "BebasNeueBold", serif;
  clear: both;
  margin: 0;
  font-weight: normal;
  display: block; }

h1 {
  font-size: 8em;
  color: #ffffff;
  line-height: .9em;
  margin-bottom: 10px;
  z-index: 1;
  padding-left: 45px;
  position: relative; }
  h1:before {
    content: '';
    background: url("../graphics/greenlight-dash.svg") center/cover no-repeat;
    display: block;
    width: 35px;
    height: 60px;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 10em;
      line-height: .8em;
      letter-spacing: -1px; }
      h1:before {
        height: 74px; } }

h2 {
  font-size: 8em;
  color: #ffffff;
  line-height: .85em; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 10.2em;
      line-height: .95em; } }

h3 {
  font-size: 3.4em;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #ffffff; }

h4 {
  font-size: 4.8em;
  border-bottom: 1px solid #1fc2ce;
  display: inline-block;
  margin-bottom: .5em; }
  @media only screen and (min-width: 992px) {
    h4 {
      margin-bottom: .8em; } }

h5 {
  font-size: 3.2em;
  line-height: 1; }
  h5:after {
    content: '';
    height: 1px;
    width: 120px;
    background-color: #1fc2ce;
    display: block;
    margin: 15px auto; }

h6 {
  font-size: 1.6em; }

p {
  font-size: 1.6em;
  margin-bottom: 1em; }
  p.lead {
    font-size: 2.4em;
    line-height: 1.6; }
  p:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    p {
      margin-bottom: 1.4em; } }

a {
  color: #1fc2ce;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: 0;
    color: #1fc2ce;
    text-decoration: none; }
  a.btn-start {
    color: #222222;
    text-transform: uppercase;
    border: 2px solid;
    font-size: 1.6em;
    padding: 15px 40px;
    margin: 30px 0 0;
    display: inline-block; }
  a.learn-more-btn {
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid;
    padding: 15px 40px;
    margin: 30px 0 0;
    display: inline-block; }
  a.btn {
    font-family: "BebasNeueBold", serif;
    background-color: #1fc2ce;
    color: #ffffff;
    border-radius: 0;
    font-size: 1.5em;
    padding: 8px 25px 4px;
    margin-top: 10px; }
  a.view-all {
    font-family: "BebasNeueBold", serif;
    font-size: 4.8em;
    color: #222222;
    margin-top: 10px; }
    a.view-all:before {
      content: '';
      background: url("../graphics/greenlight-dash.svg") center/cover no-repeat;
      display: block;
      width: 20px;
      height: 38px;
      float: left;
      margin-right: 10px;
      margin-top: 0.43em; }
    a.view-all:after {
      content: '';
      background: url("../graphics/greenlight-arrow.svg") center/cover no-repeat;
      display: inline-block;
      width: 60px;
      height: 28px;
      margin-left: 10px;
      margin-bottom: 3px; }

button.view-all {
  background: none;
  border: none;
  outline: none;
  font-family: "BebasNeueBold", serif;
  font-size: 4.8em;
  margin: 20px auto;
  display: block;
  cursor: pointer; }
  button.view-all:after {
    content: '';
    background-image: url("../Content/icons/greenlight-arrow-green.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 41px;
    height: 91px;
    display: block;
    margin: 0 auto; }

b, strong {
  font-weight: 900; }

ul.filter {
  text-align: center;
  font-size: 1.4em;
  padding-left: 0; }
  @media only screen and (min-width: 992px) {
    ul.filter {
      font-size: 1.6em; } }
  ul.filter li {
    display: inline-block;
    font-style: italic;
    padding: .3em 1em;
    cursor: pointer;
    margin: 5px; }
    @media only screen and (min-width: 992px) {
      ul.filter li {
        margin: 10px; } }
    ul.filter li:before {
      display: none; }
    ul.filter li.active {
      background-color: #1fc2ce !important; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  background-color: #222222;
  color: #ffffff;
  padding: 3em; }
  @media only screen and (min-width: 992px) {
    blockquote {
      padding: 5em; } }
  blockquote p {
    font-family: "BebasNeueBold", serif;
    font-size: 4em;
    line-height: 1;
    padding-top: 1.5em;
    margin-bottom: 1em; }
    blockquote p:before {
      content: '“';
      display: block;
      font-size: 2.8em;
      position: absolute;
      top: 50px; }
  blockquote footer {
    background-color: transparent;
    font-size: 1.4em;
    font-style: italic; }

table tr td {
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #EEE; }

table tr:last-child td {
  border-bottom: 0; }

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

html, body {
  height: 100%;
  margin: 0; }

body {
  background-color: #000; }

::-moz-selection {
  background: #1fc2ce;
  color: #ffffff; }

::selection {
  background: #1fc2ce;
  color: #ffffff; }

::-moz-selection {
  background: #1fc2ce;
  color: #ffffff; }

main {
  background-color: #ffffff; }

figure {
  margin: 0; }

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

hr {
  width: 100%;
  height: 1px;
  border: 0;
  background: #444444; }

.container,
.container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 768px) {
    .container,
    .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
      padding-left: 15px;
      padding-right: 15px; } }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 768px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }

.padding-tb-120 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .padding-tb-120 {
      padding-top: 120px;
      padding-bottom: 120px; } }

.padding-t-120 {
  padding-top: 50px; }
  @media only screen and (min-width: 992px) {
    .padding-t-120 {
      padding-top: 120px; } }

.padding-b-120 {
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .padding-b-120 {
      padding-bottom: 120px; } }

.padding-tb-60 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .padding-tb-60 {
      padding-top: 60px;
      padding-bottom: 60px; } }

.padding-t-60 {
  padding-top: 50px; }
  @media only screen and (min-width: 992px) {
    .padding-t-60 {
      padding-top: 60px; } }

@media only screen and (min-width: 992px) {
  .parallax-10 {
    transform: translateY(100px); }
  .parallax-20 {
    transform: translateY(100px); }
  .parallax-30 {
    transform: translateY(150px); } }

form label,
form input,
form textarea {
  width: 100%;
  font-size: 1.6em; }

form input, form textarea {
  border: 0;
  margin-bottom: 20px;
  padding: 5px 10px; }

form input[type="submit"] {
  font-family: "BebasNeueBold", serif;
  background-color: #1fc2ce;
  color: #ffffff;
  font-size: 2.4em;
  padding: 7px 25px 2px;
  width: auto;
  margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .b-lazy {
    opacity: 0;
    transition: opacity 1s 0.2s; }
    .b-lazy.loaded {
      opacity: 1; } }

.position-relative {
  position: relative; }

.center-block {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.bg-gradient {
  background: #1fc2ce;
  /* old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1fc2ce, #05e4bc);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff; }
  .bg-gradient h4 {
    border-bottom: 1px solid #ffffff; }

.bg-dark {
  background-color: #222222 !important;
  color: #ffffff; }

.bg-mid {
  background-color: #f0f0f0; }

.arrow-right {
  transform: rotate(-90deg);
  transform-origin: 50% 25%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

/* -------------------- Cookie banner -------------------- */
.cookie {
  position: fixed;
  bottom: 0px;
  background: #000;
  z-index: 1;
  width: 100%;
  display: none; }

.cookie .container p {
  color: #fff;
  padding: 20px 0;
  margin: 0;
  width: 85%;
  float: left;
  line-height: 1.4em; }

.cookie .container button {
  width: 15%;
  display: block;
  text-align: center;
  float: left;
  max-width: 100%;
  font-family: "BebasNeueBold", serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 2.2em;
  letter-spacing: .5px;
  line-height: 0.7;
  padding: 20px 20px 16px 20px;
  color: #fff;
  background-color: #1fc2ce;
  margin: 20px 0 20px 0; }

@media only screen and (max-width: 768px) {
  .cookie .container p {
    width: 100%;
    padding: 20px 0 0 0; }
  .cookie .container button {
    width: auto;
    min-width: 130px;
    margin: 10px 0 20px 0; } }

/* -------------------- /Cookie banner -------------------- */
/* -------------------- Custom Booking Table -------------------- */
.newbookingtable {
  width: 100%;
  font-size:12px;}
  .newbookingtable th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px; }
  .newbookingtable td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px; }
  .newbookingtable tr:nth-child(even) {
    background-color: #dddddd; }
  .newbookingtable .roomname {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center; }
    .newbookingtable .roomname input {
      width: 20%;
      margin: 0; }

/* -------------------- /Custom Booking Table -------------------- */
/* -------------------- /Base -------------------- */
/* -------------------- Plugins -------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  margin-bottom: 35px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li.slick-active {
      background-color: #1fc2ce; }
    .slick-dots li button {
      opacity: 0;
      border-radius: 50%;
      cursor: pointer;
      width: 10px;
      height: 10px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }

/* -------------------- /Plugins -------------------- */
/* -------------------- Modules -------------------- */
section#hero-container {
  position: relative; }
  section#hero-container #hero-image,
  section#hero-container #map {
    min-width: 100%;
    max-width: inherit;
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%) translateY(0px) scale(1);
    z-index: -99; }
  section#hero-container video#hero-image {
    opacity: .9; }
  section#hero-container .hero-grain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../Content/icons/greenlight-film-grain.gif");
    opacity: .175; }

header#site-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #111;
  transition: all 0.3s ease; }
  @media only screen and (min-width: 768px) {
    header#site-nav {
      background-color: transparent;
      padding-top: 60px; } }
  header#site-nav #logo {
    padding: 1.6em 0 0;
    max-width: 120px; }
  header#site-nav #menu-toggle {
    width: 60px;
    height: 60px;
    float: right;
    position: relative;
    cursor: pointer; }
    header#site-nav #menu-toggle span {
      display: block;
      background: #ffffff;
      transition: .2s ease-in-out; }
    header#site-nav #menu-toggle #hamburger {
      position: absolute;
      height: 100%;
      width: 100%; }
      header#site-nav #menu-toggle #hamburger span {
        width: 40px;
        height: 1px;
        position: relative;
        top: 9px;
        left: 10px;
        margin: 10px 0; }
        header#site-nav #menu-toggle #hamburger span:nth-child(1) {
          transition-delay: .5s; }
        header#site-nav #menu-toggle #hamburger span:nth-child(2) {
          transition-delay: .625s; }
        header#site-nav #menu-toggle #hamburger span:nth-child(3) {
          transition-delay: .75s; }
    header#site-nav #menu-toggle #cross {
      position: absolute;
      height: 100%;
      width: 100%;
      transform: rotate(45deg); }
      header#site-nav #menu-toggle #cross span {
        position: absolute; }
        header#site-nav #menu-toggle #cross span:nth-child(1) {
          height: 0%;
          width: 1px;
          top: 10%;
          left: 50%;
          margin-left: -1px;
          transition-delay: 0s; }
        header#site-nav #menu-toggle #cross span:nth-child(2) {
          width: 0%;
          height: 1px;
          top: 50%;
          left: 10%;
          margin-top: -1px;
          transition-delay: .25s; }
    header#site-nav #menu-toggle.open #hamburger span {
      width: 0%; }
      header#site-nav #menu-toggle.open #hamburger span:nth-child(1) {
        transition-delay: 0s; }
      header#site-nav #menu-toggle.open #hamburger span:nth-child(2) {
        transition-delay: .125s; }
      header#site-nav #menu-toggle.open #hamburger span:nth-child(3) {
        transition-delay: .25s; }
    header#site-nav #menu-toggle.open #cross span:nth-child(1) {
      height: 80%;
      transition-delay: .625s; }
    header#site-nav #menu-toggle.open #cross span:nth-child(2) {
      width: 80%;
      transition-delay: .375s; }
  header#site-nav.scroll {
    background-color: #111;
    padding-top: 0; }

#site-heading {
  height: 400px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  color: #ffffff; }
  #site-heading .hero-heading-title {
    word-wrap: break-word; }
  @media only screen and (min-width: 992px) {
    #site-heading {
      height: 500px;
      padding-bottom: 60px; } }

body.shallow-head #hero-container,
body.shallow-head #site-heading {
  height: 300px; }

body.shallow-head header#site-nav {
  padding-top: 0;
  background-color: #111; }

nav {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.95); }
  nav.open ul li {
    transform: translateY(0px);
    opacity: 1; }
    nav.open ul li:nth-child(1) {
      transition: all 0.5s ease 0.1s; }
    nav.open ul li:nth-child(2) {
      transition: all 0.5s ease 0.16s; }
    nav.open ul li:nth-child(3) {
      transition: all 0.5s ease 0.22s; }
    nav.open ul li:nth-child(4) {
      transition: all 0.5s ease 0.28s; }
    nav.open ul li:nth-child(5) {
      transition: all 0.5s ease 0.34s; }
    nav.open ul li:nth-child(6) {
      transition: all 0.5s ease 0.4s; }
    nav.open ul li:nth-child(7) {
      transition: all 0.5s ease 0.46s; }
    nav.open ul li:nth-child(8) {
      transition: all 0.5s ease 0.52s; }
    nav.open ul li:nth-child(9) {
      transition: all 0.5s ease 0.58s; }
    nav.open ul li:nth-child(10) {
      transition: all 0.5s ease 0.64s; }
    nav.open ul li:nth-child(11) {
      transition: all 0.5s ease 0.7s; }
  nav ul {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    nav ul li {
      font-size: 2em;
      font-style: italic;
      margin: 1em 0;
      transform: translateY(30px);
      opacity: 0; }
      nav ul li a {
        color: #ffffff;
        padding: 1em; }

#subnav {
  height: 49px; }
  #subnav ul {
    text-align: center;
    background-color: #f0f0f0;
    width: 100%;
    z-index: 8888; }
    #subnav ul li {
      display: inline-block;
      margin-right: 20px; }
      #subnav ul li:last-child {
        margin-right: 0; }
      #subnav ul li a {
        color: #222222;
        font-size: 1.6em;
        font-style: italic;
        padding: 10px;
        display: block; }
        #subnav ul li a:hover {
          color: #1fc2ce; }
  #subnav.fixed ul {
    position: fixed;
    top: 0;
    left: 0; }

body.homepage section#hero-container #hero-image {
  min-height: 100vh; }

body.homepage section#hero-container #site-heading {
  height: 100vh; }
  @media only screen and (min-width: 768px) {
    body.homepage section#hero-container #site-heading {
      align-items: center; } }
  body.homepage section#hero-container #site-heading #logo {
    width: 230px;
    height: 80px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1fc2ce; }
    @media only screen and (min-width: 768px) {
      body.homepage section#hero-container #site-heading #logo {
        width: 340px;
        height: 140px;
        margin-bottom: 30px; } }
  body.homepage section#hero-container #site-heading h1:before {
    display: none; }
  body.homepage section#hero-container #site-heading p {
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 160px;
    font-style: italic; }
    @media only screen and (min-width: 768px) {
      body.homepage section#hero-container #site-heading p {
        font-size: 2.4em; } }

body.homepage main {
  background-color: #222222; }

body.homepage #services .inner p {
  font-size: 3em;
  color: #ffffff; }

body.homepage #services .all-kinds h2 {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    body.homepage #services .all-kinds h2 {
      padding-right: 100px; } }
  @media only screen and (min-width: 992px) {
    body.homepage #services .all-kinds h2 {
      margin-bottom: 200px; } }
  @media only screen and (min-width: 1200px) {
    body.homepage #services .all-kinds h2 {
      padding-right: 200px; } }

body.homepage #services .all-kinds p {
  margin-bottom: 50px; }

@media only screen and (min-width: 768px) {
  body.homepage #services .interested-in {
    padding-left: 110px; } }

body.homepage #services .interested-in ol {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    body.homepage #services .interested-in ol {
      margin-top: 45px; } }
  body.homepage #services .interested-in ol li {
    counter-increment: step-counter;
    font-size: 1.4em;
    padding-top: 50px;
    line-height: 1.4;
    position: relative;
    width: 50%;
    padding-right: 10px; }
    @media only screen and (min-width: 768px) {
      body.homepage #services .interested-in ol li {
        padding-right: 50px;
        font-size: 2em; } }
    body.homepage #services .interested-in ol li a {
      position: absolute;
      bottom: 0;
      width: 140px;
      color: #ffffff;
      display: block;
      height: 68px;
      padding-left: 50px; }
      @media only screen and (min-width: 768px) {
        body.homepage #services .interested-in ol li a {
          height: 78px;
          width: 210px;
          padding-left: 75px; } }
      body.homepage #services .interested-in ol li a span {
        position: absolute;
        bottom: 0; }
    body.homepage #services .interested-in ol li:before {
      content: counter(step-counter, decimal-leading-zero);
      font-size: 4em;
      height: 42px;
      margin-right: 15px;
      color: #333333;
      font-family: "BebasNeueBold", serif;
      float: left;
      line-height: 1;
      transition: color 0.3s ease; }
      @media only screen and (min-width: 768px) {
        body.homepage #services .interested-in ol li:before {
          height: 67px; } }
    body.homepage #services .interested-in ol li:hover:before {
      color: #1fc2ce; }

body.homepage #work article {
  height: 200px;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s ease; }
  body.homepage #work article a:before {
    content: '';
    background: center / cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.homepage #work article a img.thumbnail-image {
    max-width: inherit;
    min-width: 100%;
    max-height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    transition: transform 0.3s ease, opacity 1s 0.2s; }
  @media only screen and (min-width: 768px) {
    body.homepage #work article a:hover img.thumbnail-image {
      transform: translateY(-50%) translateX(-50%) scale(1.2); } }
  body.homepage #work article a span {
    background-color: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    body.homepage #work article a span img {
      max-width: 100px;
      max-height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      body.homepage #work article a span {
        transition: background-color 0.3s ease; }
        body.homepage #work article a span img {
          max-width: 120px;
          max-height: 120px; }
        body.homepage #work article a span:hover {
          background-color: rgba(34, 34, 34, 0.3); } }
  @media only screen and (min-width: 420px) {
    body.homepage #work article:nth-child(3), body.homepage #work article:nth-child(4), body.homepage #work article:nth-child(5), body.homepage #work article:nth-child(6) {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media only screen and (min-width: 1360px) {
    body.homepage #work article {
      flex: 0 0 16.66% !important;
      max-width: 16.66% !important;
      height: 390px; }
      body.homepage #work article a img.thumbnail-image {
        max-height: 390px; } }
  @media only screen and (min-width: 768px) {
    body.homepage #work article {
      height: 320px;
      filter: grayscale(100%); }
      body.homepage #work article:hover {
        filter: grayscale(0); } }

body.homepage #awards ul {
  padding-left: 0; }
  body.homepage #awards ul li:before {
    display: none; }

body.homepage #awards h2 {
  margin-bottom: 60px; }

body.homepage #awards .partner-award {
  max-width: 120px;
  max-height: 60px;
  margin: 3em auto;
  display: block; }

body.homepage #grow-with-us h2 {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    body.homepage #grow-with-us h2 {
      margin-bottom: 60px; } }

body.homepage #grow-with-us .wrapper {
  background: center / cover; }

.site-heading__row {
  width: 100%; }

.no-slash-heading {
  padding-left: 0; }

body.about #clients {
  color: #ffffff;
  position: relative; }
  body.about #clients p {
    margin-bottom: 1.4em !important; }
  body.about #clients .client-logo {
    max-width: 100px;
    max-height: 40px;
    margin: 2em auto;
    display: block; }
    @media only screen and (min-width: 768px) {
      body.about #clients .client-logo {
        max-width: 130px;
        max-height: 60px;
        margin: 3em auto; } }

body.about #partners h2 {
  margin-bottom: 60px; }

body.about #partners ul {
  padding: 0 15px; }

body.about #partners .partner-award {
  max-height: 60px;
  margin: 2em auto;
  display: block; }

body.about #awards {
  position: relative; }
  body.about #awards h2 {
    margin-bottom: 60px; }
  body.about #awards ul {
    padding: 0 15px; }
  body.about #awards .partner-award {
    max-height: 60px;
    margin: 2em auto;
    display: block; }

body.about #values h2 {
  margin-bottom: 60px; }

body.about #values .value {
  margin: 3em 0; }

body.about #timeline {
  color: #ffffff; }
  body.about #timeline h2 {
    margin-bottom: 30px;
    position: relative; }
    body.about #timeline h2:after {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      background-color: #ffffff;
      margin-top: 15px; }
  body.about #timeline .timeline-2001 h2:before {
    content: '';
    height: 2px;
    background-color: #ffffff;
    width: 710px;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 20; }
  body.about #timeline .inner {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 120px;
    max-width: 555px; }
    body.about #timeline .inner.right {
      float: right;
      padding-right: 120px;
      padding-left: 0; }
  body.about #timeline .timeline-2001 {
    background: url("../images/greenlight-timeline-2001.png") center/cover no-repeat; }
  body.about #timeline .timeline-today {
    background: url("../images/greenlight-timeline-today.png") center/cover no-repeat; }

body.about #services .inner {
  padding-top: 120px;
  padding-bottom: 120px; }
  body.about #services .inner p {
    font-size: 3em;
    color: #ffffff; }

body.about #services .all-kinds h2 {
  margin-bottom: 200px; }

body.about #services .all-kinds p {
  margin-bottom: 50px; }

body.about #services .interested-in {
  padding-left: 110px; }
  body.about #services .interested-in ol {
    list-style-type: none;
    margin-top: 45px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap; }
    body.about #services .interested-in ol li {
      counter-increment: step-counter;
      font-size: 2em;
      width: 50%;
      padding-top: 50px;
      padding-right: 50px;
      line-height: 1.6;
      position: relative; }
      body.about #services .interested-in ol li a {
        position: absolute;
        bottom: 0;
        width: 210px;
        color: #ffffff;
        display: block;
        height: 68px;
        padding-left: 78px; }
        body.about #services .interested-in ol li a span {
          position: absolute;
          bottom: 0; }
      body.about #services .interested-in ol li:before {
        content: counter(step-counter, decimal-leading-zero);
        font-size: 4em;
        height: 67px;
        margin-right: 15px;
        color: #333333;
        font-family: "BebasNeueBold", serif;
        float: left;
        line-height: 1;
        transition: color 0.3s ease; }
      body.about #services .interested-in ol li:hover:before {
        color: #1fc2ce; }

body.about #work article {
  height: 320px;
  position: relative;
  overflow: hidden;
  background: center / cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease; }
  body.about #work article a:before {
    content: '';
    background: center / cover;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.about #work article a:hover:before {
    transform: scale(1.2); }
  body.about #work article a span {
    background-color: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.3s ease; }
    body.about #work article a span img {
      max-width: 130px;
      max-height: 65px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
    body.about #work article a span:hover {
      background-color: rgba(34, 34, 34, 0.3); }
  body.about #work article a#thumb-ghd:before {
    background-image: url("../images/greenlight-casestudy-ghd-thumb.jpg"); }
  body.about #work article a#thumb-newbalance:before {
    background-image: url("../images/greenlight-casestudy-newbalance-thumb.jpg"); }
  body.about #work article a#thumb-hurtigruten:before {
    background-image: url("../images/greenlight-casestudy-hurtigruten-thumb.jpg"); }
  body.about #work article a#thumb-currys:before {
    background-image: url("../images/greenlight-casestudy-currys-thumb.jpg"); }
  body.about #work article a#thumb-rapha:before {
    background-image: url("../images/greenlight-casestudy-rapha-thumb.jpg"); }
  body.about #work article a#thumb-asics:before {
    background-image: url("../images/greenlight-casestudy-asics-thumb.jpg"); }
  body.about #work article:hover {
    filter: grayscale(0); }

body.about #story {
  padding-top: 120px;
  padding-bottom: 120px; }

body.work main {
  background-color: #f0f0f0; }

body.work #case-studies {
  padding-top: 60px;
  padding-bottom: 120px; }
  body.work #case-studies ul.filter {
    text-align: center;
    margin-bottom: 60px; }
    body.work #case-studies ul.filter li {
      background-color: #ffffff; }
      body.work #case-studies ul.filter li.active a {
        color: #ffffff; }
      body.work #case-studies ul.filter li a {
        color: #222222; }
  @media only screen and (min-width: 992px) {
    body.work #case-studies article {
      max-width: 480px; } }
  @media only screen and (min-width: 1200px) {
    body.work #case-studies article {
      max-width: 380px; }
      body.work #case-studies article:nth-child(8n+1) {
        max-width: 760px; } }
  body.work #case-studies article a {
    color: #222222; }
    body.work #case-studies article a .work-thumb {
      position: relative;
      height: 392px;
      overflow: hidden;
      background-color: #222222;
      filter: grayscale(100%);
      transition: filter 0.3s ease; }
      body.work #case-studies article a .work-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 392px;
        max-width: inherit;
        transform: translateX(-50%) translateY(-50%);
        transition: transform 0.3s ease, opacity 1s; }
      body.work #case-studies article a .work-thumb:after {
        content: '';
        background-color: rgba(34, 34, 34, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: background-color 0.3s ease; }
    body.work #case-studies article a:hover .work-thumb {
      filter: grayscale(0); }
      body.work #case-studies article a:hover .work-thumb img {
        transform: translateX(-50%) translateY(-50%) scale(1.1); }
      body.work #case-studies article a:hover .work-thumb:after {
        background-color: rgba(34, 34, 34, 0); }
    body.work #case-studies article a .work-inner {
      background-color: #ffffff;
      text-align: center;
      padding: 28px 20px 20px;
      margin-bottom: 30px; }
      body.work #case-studies article a .work-inner h4 {
        margin-bottom: 10px;
        font-size: 3.4em;
        line-height: 1;
        padding-bottom: 5px; }
      body.work #case-studies article a .work-inner p {
        font-style: italic;
        display: block;
        display: -webkit-box;
        height: 80px;
        margin: 0 auto;
        font-size: 1.4em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }

.casestudies #hero-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 35, 35, 0.5); }

.casestudies main {
  background-color: #ffffff; }
  .casestudies main #related-work h2 {
    color: #222222;
    line-height: .8em;
    margin-bottom: 20px; }
    .casestudies main #related-work h2:before {
      content: '';
      background: url("../graphics/greenlight-dash.svg") center/cover no-repeat;
      display: block;
      width: 35px;
      height: 74px;
      float: left;
      margin-right: 10px; }
  @media only screen and (min-width: 992px) {
    .casestudies main #related-work article {
      max-width: 320px; } }
  @media only screen and (min-width: 1200px) {
    .casestudies main #related-work article {
      max-width: 380px; } }
  .casestudies main #related-work article a {
    color: #222222; }
    .casestudies main #related-work article a .work-thumb {
      position: relative;
      height: 436px;
      overflow: hidden;
      background-color: #222222;
      filter: grayscale(100%);
      transition: filter 0.3s ease; }
      .casestudies main #related-work article a .work-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 436px;
        max-width: 1000px;
        transform: translateX(-50%) translateY(-50%);
        transition: transform 0.3s ease, opacity 1s; }
      .casestudies main #related-work article a .work-thumb:after {
        content: '';
        background-color: rgba(34, 34, 34, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: background-color 0.3s ease; }
    .casestudies main #related-work article a:hover .work-thumb {
      filter: grayscale(0); }
      .casestudies main #related-work article a:hover .work-thumb img {
        transform: translateX(-50%) translateY(-50%) scale(1.1); }
      .casestudies main #related-work article a:hover .work-thumb:after {
        background-color: rgba(34, 34, 34, 0); }
    .casestudies main #related-work article a .work-inner {
      background-color: #ffffff;
      text-align: center;
      padding: 35px 20px 25px;
      margin-bottom: 30px; }
      @media only screen and (min-width: 1200px) {
        .casestudies main #related-work article a .work-inner {
          margin-bottom: 0; } }
      .casestudies main #related-work article a .work-inner h4 {
        margin-bottom: 15px;
        font-size: 3.4em; }
      .casestudies main #related-work article a .work-inner p {
        font-style: italic;
        display: block;
        display: -webkit-box;
        height: 80px;
        margin: 0 auto;
        font-size: 1.4em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }

body.what-we-do #what-we-do article {
  margin-bottom: 120px;
  padding-right: 60px; }
  body.what-we-do #what-we-do article a {
    color: #ffffff; }
  body.what-we-do #what-we-do article h2 {
    color: #333333;
    transition: color 0.3s; }
    body.what-we-do #what-we-do article h2:before {
      content: '';
      background: url("../graphics/greenlight-dash.svg") center/cover no-repeat;
      display: block;
      width: 35px;
      height: 74px;
      float: left;
      margin-right: 10px; }
  body.what-we-do #what-we-do article figure {
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 200px; }
    body.what-we-do #what-we-do article figure img {
      z-index: 10;
      transition: transform 0.3s; }
  body.what-we-do #what-we-do article p {
    margin-bottom: 10px;
    font-size: 1.4em;
    font-style: italic; }
    body.what-we-do #what-we-do article p.lead {
      font-size: 2em;
      margin-bottom: .6em;
      font-style: normal; }
  body.what-we-do #what-we-do article:hover h2 {
    color: #1fc2ce; }
  body.what-we-do #what-we-do article:hover img {
    transform: scale(1.2); }

.services #what-we-offer ul li {
  list-style: none;
  font-size: 1em;
  padding-left: 1em;
  position: relative;
  margin-bottom: .6em;
  width: 100%;
  margin-left: 4%;
  float: left; }
  .services #what-we-offer ul li:before {
    content: '\2022';
    font-size: 2.2em;
    line-height: 1.2;
    color: #1fc2ce;
    position: absolute;
    left: -.5em;
    top: -8px; }
  @media only screen and (min-width: 992px) {
    .services #what-we-offer ul li {
      font-size: 1.2em;
      width: 29.3%; } }

.services #what-we-offer h2 {
  color: #333333;
  line-height: .8em;
  margin-bottom: 40px; }
  .services #what-we-offer h2:before {
    content: '';
    background: url("../graphics/greenlight-dash.svg") center/cover no-repeat;
    display: block;
    width: 35px;
    height: 74px;
    float: left;
    margin-right: 10px; }

.services #our-work h2 {
  color: #222222;
  line-height: .8em;
  margin-bottom: 20px; }
  .services #our-work h2:before {
    content: '';
    background: url("../graphics/greenlight-dash.svg") center/cover no-repeat;
    display: block;
    width: 35px;
    height: 74px;
    float: left;
    margin-right: 10px; }

@media only screen and (min-width: 992px) {
  .services #our-work article {
    max-width: 320px; } }

@media only screen and (min-width: 1200px) {
  .services #our-work article {
    max-width: 380px; } }

.services #our-work article a {
  color: #222222; }
  .services #our-work article a .work-thumb {
    position: relative;
    height: 436px;
    overflow: hidden;
    background-color: #222222;
    filter: grayscale(100%);
    transition: filter 0.3s ease; }
    .services #our-work article a .work-thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 436px;
      max-width: initial;
      transform: translateX(-50%) translateY(-50%);
      transition: transform 0.3s ease, opacity 1s; }
    .services #our-work article a .work-thumb:after {
      content: '';
      background-color: rgba(34, 34, 34, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: background-color 0.3s ease; }
  .services #our-work article a:hover .work-thumb {
    filter: grayscale(0); }
    .services #our-work article a:hover .work-thumb img {
      transform: translateX(-50%) translateY(-50%) scale(1.1); }
    .services #our-work article a:hover .work-thumb:after {
      background-color: rgba(34, 34, 34, 0); }
  .services #our-work article a .work-inner {
    background-color: #ffffff;
    text-align: center;
    padding: 35px 20px 25px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1200px) {
      .services #our-work article a .work-inner {
        margin-bottom: 0; } }
    .services #our-work article a .work-inner h4 {
      margin-bottom: 15px;
      font-size: 3.4em; }
    .services #our-work article a .work-inner p {
      font-style: italic;
      display: block;
      display: -webkit-box;
      height: 80px;
      margin: 0 auto;
      font-size: 1.4em;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

body.people #meet-the-team {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #222222;
  color: #ffffff; }
  body.people #meet-the-team h2 {
    margin-bottom: 60px;
    color: #333333; }
    body.people #meet-the-team h2:before {
      content: '';
      background: url("../graphics/greenlight-dash.svg") center/cover no-repeat;
      display: block;
      width: 35px;
      height: 74px;
      float: left;
      margin-right: 10px; }
  body.people #meet-the-team ul {
    font-size: 1em; }
    body.people #meet-the-team ul.filter {
      text-align: center;
      margin-bottom: 60px; }
      body.people #meet-the-team ul.filter li {
        display: inline-block;
        margin: 10px;
        font-size: 1.6em;
        font-style: italic;
        background-color: #333333; }
        body.people #meet-the-team ul.filter li a {
          color: #ffffff; }
  body.people #meet-the-team button.view-all {
    color: #ffffff; }
  body.people #meet-the-team ul#team-members {
    position: relative;
    font-size: 1em;
    padding-left: 0; }
    body.people #meet-the-team ul#team-members li {
      margin: 15px 0;
      position: static; }
      body.people #meet-the-team ul#team-members li:before {
        display: none; }
      body.people #meet-the-team ul#team-members li.open .team-thumb {
        position: relative;
        z-index: 20; }
      body.people #meet-the-team ul#team-members li.open:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(34, 34, 34, 0.9); }
      body.people #meet-the-team ul#team-members li .team-thumb {
        cursor: pointer;
        background-color: #111; }
        body.people #meet-the-team ul#team-members li .team-thumb .b-lazy {
          min-height: 200px; }
          @media only screen and (min-width: 768px) {
            body.people #meet-the-team ul#team-members li .team-thumb .b-lazy {
              min-height: 240px; } }
          @media only screen and (min-width: 992px) {
            body.people #meet-the-team ul#team-members li .team-thumb .b-lazy {
              min-height: 300px; } }
          @media only screen and (min-width: 1200px) {
            body.people #meet-the-team ul#team-members li .team-thumb .b-lazy {
              min-height: 234px; } }
        body.people #meet-the-team ul#team-members li .team-thumb .inner {
          padding: 30px 0 25px;
          background-color: #333333;
          height: 140px;
          text-align: center;
          cursor: pointer; }
          body.people #meet-the-team ul#team-members li .team-thumb .inner p {
            font-style: italic;
            max-width: 300px;
            margin: 0 auto;
            line-height: 1.4; }
      body.people #meet-the-team ul#team-members li .bio {
        padding: 80px 20px;
        z-index: 20;
        display: none;
        position: relative; }
        @media only screen and (min-width: 768px) {
          body.people #meet-the-team ul#team-members li .bio {
            padding: 80px 0 40px;
            transform: translateX(-50%);
            width: 570px; } }
        body.people #meet-the-team ul#team-members li .bio p {
          opacity: 0;
          transition: opacity 1s; }
        body.people #meet-the-team ul#team-members li .bio.open p {
          opacity: 1; }
        body.people #meet-the-team ul#team-members li .bio .close-bio {
          position: absolute;
          top: 20px;
          right: 20px;
          width: 50px;
          height: 50px;
          padding-top: 25px;
          cursor: pointer; }
          @media only screen and (min-width: 768px) {
            body.people #meet-the-team ul#team-members li .bio .close-bio {
              top: 85px;
              right: -90px; } }
          body.people #meet-the-team ul#team-members li .bio .close-bio:before, body.people #meet-the-team ul#team-members li .bio .close-bio:after {
            content: '';
            width: 50px;
            height: 1px;
            display: block;
            background-color: #1fc2ce; }
          body.people #meet-the-team ul#team-members li .bio .close-bio:before {
            transform: rotate(45deg); }
          body.people #meet-the-team ul#team-members li .bio .close-bio:after {
            transform: rotate(-45deg); }
      @media only screen and (min-width: 768px) {
        body.people #meet-the-team ul#team-members li:nth-child(2n+1) .bio {
          left: 310px; }
        body.people #meet-the-team ul#team-members li:nth-child(2n+2) .bio {
          left: -50px; } }
      @media only screen and (min-width: 992px) {
        body.people #meet-the-team ul#team-members li:nth-child(2n+1) .bio {
          left: 430px; } }
      @media only screen and (min-width: 1200px) {
        body.people #meet-the-team ul#team-members li:nth-child(3n+1) .bio {
          left: 555px; }
        body.people #meet-the-team ul#team-members li:nth-child(3n+2) .bio {
          left: 50%; }
        body.people #meet-the-team ul#team-members li:nth-child(3n+3) .bio {
          left: -205px; } }

body.careers #graduate ul.job-listings {
  padding-left: 0; }
  body.careers #graduate ul.job-listings li {
    padding-left: 0;
    display: block;
    clear: both; }
    body.careers #graduate ul.job-listings li:before {
      display: none; }
    body.careers #graduate ul.job-listings li a.btn.download-btn {
      float: right;
      margin-top: 0;
      margin-bottom: 10px;
      margin-left: 10px; }

body.careers .hear-from-you .inner {
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    body.careers .hear-from-you .inner {
      float: right;
      max-width: 330px; } }
  @media only screen and (min-width: 992px) {
    body.careers .hear-from-you .inner {
      max-width: 450px; } }
  @media only screen and (min-width: 1200px) {
    body.careers .hear-from-you .inner {
      max-width: 540px; } }
  body.careers .hear-from-you .inner h2 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      body.careers .hear-from-you .inner h2 {
        margin-bottom: 60px; } }

@media only screen and (min-width: 768px) {
  body.careers .contact-form .inner {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (min-width: 1200px) {
  body.careers .contact-form .inner {
    padding-left: 120px; } }

body.careers .contact-form .inner iframe {
  width: 100%;
  height: 880px; }

body.careers .bamboo {
  padding-top: 120px;
  display: flex;
  justify-content: center;
  height: 100%;
  margin-bottom: 80px; }

body.careers .bamboo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
  width: 800px; }

body.careers .bamboo-container h2 {
  display: none; }

body.careers #BambooHR-Footer {
  display: none; }

body.careers .nested-item {
  display: flex;
  align-items: center;
  align-content: center; }

body.careers .nested-image {
  align-self: center;
  height: auto; }

body.contact #map {
  height: 680px;
  display: block; }
  body.contact #map > div {
    background-color: #222222 !important; }

body.contact #site-heading {
  display: block;
  padding-top: 180px;
  padding-bottom: 120px;
  height: auto; }
  body.contact #site-heading #find-us {
    padding: 50px; }
    body.contact #site-heading #find-us p {
      font-style: italic; }
      body.contact #site-heading #find-us p a {
        color: #ffffff; }

body.contact .lets-talk-about-you .inner {
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    body.contact .lets-talk-about-you .inner {
      float: right;
      max-width: 330px; } }
  @media only screen and (min-width: 992px) {
    body.contact .lets-talk-about-you .inner {
      max-width: 450px; } }
  @media only screen and (min-width: 1200px) {
    body.contact .lets-talk-about-you .inner {
      max-width: 540px; } }
  body.contact .lets-talk-about-you .inner h2 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      body.contact .lets-talk-about-you .inner h2 {
        margin-bottom: 60px; } }

@media only screen and (min-width: 768px) {
  body.contact .contact-form .inner {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (min-width: 1200px) {
  body.contact .contact-form .inner {
    padding-left: 120px; } }

body.contact .contact-form .inner iframe {
  width: 100%;
  height: 1040px; }
  body.contact .contact-form .inner iframe body,
  body.contact .contact-form .inner iframe form.form {
    margin: 0; }
  body.contact .contact-form .inner iframe label {
    color: #fff !important; }

body.contact footer#site-footer:before {
  display: none; }
body.contact .contactform .umbraco-forms-caption {
    display: none;
}

main {
  background-color: #ffffff; }
  main .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 510px; }
    @media only screen and (min-width: 768px) {
      main .inner {
        max-width: 690px; } }
    @media only screen and (min-width: 992px) {
      main .inner {
        max-width: 455px; } }
    @media only screen and (min-width: 1200px) {
      main .inner {
        max-width: 540px; } }
    @media only screen and (min-width: 992px) {
      main .inner.right {
        float: right; } }
  main ul {
    padding-left: 2.5em;
    font-size: 1.6em; }
    main ul li {
      padding-left: 1em;
      list-style: none;
      position: relative;
      margin-bottom: .6em; }
      main ul li:before {
        content: '\2022';
        font-size: 2.2em;
        line-height: 1.2;
        color: #1fc2ce;
        position: absolute;
        left: -.5em;
        top: -8px; }
      main ul li ul {
        font-size: 1em;
        margin: 1em 0;
        padding-left: 2.5em; }
        main ul li ul li:before {
          content: '\2014';
          font-size: 1em;
          line-height: 2.8;
          left: -1em; }
  main section.image-content-component .container-fluid {
    max-width: 1600px; }
  @media only screen and (min-width: 992px) {
    main section.image-content-component.row-reverse .row {
      flex-direction: row-reverse; } }
  main .col-lg-5 .inner {
    max-width: 510px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      main .col-lg-5 .inner {
        max-width: 690px; } }
    @media only screen and (min-width: 992px) {
      main .col-lg-5 .inner {
        max-width: 355px;
        margin: 0; } }
    @media only screen and (min-width: 1200px) {
      main .col-lg-5 .inner {
        max-width: 435px; } }
    @media only screen and (min-width: 1360px) {
      main .col-lg-5 .inner {
        max-width: 420px; } }
  main .full-bleed-image {
    max-height: 500px;
    overflow-y: hidden; }
    @media only screen and (min-width: 992px) {
      main .full-bleed-image {
        margin-top: 0;
        margin-bottom: 0; } }
    main .full-bleed-image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  main .background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center/cover no-repeat #222222; }
  main .sitemap-list ul {
    font-size: 16px;
    line-height: 1.6em; }
  main .sitemap-list ul ul {
    font-size: 14px;
    line-height: 1.6em; }
  main .umbraco-forms-form input.text,
  main .umbraco-forms-form input.title,
  main .umbraco-forms-form textarea,
  main .umbraco-forms-form select {
    max-width: 100% !important;
    padding: 5px 10px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 1.4em; }
  main .umbraco-forms-form .umbraco-forms-caption,
  main .umbraco-forms-form h2, main .umbraco-forms-form h3, main .umbraco-forms-form h4, main .umbraco-forms-form h5, main .umbraco-forms-form h6 {
    font-size: 3.6em !important;
    margin-bottom: 1.2em;
    border-bottom: 1px solid #1fc2ce;
    color: #222222;
    display: inline-block;
    line-height: 1.4 !important; }
  main .umbraco-forms-form span.checkboxlist {
    padding: 10px 0; }
    main .umbraco-forms-form span.checkboxlist label {
      width: auto;
      clear: none; }
    main .umbraco-forms-form span.checkboxlist input {
      float: left;
      margin-bottom: 7px;
      margin-top: 8px;
      margin-right: 10px; }
  main .umbraco-forms-form .checkboxlist input, main .umbraco-forms-form .radiobuttonlist input, main .umbraco-forms-form .checkbox input {
    margin-right: 10px; }
  main .umbraco-forms-form .umbraco-forms-fieldset .umbraco-forms-field {
    clear: both;
    margin-bottom: 4em; }
  main .umbraco-forms-form .umbraco-forms-fieldset legend {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.2em;
    display: block; }
  main .umbraco-forms-form .umbraco-forms-fieldset span.umbraco-forms-tooltip {
    font-size: 1.4em;
    font-style: italic;
    color: #e61558; }
  main .umbraco-forms-form form input[type="submit"] {
    border-radius: 0;
    cursor: pointer; }
  main .img-100 > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

#site-heading .row {
  width: 100%; }

footer#site-footer {
  background-color: #333333;
  color: #ffffff; }
  footer#site-footer:before {
    content: '';
    display: block;
    position: relative;
    height: 10px;
    background: #1fc2ce;
    /* old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1fc2ce, #05e4bc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  footer#site-footer .foot-address {
    padding: 30px 0 10px; }
    footer#site-footer .foot-address p {
      font-size: 1.2em;
      line-height: 2;
      font-style: italic;
      text-align: center; }
    @media only screen and (min-width: 768px) {
      footer#site-footer .foot-address {
        padding: 60px 0; }
        footer#site-footer .foot-address p {
          text-align: left; } }
  footer#site-footer .foot-manifesto {
    margin-top: 8px; }
    footer#site-footer .foot-manifesto p {
      font-size: 1.4em;
      opacity: .5;
      line-height: 1.8;
      display: none; }
      @media only screen and (min-width: 992px) {
        footer#site-footer .foot-manifesto p {
          display: block; } }
    @media only screen and (min-width: 768px) {
      footer#site-footer .foot-manifesto {
        padding: 60px 0; } }
  footer#site-footer .foot-contact {
    padding: 10px 0 30px;
    text-align: center; }
    footer#site-footer .foot-contact ul {
      margin-top: -5px; }
      footer#site-footer .foot-contact ul.social-links li {
        display: inline-block;
        margin-right: 11px; }
        footer#site-footer .foot-contact ul.social-links li:last-child {
          margin-right: 0; }
      footer#site-footer .foot-contact ul.contact-details {
        margin-top: 18px; }
        footer#site-footer .foot-contact ul.contact-details li {
          display: block;
          margin-top: 6px;
          font-size: 1.2em; }
    footer#site-footer .foot-contact a {
      color: #ffffff;
      font-style: italic; }
      footer#site-footer .foot-contact a.social-icon {
        margin-right: 10px; }
        footer#site-footer .foot-contact a.social-icon:last-child {
          margin-right: 0; }
        footer#site-footer .foot-contact a.social-icon img {
          width: 45px; }
    @media only screen and (min-width: 768px) {
      footer#site-footer .foot-contact {
        padding: 60px 0;
        text-align: right; } }
  footer#site-footer .footer-sitemap {
    background-color: #222222;
    padding: 10px; }
    footer#site-footer .footer-sitemap p {
      font-size: 1em;
      text-align: center;
      font-style: italic; }
      footer#site-footer .footer-sitemap p a {
        color: inherit; }
  footer#site-footer .footer-icon-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  footer#site-footer .footer-logo {
    height: auto;
    max-width: 150px;
    margin: 10px;
    max-height: 70px; }

body.blogs {
  /* Modal Content/Box */ }
  body.blogs #site-nav {
    background-color: #111;
    padding-top: 0px; }
  body.blogs .show-only-xs {
    margin-top: -20px; }
  @media only screen and (min-width: 1023px) and (max-width: 1200px) {
    body.blogs .filter-text {
      margin-bottom: 43px !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body.blogs .hide-at-tablet {
      display: none; } }
  @media (min-width: 767px) {
    body.blogs .show-only-xs {
      display: none !important; }
    body.blogs .show-above-xs {
      display: block !important; } }
  body.blogs .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
  body.blogs .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
    height: 55%; }
  body.blogs .blog-content {
    margin-top: 20px; }
    body.blogs .blog-content ol {
      font-size: 1.6em; }
    body.blogs .blog-content h1, body.blogs .blog-content span.h1, body.blogs .blog-content h2, body.blogs .blog-content span.h2, body.blogs .blog-content h3, body.blogs .blog-content span.h3, body.blogs .blog-content h4, body.blogs .blog-content span.h4, body.blogs .blog-content h5, body.blogs .blog-content span.h5, body.blogs .blog-content h6, body.blogs .blog-content span.h6 {
      display: inline-block;
      font-family: "BebasNeueBold", serif;
      clear: both;
      font-weight: normal; }
    body.blogs .blog-content h1, body.blogs .blog-content h2, body.blogs .blog-content h3, body.blogs .blog-content h4, body.blogs .blog-content span.h4 {
      color: black;
      font-size: 48px;
      border-bottom: 1px solid #1fc2ce; }
    body.blogs .blog-content h5, body.blogs .blog-content span.h5 {
      font-size: 35px;
      line-height: 1; }
    body.blogs .blog-content h6, body.blogs .blog-content span.h6 {
      font-size: 30px; }
    body.blogs .blog-content blockquote::before {
      content: '"';
      display: block;
      font-family: "BebasNeueBold", serif;
      font-size: 15em;
      line-height: 1;
      margin-bottom: -.5em;
      font-style: normal; }
    body.blogs .blog-content blockquote p {
      font-family: Merriweather, serif;
      font-style: italic;
      font-size: 3em;
      padding-top: .5em;
      margin-left: 1em; }
  body.blogs .filter-clear {
    padding-top: 20px;
    font-family: Merriweather, serif; }
    body.blogs .filter-clear button {
      top: 10px; }
  body.blogs .filter-apply {
    padding: 30px;
    font-family: Merriweather, serif; }
    body.blogs .filter-apply button {
      bottom: 10px; }
  body.blogs .search-toggle-button__inner.active {
    background-color: #1fc2ce; }
    body.blogs .search-toggle-button__inner.active span {
      border-color: white; }
  body.blogs .quote .card-title:before {
    content: '"';
    display: block;
    font-size: 2.8em;
    font-size: 4em;
    line-height: .9em;
    font-family: "BebasNeueBold", serif;
    font-size: 7em;
    line-height: 1;
    margin-bottom: -.5em;
    font-style: normal; }
  body.blogs .search-with-button {
    width: 25.5em; }
  body.blogs .no-blogs-text {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  body.blogs .search-toggle-button__inner {
    background: white;
    position: absolute;
    top: 0px;
    width: 3em;
    height: 3.5em;
    border: none;
    padding-top: 1em; }
    body.blogs .search-toggle-button__inner .search-toggle-button__circle {
      width: 14px;
      height: 14px;
      border: 2.4px solid #272727;
      border-radius: 100px;
      position: absolute;
      display: block;
      top: 0;
      text-indent: -9999px;
      transform: rotate(0deg);
      transition: all 250ms ease-in-out;
      margin-top: 1em; }
    body.blogs .search-toggle-button__inner .search-toggle-button__rectangle {
      position: absolute;
      margin-top: 1em;
      left: 16px;
      top: 12px;
      width: 7px;
      border: 1.2px solid #272727;
      border-bottom-right-radius: 12px;
      transform: rotate(45deg);
      transition: all 250ms ease-in-out; }
  body.blogs .at-share-btn {
    border: solid 2px #d0d0d0; }
  body.blogs .page-navigation .action-btn {
    font-family: "BebasNeueBold", serif;
    text-transform: uppercase;
    font-size: 2.2em;
    letter-spacing: .5px;
    line-height: 0.7;
    padding: 20px 20px 16px 20px;
    color: #fff;
    background-color: #1fc2ce;
    margin: 20px 0 20px 0;
    border: none;
    float: right;
    width: 5em;
    cursor: pointer; }
  body.blogs .page-navigation .next-btn {
    float: left !important; }
  @media (max-width: 767px) {
    body.blogs .page-navigation .numbers {
      display: none !important; } }
  body.blogs .page-navigation .numbers {
    text-align: center;
    width: auto;
    display: inline-block;
    padding-top: 20px; }
    body.blogs .page-navigation .numbers button {
      font-family: "Merriweather", serif;
      font-style: italic;
      border: none;
      background: none;
      font-size: 2em;
      margin-top: 1em;
      margin: .5em;
      cursor: pointer;
      line-height: 1.5em; }
    body.blogs .page-navigation .numbers button.active {
      background-color: #1fc2ce;
      color: white; }
  body.blogs .addthis_button_facebook path {
    fill: #3b5998; }
  body.blogs .addthis_button_twitter path {
    fill: #1da1f2; }
  body.blogs .at300b {
    border: solid 2px #d0d0d0;
    width: 25%;
    display: inline-block;
    height: 4em;
    margin-right: 20px; }
    body.blogs .at300b span {
      position: relative;
      top: -10px; }
  body.blogs #iframe-wrapper {
    flex: 1; }
  @media (max-width: 767px) {
    body.blogs .hide-above-xs {
      display: none !important; }
    body.blogs .show-above-xs {
      display: none !important; }
    body.blogs .modal {
      z-index: 9999; }
    body.blogs .modal-content {
      height: 100%;
      width: 100%;
      margin: 60px auto; } }

#blogs {
  background-color: #f9f9f9; }
  #blogs .st0 {
    fill: none;
    stroke: #1FC2CE;
    stroke-width: 2;
    stroke-linecap: square; }
  #blogs .view-all-blogs {
    margin-top: 30px; }
    #blogs .view-all-blogs .view-all-blogs-link {
      font-size: 4.8em;
      text-align: right;
      color: black; }
    #blogs .view-all-blogs .view-all-blogs-link::before {
      left: .5em;
      height: 1em; }
  #blogs .addthis_toolbox span {
    color: black;
    font-size: 1.3em;
    font-style: italic; }
  #blogs .article-list .article-card {
    padding: 15px; }
  #blogs .filter-btn button {
    background: none;
    border: none;
    color: white;
    font-style: italic;
    cursor: pointer; }
  #blogs .card {
    background-color: white;
    height: 100%;
    border: none;
    padding-bottom: 70px;
    color: black; }
    #blogs .card .card-img {
      height: 14rem; }
      #blogs .card .card-img img {
        height: 100%;
        width: 100%; }
    #blogs .card .card-tag span {
      font-size: 15px;
      color: white;
      background-color: black;
      position: absolute;
      top: 25px;
      margin-left: 25px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 15px;
      padding-left: 15px;
      font-style: italic;
      font-weight: 100; }
    #blogs .card .card-body {
      height: 50%;
      margin-bottom: 25px;
      color: black; }
      #blogs .card .card-body .card-title {
        font-size: 1.5rem;
        line-height: 1.5em;
        margin-bottom: 15px; }
      #blogs .card .card-body .card-text {
        font-style: italic; }
    #blogs .card .quote {
      padding-top: 5rem;
      padding-right: 3em;
      padding-left: 3em; }
      #blogs .card .quote h2 {
        font-size: 4.2rem;
        line-height: 2rem;
        padding-top: 15px; }
      #blogs .card .quote .card-title {
        height: 25rem;
        overflow: hidden; }
      #blogs .card .quote p {
        font-size: 1.2rem !important;
        font-style: italic; }
    #blogs .card .author-details {
      bottom: 0px;
      position: absolute;
      padding: 1.25rem;
      font-style: italic;
      width: 100%; }
      #blogs .card .author-details p {
        display: inline; }
      #blogs .card .author-details .flex-container {
        display: flex;
        align-items: center;
        height: 100%; }
      #blogs .card .author-details .arrow {
        margin-left: -15px; }
      #blogs .card .author-details .arrow-image {
        width: 100%; }
      #blogs .card .author-details .next {
        height: 28px; }
  #blogs .search-section-wrapper {
    display: flex;
    align-items: center; }
  #blogs .question-search-text {
    margin: 0;
    vertical-align: unset;
    display: block;
    margin-right: 10px; }
  #blogs .card.featured {
    background-color: #222222;
    color: white; }
    #blogs .card.featured .card-tag span {
      background-color: #1fc2ce; }
    #blogs .card.featured .card-body {
      color: white; }
  #blogs .blog-tag-list {
    margin-bottom: 20px; }
    #blogs .blog-tag-list li {
      margin-right: 10px;
      font-size: 17px;
      background-color: #222222;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 15px;
      padding-left: 15px; }
      #blogs .blog-tag-list li a {
        color: white; }
  #blogs #blog-search-section {
    margin-bottom: 25px; }
    #blogs #blog-search-section p {
      margin: 0;
      vertical-align: unset;
      display: inline;
      margin-right: 10px;
      min-width: 5em; }
    #blogs #blog-search-section select {
      font-size: 20px;
      margin-right: 20px; }
    #blogs #blog-search-section input {
      width: 86%;
      margin: 0px;
      height: 2.2em; }
    #blogs #blog-search-section #blog-search-section {
      font-size: 17px;
      padding-left: 15px;
      border: 1px solid #f0f0f0;
      padding-top: 2px;
      padding-bottom: 2px; }
  #blogs #single-blog-section {
    padding-top: 25px;
    padding-bottom: 50px; }
    #blogs #single-blog-section hr {
      background: #dedede;
      margin-bottom: 20px; }
  #blogs .author-card {
    height: auto;
    background-color: #333333 !important;
    padding-bottom: 0px;
    margin-bottom: 60px; }
    #blogs .author-card .card-title {
      font-size: 2.2rem !important; }
    #blogs .author-card .author-btn {
      text-align: center;
      font-family: "BebasNeueBold", serif;
      font-size: 22px;
      margin-top: 35px; }
      #blogs .author-card .author-btn span {
        background-color: #222222;
        padding: 10px;
        color: white !important; }
  #blogs .right-hand-header {
    font-size: 1.3rem;
    margin-bottom: .5em; }

.article-header h1 {
  font-size: 6em;
  padding: 0px; }

.article-header h1:before {
  display: none; }

.article-header #article-sticky-header {
  color: white;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  background-color: #222222; }
  .article-header #article-sticky-header a {
    color: white;
    text-decoration: underline;
    font-style: italic;
    font-size: 15px; }

.article-header #hero-image {
  opacity: 0.7; }

.down-arrow {
  display: inline-block;
  transform: rotate(-90deg);
  margin-left: 10px;
  font-size: 40px;
  font-weight: 100;
  font-family: serif; }

.download-btn-container {
  background-color: white;
  font-style: italic;
  padding: 25px;
  margin-bottom: 30px; }

.download-button {
  display: block;
  text-align: center;
  float: left;
  max-width: 100%;
  font-family: "BebasNeueBold", serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 3.2em;
  letter-spacing: .5px;
  line-height: 0.7;
  padding: 20px 20px 16px 20px;
  color: #fff;
  background-color: #1fc2ce; }
  .download-button a {
    color: #fff; }
    .download-button a:hover {
      text-decoration: underline; }

.dot-digital-form {
  height: 640px;
  width: 800px;
  border: 0px;
  box-shadow: 0px 1px 4px #0000008c; }

@media (max-width: 1200px) {
  .dot-digital-form {
    height: 750px; } }

#article-download {
  margin-bottom: 20px; }

.fs-wrap {
  cursor: pointer;
  line-height: 1;
  width: 25em;
  margin-right: 20px;
  display: inline-block; }

.fs-label-wrap {
  position: relative;
  background-color: #fff;
  cursor: default;
  min-width: 25em; }

.fs-open .fs-label-wrap {
  box-shadow: #d4d4d4 0px -1px 3px 0px; }
  .fs-open .fs-label-wrap ::after {
    content: '';
    background-color: white;
    width: 99.5%;
    height: 10px;
    position: absolute;
    bottom: -7px;
    z-index: 3; }

.fs-label-wrap,
.fs-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-label-wrap .fs-label {
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px; }

.fs-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto; }

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  width: 35em;
  z-index: 2;
  padding: 0px 25px 0px 20px;
  box-shadow: #d4d4d4 0px -1px 3px 0px; }
  .fs-dropdown button {
    padding: 12px;
    font-size: 15px;
    background-color: white;
    border: 1px solid #f0f0f0;
    position: absolute;
    right: 25px; }

.fs-dropdown .fs-options {
  padding-top: 5px;
  height: 35em;
  overflow-y: scroll;
  margin-top: 2em; }

.fs-search input {
  width: 100% !important;
  border: 1px solid #d4d4d4; }

.fs-option,
.fs-search,
.fs-optgroup-label {
  padding: 6px 8px;
  cursor: default; }

.fs-option:last-child {
  border-bottom: none; }

.fs-search {
  padding: 0px;
  margin-top: 20px; }

.fs-no-results {
  padding: 6px 8px; }

.fs-option {
  cursor: pointer;
  word-break: break-all; }

.fs-option.disabled {
  opacity: 0.4;
  cursor: default; }

.fs-option.hl {
  background-color: #f5f5f5; }

.fs-wrap.multiple .fs-option {
  position: relative;
  padding: 5px 0px 5px 0px;
  font-size: 17px;
  width: 15.5em; }

.fs-wrap.multiple .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0; }

.fs-wrap.multiple .fs-option .fs-checkbox i {
  display: none; }

.fs-wrap.multiple .fs-option.selected .fs-option-label {
  background-color: #222222;
  color: white; }

.fs-option-label {
  padding: 10px;
  background-color: #DDDDDD;
  font-family: Merriweather;
  font-style: italic; }

.fs-optgroup-label {
  font-weight: bold;
  text-align: center; }

.hidden {
  display: none; }

/* -------------------- /Modules -------------------- */

input#\31 7ffc5e4-6bdb-4633-b3e5-edc700170829_Decline {
    display: none !important;
}

.contactform .dataconsent label.umbraco-forms-label {
    display: none;
}
