/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

a {
  text-decoration: none;
}

b {
  font-weight: 800;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* END RESET */
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  color: #242424;
  font-weight: 700;
}

.btn, .cms_a_-button_secondary, .cms_a_-button_primary {
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 8px 16px;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FEFEFE;
}

#header.admin {
  padding-top: 40px;
}

section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

ol,
ul {
  margin: 10px 0 10px 23px;
  list-style: inherit;
}

ol li,
ul li {
  display: list-item;
}

ul {
  margin-left: 20px;
}

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

hr {
  background-color: #dedede;
  border: 0;
  height: 1px;
}

hr.hr_small {
  width: 60%;
}

hr.hr_left {
  margin-left: 0;
}

hr.hr_styled {
  background-color: #242424;
  margin: 0 auto 40px;
  position: relative;
  width: 26px;
}

hr.hr_styled:after {
  background-color: #242424;
  bottom: -3px;
  content: '';
  height: 1px;
  left: -13px;
  position: absolute;
  width: 52px;
}

ol {
  list-style: decimal;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 6px 0 #FEFEFE;
          box-shadow: 0 0 6px 0 #FEFEFE;
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FEFEFE;
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FEFEFE;
}

button::-ms-input-placeholder,
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #FEFEFE;
}

button::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #FEFEFE;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]),
select,
textarea {
  -webkit-appearance: none;
  height: 44px;
}

input[type=file] {
  margin-top: 8px;
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  width: 100%;
  padding: 16px;
  outline: 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 0;
  color: #FEFEFE;
  font-family: "Open Sans", sans-serif;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FEFEFE;
  border-radius: 6px;
}

input:not([type=checkbox]):not([type=radio]).btn,
textarea.btn {
  color: #242424;
  padding: 10px 24px;
  border: 0;
}

input:not([type=checkbox]):not([type=radio]).btn.-secondary,
textarea.btn.-secondary {
  background: #4A90E2;
  color: #FEFEFE;
}

textarea {
  min-height: 150px;
}

input[type="submit"]:not([type=checkbox]):not([type=radio]) {
  width: auto;
  height: auto;
  max-width: 160px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #242424;
  padding: 10px 24px;
  border: 0;
  background: #FEFEFE;
  cursor: pointer;
}

input[type="submit"]:not([type=checkbox]):not([type=radio]):hover {
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
}

input[type="search"] {
  width: 100%;
  -webkit-appearance: none;
  height: 30px;
  padding: 5px 2.5%;
  outline: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 25px;
}

input[type="search"]:hover {
  cursor: pointer;
  border-color: #000;
  background: #000;
  color: #FEFEFE;
  text-decoration: none;
}

input:not([type=checkbox]):not([type=radio]).nestedInput50 {
  width: calc(50% - 8px);
  margin-right: 8px;
  margin-left: 8px;
  display: inline-block;
  float: left;
}

input:not([type=checkbox]):not([type=radio]).nestedInput50:first-child {
  margin-left: 0;
}

input:not([type=checkbox]):not([type=radio]).nestedInput50:last-child {
  margin-right: 0;
}

.nestedInputsInside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  clear: both;
}

select {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 100;
  width: auto;
  max-width: 100%;
  border: 1px solid #E7E7E7;
  padding: 10px 30px 10px 15px;
  border-radius: 3px;
  background: url("../images/select_arrow.svg") #fff no-repeat;
  background-size: 12px;
  background-position: 90% 50%;
  apperance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

form {
  width: 100%;
  max-width: 520px;
  font-size: 16px;
  font-weight: 400;
  color: #FEFEFE;
}

form table {
  width: 100%;
}

form.display_block table,
form.display_block tbody,
form.display_block td,
form.display_block th,
form.display_block tr {
  width: 100%;
  display: block;
  height: auto !important;
}

form.display_block td {
  float: left;
}

form.display_block td input#file {
  display: none;
}

form.display_block td input[type="text"],
form.display_block td textarea {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  table,
  td {
    width: 100%;
    display: block;
    height: auto !important;
  }
}

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

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  transition: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter 1s ease;
}

.cover {
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color ease-in-out 0.5s;
  transition: color ease-in-out 0.5s;
}

a:hover {
  color: #4A90E2;
  text-decoration: underline;
  -webkit-transition: color ease-in-out 0.1s;
  transition: color ease-in-out 0.1s;
}

.btn {
  text-decoration: none;
}

.btn.-secondary {
  color: #242424;
}

.btn.-secondary:active, .btn.-secondary:visited {
  color: #242424;
}

.btn:active, .btn:visited {
  text-decoration: none;
  color: #FEFEFE;
}

.marginT8 {
  margin-top: 8px;
}

.marginT16 {
  margin-top: 16px;
}

.marginT24 {
  margin-top: 24px;
}

.marginT32 {
  margin-top: 32px;
}

.marginT40 {
  margin-top: 40px;
}

.marginT48 {
  margin-top: 48px;
}

.marginT56 {
  margin-top: 66px;
}

.marginT64 {
  margin-top: 64px;
}

.marginB8 {
  margin-bottom: 8px;
}

.marginB16 {
  margin-bottom: 16px;
}

.marginB24 {
  margin-bottom: 24px;
}

.marginB32 {
  margin-bottom: 32px;
}

.marginB40 {
  margin-bottom: 40px;
}

.marginB48 {
  margin-bottom: 48px;
}

.marginB56 {
  margin-bottom: 66px;
}

.marginB64 {
  margin-bottom: 64px;
}

.marginB80 {
  margin-bottom: 80px;
}

.paddingT8 {
  padding-top: 8px;
}

.paddingT16 {
  padding-top: 16px;
}

.paddingT24 {
  padding-top: 24px;
}

.paddingT32 {
  padding-top: 32px;
}

.paddingT40 {
  padding-top: 40px;
}

.paddingT48 {
  padding-top: 48px;
}

.paddingT56 {
  padding-top: 66px;
}

.paddingT64 {
  padding-top: 64px;
}

.paddingB8 {
  padding-bottom: 8px;
}

.paddingB16 {
  padding-bottom: 16px;
}

.paddingB24 {
  padding-bottom: 24px;
}

.paddingB32 {
  padding-bottom: 32px;
}

.paddingB40 {
  padding-bottom: 40px;
}

.paddingB48 {
  padding-bottom: 48px;
}

.paddingB56 {
  padding-bottom: 66px;
}

.paddingB64 {
  padding-bottom: 64px;
}

.col100,
.col25,
.col33,
.col40,
.col45,
.col50,
.col55,
.col66,
.col75 {
  float: left;
}

.col100 {
  width: 100%;
}

.col75 {
  width: 75%;
}

@media (max-width: 767px) {
  .col75 {
    width: 100%;
    margin-bottom: 24px;
  }
  .col75:last-child {
    margin-bottom: 0;
  }
}

.col66 {
  width: 66%;
}

@media (max-width: 767px) {
  .col66 {
    width: 100%;
    margin-bottom: 24px;
  }
  .col66:last-child {
    margin-bottom: 0;
  }
}

.col55 {
  width: 55%;
}

@media (max-width: 767px) {
  .col55 {
    width: 100%;
    margin-bottom: 24px;
  }
  .col55:last-child {
    margin-bottom: 0;
  }
}

.col50 {
  width: 50%;
}

@media (max-width: 767px) {
  .col50 {
    width: 100%;
    margin-bottom: 24px;
  }
}

.col45 {
  width: 45%;
}

@media (max-width: 767px) {
  .col45 {
    width: 100%;
    margin-bottom: 24px;
  }
  .col45:last-child {
    margin-bottom: 0;
  }
}

.col40 {
  width: 40%;
}

@media (max-width: 767px) {
  .col40 {
    width: 100%;
    margin-bottom: 24px;
  }
  .col40:last-child {
    margin-bottom: 0;
  }
}

.col33 {
  width: 33%;
}

@media (max-width: 767px) {
  .col33 {
    width: 100%;
    margin-bottom: 24px;
  }
  .col33:last-child {
    margin-bottom: 0;
  }
}

.col25 {
  width: 25%;
}

@media (max-width: 767px) {
  .col25 {
    width: 100%;
    margin-bottom: 24px;
  }
  .col25:last-child {
    margin-bottom: 0;
  }
}

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

.row:after {
  content: "";
  display: table;
  clear: both;
}

.nestedContentFullWidth {
  margin: 0 -112px;
}

.nestedContent {
  padding: 88px 112px;
}

.nestedContentLeft {
  padding: 0 0 0 112px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1025px) {
  .nestedContentLeft {
    padding: 0 0 0 64px;
  }
}

@media (max-width: 767px) {
  .nestedContentLeft {
    padding: 0 24px;
  }
}

.nestedContentRight {
  padding: 0 112px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1025px) {
  .nestedContentRight {
    padding: 0 64px 0 0;
  }
}

@media (max-width: 767px) {
  .nestedContentRight {
    padding: 0 24px;
  }
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.center {
  text-align: center;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hiddenText {
  display: none;
}

.btn {
  background: #333;
}

.btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
  color: #FEFEFE;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btn.-secondary {
  background: #FEFEFE;
  color: #242424;
  border: 1px solid #333;
}

.cms_a_-button_secondary {
  background: #FEFEFE;
  color: #242424;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cms_a_-button_secondary:hover {
  color: #242424;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.cms_a_-button_primary {
  background: #333;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cms_a_-button_primary:hover {
  color: #FEFEFE;
  text-decoration: none;
  -webkit-transform: scale(1.025, 1.025);
          transform: scale(1.025, 1.025);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btnclose {
  width: 48px;
  height: 48px;
  background: url("../assets/btn_close.svg") no-repeat center center;
  background-size: 18px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}

.btnContainer .btn {
  margin-top: 16px;
}

.btnContainer .btn:first-child {
  margin-top: 0;
}

.btnContainer.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btnContainer.-center .btn {
  margin-left: 16px;
}

.btnContainer.-center .btn:first-child {
  margin-left: 0;
}

.h1.center,
.h2.center,
.h3.center,
.h4.center,
.h5.center,
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center;
}

.h1,
h1 {
  font-size: 32px;
  line-height: 48px;
  font-size: 3.2rem;
  line-height: 4.8rem;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 48px;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

.h2,
h2 {
  font-size: 32px;
  line-height: 48px;
  font-size: 3.2rem;
  line-height: 4.8rem;
}

@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 28px;
    line-height: 42px;
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}

.h3,
h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

.h4,
h4 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.h5,
h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .h5,
  h5 {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  -moz-font-feature-settings: "liga" on;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #242424;
  background: #FEFEFE;
  font-weight: 400;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 960px) {
  body.navOpen .mainNavBtn__inner {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
    background-color: transparent;
  }
  body.navOpen .mainNavBtn__inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  body.navOpen .mainNavBtn__inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
            transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
  body.navOpen .mainNav__list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.mainNav {
  position: fixed;
  top: 0;
  height: 64px;
  width: 100%;
  z-index: 999;
  text-align: center;
  clear: both;
  background: #FEFEFE;
  border-bottom: 1px solid #eee;
}

@media (max-width: 960px) {
  .mainNav {
    height: 64px;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 960px) {
  .mainNav__title {
    padding: 16px 0;
  }
}

.mainNav__logo {
  background: url("../assets/logo.png") no-repeat top center;
  width: 180px;
  height: 27px;
}

@media (max-width: 960px) {
  .mainNav__logoTabbar {
    background: url("../assets/logo.png") center left no-repeat;
    background-size: 100%;
    height: 30px;
    width: 165px;
  }
}

.mainNav__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 64px;
}

@media (max-width: 960px) {
  .mainNav__list {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: fixed;
    top: 64px;
    z-index: 999;
    display: block;
    width: 40%;
    height: 100%;
    margin: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FEFEFE;
  }
  .mainNav__list .mainNav__logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .mainNav__list {
    width: 88%;
  }
}

.mainNav__listItem {
  margin: 0 0 0 48px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainNav__listItem:first-child {
  margin-left: 0;
}

@media (max-width: 960px) {
  .mainNav__listItem {
    position: relative;
    display: block;
    height: auto;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    background: #FEFEFE;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .mainNav__listItem.-hasChildren {
    background: transparent;
  }
  .mainNav__listItem.-hasChildren.expand {
    background: transparent;
  }
  .mainNav__listItem.-logo {
    display: none;
  }
}

.mainNav__listItem a {
  color: #242424;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
}

@media (max-width: 960px) {
  .mainNav__listItem a {
    width: calc(100% - 48px);
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.mainNav__subMenu {
  display: none;
  position: absolute;
  top: 64px;
  margin: 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  background: #fefefe;
}

@media (max-width: 960px) {
  .mainNav__subMenu {
    background: #F1F1F1;
    display: none;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mainNav__listItem.expand > .mainNav__subMenu,
  .mainNav__listItem.expand:hover > .mainNav__subMenu,
  .mainNav__subMenuItem.expand > .mainNav__subMenu,
  .mainNav__subMenuItem.expand:hover > .mainNav__subMenu {
    display: block;
  }
  .mainNav__subMenu .mainNav__subMenu {
    background: #E1E1E1;
  }
  .mainNav__subMenu .mainNav__subMenu a {
    padding-left: 56px;
    font-size: 12px;
  }
}

.mainNav__listItem:hover > .mainNav__subMenu {
  display: block;
}

@media (max-width: 960px) {
  .mainNav__listItem:hover > .mainNav__subMenu {
    display: none;
  }
}

.mainNav__subMenuItem:hover > .mainNav__subMenu {
  display: block;
  left: 100%;
  top: 0;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .mainNav__subMenuItem:hover > .mainNav__subMenu {
    display: none;
    position: relative;
    left: 0;
    white-space: normal;
  }
}

.mainNav__subMenuItem {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #eee;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}

.mainNav__subMenuItem.-hasChildren {
  background: url("/site2013/assets/menu_icon_arrow_right.svg") no-repeat right 8px top 18px;
}

.mainNav__subMenuItem.-hasChildren .mainNav__title a {
  padding-right: 40px;
}

@media (max-width: 960px) {
  .mainNav__subMenuItem {
    border-top: 1px solid #CCCCCC;
    height: auto;
    display: block;
  }
  .mainNav__subMenuItem.-hasChildren {
    background: transparent;
  }
}

.mainNav__subMenuItem:hover {
  background: #4A90E2;
}

.mainNav__subMenuItem:hover.-hasChildren {
  background: url("/site2013/assets/menu_icon_arrow_right_active.svg") no-repeat right 8px top 18px #4A90E2;
}

@media (max-width: 960px) {
  .mainNav__subMenuItem:hover {
    background: transparent;
    display: block;
  }
  .mainNav__subMenuItem:hover.-hasChildren {
    background: transparent;
  }
}

.mainNav__subMenuItem:hover > a,
.mainNav__subMenuItem:hover > .mainNav__title a {
  color: #FEFEFE;
}

@media (max-width: 960px) {
  .mainNav__subMenuItem:hover > a,
  .mainNav__subMenuItem:hover > .mainNav__title a {
    color: initial;
  }
}

.mainNav__subMenuItem.expand > .mainNav__subMenuItem,
.mainNav__subMenuItem.expand:hover > .mainNav__subMenuItem {
  display: block;
}

.mainNav__subMenuItem a {
  display: block;
  padding: 0 24px;
}

@media (max-width: 960px) {
  .mainNav__subMenuItem a {
    display: inline-block;
    padding: 0 0 0 16px;
    padding-left: 40px;
    font-size: 16px;
  }
}

.mainNav__subMenuItem a:before {
  content: none;
}

@media (max-width: 960px) {
  .mainNavigation__btn {
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 4px 0;
    right: 16px;
  }
  .mainNavBtn__inner:before {
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    top: 4px;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #000;
  }
  .mainNavBtn__inner:after {
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    top: 16px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -10px;
    background-color: #000;
  }
}

.expandBtn {
  display: none;
}

@media (max-width: 960px) {
  .expandBtn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    width: 48px;
    height: 60px;
    top: 0px;
    right: 0;
    background: url("/site2013/assets/menu_icon_arrow_down.svg") no-repeat right 16px top 24px;
  }
  .expand .expandBtn {
    background: url("/site2013/assets/menu_icon_arrow_up.svg") no-repeat right 16px top 24px;
  }
}

.background {
  height: 100%;
  width: 100%;
  background: url("../assets/bg.jpg") no-repeat top center;
  background-size: cover;
  position: absolute;
}

@media (max-width: 767px) {
  .background {
    background: url("../assets/bg_mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}

.header {
  position: relative;
  min-height: 400px;
  margin-top: 64px;
}

.headerContainer {
  width: 100%;
  padding: 0 112px;
  z-index: 9;
  color: #242424;
  margin-top: 88px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .headerContainer {
    margin-top: 32px;
    padding: 0 16px;
  }
}

.headerContainer__heading {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 60px;
  font-size: 4rem;
  line-height: 6rem;
}

@media (max-width: 767px) {
  .headerContainer__heading {
    font-size: 32px;
    line-height: 48px;
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}

.headerContainer__preamble {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

@media (max-width: 767px) {
  .headerContainer__preamble {
    font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.header__background {
  overflow: hidden;
  min-height: 464px;
  width: 100%;
  position: absolute;
}

.header__backgroundPadding {
  padding-top: 36.6%;
}

.header__background img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: auto;
  height: 100%;
  max-width: none;
  margin: auto;
  min-width: 100%;
}

.header__background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/site2013/assets/overlay_header.svg") no-repeat left top;
  background-size: cover;
  overflow: visible;
}

@media (max-width: 1025px) {
  .header__background {
    overflow: hidden;
    width: 100%;
    position: absolute;
  }
  .header__background img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: auto;
    height: 100%;
    max-width: none;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .header__background:after {
    background: rgba(76, 79, 85, 0.7);
  }
}

.newsbar {
  background: #333;
  height: 48px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .newsbar {
    height: auto;
    padding: 24px 0;
    display: block;
  }
}

@media (max-width: 1025px) {
  .newsbar {
    margin-bottom: 24px;
  }
}

.newsbar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 110px;
}

@media (max-width: 767px) {
  .newsbar__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.newsbar__info {
  max-width: 136px;
  width: 100%;
  color: #FEFEFE;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.68px;
  margin: 16px 16px 16px 0;
}

@media (max-width: 767px) {
  .newsbar__info {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: 0 0 18px 0;
    font-weight: 100;
    text-align: center;
    max-width: 100%;
  }
}

.newsbar__info a {
  font-size: 10px;
  line-height: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.newsbar__container {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsbar__controller {
  width: 40px;
  height: 48px;
  cursor: pointer;
}

.newsbar__controller.-left {
  background: url(/site2013/assets/icon_arrow_left.svg) center center no-repeat;
  background-size: 10px;
}

.newsbar__controller.-right {
  background: url(/site2013/assets/icon_arrow_right.svg) center center no-repeat;
  background-size: 10px;
}

.newsbarList {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
  color: #FEFEFE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .newsbarList {
    width: 100%;
    margin: 0 8px;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.newsbarList a:hover {
  color: #4A90E2;
}

.newsbarList a:hover .newsbarList__itemTitle {
  text-decoration: none;
}

.newsbarList__item {
  width: 100%;
  display: none;
  list-style: none;
}

@media (max-width: 767px) {
  .newsbarList__item {
    text-align: center;
  }
}

.newsbarList__item a {
  text-decoration: none;
}

.newsbarList__item.-active {
  display: block;
}

.newsbarList__itemDate, .newsbarList__itemText {
  display: inline-block;
}

@media (max-width: 767px) {
  .newsbarList__itemDate, .newsbarList__itemText {
    display: block;
  }
}

.newsbarList__itemTitle {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .newsbarList__itemTitle {
    margin: 4px 0 4px;
    display: block;
  }
}

.row {
  padding: 32px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#subpage .row {
  padding-right: 220px;
  padding-left: 220px;
}

@media (max-width: 1025px) {
  .row {
    padding: 24px 64px;
  }
  #subpage .row {
    padding-right: 64px;
    padding-left: 64px;
  }
}

@media (max-width: 767px) {
  .row {
    padding: 24px 24px;
  }
  #subpage .row {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content.-fullWidth {
  margin-left: -110px;
  margin-right: -110px;
}

@media (max-width: 1025px) {
  .content.-fullWidth {
    margin-left: -64px;
    margin-right: -64px;
  }
}

@media (max-width: 767px) {
  .content.-fullWidth {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.content.-fullHeight {
  margin-top: -32px;
  margin-bottom: -32px;
}

@media (max-width: 1025px) {
  .content.-fullHeight {
    margin-top: -24px;
    margin-bottom: -24px;
  }
}

.content.-center {
  text-align: center;
  margin: auto;
}

.content__smallPrint {
  font-style: italic;
}

.content__preamble {
  display: block;
  font-size: 14px;
}

.content__text {
  margin-top: 16px;
}

.content__img {
  margin-top: 16px;
}

.features {
  background: #eee;
  letter-spacing: 1.5px;
  padding: 48px 112px;
}

@media (max-width: 767px) {
  .features {
    padding: 24px 16px;
  }
}

.mainFooter {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

@media (max-width: 1025px) {
  .mainFooter {
    margin-bottom: 24px;
  }
}

.sitemap {
  border-top: 1px solid #8B8A8C;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sitemap ul {
  margin: 16px;
}

.sitemap ul li {
  list-style: none;
}

.sitemap ul li h4 {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.sitemap ul li ul {
  margin: 0;
}

.sitemap .sitemapHeading {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #393F44;
}

.sitemap .sitemapTitle {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #393F44;
}

.sitemap .sitemapLink {
  font-size: 12px;
  text-decoration: none;
}

.sitemap .sitemapLink:hover {
  text-decoration: underline;
}

.carouselContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 1025px) {
  .carouselContainer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.carousel {
  width: 400px;
  height: auto;
  padding: 32px;
  background: #eee;
  position: relative;
  scroll-snap-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  max-width: 552px;
  margin: 0 16px;
  white-space: initial;
}

@media (max-width: 767px) {
  .carousel {
    width: calc(74vw - 32px);
    height: auto;
    padding: 16px 24px;
    margin: 0 8px;
  }
}

@media (min-width: 1025px) {
  .carousel:first-child {
    margin-left: 110px;
  }
}

@media (max-width: 1025px) {
  .carousel:first-child {
    margin-left: 64px;
  }
}

@media (max-width: 767px) {
  .carousel:first-child {
    margin-left: 24px;
  }
}

@media (min-width: 1025px) {
  .carousel:last-child {
    margin-right: 110px;
  }
}

@media (max-width: 1025px) {
  .carousel:last-child {
    margin-right: 64px;
  }
}

@media (max-width: 767px) {
  .carousel:last-child {
    margin-right: 24px;
  }
}

.carousel__text {
  font-size: 14px;
  margin: 8px 0 16px;
}
/*# sourceMappingURL=main2019.css.map */