/* primairy colors */
/* secondary colors */
.contact-form .form-box {
  border: none;
  background-color: #e4e9ed; }

.contact-form.desktop .container-3 {
  max-width: 100%; }

.container-3 {
  background-color: #e4e9ed; }

.form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
  margin-left: 2%; }

.form-box input[type=email], .form-box input[type=number], .form-box input[type=tel], .form-box input[type=text], .form-box textarea {
  background-color: #fff; }

.form-box h2.Form__Title {
  font-size: 40px;
  text-align: center;
  color: #424d52;
  text-transform: uppercase;
  font-family: var(--font-black);
  text-rendering: auto;
  font-size: 44px;
  letter-spacing: 0.1px;
  margin: 0 0 18px; }

.form-box .Form__MainBody {
  padding: 0 16px; }
  .form-box .Form__MainBody section {
    width: 100%;
    margin-bottom: 0; }
    .form-box .Form__MainBody section:after {
      display: table;
      content: "";
      clear: both; }
    .form-box .Form__MainBody section .Form__Element {
      display: inline-block;
      width: 100%;
      margin: 0; }
      .form-box .Form__MainBody section .Form__Element:nth-child(odd) {
        margin-right: 0; }
      .form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
        margin-left: 2%; }
      .form-box .Form__MainBody section .Form__Element input {
        width: 100%;
        margin: 0; }
      .form-box .Form__MainBody section .Form__Element textarea {
        width: 100%; }
      .form-box .Form__MainBody section .Form__Element label {
        padding: 30px 0px 10px 0; }
      .form-box .Form__MainBody section .Form__Element .FormParagraphText {
        margin: 0;
        width: 100%; }
    .form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea {
      width: 100%; }
    .form-box .Form__MainBody section button {
      vertical-align: middle;
      white-space: nowrap;
      font-family: var(--font-bold);
      font-size: 18px;
      cursor: pointer;
      margin: 0;
      line-height: 1;
      padding: 12px 20px 18px 20px;
      border-radius: 0;
      background-color: #e71b17;
      color: #fff;
      -webkit-transition: background-color .3s,border-color .3s;
      transition: background-color .3s,border-color .3s;
      border: 0;
      font-weight: 700;
      width: 154px !important;
      float: left;
      margin-right: 0 !important;
      margin-left: 2.2% !important; }
      .form-box .Form__MainBody section button:after {
        font-family: 'mammicon';
        content: "\e903";
        color: #fff;
        position: relative;
        right: 0;
        bottom: -4px;
        font-size: 24px;
        font-weight: normal; }
    .form-box .Form__MainBody section .Form__Element.FormRecaptcha {
      width: 100%;
      margin-bottom: 30px;
      margin-left: 2.2% !important; }

.form-box aside.Form__Description {
  font-size: 18px;
  color: #263238;
  padding: 0 15px;
  text-align: center; }

.contact-form .form-box {
  padding: 60px 341px 38px 341px;
  margin-bottom: 0; }

.form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
  margin-left: 2%; }

.EPiServerForms .Form__Status .Form__Status__Message.hide {
  display: none !important; }

.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: transparent !important; }

.form-box .Form__MainBody section .Form__Element input {
  height: 43px; }

.contact-form::before {
  height: auto; }

.contact-form .form-box p {
  text-align: center;
  margin-top: 0; }

.Form__Status__Message {
  display: block;
  padding: 1rem;
  margin: 1rem 0; }

/* error styling */
.EPiServerForms .Form__Element .Form__Element__ValidationError {
  color: red;
  display: block;
  word-wrap: break-word;
  position: absolute;
  margin-top: 4px; }

.ValidationFail input, .ValidationFail input:focus, .ValidationFail input:active, .ValidationFail .Form__Element textarea {
  box-shadow: inset 0 0px 0 1px red !important;
  outline: none; }

.Form__Element.FormTextbox.FormTextbox--Textarea.ValidationRequired.ValidationFail .Form__Element__ValidationError {
  margin-top: -30px; }

.form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea textarea {
  height: 200px; }

.form-box .Form__MainBody section .Form__Element.FormTextbox {
  margin-top: 24px; }

@media (max-width: 1439px) and (min-width: 992px) {
  .contact-form .form-box {
    padding: 0 192px 48px 192px; }
    .contact-form .form-box h2.Form__Title {
      font-size: 38px;
      letter-spacing: 0.1px;
      padding: 48px 0 24px;
      margin: 0; }
    .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText) {
      margin: 0;
      width: 50%; }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText) input {
        border: none;
        background-color: #f8f9fa;
        box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText):nth-child(odd) {
        padding-left: 16px; }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText):nth-child(even) {
        padding-right: 16px; }
      .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText).FormTextbox--Textarea {
        width: 100%;
        padding-right: 0; }
        .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element:not(.FormRecaptcha):not(.FormParagraphText).FormTextbox--Textarea textarea {
          border: none;
          background-color: #f8f9fa;
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .contact-form .form-box #contact-form-container .Form__MainBody section .Form__Element.FormRecaptcha {
      margin-left: 0 !important; }
    .contact-form .form-box #contact-form-container .Form__MainBody section button {
      margin-left: 0 !important; }
    .contact-form .form-box p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0; }
    .contact-form .form-box .Form__MainBody {
      padding: 0; }
      .contact-form .form-box .Form__MainBody section .Form__Element label {
        padding: 32px 0px 16px 0; }
      .contact-form .form-box .Form__MainBody section .Form__Element input {
        height: 40px; }
      .contact-form .form-box .Form__MainBody section .Form__Element textarea {
        height: 120px;
        margin-bottom: 40px; }
      .contact-form .form-box .Form__MainBody section button {
        padding: 9px 20px 15px 20px;
        font-size: 16px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .contact-form .form-box {
    padding: 30px 0; }
    .contact-form .form-box #contact-form-container {
      width: 100%; }
      .contact-form .form-box #contact-form-container .Form__MainBody {
        padding: 0 15px; }
      .contact-form .form-box #contact-form-container .Form__Element {
        margin: 0; }
        .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea) {
          float: left;
          width: 48%; }
          .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea):nth-child(3) {
            margin-left: 4%; }
          .contact-form .form-box #contact-form-container .Form__Element.FormTextbox:not(.FormTextbox--Textarea) input {
            border: none;
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
        .contact-form .form-box #contact-form-container .Form__Element .FormTextbox--Textarea textarea {
          background-color: #f8f9fa;
          border: none;
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
        .contact-form .form-box #contact-form-container .Form__Element.FormRecaptcha {
          margin-left: 0 !important; }
      .contact-form .form-box #contact-form-container button {
        margin: 20px 0 0 0 !important; } }

@media only screen and (min-width: 1440px) {
  .form-box .Form__MainBody section .Form__Element {
    width: 46%;
    margin: 0; }
    .form-box .Form__MainBody section .Form__Element:nth-child(odd) {
      margin-right: 0;
      margin-left: 4.175%; }
    .form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
      margin-left: 2%; }
    .form-box .Form__MainBody section .Form__Element input {
      width: 100%;
      margin: 0;
      border: 0;
      padding: 0 10px;
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .form-box .Form__MainBody section .Form__Element textarea {
      width: 100%;
      margin-bottom: 30px;
      border: 0;
      padding: 10px;
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .form-box .Form__MainBody section .Form__Element label {
      padding: 0 0px 10px 0; }
    .form-box .Form__MainBody section .Form__Element.FormParagraphText {
      width: 100%;
      display: block;
      margin-bottom: 39px;
      margin-left: 0; }
    .form-box .Form__MainBody section .Form__Element.FormTextbox {
      margin-top: 24px; }
    .form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea {
      margin-top: 24px; }
      .form-box .Form__MainBody section .Form__Element.FormTextbox--Textarea textarea {
        width: 96%;
        background-color: #fff; } }

@media only screen and (max-width: 767px) {
  .contact-form .form-box {
    padding: 24px 12px; }
    .contact-form .form-box p {
      font-size: 16px;
      line-height: 1.5;
      color: #263238;
      text-align: left;
      padding-top: 0;
      margin-bottom: 0; }
    .contact-form .form-box h2 {
      font-size: 30px;
      line-height: 1.2;
      color: #263238;
      margin-bottom: 16px; }
    .contact-form .form-box .Form__MainBody {
      padding: 0; }
      .contact-form .form-box .Form__MainBody section .Form__Element label {
        padding: 14px 0 6px; }
      .contact-form .form-box .Form__MainBody button {
        margin-left: 0 !important; }
    .contact-form .form-box .Form__MainBody section .Form__Element:not(.FormRecaptcha):nth-child(even) {
      margin-left: 0; }
    .contact-form .form-box .Form__MainBody section .Form__Element.FormRecaptcha {
      margin-left: 0 !important;
      margin-bottom: 15px;
      margin-top: 15px; }
    .contact-form .form-box input {
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
      border: none;
      background-color: #f8f9fa; }
    .contact-form .form-box textarea {
      box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
      border: none;
      background-color: #f8f9fa;
      margin-bottom: 0; }
      .contact-form .form-box textarea:focus {
        background-color: #fff; }
  .form-box #contact-form-container button {
    margin-left: 0 !important; }
  .EPiServerForms .Form__Element .Form__Element__ValidationError {
    position: relative; }
  .Form__Element.FormTextbox.FormTextbox--Textarea.ValidationRequired.ValidationFail .Form__Element__ValidationError {
    margin-top: 0; } }

.goBack {
  display: none;
  color: rgba(255, 255, 255, 0.8);
  top: 2rem;
  padding-left: 25.3%;
  position: relative;
  font-family: var(--font-bold);
  text-decoration: none; }
  .goBack:before {
    font-family: 'mammicon';
    content: "\e905";
    position: relative;
    font-size: 20px;
    top: 2px;
    right: 3px;
    padding-right: 3px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.sideNav + .contentWrapper > div:nth-child(1) .text label {
  background-color: #263238; }

.sideNav + .contentWrapper > div:nth-child(3) .text label {
  background-color: #00595c; }

.sideNav + .contentWrapper > div:nth-child(4) .text label {
  background-color: #03a675; }

.sideNav + .contentWrapper > div:nth-child(5) .text label {
  background-color: #127899; }

.sideNav + .contentWrapper > div:nth-child(6) .text label {
  background-color: #3d9cbd; }

.sideNav + .contentWrapper > div:nth-child(7) .text label {
  background-color: #940d0f; }

.sideNav + .contentWrapper > div:nth-child(8) .text label {
  background-color: #7d5938; }

.sideNav + .contentWrapper > div:nth-child(9) .text label {
  background-color: #a3611c; }

.sideNav + .contentWrapper > div:nth-child(10) .text label {
  background-color: #5c0808; }

.sideNav + .contentWrapper > div:nth-child(11) .text label {
  background-color: #c40000; }

.bigImage {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  max-width: 100%; }
  .bigImage.center .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .bigImage.center .text h1 {
      font-size: 48px; }
    .bigImage.center .text p {
      font-size: 18px;
      font-family: var(--font-bold); }
  .bigImage.bottomLeft .text {
    position: absolute;
    bottom: 5rem;
    left: 215px;
    padding: 25px 30px 5px 0; }
    .bigImage.bottomLeft .text p {
      width: 700px; }
  .bigImage img {
    max-width: 100%;
    display: block; }
  .bigImage .text h1, .bigImage .text h2, .bigImage .text p {
    color: #fff; }
  .bigImage .text h1 {
    font-size: 26px; }
  .bigImage .text h2 {
    font-size: 26px;
    margin: 0 0 16px 0; }
  .bigImage .text p {
    font-size: 16px;
    font-family: var(--font-bold); }
  .bigImage .text label {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 12px 8px 11px;
    display: inline-block;
    margin-bottom: 30px; }

.contentWrapper > div:first-child .bigImage {
  height: 864px; }

.bigVideo {
  position: relative; }
  .bigVideo.center .text {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 25px 5px 25px;
    transform: translate(-50%, -50%); }
  .bigVideo.bottomLeft .text {
    position: absolute;
    bottom: 9rem;
    left: 22.5rem;
    padding: 30px 25px;
    background-color: rgba(0, 0, 0, 0.6); }
  .bigVideo img {
    max-width: 100%;
    display: block; }
  .bigVideo .text h1, .bigVideo .text h2, .bigVideo .text p {
    color: #fff; }
  .bigVideo .text h1 {
    font-size: 26px; }
  .bigVideo .text h2 {
    font-size: 26px;
    margin: 0 0 16px 0; }
  .bigVideo .text p {
    font-size: 16px; }
  .bigVideo .text label {
    background-color: #03a675;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 12px 8px 11px;
    display: inline-block;
    margin-bottom: 30px; }

.imageBlock {
  position: relative;
  margin-bottom: 16px; }
  .imageBlock a {
    color: #fff;
    font-size: 24px; }
  .imageBlock img {
    display: block;
    width: 100%; }
  .imageBlock .text {
    position: absolute;
    bottom: 17px;
    left: 16px;
    font-size: 18px;
    font-family: var(--font-bold); }
    .imageBlock .text label {
      display: block;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8);
      background-color: transparent !important; }

.videoBlock {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden; }
  .videoBlock img {
    display: block;
    width: 100%;
    margin: -6.3% 0;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .videoBlock span.play {
    font-family: 'mammicon';
    content: "\e910";
    font-size: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    color: #fff;
    width: 40px; }

.video:before {
  content: ""; }

figcaption {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
  color: #8c8c8c;
  font-size: 16px;
  font-family: var(--font-bold); }

.sideNav {
  width: 100%;
  z-index: 9;
  top: 0;
  right: auto;
  position: relative; }
  .sideNav.fixed {
    position: fixed;
    top: 0; }
  .sideNav.active > div:nth-child(2) a:after {
    content: "\e316"; }
  .sideNav.right {
    right: 0; }
  .sideNav div:nth-child(1) {
    padding-bottom: 0;
    background-color: #263238; }
  .sideNav div:nth-child(2) {
    background-color: #00595c; }
  .sideNav div {
    display: table;
    width: 100%; }
  .sideNav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    width: 100%;
    position: relative;
    white-space: normal;
    word-break: break-word; }
    .sideNav a:hover {
      color: #fff; }
  .sideNav > div:nth-child(2) a {
    padding: 0 16px 23px 16px;
    text-align: right; }
    .sideNav > div:nth-child(2) a:before {
      content: "Go to:";
      position: absolute;
      top: 7px;
      left: 16px; }
    .sideNav > div:nth-child(2) a:after {
      font-family: 'mammicon';
      content: "\e313";
      position: relative;
      top: 5px;
      left: 8px;
      color: #fff;
      font-size: 22px; }
    .sideNav > div:nth-child(2) a.active:after {
      content: "\e316"; }
  .sideNav > div:nth-child(1) {
    padding-bottom: 0; }
    .sideNav > div:nth-child(1) a {
      text-align: left;
      font-size: 16px;
      padding: 9px 5px 0 10px;
      color: rgba(255, 255, 255, 0.8); }
      .sideNav > div:nth-child(1) a.active {
        color: #fff;
        font-family: var(--font-bold); }
  .sideNav .collapse {
    height: calc(100vh - 96px);
    display: none; }
    .sideNav .collapse div {
      height: 65px;
      display: table;
      width: 100%; }
      .sideNav .collapse div:nth-child(1) {
        background-color: #03a675; }
      .sideNav .collapse div:nth-child(2) {
        background-color: #127899; }
      .sideNav .collapse div:nth-child(3) {
        background-color: #3d9cbd; }
      .sideNav .collapse div:nth-child(4) {
        background-color: #940d0f; }
      .sideNav .collapse div:nth-child(5) {
        background-color: #7d5938; }
      .sideNav .collapse div:nth-child(6) {
        background-color: #a3611c; }
      .sideNav .collapse div:nth-child(7) {
        background-color: #5c0808; }
      .sideNav .collapse div:nth-child(8) {
        background-color: #c40000; }
      .sideNav .collapse div:last-child a {
        color: #fff; }
      .sideNav .collapse div:last-child a:after {
        font-family: 'mammicon';
        content: "\e903";
        position: relative;
        top: 3px;
        left: 5px; }
      .sideNav .collapse div:last-child {
        background-color: #e3000f; }
        .sideNav .collapse div:last-child a {
          color: rgba(255, 255, 255, 0.8); }
        .sideNav .collapse div:last-child a:hover {
          color: #fff; }
  .sideNav:nth-child(-n+2) {
    display: block;
    background-color: #03a675;
    height: auto; }
    .sideNav:nth-child(-n+2) a {
      font-weight: bold;
      display: block; }
  .sideNav.right.mobile {
    display: none; }

.imageBlock .text {
  padding-right: 30px;
  line-height: 0.92;
  font-size: 24px;
  bottom: 20px; }

.imageBlock:after {
  font-family: 'mammicon';
  content: "\e903";
  color: #fff;
  font-style: normal;
  position: absolute;
  font-size: 22px;
  bottom: 15px;
  right: 10px; }

.bigImage.center .text {
  padding: 35px 50px;
  width: 60%; }

.columnLeft label.desktop {
  margin-bottom: 7px; }

.columnMiddle h3 {
  line-height: 1.08;
  margin-bottom: 13px; }

h2.mt-0 {
  margin: 0;
  font-size: 34px;
  color: #263238; }

@media (min-width: 767px) {
  .sideNav {
    top: 83px;
    right: 0;
    width: 151px;
    position: fixed; }
    .sideNav .collapse {
      display: block;
      height: auto; }
      .sideNav .collapse a {
        display: table-cell; }
    .sideNav.fixed {
      position: fixed;
      top: 83px; }
    .sideNav > div:nth-child(2) a:before, .sideNav > div:nth-child(2) a:after {
      display: none; }
    .sideNav > div:nth-child(2) a {
      display: table-cell;
      text-align: left;
      padding: 0 0 0 10px; }
    .sideNav a {
      height: 86px;
      display: table-cell;
      text-align: left;
      padding-left: 10px; }
      .sideNav a.active {
        display: table-cell;
        font-family: var(--font-bold);
        color: #fff; } }

body {
  overflow: auto; }

.contentWrapper {
  width: 100%;
  position: relative;
  margin: 0 auto; }

.content {
  width: 100%;
  display: flex;
  padding: 137px 0 128px 215px; }

.content.lightGrey {
  padding: 217px 0 222px 215px; }

.columnLeft {
  float: left;
  /* width: 692px; */
  width: 55.6%;
  padding-right: 40px; }
  .columnLeft .col-md-4 {
    display: none; }

.columnLeft .row {
  margin: 0; }

.columnMiddle {
  float: left;
  /* width: 310px; */
  width: 24.9%; }

.columnMiddle:after {
  display: table;
  content: "";
  clear: both; }

@media (max-width: 991px) and (min-width: 768px) {
  .sideNav {
    width: 120px; }
    .sideNav > div a {
      font-size: 15px; }
    .sideNav > div:nth-child(1) a {
      display: table-cell;
      font-size: 15px; }
  .contentWrapper > div:first-child .bigImage {
    height: 1150px; }
  .bigImage {
    height: 112vw; }
    .bigImage.center .text {
      height: 80%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transform: none; }
    .bigImage.bottomLeft .text {
      left: 25px;
      bottom: 50px;
      width: calc(100vw - 181px);
      width: -webkit-calc(100vw - 181px);
      width: -moz-calc(100vw - 181px);
      width: calc(100vw - 181px); }
      .bigImage.bottomLeft .text label {
        margin-bottom: 11px; }
      .bigImage.bottomLeft .text p {
        width: auto;
        margin-bottom: 0; }
      .bigImage.bottomLeft .text h2 {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 1.07; }
  .imageBlock {
    margin: 0; }
    .imageBlock .text {
      font-size: 16px; }
  .videoBlock {
    margin: 0; }
  .content {
    padding: 25px 0 30px 25px;
    display: block;
    width: 83%;
    width: -webkit-calc(100vw - 181px);
    width: -moz-calc(100vw - 181px);
    width: calc(100vw - 181px); }
    .content.lightGrey {
      width: 100%;
      padding: 50px 165px 50px 25px; }
      .content.lightGrey .columnLeft {
        padding: 0; }
        .content.lightGrey .columnLeft .col-md-4 {
          float: left;
          width: 33.33%;
          display: block; }
          .content.lightGrey .columnLeft .col-md-4 label.desktop {
            display: none !important; }
          .content.lightGrey .columnLeft .col-md-4 figure {
            display: block; }
            .content.lightGrey .columnLeft .col-md-4 figure img {
              width: 100%;
              float: none;
              margin: 0; }
            .content.lightGrey .columnLeft .col-md-4 figure figcaption label {
              display: none; }
        .content.lightGrey .columnLeft .col-md-8 {
          float: left;
          width: 64.66%;
          padding-left: 2%; }
    .content .columnLeft, .content .columnMiddle {
      float: none;
      width: 100%; }
    .content .columnMiddle {
      padding-top: 30px; }
      .content .columnMiddle > div ~ div {
        margin-left: 2%; }
      .content .columnMiddle .videoBlock, .content .columnMiddle .imageBlock {
        float: left;
        width: 32%; }
  .scrollItem span {
    font-size: 14px !important; }
  .contact-form .form-box #contact-form-container .Form__MainBody {
    padding: 0 25px; }
  .goBack {
    display: block;
    font-size: 17px;
    padding-left: 16px; } }

@media (max-width: 1439px) and (min-width: 992px) {
  .sideNav a {
    height: 64px; }
  .sideNav > div:nth-child(1) a {
    padding: 0 5px 0 10px; }
  .contentWrapper > div:first-child .bigImage, .contentWrapper > div .bigImage {
    height: 595px; }
  .scrollitem {
    top: 60vh; }
  div.firstLetter p:first-child::first-letter {
    font-family: var(--font-regular);
    font-size: 16px;
    margin: 0; }
  .bigImage.center .text h1 {
    font-size: 40px;
    line-height: 1.2; }
  .bigImage.center .text p {
    line-height: 1.11; }
  .bigImage.bottomLeft .text {
    bottom: 0;
    left: 32px;
    padding: 25px 192px 21px 0;
    width: 100%; }
    .bigImage.bottomLeft .text p {
      width: auto; }
  .bigImage .text label {
    line-height: 1.13;
    padding: 7px 16px 7px 16px;
    margin-bottom: 16px; }
  .bigImage .text h2 {
    font-size: 28px;
    line-height: 1.07;
    max-width: 482px; }
  .bigImage .text p {
    line-height: 1.13; }
  .content {
    padding: 40px 192px 80px 32px;
    display: block; }
    .content .columnLeft {
      width: 100%;
      float: none; }
      .content .columnLeft p {
        font-size: 16px; }
    .content .columnMiddle {
      width: 100%;
      float: none; }
      .content .columnMiddle:after {
        display: table;
        content: "";
        clear: both; }
      .content .columnMiddle .videoBlock, .content .columnMiddle .imageBlock {
        float: left;
        width: 31.2%;
        margin-right: 24px; }
      .content .columnMiddle > *:last-child {
        margin-right: 0; }
      .content .columnMiddle .imageBlock .text {
        font-size: 20px;
        line-height: 0.9; }
      .content .columnMiddle .imageBlock label {
        font-size: 14px;
        margin-bottom: 8px; }
      .content .columnMiddle h3 {
        line-height: 1.08;
        font-size: 24px;
        margin: 0 0 24px; }
    .content.lightGrey {
      padding: 81px 192px 80px 33px; }
      .content.lightGrey .columnLeft .row {
        margin: 0 -12px; }
      .content.lightGrey .columnLeft .col-md-4 {
        display: block;
        float: left;
        width: 35.155%;
        padding: 0 12px; }
        .content.lightGrey .columnLeft .col-md-4 label {
          display: none; }
        .content.lightGrey .columnLeft .col-md-4 figure.mobile img {
          float: none;
          width: 100%;
          margin-right: 0; }
        .content.lightGrey .columnLeft .col-md-4 figure.mobile figcaption {
          margin-top: 16px; }
      .content.lightGrey .columnLeft .col-md-8 {
        float: left;
        width: 64.332%;
        padding: 0 12px; }
        .content.lightGrey .columnLeft .col-md-8 h2.mt-0 {
          margin: 16px 0 24px;
          font-size: 28px; }
        .content.lightGrey .columnLeft .col-md-8 p {
          font-size: 16px;
          line-height: 1.5; }
  .play:before {
    position: relative;
    top: -5px; }
  .continue {
    padding-bottom: 54px; }
    .continue .contRead {
      font-size: 16px; } }

@media (max-width: 767px) {
  p, .continue .contRead {
    font-size: 16px; }
  h2.mt-0 {
    font-size: 26px;
    line-height: 1.23; }
  .sideNav {
    min-height: 80px; }
    .sideNav a {
      color: rgba(255, 255, 255, 0.8);
      font-family: var(--font-bold);
      padding-right: 11px; }
    .sideNav:not(.mobile) {
      display: none; }
    .sideNav:nth-child(-n+2) {
      background-color: #263238; }
    .sideNav > div:nth-child(1) {
      background-color: transparent;
      padding-top: 12px; }
      .sideNav > div:nth-child(1) a {
        padding: 0 0 0 12px;
        display: table-cell;
        color: #fff;
        font-size: 18px; }
    .sideNav > div:nth-child(2) {
      background-color: transparent;
      padding-right: 15px; }
      .sideNav > div:nth-child(2) a {
        padding: 2px 0 16px 0;
        color: #fff; }
        .sideNav > div:nth-child(2) a:before {
          left: 12px;
          top: 10px; }
        .sideNav > div:nth-child(2) a#mobileCurrent span {
          display: none; }
        .sideNav > div:nth-child(2) a:after {
          content: "\e313"; }
        .sideNav > div:nth-child(2) a.active:after {
          content: "\e316"; }
    .sideNav .collapse {
      height: auto; }
      .sideNav .collapse div {
        height: 64px; }
        .sideNav .collapse div:nth-child(1) {
          background-color: #00595c; }
        .sideNav .collapse div:nth-child(2) {
          background-color: #03a675; }
        .sideNav .collapse div:nth-child(3) {
          background-color: #127899; }
        .sideNav .collapse div:nth-child(4) {
          background-color: #3d9cbd; }
        .sideNav .collapse div:nth-child(5) {
          background-color: #940d0f; }
        .sideNav .collapse div:nth-child(6) {
          background-color: #7d5938; }
        .sideNav .collapse div:nth-child(7) {
          background-color: #a3611c; }
        .sideNav .collapse div:nth-child(8) {
          background-color: #5c0808; }
        .sideNav .collapse div:nth-child(9) {
          background-color: #c40000; }
        .sideNav .collapse div:last-child {
          background-color: #c40000; }
    .sideNav .active a {
      color: #fff; }
    .sideNav:nth-child(-n+2) a {
      display: table-cell; }
    .sideNav.right.mobile {
      display: block; }
    .sideNav + .contentWrapper div.segment:nth-child(3) .text label {
      background-color: #00595c; }
    .sideNav + .contentWrapper div.segment:nth-child(4) .text label {
      background-color: #03a675; }
    .sideNav + .contentWrapper div.segment:nth-child(5) .text label {
      background-color: #127899; }
    .sideNav + .contentWrapper div.segment:nth-child(6) .text label {
      background-color: #3d9cbd; }
    .sideNav + .contentWrapper div.segment:nth-child(7) .text label {
      background-color: #940d0f; }
    .sideNav + .contentWrapper div.segment:nth-child(8) .text label {
      background-color: #7d5938; }
    .sideNav + .contentWrapper div.segment:nth-child(9) .text label {
      background-color: #a3611c; }
    .sideNav + .contentWrapper div.segment:nth-child(10) .text label {
      background-color: #5c0808; }
    .sideNav + .contentWrapper div.segment:nth-child(11) .text label {
      background-color: #c40000; }
  .sideNav .collapse div:last-child a:after {
    display: none; }
  .contentWrapper:not(.marketDetail):before, .contentWrapper:not(.marketDetail):after {
    display: table;
    content: "";
    clear: both; }
  .contentWrapper > div .bigImage {
    width: auto;
    height: 405px; }
    .contentWrapper > div .bigImage .text {
      bottom: 24px;
      padding: 0;
      left: 12px; }
      .contentWrapper > div .bigImage .text p {
        width: 100%;
        line-height: 1.13; }
        .contentWrapper > div .bigImage .text p:last-child {
          margin-bottom: 0; }
      .contentWrapper > div .bigImage .text label {
        line-height: 1.13;
        margin-bottom: 24px;
        padding: 7px 12px 7px 11px; }
      .contentWrapper > div .bigImage .text h2 {
        line-height: 1.08;
        margin-bottom: 8px; }
  .contentWrapper > div .content {
    display: block;
    padding: 0; }
    .contentWrapper > div .content .columnLeft, .contentWrapper > div .content .columnRight, .contentWrapper > div .content .columnMiddle {
      float: none;
      padding: 40px 15px;
      width: 100%; }
    .contentWrapper > div .content .columnMiddle {
      padding-top: 0; }
      .contentWrapper > div .content .columnMiddle h3 {
        margin: 0 0 16px;
        line-height: 1.09;
        font-size: 22px; }
      .contentWrapper > div .content .columnMiddle .imageBlock:last-child {
        margin-bottom: 0; }
    .contentWrapper > div .content .columnLeft .col-md-4 {
      display: block; }
      .contentWrapper > div .content .columnLeft .col-md-4 > figure.mobile {
        margin-bottom: 24px; }
        .contentWrapper > div .content .columnLeft .col-md-4 > figure.mobile img {
          margin-right: 16px; }
        .contentWrapper > div .content .columnLeft .col-md-4 > figure.mobile figcaption {
          line-height: 1; }
          .contentWrapper > div .content .columnLeft .col-md-4 > figure.mobile figcaption label {
            color: #4f595f;
            line-height: 1.25;
            font-size: 16px;
            margin-bottom: 8px; }
    .contentWrapper > div .content .columnLeft .col-md-8 > label {
      display: none; }
  .contentWrapper > div:first-child .bigImage {
    width: 100%;
    height: calc(164vw - 50px); }
    .contentWrapper > div:first-child .bigImage .text {
      width: 100%;
      padding: 0 12px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .contentWrapper > div:first-child .bigImage .text h1 {
        font-size: 34px;
        font-family: var(--font-black);
        margin: 0 0 16px 0; }
      .contentWrapper > div:first-child .bigImage .text p {
        font-size: 16px;
        line-height: 1.75; }
    .contentWrapper > div:first-child .bigImage .scrollitem {
      display: none; }
  .goBack {
    display: block;
    font-size: 17px;
    padding-left: 16px; } }

@media (min-width: 1441px) {
  .contentWrapper > div:first-child .bigImage {
    height: 120vh; } }
