@charset "UTF-8";
.story-stat .h1 {
  width: 50%;
}
@media (min-width: 881px) and (max-width: 1200px) {
  .story-stat .h1 {
    width: 80%;
  }
}
@media (max-width: 880px) {
  .story-stat .h1 {
    width: 100%;
  }
}

.featherlight .featherlight-content {
  border-bottom: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

@font-face {
  font-family: "GT Pressura";
  font-weight: 400;
  font-style: normal;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Regular.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Regular.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura Regular";
  font-weight: 400;
  font-style: normal;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Regular.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Regular.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura Light";
  font-weight: 300;
  font-style: normal;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura";
  font-weight: 300;
  font-style: normal;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura";
  font-weight: 300;
  font-style: italic;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light-italic.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light-italic.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura Bold";
  font-weight: 700;
  font-style: normal;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Bold.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Bold.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura";
  font-weight: 700;
  font-style: normal;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Bold.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Bold.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura";
  font-weight: 700;
  font-style: italic;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Bold-italic.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Bold-italic.woff") format("woff");
}
@font-face {
  font-family: "fontello";
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/fontello.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

a {
  text-decoration: none;
}
main a {
  text-decoration: underline;
  color: #222A27;
}
main a:hover, main a:active {
  color: black;
}
a._dark {
  color: white;
}
a._dark:visited, a._dark:hover, a._dark:active {
  color: white;
}
._green a {
  color: white;
}
a._block {
  display: block;
}
a._anchor {
  padding-right: 8px;
}
a._download {
  color: black !important;
}
a._download:before {
  content: "\e80a";
  font-family: "fontello";
  padding-right: 15px;
  text-decoration: none;
}
a._ext {
  position: relative;
  padding-right: 16px;
}
a._ext:after {
  content: "\f178";
  font-family: "fontello";
  padding-left: 10px;
  text-decoration: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: -1px;
}
a._arrow-down:after {
  content: "\f175";
  font-family: "fontello";
  padding-left: 4px;
  text-decoration: none;
}
a.btn-sec {
  border-radius: 4px;
  border: 1px solid black;
  font-size: 18px;
  padding: 16px 50px 16px 16px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  display: inline-block;
  line-height: 26px;
  color: black;
  text-decoration: none;
}
@media (max-width: 880px) {
  a.btn-sec {
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 12px 40px 12px 12px;
  }
}
a.btn-sec:after {
  content: "\e811";
  font-family: "fontello";
  padding-left: 15px;
}
a.btn-sec:hover, a.btn-sec:active {
  background: black;
  color: white;
}

h1,
.h1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 880px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

h1:not(._hero) {
  margin-bottom: 32px;
}
@media (max-width: 880px) {
  h1:not(._hero) {
    margin-bottom: 16px;
  }
}
h1._hero {
  font-size: 144px;
  line-height: 144px;
}
@media (min-width: 881px) and (max-width: 1200px) {
  h1._hero {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 880px) {
  h1._hero {
    font-size: 48px;
    line-height: 48px;
  }
}

h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 600px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}

h3 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (max-width: 600px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

p {
  margin: 16px 0;
}
p:first-child {
  margin-top: 0;
}

._lead, .news-title {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 601px) {
  ._lead, .news-title {
    margin: 32px 0;
  }
  h3 + ._lead, h3 + .news-title {
    margin: 16px 0;
  }
}
@media (max-width: 600px) {
  ._lead, .news-title {
    font-size: 18px;
    line-height: 24px;
  }
  h3 + ._lead, h3 + .news-title {
    margin-top: 8px;
  }
}

._label, table th {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 600px) {
  ._label, table th {
    font-size: 12px;
    line-height: 16px;
  }
}

._caption {
  font-style: italic;
}
blockquote ._caption {
  font-weight: 400;
  text-transform: initial;
}

._small, .parsley-required,
.parsley-type, ._caption,
small,
.footer-legal {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 600px) {
  ._small, .parsley-required,
  .parsley-type, ._caption,
  small,
  .footer-legal {
    font-size: 12px;
  }
}

._statsFew {
  font-size: 180px;
  line-height: 180px;
  font-weight: 700;
}

._statsMany {
  font-size: 144px;
  line-height: 144px;
  font-weight: 700;
}

._pullquote {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 750px;
  position: relative;
  padding-left: 27px;
  margin-left: 0;
}
@media (max-width: 600px) {
  ._pullquote {
    font-size: 28px;
    line-height: 32px;
  }
}

address {
  font-style: normal;
  margin: 32px 0;
}
@media (max-width: 880px) {
  address {
    width: 49.5%;
    display: inline-block;
    margin-top: 0;
  }
}

ul._nav {
  list-style: none;
}
ul._nav li {
  padding-bottom: 16px;
}
ul._nav li:hover, ul._nav li._active {
  list-style: disc;
  list-style-position: inside;
  color: #5f5f5f;
}
ul._nav li:hover a, ul._nav li._active a {
  color: #5f5f5f;
  margin-left: -10px;
}
ul._nav a {
  text-decoration: none;
}
ul._lead, ul.news-title {
  padding: 0 0 0 26px;
}
@media (max-width: 600px) {
  ul._lead, ul.news-title {
    padding: 0 0 0 18px;
  }
}
ul._lead li, ul.news-title li {
  padding-bottom: 5px;
}

.leadingBrands small, .leadingBrands .footer-legal {
  font-family: "GT Pressura Light";
}

@media (max-width: 880px) {
  ._pullquote {
    padding-left: 15px;
  }
}
img, iframe {
  max-width: 100%;
  height: auto;
}

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

video {
  display: block;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 1200px;
  padding-right: 25px;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 880px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

main {
  background: white;
  overflow: auto;
  overflow-x: hidden;
  display: block;
}
@media (min-width: 881px) {
  main {
    padding-top: 75px;
  }
}
@media (max-width: 880px) {
  main {
    padding-top: 50px;
  }
}

div._cream {
  background: #F3F3ED;
  color: black;
}
div._yellow {
  background-color: #F1A844;
  color: black;
}
div._blue {
  background-color: #92BAC8;
  color: black;
}
div._tan {
  background-color: #AA9767;
  color: black;
}
div._white {
  background-color: white;
  color: black;
}
div._dark {
  background: black;
  color: white;
}
div._dark a {
  color: white !important;
}
div._darkGray {
  background: #5F5F5F;
  color: white;
}
div._darkGray a {
  color: white !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex._alwaysWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 880px) {
  .flex._wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .flex._miniWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex + .flex {
  margin-top: 25px;
}
.flex-15 {
  width: 15%;
}
.flex-25 {
  width: 24%;
}
.flex-33 {
  width: 32%;
}
.flex-35 {
  width: 35%;
}
.flex-40 {
  width: 40%;
}
.flex-50 {
  width: 48%;
}
.flex-55 {
  width: 55%;
}
.flex-60 {
  width: 60%;
}
.flex-66 {
  width: 66%;
}
.flex-70 {
  width: 70%;
}
.flex-75 {
  width: 74%;
}
@media (max-width: 880px) {
  .flex-25, .flex-33, .flex-35, .flex-40, .flex-50, .flex-55, .flex-60, .flex-66, .flex-70, .flex-75 {
    width: 100%;
  }
  .flex-25:not(:last-child), .flex-33:not(:last-child), .flex-35:not(:last-child), .flex-40:not(:last-child), .flex-50:not(:last-child), .flex-55:not(:last-child), .flex-60:not(:last-child), .flex-66:not(:last-child), .flex-70:not(:last-child), .flex-75:not(:last-child) {
    margin-bottom: 32px;
  }
  .flex-25 p:last-child, .flex-33 p:last-child, .flex-35 p:last-child, .flex-40 p:last-child, .flex-50 p:last-child, .flex-55 p:last-child, .flex-60 p:last-child, .flex-66 p:last-child, .flex-70 p:last-child, .flex-75 p:last-child {
    margin-bottom: 0;
  }
  .flex ._1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex ._2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.m-top-100 {
  margin-top: 100px;
}

._darkGray a:after {
  color: white !important;
}

._darkGray .btn {
  border-color: white;
}

._darkGray .btn:hover {
  background: white;
  color: black !important;
}

._darkGray .btn:hover:after {
  color: black !important;
}

.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

table {
  min-width: 100%;
  border-collapse: collapse;
}
table th {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 9px 10px 9px 0;
  text-align: left;
  word-wrap: none;
  white-space: nowrap;
}
table th:not(:last-child) {
  padding-right: 35px;
}
table th:focus {
  outline: none;
}
table td {
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #ABAFAC;
}

.sorter-false {
  cursor: default;
}

.tablesorter-header-inner {
  display: inline-block;
  margin-right: 5px;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
}

/* sort icons */
thead .tablesorter-header {
  font-family: "fontello";
  cursor: pointer;
}

/* black unsorted icon */
thead .tablesorter-headerUnSorted:after {
  content: "\e801";
}

/* black asc icon */
thead .tablesorter-headerAsc:after {
  content: "\e80f";
}

/* black desc icon */
thead .tablesorter-headerDesc:after {
  content: "\e801";
}

/* processing icon */
.tablesorter-processing {
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=");
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* caption */
.caption {
  background-color: #fff;
}

/* filter widget */
.tablesorter-filter-row input.tablesorter-filter,
.tablesorter-filter-row select.tablesorter-filter {
  width: 98%;
  margin: 0;
  padding: 4px 6px;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

.tablesorter-filter-row .tablesorter-filter.disabled {
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

.tablesorter-filter-row {
  background-color: #efefef;
}

.tablesorter-filter-row td {
  background-color: #efefef;
  line-height: normal;
  text-align: center;
  padding: 4px 6px;
  vertical-align: middle;
  -webkit-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  padding: 2px; /* change this to modify the thickness of the closed border row */
  margin: 0;
  line-height: 0;
}

.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
  display: none;
}

/* pager plugin */
.tablesorter-pager select {
  padding: 4px 6px;
  display: inline-block;
  width: auto;
}

.tablesorter-pager .pagedisplay {
  border: 0;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e800";
} /* '' */
.icon-down-big:before {
  content: "\e801";
} /* '' */
.icon-right-open:before {
  content: "\e802";
} /* '' */
.icon-doc:before {
  content: "\e804";
} /* '' */
.icon-mail:before {
  content: "\e805";
} /* '' */
.icon-phone:before {
  content: "\e806";
} /* '' */
.icon-cancel:before {
  content: "\e807";
} /* '' */
.icon-plus:before {
  content: "\e808";
} /* '' */
.icon-minus:before {
  content: "\e809";
} /* '' */
.icon-download:before {
  content: "\e80a";
} /* '' */
.icon-left-open:before {
  content: "\e80b";
} /* '' */
.icon-down-open:before {
  content: "\e80c";
} /* '' */
.icon-up-open:before {
  content: "\e80d";
} /* '' */
.icon-up-big:before {
  content: "\e80f";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-docs:before {
  content: "\f0c5";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-circle-empty:before {
  content: "\f10c";
} /* '' */
.icon-circle:before {
  content: "\f111";
} /* '' */
.icon-play-circled:before {
  content: "\f144";
} /* '' */
.icon-youtube:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-left:before {
  content: "\f177";
} /* '' */
.icon-right:before {
  content: "\f178";
} /* '' */
.icon-twitter-square:before {
  content: "\f304";
} /* '' */
.icon-facebook-square:before {
  content: "\f308";
} /* '' */
.icon-linkedin-square:before {
  content: "\f30c";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
input,
textarea,
select {
  padding: 12px 16px;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
}
@media (max-width: 880px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}

input[type=checkbox] {
  position: relative;
  top: -2px;
}

.btn {
  border-radius: 4px;
  border: 1px solid black;
  font-size: 18px;
  padding: 16px 50px 16px 16px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  display: inline-block;
  line-height: 26px;
  background: white;
  color: black !important;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  position: relative;
  width: 250px;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 880px) {
  .btn {
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 12px 40px 12px 12px;
  }
}
.btn + .btn {
  margin: 16px 0;
}
.btn:after {
  content: "\e802";
  font-family: "fontello";
  color: black;
  right: 16px;
  position: absolute;
  top: 30%;
}
@media (max-width: 880px) {
  .btn:after {
    right: 12px;
  }
}
.btn:hover {
  background: black;
  color: white !important;
}
.btn:hover:after {
  color: white;
}
.btn:active {
  background: #ABAFAC;
}
.btn._cta {
  width: 100%;
}
@media (min-width: 881px) {
  .btn._lg {
    font-size: 26px;
    line-height: 28px;
    padding: 32px;
  }
  .btn._lg:after {
    right: 32px;
  }
}
.btn._dark {
  background: black;
  color: white !important;
}
.btn._dark:after {
  color: white;
}
.btn._dark:hover {
  background: transparent;
  color: black !important;
}
.btn._dark:hover:after {
  color: black;
}

fieldset {
  border: none;
  padding: 0;
  margin: 60px 0 0;
}
@media (max-width: 880px) {
  fieldset {
    margin: 32px 0 0;
  }
}

label.required:after {
  content: "*";
  color: #D9583E;
}

.parsley-required,
.parsley-type {
  color: white;
  font-weight: 700;
  padding-left: 10px;
}

/** 
 * Float Labels
 * @version: 3.3.8
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://pryley.github.io/float-labels.js
 * @license: MIT
 */
.fl-wrap {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 60px;
}
@media (max-width: 880px) {
  .fl-wrap {
    margin-bottom: 40px;
  }
}

input.fl-input,
select.fl-select,
textarea.fl-textarea {
  width: 100%;
  outline: 0;
  border-radius: 4px;
  border: 1px solid black;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error input.fl-input,
.has-error select.fl-select,
.has-error textarea.fl-textarea {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

input.fl-input:-moz-placeholder,
select.fl-select:-moz-placeholder,
textarea.fl-textarea:-moz-placeholder {
  color: #F3F3ED;
}
.fl-has-focus input.fl-input:-moz-placeholder,
.fl-has-focus select.fl-select:-moz-placeholder,
.fl-has-focus textarea.fl-textarea:-moz-placeholder {
  color: black;
}
.has-error:not(.fl-has-focus) input.fl-input:-moz-placeholder,
.has-error:not(.fl-has-focus) select.fl-select:-moz-placeholder,
.has-error:not(.fl-has-focus) textarea.fl-textarea:-moz-placeholder {
  color: black;
}

input.fl-input::-moz-placeholder,
select.fl-select::-moz-placeholder,
textarea.fl-textarea::-moz-placeholder {
  color: #F3F3ED;
}
.fl-has-focus input.fl-input::-moz-placeholder,
.fl-has-focus select.fl-select::-moz-placeholder,
.fl-has-focus textarea.fl-textarea::-moz-placeholder {
  color: black;
}
.has-error:not(.fl-has-focus) input.fl-input::-moz-placeholder,
.has-error:not(.fl-has-focus) select.fl-select::-moz-placeholder,
.has-error:not(.fl-has-focus) textarea.fl-textarea::-moz-placeholder {
  color: black;
}

input.fl-input:-ms-input-placeholder,
select.fl-select:-ms-input-placeholder,
textarea.fl-textarea:-ms-input-placeholder {
  color: #F3F3ED;
}
.fl-has-focus input.fl-input:-ms-input-placeholder,
.fl-has-focus select.fl-select:-ms-input-placeholder,
.fl-has-focus textarea.fl-textarea:-ms-input-placeholder {
  color: black;
}
.has-error:not(.fl-has-focus) input.fl-input:-ms-input-placeholder,
.has-error:not(.fl-has-focus) select.fl-select:-ms-input-placeholder,
.has-error:not(.fl-has-focus) textarea.fl-textarea:-ms-input-placeholder {
  color: black;
}

input.fl-input::-webkit-input-placeholder,
select.fl-select::-webkit-input-placeholder,
textarea.fl-textarea::-webkit-input-placeholder {
  color: #F3F3ED;
}
.fl-has-focus input.fl-input::-webkit-input-placeholder,
.fl-has-focus select.fl-select::-webkit-input-placeholder,
.fl-has-focus textarea.fl-textarea::-webkit-input-placeholder {
  color: black;
}
.has-error:not(.fl-has-focus) input.fl-input::-webkit-input-placeholder,
.has-error:not(.fl-has-focus) select.fl-select::-webkit-input-placeholder,
.has-error:not(.fl-has-focus) textarea.fl-textarea::-webkit-input-placeholder {
  color: black;
}

select.fl-select {
  position: relative;
  color: #bbb;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.fl-is-active input.fl-input,
.fl-is-active select.fl-select,
.fl-is-active textarea.fl-textarea {
  color: black;
  background-color: #F3F3ED;
  border-color: #F3F3ED;
}

.fl-has-focus input.fl-input,
.fl-has-focus select.fl-select,
.fl-has-focus textarea.fl-textarea {
  color: black;
  background-color: #F3F3ED;
  border-color: #F3F3ED;
}

label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #ABAFAC;
  border-top-left-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.fl-is-active label.fl-label {
  opacity: 1;
  visibility: visible;
}

.fl-has-focus label.fl-label {
  color: #ABAFAC;
}

.fl-wrap:not(.fl-is-required):after {
  content: "Optional";
  font-size: 14px;
  font-style: italic;
  margin-left: 15px;
}

.fl-is-required.fl-is-active:before {
  opacity: 0;
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
  padding: 6px 12px;
}

.fl-form.fl-style-1 select.fl-select {
  height: 38px;
}

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
  padding: 6px 12px;
}

.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 10px;
  background-color: transparent;
  padding: 12px 3px;
}

.fl-form.fl-style-1 label.fl-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
  top: -9px;
  padding: 3px;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
  top: 9px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  padding: 12px;
}

.fl-form.fl-style-2 select.fl-select {
  height: 50px;
}

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 18px 12px 6px;
}

.fl-form.fl-style-2 label.fl-label {
  top: 1px;
  left: 10px;
  padding: 6px 3px 3px;
}

.fl-form.fl-style-2 .fl-is-required:before {
  padding-top: 12px;
}

.fl-wrap-select:after {
  /*content: '\e80c';
  font-family: 'fontello'*/
  /*position: absolute;
  display: block;
  top: 18px;
  right: 10px;
  color: white;
  z-index: 2;*/
}

/*.fl-wrap-select.fl-is-active:after {
    color: black;
}

.fl-wrap-select.fl-has-focus:after {
    color: black;
}*/
div.block._green .has-error input.fl-input,
div.block._green .has-error select.fl-select,
div.block._green .has-error textarea.fl-textarea {
  border-color: #D9583E;
  background-color: #F3F3ED;
  color: black;
}
div.block._green .btn {
  background: transparent;
  color: white !important;
  border: 1px solid white;
}
div.block._green .btn:after {
  color: white;
}
div.block._green .btn:hover {
  background: white;
  color: black !important;
}
div.block._green .btn:hover:after {
  color: black;
}
div.block._green .btn:active {
  background: #ABAFAC;
}
div.block._green .parsley-required,
div.block._green .parsley-type {
  color: white;
}
div.block._green input.fl-input,
div.block._green select.fl-select,
div.block._green textarea.fl-textarea {
  border-color: black;
  background-color: black;
}
div.block._green .fl-has-focus input.fl-input::-webkit-input-placeholder,
div.block._green .fl-has-focus select.fl-select::-webkit-input-placeholder,
div.block._green .fl-has-focus textarea.fl-textarea::-webkit-input-placeholder {
  color: black;
}
div.block._green .fl-has-focus input.fl-input:-moz-placeholder,
div.block._green .fl-has-focus select.fl-select:-moz-placeholder,
div.block._green .fl-has-focus textarea.fl-textarea:-moz-placeholder {
  color: black;
}
div.block._green .fl-has-focus input.fl-input::-moz-placeholder,
div.block._green .fl-has-focus select.fl-select::-moz-placeholder,
div.block._green .fl-has-focus textarea.fl-textarea::-moz-placeholder {
  color: black;
}
div.block._green .fl-has-focus input.fl-input:-ms-input-placeholder,
div.block._green .fl-has-focus select.fl-select:-ms-input-placeholder,
div.block._green .fl-has-focus textarea.fl-textarea:-ms-input-placeholder {
  color: black;
}
div.block._green .has-error:not(.fl-has-focus) input.fl-input::-webkit-input-placeholder,
div.block._green .has-error:not(.fl-has-focus) select.fl-select::-webkit-input-placeholder,
div.block._green .has-error:not(.fl-has-focus) textarea.fl-textarea::-webkit-input-placeholder {
  color: black;
}
div.block._green .has-error:not(.fl-has-focus) input.fl-input:-moz-placeholder,
div.block._green .has-error:not(.fl-has-focus) select.fl-select:-moz-placeholder,
div.block._green .has-error:not(.fl-has-focus) textarea.fl-textarea:-moz-placeholder {
  color: black;
}
div.block._green .has-error:not(.fl-has-focus) input.fl-input::-moz-placeholder,
div.block._green .has-error:not(.fl-has-focus) select.fl-select::-moz-placeholder,
div.block._green .has-error:not(.fl-has-focus) textarea.fl-textarea::-moz-placeholder {
  color: black;
}
div.block._green .has-error:not(.fl-has-focus) input.fl-input:-ms-input-placeholder,
div.block._green .has-error:not(.fl-has-focus) select.fl-select:-ms-input-placeholder,
div.block._green .has-error:not(.fl-has-focus) textarea.fl-textarea:-ms-input-placeholder {
  color: black;
}
div.block._green input.fl-input:-moz-placeholder,
div.block._green select.fl-select:-moz-placeholder,
div.block._green textarea.fl-textarea:-moz-placeholder {
  color: #F3F3ED;
}
div.block._green input.fl-input::-moz-placeholder,
div.block._green select.fl-select::-moz-placeholder,
div.block._green textarea.fl-textarea::-moz-placeholder {
  color: #F3F3ED;
}
div.block._green input.fl-input:-ms-input-placeholder,
div.block._green select.fl-select:-ms-input-placeholder,
div.block._green textarea.fl-textarea:-ms-input-placeholder {
  color: #F3F3ED;
}
div.block._green input.fl-input::-webkit-input-placeholder,
div.block._green select.fl-select::-webkit-input-placeholder,
div.block._green textarea.fl-textarea::-webkit-input-placeholder {
  color: #F3F3ED;
}
div.block._green select.fl-select {
  color: #bbb;
}
div.block._green .fl-is-active input.fl-input,
div.block._green .fl-is-active select.fl-select,
div.block._green .fl-is-active textarea.fl-textarea {
  color: black;
  background-color: #F3F3ED;
  border-color: #F3F3ED;
}
div.block._green .fl-has-focus input.fl-input,
div.block._green .fl-has-focus select.fl-select,
div.block._green .fl-has-focus textarea.fl-textarea {
  color: black;
  background-color: #F3F3ED;
  border-color: #F3F3ED;
}
div.block._green label.fl-label {
  color: #ABAFAC;
}
div.block._green .fl-has-focus label.fl-label {
  color: #ABAFAC;
}
div.block._green .fl-form.fl-style-1 label.fl-label:before {
  background-color: #fff;
}
div.block._green .fl-wrap-select:after {
  color: white;
}
div.block._green .fl-wrap-select.fl-is-active:after {
  color: black;
}
div.block._green .fl-wrap-select.fl-has-focus:after {
  color: black;
}
div.block._cream .has-error input.fl-input,
div.block._cream .has-error select.fl-select,
div.block._cream .has-error textarea.fl-textarea {
  border-color: #D9583E;
  background-color: #F3F3ED;
  color: black;
}
div.block._cream .btn {
  background: transparent;
  color: black !important;
  border: 1px solid black;
}
div.block._cream .btn:after {
  color: black;
}
div.block._cream .btn:hover {
  background: black;
  color: white !important;
}
div.block._cream .btn:hover:after {
  color: white;
}
div.block._cream .btn:active {
  background: #ABAFAC;
}
div.block._cream .parsley-required,
div.block._cream .parsley-type {
  color: white;
}
div.block._cream input.fl-input,
div.block._cream select.fl-select,
div.block._cream textarea.fl-textarea {
  border-color: #5F5F5F;
  background-color: #5F5F5F;
}
div.block._cream .fl-has-focus input.fl-input::-webkit-input-placeholder,
div.block._cream .fl-has-focus select.fl-select::-webkit-input-placeholder,
div.block._cream .fl-has-focus textarea.fl-textarea::-webkit-input-placeholder {
  color: white;
}
div.block._cream .fl-has-focus input.fl-input:-moz-placeholder,
div.block._cream .fl-has-focus select.fl-select:-moz-placeholder,
div.block._cream .fl-has-focus textarea.fl-textarea:-moz-placeholder {
  color: white;
}
div.block._cream .fl-has-focus input.fl-input::-moz-placeholder,
div.block._cream .fl-has-focus select.fl-select::-moz-placeholder,
div.block._cream .fl-has-focus textarea.fl-textarea::-moz-placeholder {
  color: white;
}
div.block._cream .fl-has-focus input.fl-input:-ms-input-placeholder,
div.block._cream .fl-has-focus select.fl-select:-ms-input-placeholder,
div.block._cream .fl-has-focus textarea.fl-textarea:-ms-input-placeholder {
  color: white;
}
div.block._cream .has-error:not(.fl-has-focus) input.fl-input::-webkit-input-placeholder,
div.block._cream .has-error:not(.fl-has-focus) select.fl-select::-webkit-input-placeholder,
div.block._cream .has-error:not(.fl-has-focus) textarea.fl-textarea::-webkit-input-placeholder {
  color: white;
}
div.block._cream .has-error:not(.fl-has-focus) input.fl-input:-moz-placeholder,
div.block._cream .has-error:not(.fl-has-focus) select.fl-select:-moz-placeholder,
div.block._cream .has-error:not(.fl-has-focus) textarea.fl-textarea:-moz-placeholder {
  color: white;
}
div.block._cream .has-error:not(.fl-has-focus) input.fl-input::-moz-placeholder,
div.block._cream .has-error:not(.fl-has-focus) select.fl-select::-moz-placeholder,
div.block._cream .has-error:not(.fl-has-focus) textarea.fl-textarea::-moz-placeholder {
  color: white;
}
div.block._cream .has-error:not(.fl-has-focus) input.fl-input:-ms-input-placeholder,
div.block._cream .has-error:not(.fl-has-focus) select.fl-select:-ms-input-placeholder,
div.block._cream .has-error:not(.fl-has-focus) textarea.fl-textarea:-ms-input-placeholder {
  color: white;
}
div.block._cream input.fl-input:-moz-placeholder,
div.block._cream select.fl-select:-moz-placeholder,
div.block._cream textarea.fl-textarea:-moz-placeholder {
  color: #F3F3ED;
}
div.block._cream input.fl-input::-moz-placeholder,
div.block._cream select.fl-select::-moz-placeholder,
div.block._cream textarea.fl-textarea::-moz-placeholder {
  color: #F3F3ED;
}
div.block._cream input.fl-input:-ms-input-placeholder,
div.block._cream select.fl-select:-ms-input-placeholder,
div.block._cream textarea.fl-textarea:-ms-input-placeholder {
  color: #F3F3ED;
}
div.block._cream input.fl-input::-webkit-input-placeholder,
div.block._cream select.fl-select::-webkit-input-placeholder,
div.block._cream textarea.fl-textarea::-webkit-input-placeholder {
  color: #F3F3ED;
}
div.block._cream select.fl-select {
  color: #bbb;
}
div.block._cream .fl-is-active input.fl-input,
div.block._cream .fl-is-active select.fl-select,
div.block._cream .fl-is-active textarea.fl-textarea {
  color: white;
  background-color: black;
  border-color: black;
}
div.block._cream .fl-has-focus input.fl-input,
div.block._cream .fl-has-focus select.fl-select,
div.block._cream .fl-has-focus textarea.fl-textarea {
  color: white;
  background-color: black;
  border-color: black;
}
div.block._cream label.fl-label {
  color: black;
}
div.block._cream .fl-has-focus label.fl-label {
  color: black;
}
div.block._cream .fl-form.fl-style-1 label.fl-label:before {
  background-color: #fff;
}
div.block._cream .fl-wrap-select:after {
  color: white;
}
div.block._cream .fl-wrap-select.fl-is-active:after {
  color: black;
}
div.block._cream .fl-wrap-select.fl-has-focus:after {
  color: black;
}
div.block._dark .has-error input.fl-input,
div.block._dark .has-error select.fl-select,
div.block._dark .has-error textarea.fl-textarea {
  border-color: #D9583E;
  background-color: #F3F3ED;
  color: black;
}
div.block._dark .btn {
  background: transparent;
  color: white !important;
  border: 1px solid white;
}
div.block._dark .btn:after {
  color: white;
}
div.block._dark .btn:hover {
  background: white;
  color: black !important;
}
div.block._dark .btn:hover:after {
  color: black;
}
div.block._dark .btn:active {
  background: #ABAFAC;
}
div.block._dark .parsley-required,
div.block._dark .parsley-type {
  color: white;
}
div.block._dark input.fl-input,
div.block._dark select.fl-select,
div.block._dark textarea.fl-textarea {
  border-color: #5F5F5F;
  background-color: #5F5F5F;
}
div.block._dark .fl-has-focus input.fl-input::-webkit-input-placeholder,
div.block._dark .fl-has-focus select.fl-select::-webkit-input-placeholder,
div.block._dark .fl-has-focus textarea.fl-textarea::-webkit-input-placeholder {
  color: black;
}
div.block._dark .fl-has-focus input.fl-input:-moz-placeholder,
div.block._dark .fl-has-focus select.fl-select:-moz-placeholder,
div.block._dark .fl-has-focus textarea.fl-textarea:-moz-placeholder {
  color: black;
}
div.block._dark .fl-has-focus input.fl-input::-moz-placeholder,
div.block._dark .fl-has-focus select.fl-select::-moz-placeholder,
div.block._dark .fl-has-focus textarea.fl-textarea::-moz-placeholder {
  color: black;
}
div.block._dark .fl-has-focus input.fl-input:-ms-input-placeholder,
div.block._dark .fl-has-focus select.fl-select:-ms-input-placeholder,
div.block._dark .fl-has-focus textarea.fl-textarea:-ms-input-placeholder {
  color: black;
}
div.block._dark .has-error:not(.fl-has-focus) input.fl-input::-webkit-input-placeholder,
div.block._dark .has-error:not(.fl-has-focus) select.fl-select::-webkit-input-placeholder,
div.block._dark .has-error:not(.fl-has-focus) textarea.fl-textarea::-webkit-input-placeholder {
  color: black;
}
div.block._dark .has-error:not(.fl-has-focus) input.fl-input:-moz-placeholder,
div.block._dark .has-error:not(.fl-has-focus) select.fl-select:-moz-placeholder,
div.block._dark .has-error:not(.fl-has-focus) textarea.fl-textarea:-moz-placeholder {
  color: black;
}
div.block._dark .has-error:not(.fl-has-focus) input.fl-input::-moz-placeholder,
div.block._dark .has-error:not(.fl-has-focus) select.fl-select::-moz-placeholder,
div.block._dark .has-error:not(.fl-has-focus) textarea.fl-textarea::-moz-placeholder {
  color: black;
}
div.block._dark .has-error:not(.fl-has-focus) input.fl-input:-ms-input-placeholder,
div.block._dark .has-error:not(.fl-has-focus) select.fl-select:-ms-input-placeholder,
div.block._dark .has-error:not(.fl-has-focus) textarea.fl-textarea:-ms-input-placeholder {
  color: black;
}
div.block._dark input.fl-input:-moz-placeholder,
div.block._dark select.fl-select:-moz-placeholder,
div.block._dark textarea.fl-textarea:-moz-placeholder {
  color: #F3F3ED;
}
div.block._dark input.fl-input::-moz-placeholder,
div.block._dark select.fl-select::-moz-placeholder,
div.block._dark textarea.fl-textarea::-moz-placeholder {
  color: #F3F3ED;
}
div.block._dark input.fl-input:-ms-input-placeholder,
div.block._dark select.fl-select:-ms-input-placeholder,
div.block._dark textarea.fl-textarea:-ms-input-placeholder {
  color: #F3F3ED;
}
div.block._dark input.fl-input::-webkit-input-placeholder,
div.block._dark select.fl-select::-webkit-input-placeholder,
div.block._dark textarea.fl-textarea::-webkit-input-placeholder {
  color: #F3F3ED;
}
div.block._dark select.fl-select {
  color: #bbb;
}
div.block._dark .fl-is-active input.fl-input,
div.block._dark .fl-is-active select.fl-select,
div.block._dark .fl-is-active textarea.fl-textarea {
  color: black;
  background-color: #F3F3ED;
  border-color: #F3F3ED;
}
div.block._dark .fl-has-focus input.fl-input,
div.block._dark .fl-has-focus select.fl-select,
div.block._dark .fl-has-focus textarea.fl-textarea {
  color: black;
  background-color: #F3F3ED;
  border-color: #F3F3ED;
}
div.block._dark label.fl-label {
  color: #ABAFAC;
}
div.block._dark .fl-has-focus label.fl-label {
  color: #ABAFAC;
}
div.block._dark .fl-form.fl-style-1 label.fl-label:before {
  background-color: #fff;
}
div.block._dark .fl-wrap-select:after {
  color: white;
}
div.block._dark .fl-wrap-select.fl-is-active:after {
  color: black;
}
div.block._dark .fl-wrap-select.fl-has-focus:after {
  color: black;
}

.forms-selectHolder select:focus > option:checked {
  background: #000 !important;
  color: white;
}

.forms-selectHolder option:hover {
  background: #000 !important;
  color: white;
}

forms-.selectHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*the container must be positioned relative:*/
.forms-custom-select {
  position: relative;
  margin-bottom: 60px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  line-height: 36px;
  font-weight: 400;
  color: white;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  font-size: 28px;
}
@media (max-width: 880px) {
  .forms-custom-select {
    font-size: 16px;
  }
}

.forms-custom-select select {
  display: none; /*hide original SELECT element:*/
}

.forms-select-selection._green {
  color: #F3F3ED;
  background-color: black;
  border: 1px solid black;
  padding-left: 0;
  padding: 13px 55px 13px 16px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error .forms-select-selection._green {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

.forms-select-selected {
  color: black;
  background-color: #F3F3ED;
  border: 1px solid #F3F3ED;
  padding-left: 0;
  padding: 13px 55px 13px 16px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error .forms-select-selected {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

.forms-select-selected._cream {
  color: black;
  background-color: #F3F3ED;
  border: 1px solid black;
  padding-left: 0;
  padding: 13px 55px 13px 16px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error .forms-select-selected._cream {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

.forms-select-selected._dark {
  color: black;
  background-color: #F3F3ED;
  border: 1px solid #F3F3ED;
  padding-left: 0;
  padding: 13px 55px 13px 16px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error .forms-select-selected._dark {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

.forms-select-selection._dark {
  color: white;
  border-color: #5F5F5F !important;
  background-color: #5F5F5F !important;
  padding-left: 0;
  padding: 13px 55px 13px 16px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error .forms-select-selection._dark {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

.forms-select-selection._cream {
  color: white;
  border-color: #5F5F5F !important;
  background-color: #5F5F5F !important;
  padding-left: 0;
  padding: 13px 55px 13px 16px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error .forms-select-selection._cream {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

/*style the arrow inside the select element:*/
.forms-select-selection:after {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  top: 20px;
  right: -5px;
  width: 0;
  height: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: 6px solid transparent;
  color: white;
  font-size: 21px;
}

.forms-select-selected:after {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  top: 20px;
  right: -5px;
  width: 0;
  height: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: 6px solid transparent;
  color: black;
  font-size: 21px;
}

.forms-select-selected._dark:after {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  top: 20px;
  right: -5px;
  width: 0;
  height: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: 6px solid transparent;
  color: black;
  font-size: 21px;
}

/*point the arrow upwards when the select box is open (active):*/
.forms-select-selected.forms-select-arrow-active:after {
  border-color: transparent transparent transparent transparent;
}

/*style the items (options), including the selected item:*/
.forms-select-items div, .select-selected {
  color: black;
  border: 1px solid transparent;
  border-color: transparent transparent rgb(0, 0, 0);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: 700;
}

/*style items (options):*/
.forms-select-items {
  position: relative;
  font-weight: 700;
  width: 100%;
  z-index: 99;
  border: 1px solid black;
}

.forms-select-items div {
  border-bottom: 1px solid white;
  padding: 8px 10px 8px 16px;
  background-color: white;
}

/*hide the items when the select box is closed:*/
.forms-select-hide {
  display: none;
}

.forms-select-items div:hover, .forms-same-as-selected {
  background-color: rgb(0, 0, 0) !important;
  color: white !important;
}

@media (max-width: 660px) {
  .forms-custom-select {
    margin-right: 0;
    width: 100%;
  }
  .forms-select-selected {
    padding: 13px 5px 13px 16px;
  }
}
@media (min-width: 660px) {
  .forms-selectHolder .custom-select:first-child {
    width: 200px;
  }
}
.header {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 99;
}
.header._open {
  overflow-y: scroll;
  overflow-x: hidden;
  bottom: 0;
  top: 0;
}
@media (max-width: 880px) {
  .header._open .inner {
    top: 50px;
  }
}
.header ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.header a {
  color: black;
}
@media (min-width: 881px) {
  .header a {
    font-size: 16px;
  }
}
@media (min-width: 881px) {
  .header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 880px) {
  .header .inner {
    position: relative;
  }
}
@media (max-width: 880px) {
  .header-logo {
    width: 100px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  ._open .header-logo {
    position: fixed;
    top: 0;
    z-index: 19;
    background-color: white;
  }
  .header-logo img {
    max-height: 20px;
  }
  .header-logo a {
    padding: 15px 0 15px 15px;
    display: block;
    line-height: 0;
  }
}

#skip-link {
  position: fixed;
  left: -1000px;
  height: 0;
  width: 0;
  padding: 8px;
  border-radius: 0 0 4px 0;
  background-color: #F3F3ED;
  color: black;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 100;
}
#skip-link:focus {
  left: 0;
  height: auto;
  width: auto;
}

.menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 881px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
  }
}
@media (max-width: 880px) {
  .menu {
    display: none;
  }
  .menu._show {
    display: block;
    background: white;
    padding: 15px 0;
    border-top: 1px solid black;
  }
  .header-logo + .menu {
    margin-top: 95px;
    border-top: none;
    padding-top: 0;
  }
}
.menu:hover > a,
.menu:hover > strong a {
  color: #5F5F5F;
}
@media (min-width: 881px) {
  .menu:hover .menu-child-wrapper {
    display: block;
  }
}
.menu:focus > a,
.menu:focus > strong a, .menu:active > a,
.menu:active > strong a {
  color: #5F5F5F;
}
.menu._bold > a {
  font-weight: bold;
}
.menu._drop:after {
  content: "\f107";
  font-family: "Fontello";
  font-size: 16px;
  margin-left: 5px;
}
@media (max-width: 880px) {
  .menu._drop:after {
    position: absolute;
    right: 15px;
    font-size: 18px;
    top: 15px;
  }
}
.menu._drop._bold:after {
  content: "\e80c";
  font-size: 12px;
}
@media (min-width: 881px) {
  .menu._drop._bold:hover:after {
    content: "\e80d";
    color: #5F5F5F;
  }
}
.menu._drop._open:after {
  content: "\f106";
}
.menu._drop._open._bold:after {
  content: "\e80d";
}
@media (min-width: 881px) {
  .menu._drop:hover:after {
    content: "\f106";
    color: #5F5F5F;
  }
}
.menu a {
  display: block;
}
@media (max-width: 880px) {
  .menu a {
    display: inline-block;
  }
}
.menu-mobile {
  display: none;
}
@media (max-width: 880px) {
  .menu-mobile {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .menu-mobile-label {
    font-weight: 700;
  }
  .menu-mobile-icon {
    padding-right: 4px;
  }
  ._open .menu-mobile {
    position: fixed;
    top: 14px;
    z-index: 19;
  }
}
.menu-mobile .icon-cancel {
  font-size: 24px;
  padding-top: 3px;
}
.menu-child-wrapper {
  display: none;
  position: absolute;
}
@media (min-width: 881px) {
  .menu-child-wrapper {
    top: 65px;
    z-index: 9;
    left: -42px;
    padding: 0 32px 32px;
  }
}
@media (max-width: 880px) {
  .menu-child-wrapper {
    bottom: -16px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.menu-child {
  background: black;
  padding: 0 0 15px 0;
}
@media (min-width: 881px) {
  .menu-child {
    padding-left: 0;
    white-space: nowrap;
    border-radius: 4px;
  }
  .menu-child:before {
    content: " ";
    width: 0;
    height: 0;
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
    position: absolute;
    left: 42px;
    top: -6px;
  }
}
.menu-child li {
  display: block;
  padding: 15px 15px 0;
}
.menu-child li a {
  color: #F3F3ED;
}
.menu-child li a:hover, .menu-child li a:focus, .menu-child li a:active {
  color: white;
  text-decoration: underline;
}
@media (max-width: 880px) {
  .menu-child li a {
    display: block;
  }
}
@media (max-width: 880px) {
  .menu-sub {
    display: none;
  }
}
@media (min-width: 881px) {
  .menu-sub {
    top: 75px;
    height: 75px;
    width: 100%;
    left: 0;
    background: #F3F3ED;
    border-bottom: 1px solid black;
    z-index: 2;
  }
  .menu-sub .inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu-sub li {
    display: block;
    position: relative;
  }
  .menu-sub li:not(:last-child) {
    margin-right: 32px;
  }
  .menu-sub li:hover a, .menu-sub li._active a {
    color: #5f5f5f;
  }
  .menu-sub li:hover:after, .menu-sub li._active:after {
    content: " ";
    width: 0;
    height: 0;
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid black;
    position: absolute;
    left: 40%;
    top: 42px;
  }
}

.header .header-logo + .menu:after {
  top: 1px;
}

.selectHolder select:focus > option:checked {
  background: #000 !important;
  color: white;
}

.selectHolder option:hover {
  background: #000 !important;
  color: white;
}

.selectHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*the container must be positioned relative:*/
.news-search-custom-select {
  position: relative;
  margin-bottom: 80px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid white;
  line-height: normal;
  width: 17vw;
  margin-top: 21px;
}
@media (max-width: 880px) {
  .news-search-custom-select {
    font-size: 18px;
    margin-bottom: 37px;
    margin-top: inherit;
  }
}

.news-search-custom-select select {
  display: none; /*hide original SELECT element:*/
}

.news-search-select-selected {
  color: white;
  padding-left: 0;
  padding: 13px 15px 13px 10px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.has-error .news-search-select-selected {
  border-color: #D9583E;
  border-width: 4px;
  background-color: #F3F3ED;
  color: black;
}

/*style the arrow inside the select element:*/
.news-search-select-selected:after {
  content: "\f107";
  font-family: "Fontello";
  font-size: 16px;
  right: 0;
  height: 55px;
  display: inline-block;
  position: absolute;
  color: white !important;
  margin-left: 10px;
}

/*point the arrow upwards when the select box is open (active):*/
.news-search-select-selected.select-arrow-active:after {
  border-color: transparent transparent transparent transparent;
}

/*style the items (options), including the selected item:*/
.select-items div, .news-search-select-selected {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  color: #fff;
  background: 0 0;
  border: none;
  padding-left: 8px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*style items (options):*/
.news-search-select-items {
  position: absolute;
  font-weight: 300;
  width: 100%;
  z-index: 99;
  border: 1px solid black;
}

.news-search-select-items div {
  border-bottom: 1px solid white;
  padding: 8px 5px 8px 5px;
  background-color: white;
  font-size: 18px;
  font-weight: 500;
}

/*hide the items when the select box is closed:*/
.news-search-select-hide {
  display: none;
}

.news-search-select-items div:hover, .same-as-selected {
  background-color: rgb(0, 0, 0) !important;
  color: white !important;
}

@media (max-width: 660px) {
  .news-search-custom-select {
    width: 165px;
    padding-left: 8px;
    font-size: 18px;
    margin-bottom: 37px;
  }
  .news-search-select-selected {
    width: 165px;
    padding-left: 8px;
    font-size: 18px;
    margin-top: 48px;
  }
}
@media (min-width: 660px) {
  .selectHolder .news-search-custom-select:first-child {
    width: 165px;
    padding-left: 8px;
    margin-bottom: 37px;
  }
}
@media (max-width: 880px) {
  .search {
    display: none;
  }
  .search-cancel, .search-submit {
    display: none;
  }
}
.search-submit {
  margin-right: 16px;
}
.search-icon {
  font-size: 1.3em;
}
.search-icon:hover {
  cursor: pointer;
}
@media (max-width: 880px) {
  .search-icon {
    display: none;
  }
}
.search-form {
  display: none;
  position: absolute;
  top: 75px;
  width: 100%;
  left: 0;
  z-index: 9;
}
@media (min-width: 881px) {
  .search-form {
    background: #F3F3ED;
    height: 250px;
    padding-top: 45px;
  }
  .search-form form {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .search-form {
    padding: 15px;
    top: -90px;
  }
}
.search-form a {
  color: black;
}
.search .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 880px) {
  .search .inner {
    padding: 0;
    top: 0 !important;
  }
}
.search-input {
  border: none;
  background: #F3F3ED;
  display: block;
  width: 100%;
  outline: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: initial;
}
@media (min-width: 881px) {
  .search-input {
    background: transparent;
    padding: 16px 0;
    font-size: 72px;
    line-height: 80px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: black;
    margin-bottom: 10px;
  }
}
.search-enter {
  display: none;
}
@media (max-width: 880px) {
  .search-enter {
    display: block;
    position: absolute;
    right: 8px;
    top: 11px;
    font-size: 18px;
    border: 0;
    outline: none;
    background: transparent;
  }
}
.search-results {
  margin-top: 32px;
}
@media (min-width: 881px) {
  .search-results {
    margin-top: 60px;
  }
}
.search-result {
  margin-bottom: 32px;
}
@media (max-width: 880px) {
  .search-result {
    margin-bottom: 16px;
  }
  .search-result:first-child {
    margin-top: 32px;
  }
}
.search-result:hover, .search-result:active, .search-result:focus {
  cursor: pointer;
}
.search-result:hover em, .search-result:active em, .search-result:focus em {
  text-decoration: underline;
}
.search-result strong {
  text-decoration: underline;
}
.search-result ._small, .search-result ._caption, .search-result .parsley-required,
.search-result .parsley-type {
  display: block;
  margin: 8px 0;
}
@media (max-width: 880px) {
  .search-result ._small, .search-result ._caption, .search-result .parsley-required,
  .search-result .parsley-type {
    margin: 4px 0;
  }
}
.search-more {
  margin: 32px 0 100px;
}
@media (max-width: 880px) {
  .search-more {
    margin: 16px 0 32px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 250px #F3F3ED inset !important;
  -webkit-font-feature-settings: unset;
}

.footer {
  background: white;
  padding: 100px 0;
}
@media (max-width: 880px) {
  .footer {
    padding: 16px 0;
  }
}
.footer a {
  font-size: 14px;
  color: black;
}
.footer a:hover, .footer a:active {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .footer a {
    font-size: 12px;
  }
}
.footer-header {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0;
}
@media (max-width: 880px) {
  .footer-header {
    position: relative;
  }
  .footer-header:after {
    content: "\e80c";
    font-family: "Fontello";
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 0;
  }
  .footer-header._open:after {
    content: "\e80d";
  }
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 880px) {
  .footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-legal {
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 880px) {
  .footer-legal {
    margin-top: 32px;
  }
}
.footer-legal > * {
  margin-right: 16px;
}
.footer-legal a {
  text-decoration: underline;
}
.footer-block {
  white-space: nowrap;
}
@media (max-width: 880px) {
  .footer-block {
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom: 0;
  }
  .footer-block:last-child {
    margin-bottom: 25px;
  }
  .footer-block .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  .footer-block .flex._show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1001px) {
  .footer-block:not(:last-child) {
    margin-right: 100px;
  }
}
@media (min-width: 881px) and (max-width: 1000px) {
  .footer-block:not(:last-child) {
    margin-right: 50px;
  }
}
.footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .footer-block ul {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 601px) and (max-width: 880px) {
  .footer-block ul + ul {
    margin-left: 25px;
  }
}
@media (min-width: 881px) {
  .footer-block ul + ul {
    margin-left: 35px;
  }
}
.footer-block li {
  margin-bottom: 16px;
  line-height: 1;
}

.hero {
  height: 800px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
}
@media (max-width: 880px) {
  .hero._bg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 880px) {
  .hero._bg._career {
    height: 350px;
    background: white;
  }
}
@media (max-width: 880px) {
  .hero._bg._career.imgHolder {
    height: 320px !important;
  }
}
.hero._light {
  color: black;
  background-color: white;
}
@media (max-width: 880px) {
  .hero .inner {
    margin-bottom: 32px;
  }
}
.hero .inner > * {
  width: 80%;
}
@media (max-width: 880px) {
  .hero .inner > * {
    width: 100%;
  }
}
.hero h1:not(._hero) {
  max-width: 340px;
}
.hero._sm {
  height: 600px;
}
@media (max-width: 880px) {
  .hero._sm {
    height: auto;
    min-height: 160px;
  }
}
.hero._sm .inner > * {
  width: 75%;
}
@media (max-width: 880px) {
  .hero._sm .inner > * {
    width: 100%;
  }
}
.hero-block {
  height: 900px;
  color: white;
  padding: 50px 0 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: black;
}
@media (max-width: 1200px) {
  .hero-block {
    background-position: center 80px;
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 880px) {
  .hero-block {
    min-height: 500px;
  }
}
.hero-block .inner > * {
  width: 55%;
}
@media (max-width: 600px) {
  .hero-block .inner > * {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .hero-block h1 {
    margin-bottom: 120px;
  }
}
@media (min-width: 881px) {
  .hero-block p {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1px;
  }
}

.hero:has(video)._video {
  height: 800px;
}
.hero:has(video)._video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 880px) {
  .hero:has(video)._video {
    height: 300px;
  }
}
.hero:has(video) .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero:has(video) h1 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.hero:has(video) button#watchVideo {
  width: 350px !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 12px;
  border-color: white;
  color: white !important;
}
.hero:has(video) button#watchVideo::after {
  color: white;
}
@media (max-width: 880px) {
  .hero:has(video) button#watchVideo {
    width: 100% !important;
    margin-left: 0;
  }
}
.hero:has(video) button#watchVideo:hover {
  border-color: white;
  color: black !important;
  background-color: white;
}
.hero:has(video) button#watchVideo:hover::after {
  color: black;
}
.hero:has(video) .pauseButton {
  width: 130px;
  position: absolute;
  bottom: 32px;
  right: 0;
  color: white;
  background-color: black;
  border: 1px solid white;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.hero:has(video) .pauseButton span {
  font-size: 12px;
  margin-right: 8px;
}
@media (max-width: 880px) {
  .hero:has(video) .pauseButton {
    font-size: 14px;
    right: 15px;
    bottom: 15px;
  }
}
.hero:has(video) .pauseButton:hover {
  color: black;
  background-color: white;
  cursor: pointer;
}

.tab {
  margin-bottom: 100px;
  margin-top: 80px;
}
@media (max-width: 880px) {
  .tab {
    overflow: hidden;
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
.tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ABAFAC;
  text-align: center;
}
@media (max-width: 880px) {
  .tab-header {
    display: none;
  }
}
.tab-header a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab-header a._active {
  -webkit-box-shadow: 0px 4px 0px white;
          box-shadow: 0px 4px 0px white;
}
@media (min-width: 881px) {
  .tab-body {
    margin: 60px 0;
  }
}
@media (min-width: 881px) {
  .tab-body-content {
    display: none;
  }
  .tab-body-content._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 880px) {
  .tab-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: left;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.7;
  }
  .tab-body-content._active {
    opacity: 1;
  }
  .tab-body-content:not(:last-child) {
    margin-right: 15px;
  }
}
.tab-body .flex-33 {
  padding-right: 25px;
}
@media (max-width: 880px) {
  .tab-body .flex-33 {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0px;
  }
}
.tab-body .flex-66 {
  text-align: right;
}
@media (max-width: 880px) {
  .tab-body .flex-66 {
    width: 100%;
    height: 200px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
    margin-bottom: 16px;
  }
}
.tab-footer {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 880px) {
  .tab-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tab-footer .flex {
  border-top: 1px solid white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  margin-left: 20px;
}
.tab-footer-next {
  cursor: pointer;
}
.tab-footer-marker {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  background: transparent;
}
.tab-footer-marker._active {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 25px;
  height: 10px;
  background: white;
}

.block {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block .icon-down-big {
  padding: 0 8px;
}
.block .icon-download {
  padding: 0 8px 0 0;
}
@media (min-width: 881px) {
  .block._nobg {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 880px) {
  .block {
    padding-top: 32px;
    padding-bottom: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: hidden;
  }
}
.block._zero {
  padding: 1px 0;
}
.block._yellow {
  background-color: #F1A844;
}
.block._yellow .slick-next,
.block._yellow .slick-prev {
  background-color: #F1A844;
}
.block._cream {
  background-color: #F3F3ED;
}
.block._cream .slick-next,
.block._cream .slick-prev {
  background-color: #F3F3ED;
}
.block._green {
  background-color: #222A27;
  color: white;
}
.block._green .slick-next,
.block._green .slick-prev {
  background-color: #222A27;
}
.block._black {
  background-color: black;
  color: white;
}
.block-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 32px 0;
}
.block-simple ._bg {
  height: 600px;
}
@media (max-width: 880px) {
  .block-simple ._bg {
    height: 350px;
  }
}
.block-simple .btn {
  margin-top: 16px;
}
@media (min-width: 881px) {
  .block-simple-content {
    background-color: #F3F3ED;
    padding: 60px 100px;
  }
}
@media (max-width: 1000px) {
  .block-simple-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-simple-content > * {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .block-simple-content {
    padding: 16px 0 0;
  }
}
.block-bg {
  position: relative;
}
@media (min-width: 881px) {
  .block-bg {
    padding-top: 600px;
  }
}
@media (min-width: 881px) and (max-width: 1200px) {
  .block-bg {
    padding-top: 450px;
  }
}
@media (min-width: 601px) and (max-width: 880px) {
  .block-bg {
    padding-top: 300px;
  }
}
@media (max-width: 600px) {
  .block-bg {
    padding-top: 146px;
  }
}
.block-bg .inner {
  position: relative;
}
.block-bg-img {
  height: 800px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 881px) and (max-width: 1200px) {
  .block-bg-img {
    height: 600px;
  }
}
@media (min-width: 601px) and (max-width: 880px) {
  .block-bg-img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .block-bg-img {
    height: 206px;
  }
}
.block-bg-content {
  background: white;
  padding: 100px 100px 50px;
}
@media (max-width: 1200px) {
  .block-bg-content {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .block-bg-content {
    padding: 25px;
  }
}
.block-split {
  background: linear-gradient(to bottom, white 0%, white 300px, white 300px, #F3F3ED 300px, #F3F3ED 100%);
  padding-bottom: 100px;
}
.block-split .inner {
  position: relative;
  min-height: 900px;
}
.block-split + .block-split {
  margin-top: 100px;
}
.block-split._dark {
  color: white;
  background: linear-gradient(to bottom, white 0%, white 300px, white 300px, #222A27 300px, #222A27 100%);
}
.block-split._blue {
  background: linear-gradient(to bottom, white 0%, white 300px, white 300px, #92BAC8 300px, #92BAC8 100%);
}
.block-split._yellow {
  background: linear-gradient(to bottom, white 0%, white 300px, white 300px, #F1A844 300px, #F1A844 100%);
}
.block-split._gray {
  background: linear-gradient(to bottom, white 0%, white 300px, white 300px, #ABAFAC 300px, #ABAFAC 100%);
}
.block-split._brown {
  background: linear-gradient(to bottom, white 0%, white 300px, white 300px, #AA9767 300px, #AA9767 100%);
}
.block-split._red {
  color: white;
  background: linear-gradient(to bottom, white 0%, white 300px, white 300px, #D9583E 300px, #D9583E 100%);
}
.block-split._right .block-split-text div {
  margin-left: 0;
}
.block-split._right .block-split-img {
  right: 0;
  left: auto;
}
@media (max-width: 1200px) {
  .block-split._right .block-split-img {
    right: 25px;
  }
}
@media (max-width: 880px) {
  .block-split._right .block-split-img {
    right: 15px;
  }
}
.block-split-bg {
  height: 600px;
  margin: 0 100px;
}
.block-split-img {
  position: absolute;
  width: 550px;
  height: 400px;
  top: 500px;
}
.block-split-text {
  margin: 32px 100px 0;
}
.block-split-text div {
  width: 49%;
  margin-left: 51%;
}
.block-split-text ._lead, .block-split-text .news-title {
  margin-bottom: 16px;
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .block-split {
    background: linear-gradient(to bottom, white 0%, white 250px, white 250px, #F3F3ED 250px, #F3F3ED 100%);
  }
  .block-split .inner {
    min-height: 750px;
  }
  .block-split._dark {
    background: linear-gradient(to bottom, white 0%, white 250px, white 250px, #222A27 250px, #222A27 100%);
  }
  .block-split._blue {
    background: linear-gradient(to bottom, white 0%, white 250px, white 250px, #92BAC8 250px, #92BAC8 100%);
  }
  .block-split._yellow {
    background: linear-gradient(to bottom, white 0%, white 250px, white 250px, #F1A844 250px, #F1A844 100%);
  }
  .block-split._gray {
    background: linear-gradient(to bottom, white 0%, white 250px, white 250px, #ABAFAC 250px, #ABAFAC 100%);
  }
  .block-split._brown {
    background: linear-gradient(to bottom, white 0%, white 250px, white 250px, #AA9767 250px, #AA9767 100%);
  }
  .block-split._red {
    background: linear-gradient(to bottom, white 0%, white 250px, white 250px, #D9583E 250px, #D9583E 100%);
  }
  .block-split-bg {
    height: 500px;
  }
  .block-split-img {
    width: 470px;
    top: 350px;
  }
}
@media (min-width: 881px) and (max-width: 1000px) {
  .block-split .inner {
    min-height: auto;
  }
  .block-split-img {
    width: 380px;
    height: 300px;
    top: 450px;
  }
}
@media (max-width: 880px) {
  .block-split {
    background: linear-gradient(to bottom, white 0%, white 175px, white 175px, #F3F3ED 175px, #F3F3ED 100%);
    padding-bottom: 32px;
  }
  .block-split .inner {
    min-height: auto;
  }
  .block-split + .block-split {
    margin-top: 32px;
  }
  .block-split._dark {
    background: linear-gradient(to bottom, white 0%, white 175px, white 175px, #222A27 175px, #222A27 100%);
  }
  .block-split._blue {
    background: linear-gradient(to bottom, white 0%, white 175px, white 175px, #92BAC8 175px, #92BAC8 100%);
  }
  .block-split._yellow {
    background: linear-gradient(to bottom, white 0%, white 175px, white 175px, #F1A844 175px, #F1A844 100%);
  }
  .block-split._gray {
    background: linear-gradient(to bottom, white 0%, white 175px, white 175px, #ABAFAC 175px, #ABAFAC 100%);
  }
  .block-split._brown {
    background: linear-gradient(to bottom, white 0%, white 175px, white 175px, #AA9767 175px, #AA9767 100%);
  }
  .block-split._red {
    background: linear-gradient(to bottom, white 0%, white 175px, white 175px, #D9583E 175px, #D9583E 100%);
  }
  .block-split-bg {
    height: 350px;
    margin: 0 0 0 100px;
  }
  ._right .block-split-bg {
    margin: 0 100px 0 0;
  }
  .block-split-img {
    top: 250px;
    width: 250px;
    height: 200px;
  }
  .block-split-text {
    margin: 150px 50px 0;
  }
  .block-split-text div {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .block-split {
    background: linear-gradient(to bottom, white 0%, white 100px, white 100px, #F3F3ED 100px, #F3F3ED 100%);
  }
  .block-split._dark {
    background: linear-gradient(to bottom, white 0%, white 100px, white 100px, #222A27 100px, #222A27 100%);
  }
  .block-split._blue {
    background: linear-gradient(to bottom, white 0%, white 100px, white 100px, #92BAC8 100px, #92BAC8 100%);
  }
  .block-split._yellow {
    background: linear-gradient(to bottom, white 0%, white 100px, white 100px, #F1A844 100px, #F1A844 100%);
  }
  .block-split._gray {
    background: linear-gradient(to bottom, white 0%, white 100px, white 100px, #ABAFAC 100px, #ABAFAC 100%);
  }
  .block-split._brown {
    background: linear-gradient(to bottom, white 0%, white 100px, white 100px, #AA9767 100px, #AA9767 100%);
  }
  .block-split._red {
    background: linear-gradient(to bottom, white 0%, white 100px, white 100px, #D9583E 100px, #D9583E 100%);
  }
  .block-split-bg {
    height: 170px;
  }
  .block-split-img {
    top: 140px;
    height: 170px;
  }
  .block-split-text {
    margin: 170px 15px 0;
  }
}
.block-mini {
  width: 15%;
  margin-top: 60px;
}
.block-mini a {
  display: block;
}
@media (min-width: 881px) {
  .block-mini:not(:nth-child(6n+6)) {
    margin-right: 2%;
  }
}
@media (min-width: 601px) and (max-width: 880px) {
  .block-mini {
    width: 32%;
    margin: 25px 0;
  }
  .block-mini:not(:nth-child(3n+3)) {
    margin-right: 2%;
  }
}
@media (max-width: 600px) {
  .block-mini {
    width: 100%;
    margin: 16px 0 0;
  }
}
.block-cards {
  margin: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-cards h3 {
  margin: 0;
}
.block-cards .flex-50 {
  margin-bottom: 60px;
}
.block-cards a {
  color: #92BAC8;
}
@media (max-width: 880px) {
  .block-cards {
    margin: 32px 0 0;
  }
  .block-cards .flex-50 {
    margin-bottom: 32px;
  }
}
@media (min-width: 881px) {
  .block-cards .flex-50:nth-child(odd) {
    padding-right: 20px;
  }
  .block-cards .flex-50:nth-child(even) {
    padding-left: 20px;
  }
}

.announcement {
  background-color: #F1A844;
  padding: 16px 0;
}

.dl {
  margin: 16px 0;
}
.dl img {
  max-width: 150px;
  height: auto;
  display: block;
}
.dl-list {
  margin: 16px 0 0;
  padding: 0 !important;
}
.dl-list li {
  list-style: none;
  margin-bottom: 16px;
  position: relative;
  padding-left: 25px;
}
.dl-list li:before {
  content: "\e80a";
  font-family: "fontello";
  position: absolute;
  top: 2px;
  left: 0;
}
.dl-text {
  margin: 16px 0;
}
.dl a {
  font-weight: 700;
}
@media (max-width: 880px) {
  .dl a {
    display: block;
  }
}
@media (min-width: 881px) {
  .dl a {
    margin-right: 17px;
  }
}

.meta {
  padding: 8px 0;
}
.meta:not(:last-child) {
  border-bottom: 1px solid #ABAFAC;
}
.meta-value {
  font-size: 14px;
}
@media (max-width: 600px) {
  .meta-value {
    font-size: 12px;
    line-height: 16px;
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}
.contact img {
  border-radius: 50%;
  width: 68px;
  height: 68px;
}
.contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
img + .contact-info {
  margin-left: 16px;
}
.contact-side {
  margin: 32px 0;
}
@media (max-width: 880px) {
  .contact-side {
    margin-top: 0;
  }
}
.contact a {
  display: block;
  font-weight: 700;
}

.disclosure-link {
  display: block;
}
.disclosure-wrap {
  display: none;
}

.goals .flex {
  margin-bottom: 16px;
}
.goals .flex + .flex {
  margin-top: 0;
}
.goals-img {
  height: 67px;
  width: 67px;
  margin-right: 16px;
}
.goals small, .goals .footer-legal {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .goals-img {
    height: 32px;
    width: 32px;
  }
  .goals .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .goals small, .goals .footer-legal {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 8px;
  }
}

.stats {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-top: 25px;
}
@media (min-width: 601px) {
  .stats:not(:last-child) {
    margin-right: 45px;
  }
}
@media (max-width: 600px) {
  .stats {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin: 15px 0;
  }
}
.stats-wrapper {
  padding-bottom: 32px;
}
.stats-wrapper._full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.stats-wrapper._full .inner {
  padding: 0 25px;
}
@media (max-width: 880px) {
  .stats-wrapper._full .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.stats-wrapper._yellow {
  background-color: #F1A844;
}
.stats-wrapper._blue {
  background-color: #92BAC8;
}
.stats-wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (max-width: 600px) {
  .stats-wrapper .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.stats-text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 881px) {
  ._lg .stats-text {
    font-size: 28px;
    line-height: 36px;
  }
}
.stats-num {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
._lg .stats-num {
  font-size: 144px;
  line-height: 1;
}
@media (max-width: 880px) {
  ._lg .stats-num {
    font-size: 72px;
  }
}

hr {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: black;
  margin: 3px 0 4px;
}
._darkBg hr {
  border-color: white;
}
@media (min-width: 601px) {
  ._lg hr {
    margin: 8px 0 16px;
  }
}

.slider {
  margin-top: 60px;
  margin-left: 15px;
}
@media (max-width: 600px) {
  .slider {
    margin-top: 16px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:not(:last-child) {
  margin-right: 30px;
}
.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-arrow.slick-hidden, .slick-arrow.slick-disabled {
  display: none !important;
}

.slick-dots {
  margin: 50px 25px 0 0;
  padding: 0 15px 0 15px;
  list-style: none;
  display: -webkit-box;
  /* display: -ms-flexbox;
   display: flex; */
  max-width: 1150px;
}
@media (max-width: 880px) {
  .slick-dots {
    margin-top: 26px;
  }
}
.slick-dots li:not(.slider-next):not(.slider-prev) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  background: transparent;
  cursor: pointer;
  border-top: 1px solid black;
  height: 10px;
}
.slick-dots li button {
  visibility: hidden;
}
.slick-dots li.slick-active {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background: black !important;
  width: 100px;
}
@media (max-width: 880px) {
  .slick-dots li.slick-active {
    width: 25px;
  }
}
.slick-dots li.slider-prev {
  display: none;
}

.slick-next, .slick-prev {
  position: absolute;
  background-color: white;
  bottom: -12px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
  outline: none;
}
.slick-next:before, .slick-prev:before {
  font-family: "fontello";
  font-size: 22px;
  line-height: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next {
  left: 1150px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .slick-next {
    right: 25px;
    left: auto;
  }
}
@media (max-width: 600px) {
  .slick-next {
    right: 15px;
  }
}
.slick-next:before {
  content: "\f178";
}

.slick-prev {
  left: 0;
  padding-right: 15px;
}
.slick-prev:before {
  content: "\f177";
}

.slider-next a, .slider-prev a {
  display: block;
  font-size: 32px;
  text-decoration: none;
}
.slider-next a {
  margin: -15px 0 15px 15px;
}
.slider-prev a {
  margin: -15px 15px 15px 0;
}

.slider-prev {
  display: inline-block;
}

.story {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.story:not(:last-child) {
  margin-bottom: 100px;
}
.story._even {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1000px) {
  .story {
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px;
  }
  .story:not(:last-child) {
    margin-bottom: 32px;
  }
}
.story-img {
  width: 45%;
  height: 686px;
}
@media (max-width: 1000px) {
  .story-img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 880px) {
  .story-img {
    height: 206px;
  }
}
@media (min-width: 1001px) {
  ._even .story-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.story-text {
  background: #F3F3ED;
  width: 650px;
}
@media (min-width: 1400px) {
  .story-text {
    height: 800px;
  }
}
@media (max-width: 1000px) {
  .story-text {
    padding: 16px 15px;
    width: 100%;
  }
}
@media (min-width: 1001px) {
  ._even .story-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1001px) {
  .story-text-overlay {
    width: 100%;
    padding: 0px 98px 10px 96px;
    overflow-y: auto;
    height: 85%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#F3F3ED), color-stop(99%), to(transparent));
    -webkit-mask-image: linear-gradient(180deg, #F3F3ED, 99%, transparent);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#F3F3ED), color-stop(99%), to(transparent));
            mask-image: linear-gradient(180deg, #F3F3ED, 99%, transparent);
    margin-top: 60px;
  }
}
.story-stat {
  height: 1300px;
  color: white;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.story-stat .inner {
  position: relative;
  height: 100%;
}
.story-stat hr {
  border-color: #F3F3ED;
}
.story-stat-content {
  position: absolute;
  bottom: 100px;
  width: 100%;
}
@media (min-width: 881px) and (max-width: 1200px) {
  .story-stat {
    height: 800px;
  }
  .story-stat-content {
    padding-right: 25px;
  }
}
@media (max-width: 880px) {
  .story-stat {
    height: auto;
    background-size: contain;
    background-position: 0 200px;
  }
  .story-stat-content {
    padding-top: 16px;
    position: initial;
  }
  .story-stat .stats-wrapper {
    padding-top: 250px;
  }
}
@media (max-width: 600px) {
  .story-stat {
    background-position: 0 300px;
  }
  .story-stat .stats-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.story-team-header {
  width: 60%;
  margin-bottom: 100px;
}
@media (max-width: 880px) {
  .story-team-header {
    width: 100%;
    margin-bottom: 32px;
  }
}
.story-team ._caption {
  text-transform: uppercase;
}
.story-team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .story-team-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-team-block ._pullquote {
    margin-top: 16px;
  }
}
.story-team .flex-55 {
  height: 460px;
}
@media (max-width: 880px) {
  .story-team .flex-55 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 250px;
  }
}
@media (max-width: 880px) {
  .story-team .flex-40 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.story-leaders {
  background: linear-gradient(to bottom, #F3F3ED 0%, #F3F3ED 350px, #F3F3ED 350px, white 350px, white 100%);
  position: relative;
  padding-bottom: 100px;
}
.story-leaders-img-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.story-leaders img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.story-leaders img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.story-directors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}

.stats-wrapper._noPaddingBottom {
  padding-bottom: 32px !important;
}

.stats-wrapper._noPaddingTop {
  padding-top: 0px !important;
}

.block.stats-wrapper {
  padding-bottom: 100px;
}

.block.stats-wrapper .stats-header {
  position: relative;
  top: -7px;
  line-height: normal;
}

@media screen and (max-width: 880px) {
  .block.stats-wrapper {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
  }
  .block.stats-wrapper._noPaddingTop {
    padding-top: 0px !important;
  }
  .block.stats-wrapper._noPaddingBottom {
    padding-bottom: 0px !important;
  }
}
.news {
  cursor: pointer;
}
.news:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 880px) {
  .news:not(:last-child) {
    margin-bottom: 32px;
  }
}
.news:hover .news-title, .news:focus .news-title, .news:active .news-title {
  text-decoration: underline;
}
.news:hover .icon-right, .news:focus .icon-right, .news:active .icon-right {
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}
@media (max-width: 880px) {
  .news:hover .icon-right, .news:focus .icon-right, .news:active .icon-right {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.news p {
  margin: 0;
}
.news-wrapper h3 {
  margin: 0;
}
.news-title {
  margin: 16px 0;
  color: #222A27;
}
@media (max-width: 880px) {
  .news-title {
    margin: 8px 0;
  }
}
.news-title .icon-right {
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 880px) {
  .news-title .icon-right {
    margin-left: 4px;
  }
}
.news-title a {
  text-decoration: none;
  color: black !important;
}
.news-meta span {
  display: inline-block;
}
.news-meta span:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 600px) {
  .news-meta span:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 880px) {
  .news-meta {
    margin-top: 8px;
  }
}
.news-btn {
  margin: 32px 0;
}
@media (max-width: 880px) {
  .news-btn {
    margin-top: 8px;
  }
}
.news-more {
  display: inline-block;
}
@media (min-width: 881px) {
  .news-more {
    margin-top: 40px;
  }
}

.brand-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brand-logos a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}
.brand-logos .block-mini {
  margin-top: 32px;
  font-size: 0;
}
.brand-logos .block-mini img, .brand-logos .slider-card img {
  opacity: 0.5;
}
.brand-logos .block-mini a, .brand-logos .slider-card a {
  display: inline-block;
}
.brand-logos .block-mini:hover, .brand-logos .block-mini:active, .brand-logos .slider-card:hover, .brand-logos .slider-card:active {
  cursor: pointer;
}
.brand-logos .block-mini:hover img, .brand-logos .block-mini:active img, .brand-logos .slider-card:hover img, .brand-logos .slider-card:active img {
  opacity: 1;
}
.brand-logos .block-mini:hover a, .brand-logos .block-mini:active a, .brand-logos .slider-card:hover a, .brand-logos .slider-card:active a {
  text-decoration: underline;
}
.brand-logos .block-mini:hover a:after, .brand-logos .block-mini:active a:after, .brand-logos .slider-card:hover a:after, .brand-logos .slider-card:active a:after {
  content: "\f178";
  font-family: "fontello";
  padding-left: 5px;
  text-decoration: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: -1px;
}
.brand-hero {
  position: relative;
  height: 800px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
}
.brand-hero p:first-child {
  margin-top: 16px;
}
.brand-hero .block {
  width: 100%;
}
@media (min-width: 881px) {
  .brand-hero img {
    position: absolute;
    top: 0;
    max-height: 800px;
    left: -32px;
  }
  .brand-hero._right img {
    left: unset;
    right: -32px;
  }
  .brand-hero .inner {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 880px) {
  .brand-hero {
    background-position: 0 130px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
  }
  .brand-hero .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brand-hero .inner:nth-child(2) {
    margin-top: 220px;
  }
  .brand-hero img {
    padding: 8px 15px 8px 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .brand-hero._right img {
    padding: 8px 0 8px 15px;
  }
}

#logoImg {
  max-height: 400px;
}

._home.block, ._home .inner {
  position: relative;
}
._home.hero {
  height: 555px;
}
._home ._pullquote {
  margin: 0 auto 200px;
  z-index: 2;
  position: relative;
}
._home .flex-50 {
  position: relative;
}
@media (max-width: 880px) {
  ._home.block {
    overflow: hidden;
  }
  ._home + ._home {
    padding-top: 0;
  }
  ._home ._pullquote {
    margin-bottom: 32px;
  }
}

.home-bg {
  position: absolute;
}
.home-bg._1 {
  right: 0;
}
.home-bg._2 {
  max-width: 1250px;
}
.home-tile {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.home-tile._bg {
  padding-top: 0;
  height: 500px;
}
.home-tile ._bg {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  pointer-events: none;
}
._lead + .home-tile, .news-title + .home-tile {
  margin: 100px 0 0;
}
.home-tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-tile:hover, .home-tile:focus, .home-tile:active {
  cursor: pointer;
}
.home-tile:hover .home-tile-inner, .home-tile:focus .home-tile-inner, .home-tile:active .home-tile-inner {
  background-color: rgba(0, 0, 0, 0.7);
}
.home-tile:hover ._bg, .home-tile:focus ._bg, .home-tile:active ._bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 880px) {
  .home-tile._bg {
    height: 200px;
  }
  ._lead + .home-tile, .news-title + .home-tile {
    margin: 32px 0;
  }
}
.home-tile-content {
  position: absolute;
  bottom: 0;
  color: #F3F3ED;
  padding: 35px;
  width: 100%;
}
@media (max-width: 880px) {
  .home-tile-content {
    padding: 28px;
  }
}
.home-tile-content .inner {
  position: absolute;
  bottom: 16px;
  width: 85%;
  padding: 0;
  margin: 0;
}
@media (max-width: 880px) {
  .home-tile-content .inner {
    bottom: 7px;
  }
}
.home-tile-content .inner:after {
  content: "\f178";
  font-family: "fontello";
  right: -10%;
  top: 5px;
  position: absolute;
}
@media (max-width: 880px) {
  .home-tile-content .inner:after {
    right: 0;
  }
}
.home-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  position: relative;
}
.home-img {
  max-width: 350px;
}
@media (min-width: 1001px) {
  .home-img {
    max-width: 450px;
  }
}
@media (min-width: 881px) {
  .home-img {
    position: absolute;
    z-index: 2;
  }
}
.home-img._1 {
  bottom: -120px;
  right: 0;
}
.home-img._2 {
  top: -100px;
}
@media (max-width: 880px) {
  .home-img._2 {
    float: right;
  }
}
@media (max-width: 600px) {
  .home-img {
    max-width: 200px;
  }
}
.home-news {
  width: 31%;
}
.home-news a {
  text-decoration: none;
  font-weight: 300;
}
.home-news a:hover {
  text-decoration: underline;
}
.home-news:not(:nth-child(3n+3)) {
  margin-right: 30px;
}
@media (max-width: 880px) {
  .home-news {
    width: 100%;
    margin-right: 0 !important;
  }
}
.home-news-img {
  max-width: 100%;
}
.home-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-news ._lead, .home-news .news-title {
  margin: 16px 0;
}
.home-news ._lead:after, .home-news .news-title:after {
  content: "\f178";
  font-family: "fontello";
  font-size: 18px;
  margin-left: 5px;
}
@media (max-width: 880px) {
  .home-news ._lead, .home-news .news-title {
    margin: 8px 0 16px;
  }
}

.image-tile-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

._career .inner > * {
  width: 100%;
}
._career .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.career-intro {
  min-height: 500px;
}
.career-intro .flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.career-intro .flex-60 {
  background-color: white;
}
.career-intro .flex-40 {
  padding: 100px 0;
  background-color: #F3F3ED;
}
@media (min-width: 881px) {
  .career-intro {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, white), color-stop(50%, #F3F3ED), to(#F3F3ED));
    background: linear-gradient(to right, white 0%, white 50%, white 50%, #F3F3ED 50%, #F3F3ED 100%);
  }
  .career-intro ._caption {
    margin: 20px 0 0 30px;
  }
  .career-intro .flex-60 {
    padding: 100px 32px 100px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .career-intro .flex-40 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 880px) {
  .career-intro ._caption {
    margin: 10px 0 0;
  }
  .career-intro .flex {
    display: block;
  }
  .career-intro .flex-40 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F3F3ED), color-stop(50%, #F3F3ED), color-stop(50%, #F3F3ED), color-stop(50%, white), to(white));
    background: linear-gradient(to bottom, #F3F3ED 0%, #F3F3ED 50%, #F3F3ED 50%, white 50%, white 100%);
  }
  .career-intro .flex-60 {
    padding: 0 15px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.career-intro-img {
  height: 660px;
  width: 100%;
  margin-top: -170px;
}
@media (max-width: 880px) {
  .career-intro-img {
    height: 370px;
    margin-top: 0;
  }
}
.career-block {
  min-height: 500px;
  margin-top: 60px;
}
.block + .career-block {
  margin-top: 0;
}
@media (min-width: 881px) {
  .career-block {
    background-size: 100% 75%;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .career-block-side {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 60px 0 0 30px;
    width: 35%;
  }
  .career-block-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 60px 100px 60px 0;
    width: 63%;
  }
}
@media (max-width: 880px) {
  .career-block {
    margin-top: 0;
  }
  .career-block .flex {
    display: block;
  }
  .career-block-main {
    padding: 32px 15px 1px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .career-block-side {
    padding: 32px 0;
    width: 100%;
  }
}
@media (min-width: 881px) {
  .career-block._yellow {
    background-image: -webkit-gradient(linear, left top, right top, from(#F1A844), color-stop(50%, #F1A844), color-stop(50%, #F1A844), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right, #F1A844 0%, #F1A844 50%, #F1A844 50%, transparent 50%, transparent 100%);
  }
}
@media (max-width: 880px) {
  .career-block._yellow .career-block-video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F1A844), color-stop(50%, #F1A844), color-stop(50%, #F1A844), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to bottom, #F1A844 0%, #F1A844 50%, #F1A844 50%, transparent 50%, transparent 100%);
    padding: 0 15px;
  }
}
.career-block._yellow .career-block-main {
  background-color: #F1A844;
}
@media (min-width: 881px) {
  .career-block._blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#92BAC8), color-stop(50%, #92BAC8), color-stop(50%, #92BAC8), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right, #92BAC8 0%, #92BAC8 50%, #92BAC8 50%, transparent 50%, transparent 100%);
  }
}
@media (max-width: 880px) {
  .career-block._blue .career-block-video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#92BAC8), color-stop(50%, #92BAC8), color-stop(50%, #92BAC8), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to bottom, #92BAC8 0%, #92BAC8 50%, #92BAC8 50%, transparent 50%, transparent 100%);
    padding: 0 15px;
  }
}
.career-block._blue .career-block-main {
  background-color: #92BAC8;
}
@media (min-width: 881px) {
  .career-block._beige {
    background-image: -webkit-gradient(linear, left top, right top, from(#AA9767), color-stop(50%, #AA9767), color-stop(50%, #AA9767), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right, #AA9767 0%, #AA9767 50%, #AA9767 50%, transparent 50%, transparent 100%);
  }
}
@media (max-width: 880px) {
  .career-block._beige .career-block-video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#AA9767), color-stop(50%, #AA9767), color-stop(50%, #AA9767), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to bottom, #AA9767 0%, #AA9767 50%, #AA9767 50%, transparent 50%, transparent 100%);
    padding: 0 15px;
  }
}
.career-block._beige .career-block-main {
  background-color: #AA9767;
}
.career-block-video {
  width: 100%;
  z-index: 2;
}
.career-block-video img {
  width: 100%;
  display: block;
}
@media (min-width: 881px) {
  .career-block-video {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .career-block-video._yt {
    height: 675px;
  }
}
@media (max-width: 880px) {
  .career-block-video._yt {
    height: 350px;
  }
}
.career-slider {
  padding: 32px 0 64px;
}
.career-slider-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-slider-img {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 881px) {
  .career-slider .slick-slide:not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 600px) {
  .career-slider .slick-slide:not(:last-child) {
    margin-right: 0;
  }
}
.career-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: unset;
}
.career-slider .slick-dots li:not(.slider-next):not(.slider-prev) {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-top: none;
}
.career-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  visibility: visible;
}
.career-slider .slick-dots li button:hover, .career-slider .slick-dots li button:focus {
  outline: none;
}
.career-slider .slick-dots li button:hover:before, .career-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.career-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "fontello";
  line-height: 20px;
  text-align: center;
  color: #ABAFAC;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.career-slider .slick-dots li.slick-active {
  background: transparent !important;
}
.career-slider .slick-dots li.slick-active button:before {
  color: black;
}

.career-intro .flex._wrap {
  gap: 0 !important;
}

.imageText .imageText .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 880px) {
  .imageText .bottom .right {
    width: 100% !important;
  }
}
.imageText {
  padding-top: 0px;
}

.imageText .left:not(._dark) h2 {
  color: black;
}

.imageText .left._dark h2 {
  color: white;
}

.imageText img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280/99;
}

.imageText .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imageText .bottom .left h3 {
  padding: 25px 50px;
}

.imageText .bottom .left {
  padding-top: 25px;
  padding-bottom: 0;
  width: 48%;
}

.imageText .bottom .right {
  padding-top: 25px;
  padding-bottom: 0;
  width: 58%;
}

@media (min-width: 880px) {
  .imageText .bottom .left {
    width: 50%;
    max-width: 50%;
  }
}
.imageText .bottom .right ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  height: 120%;
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .imageText .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imageText .bottom .left h3 {
    text-align: center;
  }
  .imageText .right {
    padding-left: 0px !important;
  }
  .imageText .right ul {
    padding-left: 30px !important;
  }
}
@media (max-width: 350px) {
  .imageText .bottom .right ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.imageText .bottom .left h3 {
  padding: 25px 0px;
}

.imageText .left .box {
  padding-bottom: 60px;
  padding-top: 35px;
  padding-right: 80px;
}

.imageText .bottom h3 {
  margin-bottom: 0;
}

.imageText #coverBox {
  position: absolute;
  width: 100vw;
  right: 50%;
  z-index: 0;
}

.imageText .bottom .left {
  z-index: 1;
  position: relative;
}

@media (min-width: 880px) {
  .imageText .bottom .left {
    min-height: 388px;
  }
}
.imageText .bottom .right {
  padding-top: 60px;
  padding-left: 100px;
  padding-bottom: 25px;
}

@media (max-width: 880px) {
  .imageText .bottom .left {
    padding-right: 25px;
    width: 120vw !important;
    max-width: 120vw !important;
    padding-left: 10%;
    left: -10%;
  }
  .imageText .bottom .box {
    padding-right: 15px;
  }
}
.imageText h2 {
  height: 228px;
  width: 475px;
  color: #000000;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 76px;
  margin-bottom: 0;
  padding-right: 10%;
}

.imageText .bottom .right p {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 880px) {
  .imageText h2 {
    height: 80px;
    color: #000000;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
  }
  .imageText .bottom .left {
    top: 0;
    padding-top: 0;
  }
  .imageText .bottom .box {
    padding: 32px 0 32px 0;
  }
  .imageText #coverBox {
    display: none;
  }
  .imageText .bottom .right p {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
  .imageText .bottom .right {
    padding-top: 28px;
    padding-bottom: 0;
  }
  .imageText .bottom .right .btn {
    margin-bottom: 0;
  }
  .imageText img {
    aspect-ratio: 3/4;
    width: 100%;
    max-height: 75vw;
  }
  .imageTextMobilePaddingTop {
    padding-top: 32px !important;
  }
  .imageTextMobilePaddingBottom {
    padding-bottom: 32px;
  }
}
.mediaOneColumn .bottom {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.mediaOneColumn .bottom h3 {
  padding-top: 60px;
  margin-bottom: 20px;
  width: 236px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
}

.mediaOneColumn .bottom p {
  margin: 0;
  height: 52px;
  width: 750px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.mediaOneColumn .bottom .btn {
  width: inherit;
  margin-top: 28px;
}

@media (max-width: 880px) {
  .mediaOneColumn .bottom .btn {
    width: 100%;
  }
  .mediaOneColumn .bottom h3 {
    padding-top: 28px;
    margin-bottom: 16px;
    width: 142px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .mediaOneColumn .bottom p {
    width: inherit;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
  }
}
.twoColumnImageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.twoColumnImageText.imgRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.twoColumnImageText .right {
  float: right;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.container {
  display: -ms-grid;
  display: grid;
}

.twoColumnImageText .right::before,
.twoColumnImageText .right::after {
  content: "";
  height: 25%;
}

.twoColumnImageText .left {
  float: left;
  left: 0;
}

.twoColumnImageText .inner {
  width: 50%;
  max-width: 600px !important;
}

.twoColumnImageText.imgRight .inner {
  width: 55%;
  max-width: 700px;
}

@media (min-width: 880px) {
  .twoColumnImageText:not(.imgRight) .inner {
    padding-left: 100px;
  }
  .twoColumnImageText.imgRight .inner {
    padding-right: 100px;
    margin-right: 0;
  }
  .twoColumnImageText:not(.imgRight) .inner {
    margin-left: 0;
    max-width: 675px;
  }
  .twoColumnImageText .right {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.twoColumnImageText img {
  float: left;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.twoColumnImageText h3 {
  margin-bottom: 20px;
}

.twoColumnImageText p {
  margin-bottom: 28px;
}

@media (max-width: 880px) {
  .twoColumnImageText .inner {
    width: 100%;
  }
  .twoColumnImageText.imgRight .inner {
    width: 100%;
  }
  .twoColumnImageText img {
    float: left;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .twoColumnImageText h3 {
    margin-top: 28px;
  }
  .twoColumnImageText p {
    margin-bottom: 28px;
  }
  .twoColumnImageText .right::before,
  .twoColumnImageText .right::after {
    content: none;
    height: 0%;
  }
  .twoColumnImageText .right {
    -ms-grid-rows: (0.5fr)[1];
    grid-template-rows: repeat(1, 0.5fr);
  }
  .twoColumnImageText .btn {
    margin-bottom: 0;
  }
  .twoColumnImageText {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Mobile-TwoColImgTopPadding {
    padding-top: 32px;
  }
  .Mobile-TwoColImgBottomPadding {
    padding-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .twoColumnImageText.imgRight .inner {
    width: 60%;
    max-width: 700px;
  }
}
@media (min-width: 880px) and (max-width: 1600px) {
  .twoColumnImageText.imgRight .inner {
    width: 55%;
    max-width: 675px;
  }
}
.NewsDirectLinks .top h3:after {
  content: "\f178";
  font-family: "fontello";
  margin-left: 5px;
}

.NewsDirectLinks .lowerHeader {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}

.NewsDirectLinks .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.NewsDirectLinks .top h3 {
  margin-top: 0px;
}

.NewsDirectLinks .top h1._lead, .NewsDirectLinks .top h1.news-title {
  font-size: 72px;
  line-height: 80px;
  margin-top: 0;
  margin-bottom: 50px;
}

.NewsDirectLinks .top h2._lead, .NewsDirectLinks .top h2.news-title {
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 50px;
}

.NewsDirectLinks .heroStory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 50px;
}

.NewsDirectLinks._dark .heroStory .news-title p {
  color: white;
}

.NewsDirectLinks .right {
  aspect-ratio: 4/3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.NewsDirectLinks .home-news-img {
  aspect-ratio: 4/3;
}

.NewsDirectLinks .home-news-img img {
  -o-object-fit: fill;
     object-fit: fill;
}

.NewsDirectLinks .heroStory ._label, .NewsDirectLinks .heroStory table th, table .NewsDirectLinks .heroStory th {
  color: #AA9767;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
}

.NewsDirectLinks img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.NewsDirectLinks a:not(.viewAll) {
  text-decoration: none;
}

.NewsDirectLinks .date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
}

.NewsDirectLinks .home-news-wrapper .date {
  margin-top: 20px;
  margin-bottom: 12px;
}

.NewsDirectLinks .home-news-wrapper p {
  margin-top: 12px;
}

.NewsDirectLinks .home-news {
  width: 32%;
}

.NewsDirectLinks .newsBody {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 40px;
}

.NewsDirectLinks .news-title {
  margin-top: 0;
}

.NewsDirectLinks .news-title p {
  margin-bottom: 12px;
}

.NewsDirectLinks .heroStory .left {
  padding-left: 50px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.NewsDirectLinks .heroStory:hover .news-title p {
  text-decoration: underline;
}

.NewsDirectLinks .home-news:hover .lowerHeader {
  text-decoration: underline;
}

.NewsDirectLinks .home-news-wrapper a {
  display: contents;
}

.NewsDirectLinks .home-news-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.NewsDirectLinks .home-news {
  margin-right: 0;
}

.NewsDirectLinks .home-news:nth-child(3n) {
  padding-right: 0;
}

.NewsDirectLinks .heroStory .left .date {
  margin-top: 0px;
}

.NewsDirectLinks .heroStory .left .news-title {
  margin-bottom: 0;
}

.NewsDirectLinks .heroStory .left .news-title p {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  text-decoration-thickness: 2px;
}

.NewsDirectLinks .heroStory .left .news-title h2 {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  text-decoration-thickness: 2px;
}

.NewsDirectLinks._dark .heroStory .news-title h2 {
  color: white;
}

@media (min-width: 880px) {
  .NewsDirectLinks .top .viewAll {
    padding-top: 2.5%;
  }
  .NewsDirectLinks .top.space .viewAll {
    padding-top: 0%;
  }
}
@media (max-width: 880px) {
  .NewsDirectLinks .top h1._lead, .NewsDirectLinks .top h1.news-title {
    font-size: 48px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .NewsDirectLinks .top h2._lead, .NewsDirectLinks .top h2.news-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .NewsDirectLinks .heroStory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .NewsDirectLinks .heroStory .left {
    padding-left: 0;
  }
  .NewsDirectLinks .home-news {
    width: 100%;
  }
  .NewsDirectLinks .viewAll {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .NewsDirectLinks .heroStory {
    margin-bottom: 0;
  }
  .NewsDirectLinks .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .NewsDirectLinks .right {
    margin-bottom: 16px;
    width: 100vw;
    -webkit-transform: translatex(-16px);
            transform: translatex(-16px);
  }
  .NewsDirectLinks ._label, .NewsDirectLinks table th, table .NewsDirectLinks th {
    margin-bottom: 6px;
  }
  .NewsDirectLinks .date {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .NewsDirectLinks .newsBody {
    margin-top: 10px;
    margin-bottom: 13px;
  }
  .NewsDirectLinks .home-news .date {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .NewsDirectLinks .lowerHeader {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .NewsDirectLinks .home-news-wrapper a:last-child .lowerHeader {
    margin-bottom: 16px;
  }
  .NewsDirectLinks .heroStory .left .news-title p {
    font-size: 24px;
    line-height: 32px;
  }
  .NewsDirectLinks .lowerHeader {
    font-size: 16px;
  }
  .NewsDirectLinks ._lead,
  .news-title {
    font-size: 16px;
  }
  .NewsDirectLinks .heroStory ._label,
  .NewsDirectLinks .heroStory table th,
  table .NewsDirectLinks .heroStory th {
    font-size: 12px;
  }
  .NewsDirectLinks .newsBody {
    font-size: 16px;
  }
}
.NewsDirectLinks .heroStory ._label,
.NewsDirectLinks .heroStory table th,
table .NewsDirectLinks .heroStory th {
  color: black;
}

.NewsDirectLinks .newsBody {
  margin-bottom: 0;
}

.NewsDirectLinks a[href=""] {
  pointer-events: none;
  cursor: default;
}

.NewsDirectLinks .heroStory:hover .news-title h2 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.newsTiles .home-news:not(:nth-child(3n+3)) {
  margin-right: 0px;
}

.newsTiles .home-news {
  margin-bottom: 28px;
  width: 32%;
}

.newsTiles .home-news-wrapper a {
  display: contents;
}

.newsTiles .cardBottom {
  padding-top: 20px;
}

.newsTiles .cardBottom ._lead, .newsTiles .cardBottom .news-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.newsTiles .cardBottom p:not(._lead):not(.news-title) {
  margin-top: 0;
  margin-bottom: 3px;
}

.newsTiles .home-news-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsTiles .top {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 32px;
}

.newsTiles .home-news ._lead:after, .newsTiles .home-news .news-title:after {
  margin-left: 35%;
  font-weight: bold;
}

.newsTiles .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.newsTiles .top h3 {
  margin-bottom: 32px;
}

.newsTiles._dark .news-title {
  color: white;
}

@media (min-width: 880px) {
  .newsTiles .top .news-title {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.newsTiles .cardBottom {
  padding: 25px;
}

.newsTiles ._lead, .newsTiles .news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsTiles .home-news._gray {
  background-color: #222A27;
}

.newsTiles .cardBottom p {
  color: white !important;
}

.newsTiles .cardBottom h3 {
  color: white !important;
}

.newsTiles .home-news-img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}

@media (max-width: 660px) {
  .newsTiles .home-news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsTiles .home-news {
    width: 100%;
  }
}
.newsTiles .top h3 {
  margin-bottom: 12px;
}

.newsTiles .top p {
  margin-bottom: 12px;
}

.newsTiles .bottom .btn {
  margin-top: 32px;
}

.newsTiles .top h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.newsTiles .top .news-title p {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}

.newsTiles .cardBottom h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width: 880px) {
  .newsTiles .bottom .btn {
    margin-top: 0;
  }
  .newsTiles .top h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .newsTiles .top .news-title p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
  }
  .newsTiles .cardBottom h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .newsTiles .cardBottom p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
}
.heroSlider {
  max-height: 599px;
}

.heroSlider .carouselText h1 {
  position: relative;
  width: 50%;
  color: #F3F3ED;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 76px;
  z-index: 11;
}

.heroSlider .carouselText h2 {
  position: relative;
  width: 50%;
  color: #F3F3ED;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 76px;
  z-index: 11;
}

.heroSlider .navButtons a {
  text-decoration: none;
}

.heroSlider #navButtons h3 {
  color: #F3F3ED;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
}

.heroSlider .carouselText .btn {
  background-color: white;
}

.heroSlider .carouselText .btn:hover {
  background-color: black;
}

.heroSlider .slick-list.draggable {
  height: 600px;
  max-height: 600px;
}

.heroSlider .slick-list.draggable {
  max-height: 600px;
}

.heroSlider .slick-slide {
  max-height: 600px;
}

.heroSlider .slick-track {
  max-height: 600px;
}

@media (max-width: 880px) {
  .heroSlider .carouselText h1 {
    width: 100%;
    color: #F3F3ED;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
  }
  .heroSlider .carouselText h2 {
    width: 100%;
    color: #F3F3ED;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
  }
  .heroSlider .slick-list.draggable {
    height: 320px;
  }
  .heroSlider .single-item img {
    height: 320px !important;
  }
  .heroSlider .slides {
    height: 320px !important;
  }
  .heroSlider {
    max-height: 319px;
  }
  .mask {
    height: 320px !important;
  }
  .gradient {
    height: 140px !important;
    top: 180px !important;
  }
  .heroSlider .carouselText {
    top: -245px !important;
  }
  .heroSlider #navButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .heroSlider #navButtons a {
    width: inherit !important;
    padding-right: 25px;
    margin-right: 0 !important;
  }
}
.heroSlider .carouselText {
  position: relative;
  top: -500px;
  color: #F3F3ED;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 76px;
  z-index: 10;
}

.heroSlider #navButtons {
  position: relative;
  top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 10;
}

.gradient {
  position: absolute;
  top: 320px;
  height: 280px;
  width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.heroSlider .slides {
  height: 600px;
  width: 100vw;
}

.heroSlider .single-item img {
  width: 100vw;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.heroSlider .slick-slide {
  margin-right: 0 !important;
}

.mask {
  position: absolute;
  height: 600px;
  top: 0;
  width: 100vw;
  opacity: 0.55;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
}

.heroSlider #navButtons a {
  height: 22px;
  width: 100% !important;
  color: #F3F3ED;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  padding-top: 16px;
  margin-right: 45px;
  text-decoration: none;
}

.heroSlider #navButtons a:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 660px) {
  .heroSlider #navButtons a {
    margin-right: 25px;
  }
}
.heroSlider #navButtons a.active {
  border-top: 0px solid gray;
  padding-top: 12px;
}

.heroSlider #navButtons a.active:after {
  content: "";
  position: absolute;
  bottom: 12px;
  top: 0px;
  border-top: 4px solid #AA9767;
  max-width: calc(33% - 26px);
  -webkit-animation: progressBar 5.5s ease-in;
          animation: progressBar 5.5s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  z-index: 25;
}

@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 33%;
  }
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 33%;
  }
}
@media (max-width: 880px) {
  .heroSlider #navButtons a.active {
    border-top: 0px solid #AA9767;
    padding-top: 16px;
  }
  .heroSlider #navButtons a {
    width: 30% !important;
  }
  .heroSlider #navButtons a.active:before {
    content: "";
    position: absolute;
    bottom: 12px;
    border-top: 0px solid gray;
    width: 40px;
  }
  .heroSlider #navButtons a.active:after {
    content: "";
    position: absolute;
    bottom: 12px;
    top: 6px;
    border-top: 4px solid #AA9767;
    max-width: calc(33% - 26px);
    -webkit-animation: progressBar 5.25s ease-in;
            animation: progressBar 5.25s ease-in;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    z-index: 25;
  }
  @-webkit-keyframes progressBar {
    0% {
      width: 0;
    }
    100% {
      width: 40px;
    }
  }
  @keyframes progressBar {
    0% {
      width: 0;
    }
    100% {
      width: 40px;
    }
  }
  .heroSlider #navButtons h3 {
    font-size: 12px;
  }
}
.fullwidth_slider_wrapper {
  /* Slideshow container */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* The dots/bullets/indicators */
}
.fullwidth_slider_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fullwidth_slider_wrapper body {
  font-family: Verdana, sans-serif;
  margin: 0;
}
.fullwidth_slider_wrapper .mySlides {
  display: none;
}
.fullwidth_slider_wrapper img {
  vertical-align: middle;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullwidth_slider_wrapper .slideshow-container {
  position: relative;
  margin: auto;
}
.fullwidth_slider_wrapper .prev, .fullwidth_slider_wrapper .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 40px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fullwidth_slider_wrapper .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
@media (min-width: 1300px) {
  .fullwidth_slider_wrapper .next {
    padding-right: 4vw;
  }
  .fullwidth_slider_wrapper .prev {
    padding-left: 4vw;
  }
}
@media (min-width: 881px) {
  .fullwidth_slider_wrapper {
    /* Image Text Container */
    /* Image Text Style */
  }
  .fullwidth_slider_wrapper .text-right {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    width: 45%;
    float: right;
    margin-right: 30px;
  }
  .fullwidth_slider_wrapper .text-left {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    width: 45%;
    margin-left: 30px;
  }
  .fullwidth_slider_wrapper .body-text {
    width: 100%;
    height: auto;
    position: absolute;
    font-weight: light;
    text-align: left;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 600px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fullwidth_slider_wrapper .optional-header {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 5px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
  }
  .fullwidth_slider_wrapper .quote {
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: 300;
  }
  .fullwidth_slider_wrapper .quote:before {
    content: "“";
    position: absolute;
    margin-left: -10px;
  }
  .fullwidth_slider_wrapper .signature-text-right {
    text-align: right;
    padding-right: 10px;
    float: right;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
  }
  .fullwidth_slider_wrapper .signature-text-left {
    text-align: left;
    padding-left: 5px;
    float: left;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
  }
}
@media (max-width: 880px) {
  .fullwidth_slider_wrapper {
    /* Position the "next button" to the right */
    /* Not used in mobile view */
  }
  .fullwidth_slider_wrapper img {
    height: 210px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fullwidth_slider_wrapper .prev {
    cursor: pointer;
    position: absolute;
    width: auto;
    font-weight: bold;
    font-size: 25px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    top: 100%;
    padding-top: 56px;
    left: 30%;
  }
  .fullwidth_slider_wrapper .next {
    float: right;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    position: absolute;
    width: auto;
    font-weight: bold;
    font-size: 25px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    top: 100%;
    padding-top: 56px;
    right: 30%;
  }
  .fullwidth_slider_wrapper .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 40px 2px 0 2px;
    background-color: #a4a4a4;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    margin-bottom: 32px;
  }
  .fullwidth_slider_wrapper .active, .fullwidth_slider_wrapper .dot:hover {
    background-color: #000;
  }
  .fullwidth_slider_wrapper .text-right {
    padding-left: 40px;
    line-height: 1.5;
  }
  .fullwidth_slider_wrapper .text-left {
    padding-left: 40px;
    line-height: 1.5;
  }
  .fullwidth_slider_wrapper .body-text {
    display: hidden;
  }
  .fullwidth_slider_wrapper .optional-header {
    padding-top: 35px;
    font-weight: 700;
  }
  .fullwidth_slider_wrapper .quote {
    display: hidden;
    padding-top: 20px;
    width: 85%;
  }
  .fullwidth_slider_wrapper .quote:before {
    content: "“";
    position: absolute;
    margin-left: -7px;
  }
  .fullwidth_slider_wrapper .signature-text-right {
    display: hidden;
    line-height: 1.2;
    padding-top: 20px;
    width: 100%;
    font-style: italic;
  }
  .fullwidth_slider_wrapper .signature-text-left {
    display: hidden;
    line-height: 1.2;
    padding-top: 20px;
    width: 100%;
    font-size: 14px;
    font-style: italic;
  }
}

@media (min-width: 660px) {
  ._dark .active, ._dark .dot:hover {
    background-color: white !important;
  }
  .fullwidth_slider_wrapper .prev, .fullwidth_slider_wrapper .next {
    text-decoration: none;
  }
  .fullwidth_slider_wrapper .darkText .body-text {
    color: black;
  }
  .fullwidth_slider_wrapper .darkText .optional-header {
    color: black;
  }
  .fullwidth_slider_wrapper .darkText .quote {
    color: black;
  }
  .fullwidth_slider_wrapper .darkText .signature-text-left {
    color: black;
  }
  .fullwidth_slider_wrapper .body-text {
    color: white;
  }
  .fullwidth_slider_wrapper .optional-header {
    color: white;
  }
  .fullwidth_slider_wrapper .quote {
    color: white;
  }
  .fullwidth_slider_wrapper .signature-text-left {
    color: white;
  }
}
@media (max-width: 880px) {
  .fullwidth_slider_wrapper._dark span.dot.active {
    background-color: white !important;
  }
  .fullwidth_slider_wrapper._darkGray span.dot.active {
    background-color: white !important;
  }
}
.fullwidth_slider_wrapper {
  /* Slideshow container */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* The dots/bullets/indicators */
}
.fullwidth_slider_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fullwidth_slider_wrapper body {
  font-family: Verdana, sans-serif;
  margin: 0;
}
.fullwidth_slider_wrapper .mySlides {
  display: none;
}
.fullwidth_slider_wrapper img {
  vertical-align: middle;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullwidth_slider_wrapper .slideshow-container {
  position: relative;
  margin: auto;
}
.fullwidth_slider_wrapper .prev, .fullwidth_slider_wrapper .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  font-weight: bold;
  font-size: 40px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fullwidth_slider_wrapper .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
@media (min-width: 1300px) {
  .fullwidth_slider_wrapper .next {
    padding-right: 4vw;
  }
  .fullwidth_slider_wrapper .prev {
    padding-left: 4vw;
  }
}
@media (min-width: 881px) {
  .fullwidth_slider_wrapper {
    /* Image Text Container */
    /* Image Text Style */
  }
  .fullwidth_slider_wrapper .text-right {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    width: 45%;
    float: right;
    margin-right: 30px;
  }
  .fullwidth_slider_wrapper .text-left {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    width: 45%;
    margin-left: 30px;
  }
  .fullwidth_slider_wrapper .body-text {
    width: 100%;
    height: auto;
    position: absolute;
    font-weight: light;
    text-align: left;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 600px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fullwidth_slider_wrapper .optional-header {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 5px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
  }
  .fullwidth_slider_wrapper .quote {
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: 300;
  }
  .fullwidth_slider_wrapper .quote:before {
    content: "“";
    position: absolute;
    margin-left: -12px;
  }
  .fullwidth_slider_wrapper .signature-text-right {
    text-align: right;
    padding-right: 10px;
    float: right;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
  }
  .fullwidth_slider_wrapper .signature-text-left {
    text-align: left;
    padding-left: 5px;
    float: left;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
  }
}
@media (max-width: 880px) {
  .fullwidth_slider_wrapper {
    /* Position the "next button" to the right */
    /* Not used in mobile view */
  }
  .fullwidth_slider_wrapper img {
    height: 210px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fullwidth_slider_wrapper .prev {
    cursor: pointer;
    position: absolute;
    width: auto;
    font-weight: bold;
    font-size: 25px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    top: 100%;
    padding-top: 56px;
    left: 30%;
  }
  .fullwidth_slider_wrapper .next {
    float: right;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    position: absolute;
    width: auto;
    font-weight: bold;
    font-size: 25px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    top: 100%;
    padding-top: 56px;
    right: 30%;
  }
  .fullwidth_slider_wrapper .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 40px 2px 0 2px;
    background-color: #a4a4a4;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    margin-bottom: 32px;
  }
  .fullwidth_slider_wrapper .active, .fullwidth_slider_wrapper .dot:hover {
    background-color: #000;
  }
  .fullwidth_slider_wrapper .text-right {
    padding-left: 40px;
    line-height: 1.5;
  }
  .fullwidth_slider_wrapper .text-left {
    padding-left: 40px;
    line-height: 1.5;
  }
  .fullwidth_slider_wrapper .body-text {
    display: hidden;
  }
  .fullwidth_slider_wrapper .optional-header {
    padding-top: 35px;
    font-weight: 700;
  }
  .fullwidth_slider_wrapper .quote {
    display: hidden;
    padding-top: 20px;
    width: 85%;
  }
  .fullwidth_slider_wrapper .quote:before {
    content: "“";
    position: absolute;
    margin-left: -15px;
  }
  .fullwidth_slider_wrapper .signature-text-right {
    display: hidden;
    line-height: 1.2;
    padding-top: 20px;
    width: 100%;
    font-style: italic;
  }
  .fullwidth_slider_wrapper .signature-text-left {
    display: hidden;
    line-height: 1.2;
    padding-top: 20px;
    width: 100%;
    font-size: 14px;
    font-style: italic;
  }
}

@media (min-width: 660px) {
  ._dark .active, ._dark .dot:hover {
    background-color: white !important;
  }
  .fullwidth_slider_wrapper .prev, .fullwidth_slider_wrapper .next {
    text-decoration: none;
  }
  .fullwidth_slider_wrapper .darkText .body-text {
    color: black;
  }
  .fullwidth_slider_wrapper .darkText .optional-header {
    color: black;
  }
  .fullwidth_slider_wrapper .darkText .quote {
    color: black;
  }
  .fullwidth_slider_wrapper .darkText .signature-text-left {
    color: black;
  }
  .fullwidth_slider_wrapper .body-text {
    color: white;
  }
  .fullwidth_slider_wrapper .optional-header {
    color: white;
  }
  .fullwidth_slider_wrapper .quote {
    color: white;
  }
  .fullwidth_slider_wrapper .signature-text-left {
    color: white;
  }
}
@media (max-width: 880px) {
  .fullwidth_slider_wrapper._dark span.dot.active {
    background-color: white !important;
  }
  .fullwidth_slider_wrapper._darkGray span.dot.active {
    background-color: white !important;
  }
}
.searchResults #results {
  color: #F3F3ED;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 76px;
  width: 66vw;
  margin-bottom: 0;
}

.searchResults {
  background-color: #5F5F5F;
  padding-top: 100px;
  padding-bottom: 100px;
}

.searchResults #NewsSearch::-webkit-input-placeholder {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color: #F3F3ED;
}

.searchResults #NewsSearch::-moz-placeholder {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color: #F3F3ED;
}

.searchResults #NewsSearch:-ms-input-placeholder {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color: #F3F3ED;
}

.searchResults #NewsSearch::-ms-input-placeholder {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color: #F3F3ED;
}

.searchResults #NewsSearch::placeholder {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  color: #F3F3ED;
}

.searchResults #NewsSearch {
  padding-top: 60px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-color: #F3F3ED;
  font-size: 28px;
  color: white;
  max-width: 750px;
  height: 83px;
}

.searchResults input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 15px 15px;
  outline: none;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.searchResults .search-submit {
  color: #F3F3ED;
  font-size: 14px;
  font-family: "GT Pressura bold";
  letter-spacing: 0;
  line-height: 18px;
}

.searchResults .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchResults .controls.active {
  background-color: #F3F3ED;
  color: #000000;
}

.searchResults .controls {
  background-color: rgba(0, 0, 0, 0);
  color: #F3F3ED;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 17px 32px;
  border-radius: 20px;
  text-transform: uppercase;
  border: 1px solid #F3F3ED;
  margin-right: 24px;
  margin-top: 20px;
}

.searchResults .controls:hover {
  cursor: pointer;
}

.searchResults .resultTypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  max-height: 196px;
}

.searchResults .year {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  color: #FFFFFF;
  background: none;
  border: none;
  border-bottom: 1px solid;
  width: 15vw;
  max-width: 165px;
  padding-left: 8px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchResults .year:focus {
  outline: none !important;
}

.searchResults .year option:focus {
  outline: none !important;
}

.newsSearchResults {
  padding-top: 100px;
  padding-bottom: 100px;
}

.newsSearchResults ._label, .newsSearchResults table th, table .newsSearchResults th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  color: #000000;
}

.newsSearchResults .news-title {
  margin: 12px 0;
}

.newsSearchResults .result {
  width: 66vw;
  margin-bottom: 60px;
}

.newsSearchResults .result {
  width: 66vw;
  margin-bottom: 60px;
}

.newsSearchResults .news-title p {
  color: #000000;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
}

.newsSearchResults .date {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 24px;
}

.newsSearchResults .newsBody {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0px;
}

@media (max-width: 880px) {
  .searchResults {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .searchResults #results {
    font-size: 52px;
    line-height: 52px;
    width: 100%;
  }
  .searchResults #NewsSearch {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px #F3F3ED solid;
    padding-top: 48px;
    padding-left: 5px;
    font-size: 18px;
  }
  .searchResults .search-submit {
    display: block;
  }
  .searchResults .resultTypes {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
  }
  .searchResults .resultTypes .type {
    width: 100%;
    display: block;
  }
  .searchResults .resultTypes .type .controls {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .searchResults .year {
    width: 165px;
    margin-top: 48px;
    padding-left: 8px;
  }
  .searchResults .year option {
    color: black;
  }
  .searchResults #NewsSearch::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .searchResults #NewsSearch::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .searchResults #NewsSearch:-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .searchResults #NewsSearch::-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .searchResults #NewsSearch::placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .newsSearchResults {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .newsSearchResults ._label, .newsSearchResults table th, table .newsSearchResults th {
    font-size: 12px;
    line-height: 16px;
  }
  .newsSearchResults .news-title {
    margin: 8px 0;
  }
  .newsSearchResults .result {
    width: 100%;
    margin-bottom: 40px;
  }
  .newsSearchResults .result:last-child {
    margin-bottom: 48px;
  }
  .newsSearchResults .news-title p {
    font-size: 24px;
    line-height: 32px;
    margin: 8px 0;
  }
  .newsSearchResults .date {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .newsSearchResults .newsBody {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 880px) {
  .searchResults .year option {
    color: white;
    width: 20vw;
    position: relative;
    left: -16px;
    top: -12px;
    border-bottom: 1px solid white;
    background-color: #5F5F5F;
    padding-top: 3px;
  }
}
.searchResults .year option {
  color: black;
  background-color: #F3F3ED;
  padding-top: 4px;
}

.searchResults .year.hid::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.searchResults .year.hid {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.searchResults a {
  text-decoration: none !important;
}

.searchResults .year::after {
  color: white !important;
  font-size: 30px;
  margin-left: 10px;
}

.searchResults .year .menu-child:before {
  display: none;
}

.searchResults .year .menu-child-wrapper {
  padding: 0px 42px 32px;
  width: 244px;
  top: 57px;
}

.searchResults .year .menu-child-wrapper li {
  background-color: #F3F3ED;
  color: black;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  padding: 8px 10px;
}

.searchResults .year .menu-child-wrapper li:hover {
  background-color: black;
  color: white;
}

.searchResults .year .menu-child {
  padding-bottom: 0;
}

@media (max-width: 880px) {
  .searchResults .year .menu-child-wrapper {
    left: 42px;
    width: 250px;
    top: 87px;
    margin-right: 0;
  }
}
.newsSearch .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsSearch h2 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 48px;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.newsSearch .search-submit {
  text-decoration: none;
}

.newsSearch:not(._darkGray) .searchBox a {
  color: black;
}

.newsSearch._dark .searchBox a {
  color: white;
}

.newsSearch #NewsSearch {
  border-bottom: 1px solid black;
  font-size: 28px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0) !important;
}

.newsSearch._darkGray #NewsSearch {
  border-bottom: 1px solid white;
  color: white;
}

.newsSearch._dark #NewsSearch {
  border-bottom: 1px solid white !important;
}

.newsSearch._dark .search-input {
  color: white !important;
}

.newsSearch input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 15px 15px;
  outline: none;
}

.newsSearch._darkGray input[type=search]::-webkit-search-cancel-button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAzCAYAAADVY1sUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASmSURBVGhD7ZlJqFxFFEB/G2M0RtSoISjEiPMikSyUIBoJRImuXEl04cIgUbPJQkE0LoIQFyqKICoIbty4EeMYRATFCUdUFCeME87zPCR+z+l/36f7Wp30737d/SF94PB/d99XVe/VrXr16k2MGTNm76ARfzsyOTm525hGozEZ//ZFv/V0PJiC9+HPsXgRzvW7xE58gQq2T33sHeqax5/1eGTzi3Z24avUs23q4wzxRPAkfBlL/IOP4SFxSE9w/L54Dn6BmX/xI1wb4b1BAXPxAvwRM1byPW6I8J7g+APxISzxM14Xof1BQQfg3ZZaYCe+iIdG+IzguP1wPf6CGXv8CSyl28yhIFNsBb6NJWzEVRHeNRzTwCX4Jmbs7R24JsLrgQK9chvwV8zswg/wlAjvCuL3xxvQK5/5Ca+O0PqgUK/eIrwPS/yFd+Iep3MhzgF+Hn6FGU/scVwc4fVCwXNwJb6LGVPhc+xqdiFuAW7HjOV8iKsidDBQgSl2GdoDGa/kI7jbXuF3y9iIv2HGlLoyQgcHlVQpVpouq+n40gj/H/zm8UvxHcxU96VFET5YqMgUOxM/w4wD/zU8LMLb4Hun8lswD3AvghPG6RE6HKhwHm7GUoo5HV8TodPwnQP8fPwGM95wN0Xo8KDSKkWewYy98j4eH+FN+NxpgFdj6/AIHS5U7BVeg19ipm065q8D/HLMd/DqpE9rFjoqaIApdi1mzHkXgZ6ovXcMllYGP+DGKG500AgbeTS+ghlTZhtWA9x1WSv+7uxXnBiGDg2pUuxbbMVe8YpvxTzATan3cEUUMzugQV71uzDjyZRmKU+wr+X/QKBRrpCX4Ru4J0ypB3BhHD67oGE+hK1DH4Y6YUq5VlsWh80+aJwD/wh8DjvRnADikFpxg6Eu5uCpuKT5qYwxyzmZM6Y+zkJo3EH4NOZpNlNNu109uwwVGuWsdRP+iRlnrozL9Xo2FeqCBjnIL8bvsBVPwHvLg81P7fjbx3hWFDNaaIgD/Dh8HTP2zm3omCgt+U2xR3H0KUYj5uM90ahWnGbfwqPQBeMVWMKpeksUNxpogAvGTdGYjLst6yLOXluMz2LGFPsUVzcLHTZU7J38BNyBGXvnYVwQ4ca7HluLpR1L4901GX6KUakPSU6hplArXuFPcGmETsN3B2OnHUufU7ZG6HCgQqfam7E01f6BmyO0Db6vJgZPNOMFcDup3p3FTlCRGw+rsLSxZu+8hB0Xg/zmwHev14ZnvJE+iYNPMSrx7u1zeimlXK6vjNAi/F6tx57CEk4SN+LgTobCnWrN8dLOyd94L5ZeCLVBjL26Gn0myXhB3AM4O8LrhYKr9ySl3UF7x+eQrjfWiLVn78ASpphrtnp7hQKdak/E0va/eHKXRHhXEG+K+UqhtOMolnkr1ncyFOYbpfsx373F79zmnB/hXcMx9vKF+DtmTLGvsb9XbhUUVG04d1rVuvBbHuEzhmMXom+lSphiPqT11ysUYEqdjDa2hCd3Pfqw1BMca4q5Y+nmdwl763bs/WQ42Lu3g870cUC36iz1PE4vQ3qFMnxztQVzHWqvOK2fG+FjxozZu5mY+A+RfDHpeHZbbwAAAABJRU5ErkJggg==");
}

.newsSearch._dark input[type=search]::-webkit-search-cancel-button {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.newsSearch._dark .search-input::-webkit-input-placeholder {
  color: white !important;
}

.newsSearch._dark .search-input::-moz-placeholder {
  color: white !important;
}

.newsSearch._dark .search-input:-ms-input-placeholder {
  color: white !important;
}

.newsSearch._dark .search-input::-ms-input-placeholder {
  color: white !important;
}

.newsSearch._dark .search-input::placeholder {
  color: white !important;
}

.newsSearch._darkGray .search-input::-webkit-input-placeholder {
  color: white !important;
}

.newsSearch._darkGray .search-input::-moz-placeholder {
  color: white !important;
}

.newsSearch._darkGray .search-input:-ms-input-placeholder {
  color: white !important;
}

.newsSearch._darkGray .search-input::-ms-input-placeholder {
  color: white !important;
}

.newsSearch._darkGray .search-input::placeholder {
  color: white !important;
}

.newsSearch .search-input::-webkit-input-placeholder {
  color: black;
}

.newsSearch .search-input::-moz-placeholder {
  color: black;
}

.newsSearch .search-input:-ms-input-placeholder {
  color: black;
}

.newsSearch .search-input::-ms-input-placeholder {
  color: black;
}

.newsSearch .search-input::placeholder {
  color: black;
}

.newsSearch .searchBox {
  width: 50%;
}

.newsSearch .search-input::-webkit-input-placeholder {
  opacity: 1;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.newsSearch .search-input::-moz-placeholder {
  opacity: 1;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.newsSearch .search-input:-ms-input-placeholder {
  opacity: 1;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.newsSearch .search-input::-ms-input-placeholder {
  opacity: 1;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.newsSearch .search-input::placeholder {
  opacity: 1;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}

.newsSearch .searchBox a {
  font-family: "GT Pressura";
  font-weight: bold;
}

@media (max-width: 880px) {
  .newsSearch .search-input {
    border-bottom: 1px solid black;
    font-size: 28px;
    height: 40px;
    padding-left: 0px;
  }
  .newsSearch._dark #NewsSearch {
    border-bottom: 1px solid white !important;
    background-color: rgba(0, 0, 0, 0);
  }
  .newsSearch._dark .search-input {
    color: white !important;
  }
  .newsSearch .searchBox {
    width: 100%;
  }
  .newsSearch .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsSearch h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
    width: 100%;
    padding-bottom: 40px;
  }
  .newsSearch .search-input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 5px;
  }
  .newsSearch .search-input::-moz-placeholder {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 5px;
  }
  .newsSearch .search-input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 5px;
  }
  .newsSearch .search-input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 5px;
  }
  .newsSearch .search-input::placeholder {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 5px;
  }
  .newsSearch .search-input {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
  }
  .newsSearch input[type=search]::-webkit-search-cancel-button {
    height: 12px;
    width: 12px;
    background-size: 12px 12px;
  }
  .newsSearch .search-submit {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 12px;
  }
  .newsSearch #NewsSearch {
    font-size: 18px;
  }
}
@media (min-width: 880px) {
  .newsSearch.block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.leadership-image {
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 880px) {
  .leadership-image._noPaddingBottom {
    margin-bottom: 0;
  }
}
@media (max-width: 880px) {
  .leadership-image {
    padding-top: 32px;
    margin-bottom: 0;
  }
}
.leadership-image .title {
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .leadership-image .title {
    margin-bottom: 12px;
    display: block;
  }
}
.leadership-image .title h2 {
  display: inline-block;
  width: auto;
  font-size: 24px;
  font-family: "GT Pressura bold";
  letter-spacing: 1px;
  line-height: 32px;
}
.leadership-image .title h2:after {
  content: "\f178";
  font-family: "fontello";
  font-size: 24px;
  margin-left: 12px;
}
@media (max-width: 880px) {
  .leadership-image .title h2 {
    display: none;
  }
}
.leadership-image .title a:not(.titleLinks) {
  width: auto;
  float: right;
  text-decoration: underline;
}
.leadership-image .title a:not(.titleLinks):hover {
  text-decoration: none;
}
@media (max-width: 880px) {
  .leadership-image .title a:not(.titleLinks) {
    float: left;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
.leadership-image img,
.leadership-image video {
  width: 66%;
  width: 750px;
  height: 563px;
}
@media (max-width: 880px) {
  .leadership-image img,
  .leadership-image video {
    width: 100vw;
    aspect-ratio: 4/3;
    height: auto;
    position: relative;
    left: -15px;
    max-width: none;
  }
}
.leadership-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership-image .text-overlay {
  position: relative;
  top: -89px;
  left: 25%;
  width: 75%;
  max-width: 1620px;
  padding: 36px;
  padding-right: 0;
  padding-left: 8%;
  z-index: 2;
  color: black;
}
@media (max-width: 880px) {
  .leadership-image .text-overlay {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 0px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 32px;
  }
}
.leadership-image .text-overlay h2 {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 20px;
}
@media (max-width: 880px) {
  .leadership-image .text-overlay h2 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
.leadership-image .text-overlay a {
  text-decoration: underline;
}
@media (max-width: 880px) {
  .leadership-image .text-overlay a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
}
.leadership-image .text-overlay a:hover {
  text-decoration: none;
}
.leadership-image .text-overlay._dark {
  color: white !important;
}
.leadership-image .text-overlay._darkGray {
  color: white !important;
}
.leadership-image .text-overlay a {
  color: black;
}
.leadership-image .text-overlay._dark a {
  color: white !important;
}
.leadership-image .text-overlay._darkGray a {
  color: white !important;
}

#leadershipCoverBox {
  position: absolute;
  width: 500vw;
  left: 25%;
  bottom: -30%;
}

@media (max-width: 880px) {
  #leadershipCoverBox {
    z-index: 0;
    width: 120vw;
    left: -6vw;
  }
  .leadership-image .title h3 {
    display: block;
    font-size: 16px;
    font-family: "GT Pressura bold";
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.leadership-image .title h3:after {
  content: "\f178";
  font-family: "fontello";
  font-size: 16px;
  margin-left: 11px;
}

@media (min-width: 880px) {
  .leadership-image .title h3 {
    display: none;
  }
}
.leadership-image .titleLinks {
  text-decoration: none;
}

.leadership-image._noPaddingBottom {
  margin-bottom: 0;
}

.FeaturedStories {
  background-repeat: no-repeat;
  background-size: cover !important;
}

.FeaturedStories .top h3:after {
  content: "\f178";
  font-family: "fontello";
  margin-left: 5px;
}

.FeaturedStories .lowerHeader {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}

.FeaturedStories .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FeaturedStories .top h3 {
  margin-top: 0px;
}

.FeaturedStories .heroStory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.FeaturedStories._dark .heroStory .news-title p {
  color: white;
}

.FeaturedStories._dark .headerLink h3 {
  color: white;
}

.FeaturedStories._dark .headerLink h2 {
  color: white;
}

.FeaturedStories._dark .headerLink a {
  color: white;
}

.FeaturedStories .headerLink h3 {
  color: black;
}

.FeaturedStories .headerLink h2 {
  color: black;
}

.FeaturedStories .headerLink a {
  color: black;
}

.FeaturedStories .right {
  aspect-ratio: 4/3;
}

.FeaturedStories .home-news-img img {
  -o-object-fit: fill;
     object-fit: fill;
}

.FeaturedStories .heroStory ._label, .FeaturedStories .heroStory table th, table .FeaturedStories .heroStory th {
  color: #AA9767;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
}

.FeaturedStories img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.FeaturedStories a:not(.viewAll) {
  text-decoration: none;
}

.FeaturedStories .date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
}

.FeaturedStories .home-news-wrapper .date {
  margin-top: 20px;
  margin-bottom: 12px;
}

.FeaturedStories .home-news-wrapper p {
  margin-top: 12px;
}

.FeaturedStories .home-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
}

.FeaturedStories .newsBody {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 40px;
}

.FeaturedStories .home-news-wrapper .home-news {
  width: 100%;
}

.FeaturedStories .news-title {
  margin-top: 0;
}

.FeaturedStories .news-title p {
  margin-bottom: 12px;
}

.FeaturedStories .heroStory .left {
  padding-left: 50px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.FeaturedStories .heroStory:hover .news-title p {
  text-decoration: underline;
}

.FeaturedStories .home-news:hover .lowerHeader {
  text-decoration: underline;
}

.FeaturedStories .home-news-wrapper a {
  display: contents;
}

.FeaturedStories .home-news-wrapper.four {
  width: 100%;
}

.FeaturedStories .home-news-wrapper:not(.four) .home-news {
  width: 31% !important;
}

.FeaturedStories .home-news {
  margin-right: 0;
  width: 23% !important;
}

.FeaturedStories .home-news:nth-child(3n) {
  padding-right: 0;
}

.FeaturedStories .heroStory .left .date {
  margin-top: 0px;
}

.FeaturedStories .heroStory .left .news-title {
  margin-bottom: 0;
}

.FeaturedStories .heroStory .left .news-title p {
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  text-decoration-thickness: 2px;
}

.FeaturedStories .home-news .date {
  font-family: "GT Pressura light", Helvetica, Arial, sans-serif;
}

@media (max-width: 880px) {
  .FeaturedStories .heroStory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .FeaturedStories .heroStory .left {
    padding-left: 0;
  }
  .FeaturedStories .home-news-wrapper:not(.four) .home-news {
    width: 100% !important;
  }
  .FeaturedStories .home-news {
    width: 100% !important;
  }
  .FeaturedStories .viewAll {
    display: none;
  }
  .FeaturedStories .right {
    margin-bottom: 16px;
    width: 100vw;
    -webkit-transform: translatex(-16px);
            transform: translatex(-16px);
  }
  .FeaturedStories ._label, .FeaturedStories table th, table .FeaturedStories th {
    margin-bottom: 6px;
  }
  .FeaturedStories .newsBody {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
  }
  .FeaturedStories .home-news .date {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .FeaturedStories .lowerHeader {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .FeaturedStories .home-news-wrapper a:last-child .lowerHeader {
    margin-bottom: 16px;
  }
  .FeaturedStories .heroStory .left .news-title p {
    font-size: 24px;
    line-height: 32px;
  }
  .FeaturedStories .lowerHeader {
    font-size: 16px;
  }
  .FeaturedStories ._lead,
  .news-title {
    font-size: 16px;
  }
  .FeaturedStories .heroStory ._label,
  .FeaturedStories .heroStory table th,
  table .FeaturedStories .heroStory th {
    font-size: 12px;
  }
  .FeaturedStories .newsBody {
    font-size: 16px;
  }
  .FeaturedStories .home-news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .FeaturedStories .featurdedStoriesHeader h3 {
    display: block !important;
    font-size: 16px !important;
    font-family: "GT Pressura bold";
    letter-spacing: 1px;
    line-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .FeaturedStories .featurdedStoriesHeader h2 {
    display: none;
  }
  .FeaturedStories .featurdedStoriesHeader a {
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 0px;
  }
  .FeaturedStories .featurdedStoriesHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px !important;
  }
  .FeaturedStories .home-news {
    padding-bottom: 40px;
  }
  .FeaturedStories a:last-child .home-news {
    padding-bottom: 0px;
  }
  .FeaturedStories .storyBody {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.FeaturedStories .home-news-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
  height: 150px;
}

.FeaturedStories .heroStory ._label,
.FeaturedStories .heroStory table th,
table .FeaturedStories .heroStory th {
  color: black;
}

.FeaturedStories .newsBody {
  margin-bottom: 0;
}

.FeaturedStories a:hover .storyBody {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.FeaturedStories .storyBody {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
}

.FeaturedStories .featurdedStoriesHeader h2 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
  text-decoration: none;
  font-family: "GT Pressura bold";
}

.FeaturedStories._darkGray .featurdedStoriesHeader h2 {
  color: white;
}

.FeaturedStories._darkGray .featurdedStoriesHeader h3 {
  color: white;
}

.FeaturedStories .featurdedStoriesHeader h3 {
  display: none;
  font-family: "GT Pressura bold";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
}

.FeaturedStories .featurdedStoriesHeader h2::after {
  content: "\f178";
  font-family: "fontello";
  padding-left: 12px;
}

.FeaturedStories .featurdedStoriesHeader h3::after {
  content: "\f178";
  font-family: "fontello";
  padding-left: 12px;
}

.FeaturedStories .featurdedStoriesHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.FeaturedStories .featurdedStoriesHeader a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  text-decoration: underline;
}

.FeaturedStories .featurdedStoriesHeader a:hover {
  text-decoration: none;
}

.FeaturedStories .featurdedStoriesHeader .headerLink {
  text-decoration: none;
}

.pressRelease .pressReleaseHeader h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "GT Pressura bold";
  letter-spacing: 1px;
  line-height: 32px;
}

.pressRelease .pressReleaseHeader h2::after {
  content: "\f178";
  font-family: "fontello";
  padding-left: 12px;
}

.pressRelease .pressReleaseHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.pressRelease .pressReleaseHeader a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  text-decoration: underline;
}

.pressRelease .pressReleaseHeader a:hover {
  text-decoration: none;
}

.pressRelease .releasesBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pressRelease .releasesBottom .releases {
  margin-right: 60px;
  width: 60%;
}

.pressRelease .releasesBottom .featured {
  width: 33%;
}

.pressRelease .featuredHeader {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  color: black;
}

.pressRelease._blue .featuredHeader {
  color: black;
}

.pressRelease .body-large {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  padding-bottom: 12px;
  margin: 0;
}

.pressRelease .date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 0;
  padding-bottom: 20px;
  margin: 0;
}

.pressRelease .release .date {
  padding-top: 12px;
}

.pressRelease .releaseBody {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
}

.pressRelease .featuredItem {
  margin-top: 24px;
}

.pressRelease .featuredItem .date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  padding-bottom: 12px;
}

.pressRelease .featuredItem .body-bold {
  font-family: "GT Pressura Bold";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}

.pressRelease .release {
  margin-bottom: 20px;
}

.pressRelease .release.withBody {
  margin-bottom: 60px;
}

.pressRelease .release.withBody:last-child {
  margin-bottom: 0px;
}

.pressRelease .release:last-child {
  margin-bottom: 0px;
}

@media (max-width: 880px) {
  .pressRelease .pressReleaseHeader h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .pressRelease .pressReleaseHeader a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
  .pressRelease .pressReleaseHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
  }
  .pressRelease .releasesBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pressRelease .featuredItem .date {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
  }
  .pressRelease .featuredItem .body-bold {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
  }
  .pressRelease .releasesBottom .releases {
    margin-right: 40px;
    width: 100%;
  }
  .pressRelease .release {
    margin-bottom: 20px;
  }
  .pressRelease .release.withBody {
    margin-bottom: 40px;
  }
  .pressRelease .releasesBottom .featured {
    margin-top: 48px;
    width: 100%;
  }
  .pressRelease .featuredHeader {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
  }
  .pressRelease .featuredItem {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .pressRelease .featuredItem:last-child {
    margin-bottom: 0px;
  }
}
.pressRelease .release a {
  text-decoration: none;
}

.pressRelease .release a:hover {
  text-decoration: underline;
}

.pressRelease .featuredItem a {
  text-decoration: none;
}

.pressRelease .featuredItem a:hover {
  text-decoration: underline;
}

@media (max-width: 880px) {
  .pressRelease .body-large {
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
  }
  .pressRelease .release .date {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .pressRelease .pressReleaseHeader h3 {
    display: block;
    font-size: 16px;
    font-family: "GT Pressura bold";
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .pressRelease .pressReleaseHeader h2 {
    display: none;
  }
}
.pressRelease .pressReleaseHeader h3:after {
  content: "\f178";
  font-family: "fontello";
  font-size: 16px;
  margin-left: 11px;
}

@media (min-width: 880px) {
  .pressRelease .pressReleaseHeader h3 {
    display: none;
  }
}
.pressRelease a.pressReleaseHeaders {
  text-decoration: none !important;
}

.pressRelease .pressReleaseHeader h2 {
  color: black;
}

.pressRelease._dark .pressReleaseHeader h2 {
  color: white;
}

.pressRelease .pressReleaseHeader h3 {
  color: black;
}

.pressRelease._dark .pressReleaseHeader h3 {
  color: white;
}

.pressRelease .pressReleaseHeader a {
  color: black;
}

.pressRelease._dark .pressReleaseHeader a {
  color: white;
}

.pressRelease .pressReleaseHeader a[href=""] {
  pointer-events: none;
}

#EventsPage #line {
  padding: 0 20px;
}

#EventsPage h1 {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 76px;
  margin-top: 0;
  margin-bottom: 80px;
}

#EventsPage .flex._wrap {
  gap: 0 60px;
}

#EventsPage .topEvent {
  position: relative;
}

#EventsPage .topEvent .infoHolder {
  position: absolute;
  bottom: 40px;
}

#EventsPage .news._lg {
  margin-bottom: 80px;
}

#EventsPage .topEvent .infoHolder .news-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 12px;
  margin-top: none;
}

#EventsPage .news-title {
  margin-top: 2px;
  margin-bottom: 16px;
}

@media (min-width: 880px) {
  #EventsPage .news.flex {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
#EventsPage .newsblock .news-title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 12px;
}

#EventsPage .newsblock ._small, #EventsPage .newsblock ._caption, #EventsPage .newsblock .parsley-required,
#EventsPage .newsblock .parsley-type {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 20px;
}

#EventsPage .newsblock p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}

#EventsPage .bottom {
  margin-bottom: 100px;
}

#EventsPage .news.flex .news-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 12px;
  margin-top: none;
  text-decoration-thickness: 2px;
}

#EventsPage .news.flex .smaller .news-title {
  font-size: 32px;
  line-height: 42px;
}

#EventsPage .news.flex .smaller .news-meta {
  font-size: 14px;
  line-height: 18px;
}

#EventsPage .news.flex .smaller p {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 880px) {
  #EventsPage .news.flex .smaller .news-title {
    font-size: 24px;
    line-height: 32px;
  }
  #EventsPage .news.flex .smaller .news-meta ._small, #EventsPage .news.flex .smaller .news-meta ._caption, #EventsPage .news.flex .smaller .news-meta .parsley-required,
  #EventsPage .news.flex .smaller .news-meta .parsley-type {
    font-size: 12px;
    line-height: 16px;
  }
  #EventsPage .news.flex .smaller p {
    font-size: 16px;
    line-height: 22px;
  }
}
#EventsPage .eventsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 880px) {
  #EventsPage .eventsHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#EventsPage a.eventsSearch {
  padding-top: 25px;
}

#EventsPage a.eventsSearch:hover {
  text-decoration: none;
}

#EventsPage .topEvent .infoHolder ._small, #EventsPage .topEvent .infoHolder ._caption, #EventsPage .topEvent .infoHolder .parsley-required,
#EventsPage .topEvent .infoHolder .parsley-type {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 32px;
}

#EventsPage ._small, #EventsPage ._caption, #EventsPage .parsley-required,
#EventsPage .parsley-type {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 24px;
}

#EventsPage .smaller ._small, #EventsPage .smaller ._caption, #EventsPage .smaller .parsley-required,
#EventsPage .smaller .parsley-type {
  font-size: 14px;
  line-height: 18px;
}

#EventsPage .topEvent .infoHolder p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}

#EventsPage p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
}

#EventsPage img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

#EventsPage .showMore {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}

#EventsPage .showMore a {
  text-decoration: underline;
}

@media (max-width: 880px) {
  #EventsPage .topEvent .infoHolder p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
  #newsList .news-meta ._small, #newsList .news-meta ._caption, #newsList .news-meta .parsley-required,
  #newsList .news-meta .parsley-type {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  #eventsPage .topEvent .news-meta ._small, #eventsPage .topEvent .news-meta ._caption, #eventsPage .topEvent .news-meta .parsley-required,
  #eventsPage .topEvent .news-meta .parsley-type {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
  }
  #eventsPage .topEvent .news-meta p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
  #EventsPage .topEvent {
    position: inherit;
  }
  #EventsPage .topEvent .infoHolder {
    position: inherit;
    bottom: 0px;
  }
  #EventsPage .topImg {
    width: 100vw;
    -webkit-transform: translatex(-16px);
            transform: translatex(-16px);
  }
  #EventsPage .topImg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    max-width: 100vw;
  }
  #EventsPage h1 {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 52px;
    margin-bottom: 40px;
  }
  #EventsPage a.eventsSearch {
    padding-top: 0;
    padding-bottom: 40px;
  }
  #EventsPage .topEvent .infoHolder .news-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  #EventsPage .topEvent .infoHolder ._small, #EventsPage .topEvent .infoHolder ._caption, #EventsPage .topEvent .infoHolder .parsley-required,
  #EventsPage .topEvent .infoHolder .parsley-type {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 20px;
  }
  #EventsPage .news {
    margin-bottom: 40px;
  }
  #EventsPage ._lg.news {
    margin-bottom: 48px;
  }
  #EventsPage .news.flex .news-title {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
  }
  #EventsPage ._small, #EventsPage ._caption, #EventsPage .parsley-required,
  #EventsPage .parsley-type {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 20px;
  }
  #EventsPage p {
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px !important;
  }
  #EventsPage .newsblock .news-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
  }
}
#EventsPage .news-title {
  color: black;
}

._dark #EventsPage .news-title {
  color: white !important;
}

@media only screen and (min-width: 850px) {
  .leadingBrands:nth-child(1):nth-last-child(8),
  .leadingBrands:nth-child(2):nth-last-child(7),
  .leadingBrands:nth-child(3):nth-last-child(6),
  .leadingBrands:nth-child(4):nth-last-child(5),
  .leadingBrands:nth-child(5):nth-last-child(4),
  .leadingBrands:nth-child(6):nth-last-child(3),
  .leadingBrands:nth-child(7):nth-last-child(2),
  .leadingBrands:nth-child(8):nth-last-child(1) {
    width: 23%;
    margin: 32px 8px 0px 8px;
  }
  .leadingBrands:nth-child(1):nth-last-child(9),
  .leadingBrands:nth-child(2):nth-last-child(8),
  .leadingBrands:nth-child(3):nth-last-child(7),
  .leadingBrands:nth-child(4):nth-last-child(6),
  .leadingBrands:nth-child(5):nth-last-child(5),
  .leadingBrands:nth-child(6):nth-last-child(4),
  .leadingBrands:nth-child(7):nth-last-child(3),
  .leadingBrands:nth-child(8):nth-last-child(2),
  .leadingBrands:nth-child(9):nth-last-child(1) {
    width: 18%;
    margin: 32px 8px 0px 8px;
  }
  .leadingBrands:nth-child(1):nth-last-child(10),
  .leadingBrands:nth-child(2):nth-last-child(9),
  .leadingBrands:nth-child(3):nth-last-child(8),
  .leadingBrands:nth-child(4):nth-last-child(7),
  .leadingBrands:nth-child(5):nth-last-child(6),
  .leadingBrands:nth-child(6):nth-last-child(5),
  .leadingBrands:nth-child(7):nth-last-child(4),
  .leadingBrands:nth-child(8):nth-last-child(3),
  .leadingBrands:nth-child(9):nth-last-child(2),
  .leadingBrands:nth-child(10):nth-last-child(1) {
    width: 18%;
    margin: 32px 8px 0px 8px;
  }
  .leadingBrands:nth-child(1):nth-last-child(11),
  .leadingBrands:nth-child(2):nth-last-child(10),
  .leadingBrands:nth-child(3):nth-last-child(9),
  .leadingBrands:nth-child(4):nth-last-child(8),
  .leadingBrands:nth-child(5):nth-last-child(7),
  .leadingBrands:nth-child(6):nth-last-child(6),
  .leadingBrands:nth-child(7):nth-last-child(5),
  .leadingBrands:nth-child(8):nth-last-child(4),
  .leadingBrands:nth-child(9):nth-last-child(3),
  .leadingBrands:nth-child(10):nth-last-child(2),
  .leadingBrands:nth-child(11):nth-last-child(1) {
    width: 14%;
    margin: 32px 8px 0px 8px;
  }
  .leadingBrands:nth-child(1):nth-last-child(12),
  .leadingBrands:nth-child(2):nth-last-child(11),
  .leadingBrands:nth-child(3):nth-last-child(10),
  .leadingBrands:nth-child(4):nth-last-child(9),
  .leadingBrands:nth-child(5):nth-last-child(8),
  .leadingBrands:nth-child(6):nth-last-child(7),
  .leadingBrands:nth-child(7):nth-last-child(6),
  .leadingBrands:nth-child(8):nth-last-child(5),
  .leadingBrands:nth-child(9):nth-last-child(4),
  .leadingBrands:nth-child(10):nth-last-child(3),
  .leadingBrands:nth-child(11):nth-last-child(2),
  .leadingBrands:nth-child(12):nth-last-child(1) {
    width: 14%;
    margin: 32px 6px 0px 6px;
  }
  .leadingBrands:nth-child(1):nth-last-child(13),
  .leadingBrands:nth-child(2):nth-last-child(12),
  .leadingBrands:nth-child(3):nth-last-child(11),
  .leadingBrands:nth-child(4):nth-last-child(10),
  .leadingBrands:nth-child(5):nth-last-child(9),
  .leadingBrands:nth-child(6):nth-last-child(8),
  .leadingBrands:nth-child(7):nth-last-child(7),
  .leadingBrands:nth-child(8):nth-last-child(6),
  .leadingBrands:nth-child(9):nth-last-child(5),
  .leadingBrands:nth-child(10):nth-last-child(4),
  .leadingBrands:nth-child(11):nth-last-child(3),
  .leadingBrands:nth-child(12):nth-last-child(2),
  .leadingBrands:nth-child(13):nth-last-child(1) {
    width: 18%;
    margin: 32px 6px 0px 6px;
  }
  .leadingBrands:nth-child(1):nth-last-child(14),
  .leadingBrands:nth-child(2):nth-last-child(13),
  .leadingBrands:nth-child(3):nth-last-child(12),
  .leadingBrands:nth-child(4):nth-last-child(11),
  .leadingBrands:nth-child(5):nth-last-child(10),
  .leadingBrands:nth-child(6):nth-last-child(9),
  .leadingBrands:nth-child(7):nth-last-child(8),
  .leadingBrands:nth-child(8):nth-last-child(7),
  .leadingBrands:nth-child(9):nth-last-child(6),
  .leadingBrands:nth-child(10):nth-last-child(5),
  .leadingBrands:nth-child(11):nth-last-child(4),
  .leadingBrands:nth-child(12):nth-last-child(3),
  .leadingBrands:nth-child(13):nth-last-child(2),
  .leadingBrands:nth-child(14):nth-last-child(1) {
    width: 18%;
    margin: 32px 6px 0px 6px;
  }
  .leadingBrands:nth-child(1):nth-last-child(15),
  .leadingBrands:nth-child(2):nth-last-child(14),
  .leadingBrands:nth-child(3):nth-last-child(13),
  .leadingBrands:nth-child(4):nth-last-child(12),
  .leadingBrands:nth-child(5):nth-last-child(11),
  .leadingBrands:nth-child(6):nth-last-child(10),
  .leadingBrands:nth-child(7):nth-last-child(9),
  .leadingBrands:nth-child(8):nth-last-child(8),
  .leadingBrands:nth-child(9):nth-last-child(7),
  .leadingBrands:nth-child(10):nth-last-child(6),
  .leadingBrands:nth-child(11):nth-last-child(5),
  .leadingBrands:nth-child(12):nth-last-child(4),
  .leadingBrands:nth-child(13):nth-last-child(3),
  .leadingBrands:nth-child(14):nth-last-child(2),
  .leadingBrands:nth-child(15):nth-last-child(1) {
    width: 18%;
    margin: 32px 6px 0px 6px;
  }
}
._bg {
  background-size: cover;
  background-position: center;
}

._hide {
  display: none;
}

@media (max-width: 880px) {
  ._mobileHide {
    display: none;
  }
}

._mobileShow {
  display: none;
}
@media (max-width: 880px) {
  ._mobileShow {
    display: block;
  }
}

@media (max-width: 600px) {
  ._miniHide {
    display: none;
  }
}

._miniShow {
  display: none;
}
@media (max-width: 600px) {
  ._miniShow {
    display: block;
  }
}

._noTop {
  margin-top: 0;
}

.home-tile:visited .home-tile-inner {
  background-color: rgba(0, 0, 0, 0);
}

.home-tile:hover .home-tile-inner {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.home-tile:visited ._bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-tile:hover ._bg {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

.home-tile:visited .home-tile-inner {
  background-color: rgba(0, 0, 0, 0);
}

.home-tile:hover .home-tile-inner {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.home-tile:visited ._bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-tile:hover ._bg {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

.home-tile:active .home-tile-inner {
  background-color: rgba(0, 0, 0, 0);
}

.home-tile:active ._bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-tile:focus .home-tile-inner {
  background-color: rgba(0, 0, 0, 0);
}

.home-tile:focus ._bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 880px) {
  .story-team .flex-55 {
    margin-bottom: 0;
    height: 100%;
  }
}
@media (max-width: 660px) {
  .story-img._bg {
    height: 206px;
  }
}
@media (min-width: 880px) {
  .hero._bg._sm .imgHolder {
    height: 600px !important;
    width: 100% !important;
  }
}
.hero._bg .imgHolder {
  width: 100% !important;
}

@media (max-width: 880px) and (min-width: 661px) {
  .story-img._bg {
    height: 315px;
  }
}
@media (max-width: 880px) {
  .story-img._bg {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-img._bg img {
    padding-top: 10px;
  }
}
@media (max-width: 1000px) and (min-width: 881px) {
  .story-img._bg {
    height: 412px;
  }
}
@media (min-width: 1001px) {
  .story-img._bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: fill;
       object-fit: fill;
    overflow: hidden;
  }
  .story-img._bg img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.story-text {
  z-index: 1;
}

/*******************************************************************************
This file contains all the css that was never written into sass files
It will need to be slowly added to the actual sass components bit by bit
*******************************************************************************/
.carousel-video-wrapper .slick-dots,
.carousel .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1px 12px 0;
}

.carousel-video-wrapper .slick-dots li:not(.slider-next):not(.slider-prev),
.carousel .slick-dots li:not(.slider-next):not(.slider-prev) {
  border-top: none;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 10px;
  background-color: #ABAFAC;
  border-radius: 50%;
  margin: 0 5px;
}

@media (min-width: 1401px) {
  .carousel-video-wrapper .plyr__video-wrapper {
    max-height: 1000px !important;
  }
}
@media (max-width: 880px) {
  ._caption {
    margin-top: 4px;
  }
}
@media (min-width: 881px) {
  ._caption + h2,
  ._caption + h3 {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .home-tile-content h3 {
    margin-bottom: 16px;
  }
}
._pullquote + ._caption {
  padding-left: 30px;
}

@media (max-width: 600px) {
  ._pullquote + ._caption {
    padding-left: 16px;
  }
}
._pullquote-sm {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 750px;
  position: relative;
  padding-left: 16px;
}

._pullquote-sm:before {
  content: "“";
  position: absolute;
  left: 0;
}

@media (max-width: 600px) {
  ._pullquote-sm {
    font-size: 16px;
    line-height: 20px;
    padding-left: 8px;
  }
}
._pullquote:before {
  content: "“";
  position: absolute;
  left: 0;
}

ul._nav {
  padding: 0;
}

@media (min-width: 601px) {
  ul._lead,
  ul.news-title {
    margin: 32px 0;
  }
}
.circle {
  border-radius: 50%;
  height: 60px;
  width: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #F3F3ED;
}

.circle:hover {
  cursor: pointer;
  background-color: #F3F3ED;
  color: #000;
}

@media (min-width: 881px) {
  .circle span {
    font-size: 24px;
  }
}
@media (max-width: 880px) {
  .circle {
    height: 40px;
    width: 40px !important;
  }
}
/* '' */
.icon-pause:before {
  content: "\e803";
}

/* '' */
.icon-play:before {
  content: "\e804";
}

img,
iframe {
  display: block;
}

@media (min-width: 881px) {
  .flex._wrap:not(.story) {
    gap: 0 32px;
  }
}
.grid {
  display: -ms-grid;
  display: grid;
  padding: 0;
  gap: 60px 30px;
}

@media (max-width: 880px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 16px 0px;
  }
  .grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid {
    display: -ms-grid;
  }
}
@media (-ms-high-contrast: none) and (max-width: 880px) {
  .grid {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
  }
}
@media (min-width: 881px) {
  .grid._50-50 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._50-50 {
    -ms-grid-columns: 1fr 1fr;
  }
}
@media (min-width: 881px) {
  .grid._60-40 {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._60-40 {
    -ms-grid-columns: 3fr 2fr;
  }
}
@media (min-width: 881px) {
  .grid._40-60 {
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._40-60 {
    -ms-grid-columns: 2fr 3fr;
  }
}
@media (min-width: 881px) {
  .grid._75-25 {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._75-25 {
    -ms-grid-columns: 3fr 1fr;
  }
}
@media (min-width: 881px) {
  .grid._66-33 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._66-33 {
    -ms-grid-columns: 2fr 1fr;
  }
}
@media (min-width: 881px) {
  .grid._33-33-33 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .grid._33-33-33 {
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}
@media (-ms-high-contrast: none) and (max-width: 880px) {
  .grid._33-33-33 {
    -ms-grid-rows: auto auto auto;
  }
}
@media (max-width: 880px) {
  .grid._33-33-33 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
._hero + .btn {
  width: 250px !important;
  margin-top: 32px;
}

@media (max-width: 880px) {
  ._hero + .btn {
    margin-top: 16px;
  }
}
.btn {
  background-color: rgba(0, 0, 0, 0);
}

.btn._white {
  background: white;
}

.btn._white:after {
  color: black;
}

.btn._white:hover {
  background-color: black;
}

.btn._dark:hover {
  color: black !important;
  border-color: black;
  background: transparent;
}

._dark .btn:after {
  color: white !important;
}

._dark .btn {
  background-color: #000;
  color: white !important;
  border: solid 1px white;
}

._dark .btn:hover {
  background: white;
  color: black !important;
}

._dark .btn:hover:after {
  color: black !important;
}

.hero._video {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.hero._video video {
  width: 100%;
  height: auto;
}

.hero._video .inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero._video .inner-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}

@media (max-width: 880px) {
  .hero._video .inner {
    margin-bottom: 16px;
  }
  .hero._video .inner h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.hero._video .circle {
  position: absolute;
  bottom: 32px;
  right: 0;
}

@media (max-width: 1400px) {
  .hero._video .circle {
    right: 25px;
  }
}
@media (max-width: 880px) {
  .hero._video .circle {
    bottom: 0;
  }
}
.tabs._vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 880px) {
  .tabs._vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tabs-side {
  width: 224px;
}

@media (min-width: 881px) {
  .tabs-side {
    margin-right: 56px;
  }
}
@media (max-width: 880px) {
  .tabs-side {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
._vertical .tabs-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 880px) {
  ._vertical .tabs-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 36px;
    text-align: center;
  }
}
.tabs-main > div:not(._active) {
  display: none;
}

.tabs-main-bold {
  font-weight: 900;
  margin-bottom: 24px;
}

.tabs-main-med {
  font-weight: 700;
  font-size: 14px;
}

.tabs-links {
  background-color: black;
  color: white;
  padding: 20px 24px;
  font-size: 14px;
}

.tabs-links._open {
  background-color: #F3F3ED;
  color: black;
}

.tabs-links:not(:last-child) {
  margin-bottom: 16px;
}

.tabs-links a {
  display: block;
  padding: 12px 0;
  color: #ABAFAC;
  font-weight: 600;
}

.tabs-links a._active,
.tabs-links a:hover {
  color: black;
  font-weight: 700;
}

.tabs-links a._active {
  position: relative;
}

.tabs-links a._active:before {
  content: "";
  display: block;
  height: 30px;
  border-left: 2px solid #F1A844;
  width: 1px;
  position: absolute;
  left: -24px;
  top: 6px;
}

.tabs-links-header {
  letter-spacing: 0.4px;
  font-weight: 700;
  font-stretch: condensed;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.tabs-links-header:hover {
  color: #ABAFAC;
}

._open .tabs-links-header:hover {
  color: black;
}

.tabs-links-header:after {
  content: "▾";
  color: #F1A844;
  width: 3px;
  height: 3px;
  position: absolute;
  right: 8px;
}

._open .tabs-links-header:after {
  content: "▴";
}

.tabs-links-body {
  display: none;
  margin-top: 12px;
}

._open .tabs-links-body {
  display: block;
}

.carousel-video {
  position: relative;
}

.slick-center .carousel-video {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.carousel-video-caption {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}

@media (max-width: 880px) {
  .carousel-video-caption {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.carousel-video-title {
  position: absolute;
  bottom: 45px;
  left: 20px;
  z-index: 2;
  color: white;
}

@media (max-width: 880px) {
  .carousel-video-title {
    bottom: 40px;
    left: 18px;
    font-size: 14px;
  }
}
.carousel-video-wrapper {
  padding-top: 25px;
  overflow: hidden;
}

.carousel-video-wrapper .slick-slide {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.carousel-video-wrapper .slick-slide:not(:last-child) {
  margin: 0 60px;
}

@media (max-width: 1200px) {
  .carousel-video-wrapper .slick-slide:not(:last-child) {
    margin: 0 50px;
  }
}
@media (min-width: 601px) and (max-width: 880px) {
  .carousel-video-wrapper .slick-slide:not(:last-child) {
    margin: 0 45px;
  }
}
@media (max-width: 600px) {
  .carousel-video-wrapper .slick-slide:not(:last-child) {
    margin: 0 20px;
  }
}
.carousel-video-wrapper .slick-center {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.carousel-video-wrapper .slick-list {
  overflow: visible;
}

.carousel-video-wrapper .slick-flex {
  margin-top: 72px;
}

@media (max-width: 880px) {
  .carousel-video-wrapper .slick-flex {
    margin-top: 36px;
  }
}
.carousel-item img {
  display: block;
  margin: 0 auto;
}

.carousel-item p {
  margin: 18px 0 0;
  max-width: 62.5%;
}

.carousel .slick-slide:not(:last-child) {
  margin: 0;
}

@media (min-width: 881px) {
  .block._sm {
    margin: 60px 0;
  }
  .block._small, .block._caption, .block.parsley-required,
  .block.parsley-type {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 880px) {
  .block-btn [class^=flex-] {
    margin-bottom: 0;
  }
}
.block-split._single .inner {
  min-height: auto;
}

.block-split._single ._lead, .block-split._single .news-title {
  margin-bottom: 0;
}

.block-split._single h2 {
  margin: 64px 0;
}

@media (max-width: 880px) {
  .block-split._single h2 {
    margin: 16px 0;
  }
}
.block-split._single .flex ._lead, .block-split._single .flex .news-title {
  margin-top: 0;
}

._single .block-split-bg {
  margin: 0;
}

.block-mini small, .block-mini .footer-legal {
  display: inline-block;
  padding-top: 4px;
}

@media (min-width: 881px) {
  .block-mini:first-child:nth-last-child(7),
  .block-mini:first-child:nth-last-child(7) ~ .block-mini {
    margin-right: 2.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    /* Used for a top row of 4 in a 7 item layout */
  }
  .block-mini:nth-last-child(7) ~ .block-mini:nth-child(4) {
    margin-right: 0;
  }
}
.block-mini p {
  color: #222A27;
}

.block-cards h3,
.block-cards .block-alternate._alt .inner h2,
.block-alternate._alt .inner .block-cards h2 {
  margin: 0;
}

.block-alternate {
  padding: 50px 0;
}

@media (max-width: 880px) {
  .block-alternate {
    padding: 8px 0;
  }
}
.block-alternate:first-child {
  padding-top: 0;
}

.block-alternate:last-child {
  padding-bottom: 0;
}

.block-alternate._alt .inner {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

@media all and (-ms-high-contrast: none) {
  .block-alternate._alt .inner {
    -ms-grid-columns: 1fr 2fr;
  }
}
@media (max-width: 880px) {
  .block-alternate._alt .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .block-alternate._alt .inner .block-alternate-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-alternate._alt .inner .block-alternate-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-alternate .inner {
  display: -ms-grid;
  display: grid;
  gap: 0px 30px;
  -ms-grid-columns: 2fr 30px 1fr;
  grid-template-columns: 2fr 1fr;
}

@media all and (-ms-high-contrast: none) {
  .block-alternate .inner {
    display: -ms-grid;
    -ms-grid-columns: 2fr 1fr;
  }
}
@media (-ms-high-contrast: none) and (max-width: 880px) {
  .block-alternate .inner {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
  }
}
@media (max-width: 880px) {
  .block-alternate .inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px 0px;
  }
  .block-alternate .inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 880px) {
  .stats-wrapper.block + .stats-wrapper.block {
    padding-top: 0;
  }
}
.stats-wrapper.block .inner {
  padding: 0 25px;
}

@media (max-width: 880px) {
  .stats-wrapper.block .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.stats-wrapper._multi .inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
}

.stats-wrapper._multi .inner .stats {
  margin-left: 0 !important;
}

@media (min-width: 601px) {
  .stats-wrapper._multi .inner .stats {
    max-width: 25%;
    min-width: 20%;
  }
}
@media (min-width: 881px) {
  .stats-wrapper._alt .flex-50:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .stats-wrapper._alt .flex-50:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1201px) {
  .stats-wrapper .inner {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .stats-header {
    margin-bottom: 1px;
  }
}
@media (min-width: 601px) {
  .stats-wrapper .inner .stats + .stats {
    margin-right: 45px;
  }
  .stats-header {
    margin-bottom: 7px;
  }
}
.stats-wrapper img {
  display: block;
  margin: 0 auto;
}

._dark hr {
  border-color: white;
}

#twoColCarousel .slick-slide {
  padding: 2px;
}

.slick-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

@media (max-width: 880px) {
  .slick-flex {
    margin-top: 16px;
  }
}
.slick-dots-prev,
.slick-dots-next {
  cursor: pointer;
}

._dark .slick-dots li.slick-active {
  background: #F3F3ED !important;
}

@media (min-width: 881px) {
  .video._yt {
    height: 675px;
  }
}
@media (max-width: 880px) {
  .video._yt {
    height: 350px;
  }
}
.hotspot {
  position: relative;
}

@media (max-width: 880px) {
  .hotspot {
    display: none;
  }
}
.hotspot img {
  display: block;
  width: 100%;
}

@media (min-width: 881px) {
  .hotspot ~ .accordion-wrapper .accordion {
    position: absolute;
    z-index: 1;
    width: 60%;
    padding: 4px 4px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hotspot ~ .accordion-wrapper .accordion-header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 16px 8px 0;
  }
  .hotspot ~ .accordion-wrapper .accordion-header:after {
    display: none;
  }
  .hotspot ~ .accordion-wrapper .accordion-body {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 8px;
  }
  .hotspot ~ .accordion-wrapper .accordion p {
    margin: 0;
  }
  .hotspot ~ .accordion-wrapper .accordion.open {
    opacity: 1;
    visibility: visible;
  }
  .hotspot ~ .accordion-wrapper .accordion img {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
  .hotspot ~ .accordion-wrapper .accordion > *:first-child {
    margin-top: 0;
  }
  .hotspot ~ .accordion-wrapper .accordion > *:last-child {
    margin-bottom: 0;
  }
}
.hotspot-marker {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: white !important;
  border-radius: 50%;
  background-color: #F1A844;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

._active-spot .hotspot-marker {
  z-index: 2;
}

._active-spot .hotspot-marker .icon-plus:before {
  content: "\e809";
}

.hotspot-item {
  position: absolute;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.hotspot-item._active-spot {
  background-color: transparent;
}

.hotspot-item .hotspot-marker {
  top: auto;
  left: auto;
}

.accordion {
  border-bottom: 2px solid #F3F3ED;
  padding: 24px 8px;
}

._tan .accordion {
  border-bottom: 2px solid black;
}

._cream .accordion {
  border-bottom: 2px solid black;
}

._blue .accordion {
  border-bottom: 2px solid black;
}

._yellow .accordion {
  border-bottom: 2px solid black;
}

.accordion img {
  display: none;
  margin: 20px auto 0;
}

.accordion._active img,
.accordion._active .accordion-body {
  display: block;
}

.accordion-wrapper {
  border-top: 2px solid #F3F3ED;
}

.accordion-body {
  color: #ABAFAC;
  display: none;
  font-size: 14px;
}

._active .accordion-body {
  display: block;
}

.accordion-header {
  font-weight: 900;
  font-size: 16px;
  color: black;
  cursor: pointer;
}

._dark h3.accordion-header {
  color: white;
}

._darkGray h3.accordion-header {
  color: white;
}

@media (min-width: 881px) {
  .featherlight .accordion-header {
    display: none;
  }
}
.accordion-header:after {
  color: #222A27;
  width: 3px;
  height: 3px;
  position: absolute;
  right: 24px;
}

._active .accordion-header:after {
  content: "";
}

.story-text blockquote {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.story-text ._caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.story-text ._caption img {
  max-width: 68px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 28px;
}

@media (max-width: 600px) {
  .story-text ._caption {
    margin-bottom: 0;
  }
  .story-text ._caption img {
    max-width: 40px;
    margin-right: 12px;
  }
}
@media (min-width: 1001px) {
  ._quote .story-text {
    padding: 60px 30px 60px 0;
    width: auto;
  }
  ._even .story-text,
  ._quote .story-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.story-team-block ._pullquote,
.story-team-block ._pullquote-sm {
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .story-team-block ._pullquote,
  .story-team-block ._pullquote-sm {
    margin: 16px 0 0;
  }
}
@media (max-width: 880px) {
  .story-team .flex-55 {
    margin-bottom: 0;
  }
}
@media (max-width: 880px) {
  .story-team .flex-40 {
    margin-bottom: 0;
  }
}
.story-leaders._yellow {
  background: linear-gradient(to bottom, #F1A844 0%, #F1A844 350px, #F1A844 350px, white 350px, white 100%);
}

.story-leaders._blue {
  background: linear-gradient(to bottom, #92BAC8 0%, #92BAC8 350px, #92BAC8 350px, white 350px, white 100%);
}

.story-leaders._tan {
  background: linear-gradient(to bottom, #AA9767 0%, #AA9767 350px, #AA9767 350px, white 350px, white 100%);
}

.story-leaders._white {
  background: white;
}

.story-leaders._dark {
  background: linear-gradient(to bottom, black 0%, black 350px, black 350px, white 350px, white 100%);
}

@media (max-width: 880px) {
  .news [class^=flex-] {
    margin-bottom: 0;
  }
}
@media (min-width: 881px) {
  #newsList {
    padding-right: 10px;
  }
}
@media (max-width: 880px) {
  .brand-logos-wrapper .flex-33,
  .brand-logos-wrapper h2 {
    margin-bottom: 0;
  }
}
.brand-logos .block-mini:hover a:after {
  content: "" !important;
}

.brand-logos .block-mini:hover small:after, .brand-logos .block-mini:hover .footer-legal:after {
  content: "\f178";
  font-family: "fontello";
  padding-left: 5px;
  text-decoration: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: -1px;
}

._home ._pullquote-sm {
  margin: 0 auto 200px;
  z-index: 2;
  position: relative;
}

@media (max-width: 880px) {
  ._home ._pullquote-sm {
    margin-bottom: 32px;
  }
}
.home-tile._sm .inner {
  padding: 0;
}

._sm .home-tile-content {
  padding: 16px;
}

.career-block._yellow {
  background-color: transparent;
}

.career-block._blue {
  background-color: transparent;
}

.career-block._beige {
  background-color: transparent;
}

._noBottom {
  margin-bottom: 0;
}

._stack {
  padding-top: 0;
}

._noPadding {
  padding: 0;
}

._noPaddingBottom {
  padding-bottom: 0;
}

._paddingBottom1 {
  padding-bottom: 1px;
}

._fullWidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}


.cookie {
  position: fixed;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100% !important;
  float: left;
  background: white;
  z-index: 999999999;
}

.cookie p {
  color: black;
  margin-top: 25px;
  margin-bottom: 0px;
  text-align: left;
}

.cookie {
  color: #FEFEFE;
  font-weight: 600;
  overflow: hidden;
  font-size: 14px;
  z-index: 100000;
  width: 90%;
  line-height: 14px;
}

.cookie p strong {
  padding-top: 10px;
  font-size: 20px;
  color: black;
  font-weight: 900;
}

.cookie p {
  float: left;
  margin-top: 0px;
  width: 95%;
  margin-bottom: 0px;
  text-align: left;
  font-size: 16px;
  Line-Height: 1;
  color: #4C4D4F;
}

.banner-cookies-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  padding-top: 50px;
}

.CookieButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-width: 350px;
}

@media (max-width: 1300px) {
  .CookieButtons {
    padding-top: 15px;
    float: left;
    padding-left: 0;
  }
  .banner-cookies-wrapper {
    display: block;
  }
}
@media (max-width: 1206px) {
  .banner-cookies-wrapper p {
    width: 100%;
  }
}
@media (max-width: 818px) {
  .cookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie p:nth-child(2) {
    float: left;
    margin-top: 0px;
    width: 95%;
  }
}
.btn_borderless {
  background-color: white !important;
  font-size: 18px;
  font-weight: 800;
  margin: 17px 15px !important;
}

.btn_borderless:hover {
  color: white;
  border: solid 1px black !important;
  background-color: black !important;
}

.btn_borderless:hover:after {
  color: white !important;
}

.cookie #accept-cookies {
  margin: 17px 0;
  color: white !important;
  background: black;
}

.cookie #accept-cookies:after {
  color: white;
}

.cookie #accept-cookies:hover {
  color: black !important;
  background: white;
}

.cookie #accept-cookies:hover:after {
  color: black;
}

.hide {
  display: none !important;
}

.hero._bg .imgHolder {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 800px;
  overflow: hidden;
}

.hero._bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero {
  height: 800px;
}

.hero._bg .inner {
  z-index: 2;
}

@media (max-width: 880px) {
  .hero._bg .imgHolder {
    width: 100%;
    height: auto;
  }
  .hero._bg .inner {
    padding-top: 6vh;
  }
}
@media (max-width: 880px) {
  .story-leaders {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.mostRecentStories .mostRecentStoriesHeader h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "GT Pressura bold";
  letter-spacing: 1px;
  line-height: 32px;
}

.mostRecentStories .mostRecentStoriesHeader h3::after {
  content: "\f178";
  font-family: "fontello";
  padding-left: 12px;
}

.mostRecentStories .mostRecentStoriesHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.mostRecentStories .release h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 20px;
  line-height: 22px;
  margin-bottom: 12px;
  font-family: "GT Pressura bold";
}

.mostRecentStories .imgHolder {
  aspect-ratio: 4/3;
}

.mostRecentStories img {
  aspect-ratio: 4/3;
}

.mostRecentStories .mostRecentStoriesHeader a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  text-decoration: underline;
}

.mostRecentStories._darkGray .mostRecentStoriesHeader a {
  color: white;
}

.mostRecentStories .mostRecentStoriesHeader a:hover {
  text-decoration: none;
}

.mostRecentStories .releasesBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mostRecentStories .releases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mostRecentStories .release {
  width: 100%;
  margin-right: 70px;
}

.mostRecentStories .releasesBottom .releases {
  width: 65%;
}

.mostRecentStories .releasesBottom .featured {
  width: 35%;
}

.mostRecentStories .featuredHeader {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}

.mostRecentStories._blue .featuredHeader {
  color: black;
}

.mostRecentStories .body-large {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  padding-bottom: 12px;
  font-family: "GT Pressura Light";
  margin: 0;
}

.mostRecentStories .date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: "GT Pressura Light";
  margin: 0;
}

.mostRecentStories .releaseBody {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
}

.mostRecentStories .featuredItem {
  margin-top: 24px;
}

.mostRecentStories .featuredItem .date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  padding-bottom: 12px;
}

.mostRecentStories .featuredItem .body-bold {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
  padding-bottom: 16px;
}

@media (max-width: 880px) {
  .mostRecentStories .release h3 {
    padding-top: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .mostRecentStories .mostRecentStoriesHeader h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .mostRecentStories .mostRecentStoriesHeader a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
  .mostRecentStories .mostRecentStoriesHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
  }
  .mostRecentStories .releasesBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mostRecentStories .featuredItem .date {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    padding-bottom: 8px;
  }
  .mostRecentStories .featuredItem .body-bold {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 0;
  }
  .mostRecentStories .releasesBottom .releases {
    margin-right: 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mostRecentStories .release {
    margin-bottom: 40px;
  }
  .mostRecentStories .releasesBottom .featured {
    margin-top: 8px;
    width: 100%;
  }
  .mostRecentStories .featuredHeader {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
  }
  .mostRecentStories .featuredItem {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .mostRecentStories .featuredItem:last-child {
    margin-bottom: 0px;
  }
}
.mostRecentStories .release a {
  text-decoration: none;
}

.mostRecentStories .headerLink {
  text-decoration: none !important;
}

.mostRecentStories .headerLink h3 {
  text-decoration: none !important;
}

.mostRecentStories .release a:hover {
  text-decoration: underline;
}

.mostRecentStories .featuredItem a {
  text-decoration: none;
}

.mostRecentStories .featured a {
  text-decoration: none !important;
}

.mostRecentStories .featuredItem a:hover {
  text-decoration: underline;
}

@media (max-width: 880px) {
  .mostRecentStories .body-large {
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
  }
  .mostRecentStories .releaseBody {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
  }
  .mostRecentStories .release .date {
    font-size: 12px;
    padding-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
  }
  .mostRecentStories .mostRecentStoriesHeader h3 {
    display: block;
    font-size: 16px;
    font-family: "GT Pressura bold";
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .mostRecentStories .mostRecentStoriesHeader h2 {
    display: none;
  }
  .mostRecentStories .mostRecentStoriesHeader h3:after {
    font-size: 16px !important;
  }
}
.mostRecentStories .mostRecentStoriesHeader h3:after {
  content: "\f178";
  font-family: "fontello";
  font-size: 24px;
  margin-left: 11px;
}

.mostRecentStories a.mostRecentStoriesHeaders {
  text-decoration: none !important;
}

.mostRecentStories .mostRecentStoriesHeader h2 {
  color: black;
}

.mostRecentStories._dark .mostRecentStoriesHeader h2 {
  color: white;
}

.mostRecentStories._dark .mostRecentStoriesHeader h3 {
  color: white;
}

.mostRecentStories .mostRecentStoriesHeader a {
  color: black;
}

.mostRecentStories._dark .mostRecentStoriesHeader a {
  color: white;
}

.mostRecentStories .featured a:hover .body-bold {
  text-decoration: underline;
}

.mostRecentStories .release a:hover .body-large {
  text-decoration: underline;
}

.mostRecentStories .release a:hover h3 {
  text-decoration: none;
}

.mostRecentStories .release a:hover {
  text-decoration: none !important;
}

.newsContent .newsPageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsContent .newsPageHeader a {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
}

.newsContent .newsPageHeader a:hover {
  text-decoration: none !important;
}

.newsContent .newsPageHeader h1 {
  font-size: 72px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.newsContent .inner.block.flex {
  padding-top: 50px;
}

.newsContent h2 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 48px;
}

.newsContent h3 {
  padding-top: 40px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
}

.newsContent ul {
  line-height: 40px;
  padding-left: 17.5px;
}

.newsContent li a {
  text-decoration: none;
}

.newsContent li a:after {
  content: ">";
  padding-left: 5px;
}

.newsContent li a:hover {
  font-weight: bold;
}

@media (max-width: 880px) {
  .newsContent .newsPageHeader h1 {
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .newsContent h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
  }
  .newsContent .newsPageHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsContent .newsPageHeader a {
    padding-top: 0px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .newsContent h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .newsContent ul {
    margin-bottom: 0px;
  }
}
@media (max-width: 880px) {
  .threeColumnImage .grid-item img {
    height: inherit;
  }
  .threeColumnImage .grid-item .btn {
    margin: 0;
  }
}
.threeColumnImage .grid-item p {
  margin-bottom: 16px;
}

.threeColumnImage .grid-item h3 {
  margin: 25px 0 16px 0;
}

.threeColumnImage h2 {
  margin-bottom: 40px;
}

.threeColumnImage .caption {
  padding-top: 50px;
  font-size: 14px;
  line-height: 20px;
  width: 66%;
  background: transparent;
}

@media (min-width: 880px) {
  .threeColumnImage .grid-item img {
    height: 285px;
  }
}
.threeColumnImage.small .grid-item img {
  height: 150px;
  aspect-ratio: 4/3;
}

@media (max-width: 880px) {
  .threeColumnImage .grid-item p {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .threeColumnImage .grid-item h3 {
    margin: 8px 0;
  }
  .threeColumnImage h2 {
    margin-bottom: 8px;
  }
  .threeColumnImage .caption {
    width: 100%;
    padding-top: 18px;
  }
  .threeColumnImage .grid {
    gap: 15px 0px !important;
  }
}
.threeColumnImage .grid {
  gap: 15px 30px;
}

.threeColumnLink .section-header {
  text-transform: uppercase;
}

.threeColumnLink.top {
  padding-top: 100px;
}

.threeColumnLink.bottom {
  padding-bottom: 100px;
}

.threeColumnLink .grid-item h4 {
  margin-top: 20px;
  margin-bottom: 0px;
}

@media (min-width: 880px) {
  .threeColumnLink .grid {
    padding-bottom: 0 !important;
  }
}
.threeColumnLink .grid {
  padding-bottom: 30px;
}

@media screen and (max-width: 880px) {
  .threeColumnLink.top {
    padding-top: 32px;
  }
  .threeColumnLink.bottom {
    padding-bottom: 32px;
  }
  .threeColumnLink .grid {
    gap: 0;
  }
  .threeColumnLink .grid:last-child {
    padding-bottom: 0;
  }
}
.threeColumnLink .section-header {
  margin-top: 0;
  margin-bottom: 0;
}

.threeColumnLink .section {
  padding-top: 30px;
}

@font-face {
  font-family: "GT Pressura Light";
  font-weight: 300;
  font-style: light;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Light.woff") format("woff");
}
@font-face {
  font-family: "GT Pressura regular";
  font-weight: 500;
  font-style: normal;
  src: url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Regular.woff2") format("woff2"), url("/includes/Oshkosh/OshkoshCorp/fonts/GT-Pressura-Pro-Regular.woff") format("woff");
}
.threeColumnLink a h4 {
  font-family: "GT Pressura Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.threeColumnLink a h4:hover {
  font-family: "GT Pressura regular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.threeColumnLink h4 a {
  font-family: "GT Pressura Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.threeColumnLink h4 a:hover {
  font-family: "GT Pressura regular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.threeColumSubtitle {
  font-size: 32px;
  padding-top: 30px;
  font-family: "GT Pressura Light";
}

.threeColumSubtext {
  font-size: 18px;
  font-family: "GT Pressura Light";
  padding-bottom: 40px;
}

.ThreeColumnText .ThreeColumnTextBox {
  padding-right: 5%;
}

.ThreeColumnText h3 {
  width: 100%;
  padding-bottom: 50px;
}

.ThreeColumnText h2 {
  width: 100%;
  padding-bottom: 50px;
}

.ThreeColumnText h1 {
  width: 100%;
  padding-bottom: 50px;
}

.ThreeColumnTextWrapper.bottom {
  padding-bottom: 100px;
}

.ThreeColumnTextWrapper.top {
  padding-top: 100px;
}

@media (max-width: 880px) {
  .ThreeColumnTextWrapper.bottom {
    padding-bottom: 32px;
  }
  .ThreeColumnTextWrapper.top {
    padding-top: 32px;
  }
  .ThreeColumnText .ThreeColumnTextBox {
    padding-right: 0;
  }
  .threeColumSubtitle {
    font-size: 24px;
  }
  .threeColumSubtext {
    font-size: 16px;
    padding-bottom: 16px;
  }
}
.ThreeColumnText .ThreeColumnTextBox img {
  aspect-ratio: 4/3;
}

.ThreeColumnText .ThreeColumnTextBox img[src=""] {
  aspect-ratio: 0/0;
}

.ThreeColumnText .ThreeColumnTextBox a[href=""] {
  text-decoration: none !important;
  cursor: default;
}

.ThreeColumnText .ThreeColumnTextBox a[href=""]:hover {
  text-decoration: none !important;
  cursor: default;
}

.ThreeColumnText .ThreeColumnTextBox a {
  text-decoration: none;
  cursor: default;
}

.ThreeColumnText .ThreeColumnTextBox a:hover {
  -webkit-text-decoration: underLine;
  text-decoration: underLine;
  text-decoration-thickness: 1.75px;
  cursor: pointer;
}

.categoryNewsFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 75px;
}

.categoryNewsFilter select {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid black;
  margin-right: 50px;
  padding-left: 0;
  max-width: 50%;
  font-size: 18px;
  font-weight: 700;
}

.categoryNewsFilter select:after {
  content: "\e802";
  font-family: "fontello";
  color: black;
  right: 16px;
  position: absolute;
  top: 30%;
}

.eventsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eventsHeader h1 {
  margin-top: 32px;
  margin-bottom: 32px;
}

#EventsPage {
  padding-top: 75px;
}

@media (max-width: 880px) {
  .categoryNewsFilter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .selectHolder {
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categoryNewsFilter select {
    margin-right: 0;
    width: 48%;
    background: url("data:image/svg+xml,<svg height='20px' width='20px' viewBox='0 0 16 14'  class='bi bi-chevron-down' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") no-repeat;
    background-position: calc(95% - 0.45rem) center !important;
    font-size: 16px;
  }
  #EventsPage {
    padding-top: 25px;
  }
  .categoryNewsFilter {
    padding-bottom: 45px;
  }
}
.selectHolder select:focus > option:checked {
  background: #000 !important;
  color: white;
}

.selectHolder option:hover {
  background: #000 !important;
  color: white;
}

.selectHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  margin-right: 50px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  color: white;
  padding-left: 0;
  padding: 13px 55px 13px 10px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "\e802";
  font-family: "fontello";
  top: 13px;
  right: -5px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: 6px solid transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: black;
  border: 1px solid transparent;
  border-color: transparent transparent rgb(0, 0, 0);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: 700;
}

/*style items (options):*/
.select-items {
  position: absolute;
  font-weight: 700;
  width: 100%;
  z-index: 99;
  border: 1px solid black;
}

.select-items div {
  border-bottom: 1px solid white;
  padding: 8px 10px 8px 10px;
  background-color: white;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgb(0, 0, 0) !important;
  color: white !important;
}

@media (max-width: 660px) {
  .custom-select {
    margin-right: 0;
    width: 43vw;
  }
  .select-selected {
    padding: 13px 5px 13px 10px;
  }
}
@media (min-width: 660px) {
  .selectHolder .custom-select:first-child {
    width: 200px;
  }
}
.accordion {
  border-bottom: 2px solid #F3F3ED;
  padding: 15px 0px;
}

.accordion img {
  display: none;
  margin: 20px auto 0;
}

.accordion._active img,
.accordion._active .accordion-body {
  display: block;
  font-size: 18px;
}

.accordion-wrapper {
  border-top: 2px solid #F3F3ED;
}

.accordion-body {
  padding-left: 42px;
  display: none;
  color: inherit;
}

._active .accordion-body {
  display: block;
}

.accordion-header {
  cursor: pointer;
  font-size: 18px;
}

.accordion-header:before {
  content: "\f107";
  margin-right: 16px;
  font-family: "Fontello";
  font-size: 36px;
  display: inline-block;
  -webkit-transform: rotate(-90deg) translateX(-4px);
          transform: rotate(-90deg) translateX(-4px);
}

._active .accordion-header:before {
  content: "\f107";
  -webkit-transform: rotate(0deg) translateY(5px);
          transform: rotate(0deg) translateY(5px);
}

@media (max-width: 600px) {
  .accordion-header:before {
    font-size: 20px;
    -webkit-transform: rotate(-90deg) translateX(0px);
            transform: rotate(-90deg) translateX(0px);
    position: absolute;
    left: 14px;
  }
  .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 28px;
  }
  .accordion-body {
    padding-left: 29.5px;
  }
}
.FullwidthImageTwoColumnText .grid {
  gap: 0px 0px;
}

.FullwidthImageTwoColumnText .grid-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.FullwidthImageTwoColumnText .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FullwidthImageTwoColumnText .bottom .left h3 {
  padding: 25px 50px;
}

.FullwidthImageTwoColumnText .bottom .right {
  padding-top: 25px;
  padding-bottom: 0;
}

.FullwidthImageTwoColumnText ul li {
  page-break-inside: avoid;
}

@media (min-width: 880px) {
  .FullwidthImageTwoColumnText .bottom .left {
    width: 42%;
    padding-right: 50px;
  }
  .FullwidthImageTwoColumnText .bottom .right {
    padding-left: 100px;
    width: 60%;
  }
}
.FullwidthImageTwoColumnText .bottom .right ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  height: 120%;
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .FullwidthImageTwoColumnText .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .FullwidthImageTwoColumnText .bottom .left h3 {
    text-align: center;
  }
  .FullwidthImageTwoColumnText .right {
    padding-left: 0px !important;
  }
  .FullwidthImageTwoColumnText .right ul {
    padding-left: 30px !important;
  }
}
@media (max-width: 350px) {
  .FullwidthImageTwoColumnText .bottom .right ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.FullwidthImageTwoColumnText .bottom .left h3 {
  padding: 25px 0px;
}

.FullwidthImageTwoColumnText .left .box {
  padding: 50px 0;
}

.FullwidthImageTwoColumnText .bottom h3 {
  margin-bottom: 0;
}

.FullwidthImageTwoColumnText #coverBox {
  position: absolute;
  left: -30vw;
  width: 60vw;
  z-index: 0;
}

.FullwidthImageTwoColumnText .bottom .left {
  z-index: 1;
}

@media (max-width: 880px) {
  .FullwidthImageTwoColumnText .bottom .left {
    padding-right: 25px;
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .FullwidthImageTwoColumnText .bottom .box {
    padding-right: 15px;
  }
}
.BrandCarouselList {
  padding-top: 0px;
  padding-bottom: 75px;
}

.BrandCarouselList.top {
  padding-top: 100px;
}

.BrandCarouselList small, .BrandCarouselList .footer-legal {
  font-family: "GT Pressura light", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.BrandCarouselList.bottom {
  padding-bottom: 100px;
}

@media screen and (max-width: 880px) {
  .BrandCarouselList.top {
    padding-top: 32px;
  }
  .BrandCarouselList.bottom {
    padding-bottom: 32px;
  }
}
.BrandCarouselList._dark .slick-next:before,
.BrandCarouselList._dark .slick-prev:before {
  color: white;
}

.BrandCarouselList._dark small hr, .BrandCarouselList._dark .footer-legal hr {
  border-color: #F3F3ED;
}

/*.slick-prev {
    left: -25px;
    padding-right: -5px;
}*/
.CarouselHeader {
  text-align: center;
}

.brand-logos .block-mini img,
.brand-logos .slider-card img {
  opacity: 0.5;
}

.BrandCarouselList .slider {
  margin-top: 0;
}

.BrandCarouselList .slider.brand-logos {
  top: -5px;
}

.BrandCarouselList._cream small, .BrandCarouselList._cream .footer-legal {
  color: black;
}

.BrandCarouselList._blue small, .BrandCarouselList._blue .footer-legal {
  color: black;
}

.BrandCarouselList._brown small, .BrandCarouselList._brown .footer-legal {
  color: black;
}

.BrandCarouselList .slick-next:before {
  content: "\e802";
  font-size: 35px;
}

.BrandCarouselList .slick-next {
  background: none;
  padding-left: 0;
  bottom: -48px;
}

.BrandCarouselList .slick-prev:before {
  content: "\e802";
  font-size: 35px;
  font-weight: normal;
}

.BrandCarouselList .slick-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: -60px;
  background: none;
}

/*.slick-next {
  right: 10px;
  bottom: -28px;
  left: auto;
}*/
.BrandCarouselList .slick-arrow {
  padding-bottom: 46px;
}

.BrandCarouselList .slick-prev {
  left: -40px;
}

@media (max-width: 900px) {
  .BrandCarouselList .slider.slick-slider {
    max-height: 200px !important;
  }
  .BrandCarouselList h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 981px) and (max-width: 1010px) {
  .BrandCarouselList .slick-arrow {
    padding-bottom: 51px;
  }
}
@media (min-width: 901px) and (max-width: 980px) {
  .BrandCarouselList .slick-arrow {
    padding-bottom: 61px;
  }
  .BrandCarouselList .slick-next {
    bottom: -59px;
  }
}
@media (min-width: 640px) and (max-width: 900px) {
  .BrandCarouselList .slick-prev {
    bottom: 15px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 63px;
  }
  .BrandCarouselList .slick-next {
    bottom: -32px;
  }
}
@media (min-width: 601px) and (max-width: 640px) {
  .BrandCarouselList .slick-prev.slick-arrow {
    bottom: 7px;
    left: -39px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 75px;
  }
}
@media (min-width: 540px) and (max-width: 600px) {
  .BrandCarouselList .slick-prev.slick-arrow {
    bottom: -6x;
    left: -39px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 48px;
  }
}
@media (min-width: 500px) and (max-width: 540px) {
  .BrandCarouselList .slick-prev.slick-arrow {
    bottom: -1px;
    left: -39px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 58px;
  }
}
@media (min-width: 450px) and (max-width: 500px) {
  .BrandCarouselList .slick-prev.slick-arrow {
    bottom: 5px;
    left: -39px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 69px;
  }
}
@media (min-width: 410px) and (max-width: 450px) {
  .BrandCarouselList .slick-prev.slick-arrow {
    bottom: 4px;
    left: -39px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 69px;
  }
}
@media (min-width: 370px) and (max-width: 410px) {
  .BrandCarouselList .slick-prev.slick-arrow {
    bottom: 2px;
    left: -39px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 71px;
  }
}
@media (min-width: 250px) and (max-width: 370px) {
  .BrandCarouselList .slick-prev.slick-arrow {
    bottom: 6px;
    left: -39px;
  }
  .BrandCarouselList .slick-arrow {
    padding-bottom: 78px;
  }
}
#rich-text-facts.grid {
  gap: 30px 70px;
}
@media (max-width: 880px) {
  #rich-text-facts.grid {
    padding-top: 0;
    gap: 0 0;
  }
}
#rich-text-facts ._left {
  padding-right: 24px;
}
#rich-text-facts ._right {
  padding-top: 24px;
}
#rich-text-facts ._right.grid {
  gap: 30px 45px;
}
@media (max-width: 880px) {
  #rich-text-facts ._right.grid {
    padding-top: 0;
    gap: 0 0;
  }
}
#rich-text-facts .fact {
  border-top: 1px solid black;
  padding-top: 16px;
}
@media (max-width: 880px) {
  #rich-text-facts .fact {
    margin-top: 16px;
  }
  #rich-text-facts .fact:first-child {
    margin-top: 0;
  }
  #rich-text-facts .fact h3 {
    margin-bottom: 0;
  }
  #rich-text-facts .fact p {
    margin-top: 10px;
  }
}
#rich-text-facts._dark .fact, #rich-text-facts._darkGray .fact {
  border-top: 1px solid white;
}

#interactive-map {
  position: relative;
}
#interactive-map h2,
#interactive-map p {
  max-width: 800px;
  position: relative;
  z-index: 10;
}
#interactive-map .map-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: -100px;
}
#interactive-map .map-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  #interactive-map .map-wrapper {
    overflow-x: scroll;
  }
}
#interactive-map .map-inner {
  position: relative;
  height: 760px;
  width: 1200px;
}
#interactive-map .map-inner img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#interactive-map .map-inner .hotspot-outer {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 60px;
  padding: 11px;
}
#interactive-map .map-inner .hotspot-inner {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background-color: #F1A844;
  color: black !important;
  text-align: center;
  padding-top: 0px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#interactive-map .map-inner .pulsate {
  outline: 2px solid #F1A844;
  -webkit-animation: pulsate 1s infinite alternate;
          animation: pulsate 1s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#interactive-map .map-inner .hotspot-inner:hover {
  outline: 2px solid #F1A844;
  outline-offset: 11px;
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes pulsate {
  0% {
    outline-offset: 0px;
  }
  100% {
    outline-offset: 11px;
  }
}
@keyframes pulsate {
  0% {
    outline-offset: 0px;
  }
  100% {
    outline-offset: 11px;
  }
}

.map-popup {
  display: none;
  padding: 70px;
  width: 465px;
  min-height: 550px;
  margin: 0 auto;
}
.map-popup h2 {
  margin-bottom: 20px;
}
@media (max-width: 880px) {
  .map-popup {
    width: 94%;
  }
}
.map-popup h4 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid black;
}
.map-popup._dark h4 {
  border-bottom: 1px solid white;
}

.featherlight .featherlight-content:has(.map-popup) {
  width: 500px;
  height: 550px;
  overflow: scroll;
  position: absolute;
  right: 10%;
  top: calc(50vh - 275px);
  background-color: transparent !important;
}
@media (max-width: 880px) {
  .featherlight .featherlight-content:has(.map-popup) {
    width: 94%;
    right: 3%;
  }
}
.featherlight .featherlight-content:has(.map-popup) button.featherlight-close {
  top: 10px !important;
  right: 25px !important;
  color: black;
  font-weight: bold;
  font-size: 20px;
  background-color: transparent;
}
.featherlight .featherlight-content:has(.map-popup) .map-popup {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featherlight .featherlight-content:has(.map-popup) .fact {
  margin-top: 20px;
}
.featherlight .featherlight-content:has(.map-popup) .fact h4 {
  margin-top: 0;
}
.featherlight .featherlight-content:has(.map-popup) .fact p {
  margin-bottom: 0;
}
@media (max-width: 880px) {
  .featherlight .featherlight-content:has(.map-popup) .fact {
    margin-top: 0;
  }
}

.featherlight-next:hover, .featherlight-previous:hover {
  background: white;
  border: 1px solid black;
}
.featherlight-next span, .featherlight-previous span {
  text-shadow: none;
  margin-top: -42px;
}
.featherlight-next span:hover, .featherlight-previous span:hover {
  color: black;
}

#large-image-slider {
  position: relative;
  padding-bottom: 100px;
}
#large-image-slider._noPaddingBottom {
  padding-bottom: 1px;
}
#large-image-slider .inner {
  padding-top: 1px;
}
@media (max-width: 880px) {
  #large-image-slider .tab {
    margin: 25px 0;
  }
}
#large-image-slider .tab-body {
  width: 100%;
  padding: 0 18px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #large-image-slider .tab-body {
    padding: 0 15px;
  }
}
#large-image-slider .tab-body p {
  max-width: 880px;
  padding-left: 8px;
}
@media (max-width: 880px) {
  #large-image-slider .tab-body p {
    padding-left: 0;
  }
}
#large-image-slider img {
  aspect-ratio: 16/9;
  width: calc(100% + 1px) !important;
  max-width: 1200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 8px;
}
@media (max-width: 880px) {
  #large-image-slider img {
    height: 200px;
    margin-left: 0px;
  }
}
#large-image-slider iframe {
  aspect-ratio: 16/9;
  width: calc(100% + 18px) !important;
  max-width: 1200px;
  height: auto;
  border: 1px solid #333333;
  -webkit-box-shadow: inset 0px 0px 0px 10px #333;
          box-shadow: inset 0px 0px 0px 10px #333;
}
#large-image-slider .tab-body-content._active {
  display: block;
}
#large-image-slider .tab-arrow-prev {
  text-align: center;
  padding: 10px;
  background-color: black;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: calc((100vw - 1200px) / 2 - 10px);
  color: white;
  width: 50px !important;
  border-radius: 3px;
}
#large-image-slider .tab-arrow-prev:hover {
  background-color: white;
  color: black;
}
@media (max-width: 1200px) {
  #large-image-slider .tab-arrow-prev {
    left: 0;
  }
}
@media (max-width: 880px) {
  #large-image-slider .tab-arrow-prev {
    top: 38%;
    width: 35px !important;
    height: 55px;
    line-height: 36px;
  }
}
#large-image-slider .tab-arrow-next {
  text-align: center;
  padding: 10px;
  background-color: black;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  right: calc((100vw - 1200px) / 2 - 10px);
  color: white;
  width: 50px !important;
  border-radius: 3px;
}
#large-image-slider .tab-arrow-next:hover {
  background-color: white;
  color: black;
}
@media (max-width: 1200px) {
  #large-image-slider .tab-arrow-next {
    right: 0;
  }
}
@media (max-width: 880px) {
  #large-image-slider .tab-arrow-next {
    top: 38%;
    width: 35px !important;
    height: 55px;
    line-height: 36px;
  }
}
#large-image-slider .tab-header-wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#large-image-slider .tab-header-wrapper::-webkit-scrollbar {
  display: none;
}
#large-image-slider .tab-header a {
  border-bottom: 3px solid transparent;
}
#large-image-slider .tab-header a._active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 3px solid white;
}
@media (max-width: 880px) {
  #large-image-slider .tab-header {
    display: block !important;
    margin-bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #large-image-slider .tab-header a {
    display: inline-block;
    margin: 0;
    padding: 15px 25px;
  }
}
#large-image-slider._yellow .tab-arrow-prev, #large-image-slider._yellow .tab-arrow-pnext {
  background-color: #F1A844;
  border: 1px solid black;
  color: black;
}
#large-image-slider._blue .tab-arrow-prev, #large-image-slider._blue .tab-arrow-pnext {
  background-color: #92BAC8;
  border: 1px solid black;
  color: black;
}
#large-image-slider._cream .tab-arrow-prev, #large-image-slider._cream .tab-arrow-pnext {
  background-color: #F3F3ED;
  border: 1px solid black;
  color: black;
}
#large-image-slider._white .tab-arrow-prev, #large-image-slider._white .tab-arrow-pnext {
  background-color: white;
  border: 1px solid black;
  color: black;
}

#history-timeline,
#history-teaser {
  position: relative;
}
#history-timeline .back-to-top,
#history-teaser .back-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 200;
  padding: 10px 20px;
  background-color: black;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid black;
}
#history-timeline .back-to-top::after,
#history-teaser .back-to-top::after {
  font-family: fontello;
  content: "\e80d";
  margin-left: 40px;
  font-size: 16px;
}
#history-timeline .back-to-top:hover,
#history-teaser .back-to-top:hover {
  background-color: white;
  color: black;
}
@media (max-width: 880px) {
  #history-timeline .back-to-top,
  #history-teaser .back-to-top {
    right: 20px;
  }
}
#history-timeline .timeline-bar,
#history-teaser .timeline-bar {
  position: relative;
  top: 0;
  padding: 20px;
  z-index: 50;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(50%, #000000), color-stop(51%, #a3a3a3), color-stop(52%, #000000), to(#000000));
  background: linear-gradient(to bottom, #000000 0%, #000000 50%, #a3a3a3 51%, #000000 52%, #000000 100%);
}
@media (max-width: 880px) {
  #history-timeline .timeline-bar,
  #history-teaser .timeline-bar {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 10px;
    height: 80px;
  }
}
#history-timeline .timeline-bar::-webkit-scrollbar,
#history-teaser .timeline-bar::-webkit-scrollbar {
  display: none;
}
#history-timeline .timeline-bar a,
#history-teaser .timeline-bar a {
  color: white;
  margin: 20px;
  font-size: 23px;
  text-align: center;
  background-color: black;
  text-decoration: none;
  display: inline-block;
}
#history-timeline .timeline-bar a::after,
#history-teaser .timeline-bar a::after {
  content: "•";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: -5px;
  color: #5F5F5F;
}
@media (hover: hover) {
  #history-timeline .timeline-bar a:hover,
  #history-teaser .timeline-bar a:hover {
    color: #F1A844;
  }
  #history-timeline .timeline-bar a:hover::after,
  #history-teaser .timeline-bar a:hover::after {
    color: #F1A844;
  }
}
@media (max-width: 880px) {
  #history-timeline .timeline-bar a,
  #history-teaser .timeline-bar a {
    font-size: 16px;
  }
  #history-timeline .timeline-bar a::after,
  #history-teaser .timeline-bar a::after {
    font-size: 10px;
  }
}
#history-timeline .timeline-bar a._active,
#history-teaser .timeline-bar a._active {
  color: #F1A844;
  font-weight: bold;
  font-size: 40px;
  height: auto;
}
#history-timeline .timeline-bar a._active::after,
#history-teaser .timeline-bar a._active::after {
  content: "•";
  display: block;
  margin-top: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #F1A844;
}
@media (max-width: 880px) {
  #history-timeline .timeline-bar a._active,
  #history-teaser .timeline-bar a._active {
    font-size: 32px;
  }
}
#history-timeline .decade,
#history-teaser .decade {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 880px) {
  #history-timeline .decade,
  #history-teaser .decade {
    padding-top: 50px;
    padding-bottom: 32px;
  }
}
#history-timeline .decade:nth-child(odd),
#history-teaser .decade:nth-child(odd) {
  background-color: #F3F3ED;
}
#history-timeline .decade-title,
#history-teaser .decade-title {
  font-family: "GT Pressura Light", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 48px;
  color: black;
  margin-bottom: -50px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 880px) {
  #history-timeline .decade-title,
  #history-teaser .decade-title {
    font-size: 38px;
  }
}
#history-timeline .decade-title h2,
#history-teaser .decade-title h2 {
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  font-size: 120px;
  margin: 30px 0 100px 0;
  font-style: normal;
  font-weight: bold;
  color: #5F5F5F;
}
@media (max-width: 880px) {
  #history-timeline .decade-title h2,
  #history-teaser .decade-title h2 {
    margin: 10px 0 40px 0;
    line-height: 80px;
    font-size: 80px;
  }
}
#history-timeline .decade-bkg,
#history-teaser .decade-bkg {
  font-size: 200px;
  font-weight: bold;
  color: #5F5F5F;
  opacity: 0.075;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 550px;
  right: -18%;
  z-index: 0;
}
@media (min-width: 1550px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 - 300px);
  }
}
@media (max-width: 1549px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 - 15vw);
  }
}
@media (max-width: 1500px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 - 12vw);
  }
}
@media (max-width: 1375px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 - 8vw);
  }
}
@media (max-width: 1275px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 - 5vw);
  }
}
@media (max-width: 1200px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2);
  }
}
@media (max-width: 1100px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 + 2vw);
  }
}
@media (max-width: 1000px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 + 4vw);
  }
}
@media (max-width: 950px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    right: calc((100vw - 1400px) / 2 + 8vw);
  }
}
@media (max-width: 880px) {
  #history-timeline .decade-bkg,
  #history-teaser .decade-bkg {
    font-size: 150px;
    right: -135px;
    top: 500px;
  }
}

.history-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 30px 0px 1fr;
  grid-template-columns: 1fr 30px 1fr;
  -ms-grid-rows: 100px 0px 1fr;
  grid-template-rows: 100px 1fr;
  gap: 0px 0px;
      grid-template-areas: "history-image separator year-area" "history-image separator history-text";
}
@media (max-width: 880px) {
  .history-item {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
        grid-template-areas: "separator year-area" "separator history-image" "separator history-text";
  }
}

.history-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: history-image;
  padding: 50px 12px;
}

.history-item:nth-child(even) > .history-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
}
@media (max-width: 880px) {
  .history-image {
    padding: 5px 12px;
  }
  .history-image:not(:has(img)) {
    padding: 0;
  }
  .history-image:not(:has(img)) ~ div.history-text {
    padding-top: 3px;
  }
  .history-image:has(iframe) {
    padding: 30px 12px;
  }
}
.history-image img {
  position: relative;
  width: 100%;
  max-height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  z-index: 10;
}
.history-image video {
  width: 100%;
}
.history-image iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  position: relative;
}
.history-image ._caption {
  margin-bottom: -10px;
}

.separator {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: separator;
  height: 100%;
  border-left: 2px solid #F1A844;
  margin: auto;
  position: relative;
}

.history-item:nth-child(even) > .separator {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}
.separator .dot {
  width: 20px;
  height: 20px;
  background-color: #F1A844;
  border-radius: 50px;
  position: absolute;
  top: 55px;
  left: -10px;
}
.separator .dot::after {
  content: "—";
  position: absolute;
  top: -3px;
  left: 14px;
  color: #F1A844;
  -webkit-transform: scale(3, 1);
          transform: scale(3, 1);
}
@media (max-width: 880px) {
  .separator .dot {
    top: 58px;
    width: 14px;
    height: 14px;
    left: -8px;
  }
  .separator .dot:after {
    top: -5px;
  }
}

.year-area {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: year-area;
}

.history-item:nth-child(even) > .year-area {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.yearht {
  font-family: "GT Pressura Light", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  line-height: 28px;
  margin-top: 47px;
  margin-left: 10px;
  padding: 5px 25px 5px 22px;
  background-color: #F1A844;
  display: inline-block;
  border-radius: 3px;
}
@media (max-width: 880px) {
  .yearht {
    font-size: 16px;
    padding: 3px 12px 3px 10px;
  }
}

.history-text {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: history-text;
  padding: 16px 11px 0 11px;
}

.history-item:nth-child(even) > .history-text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

@media (max-width: 880px){
  .history-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .separator {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .year-area {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .history-text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.history-text .btn {
  width: 65%;
}
@media (max-width: 880px) {
  .history-text .btn {
    width: 100%;
  }
}

.history-item:nth-child(even) {
      grid-template-areas: "year-area separator history-image" "history-text separator history-image";
}
.history-item:nth-child(even) .dot::before {
  content: "—";
  position: absolute;
  top: -3px;
  left: -12px;
  color: #F1A844;
  -webkit-transform: scale(3, 1);
          transform: scale(3, 1);
}
.history-item:nth-child(even) .dot::after {
  content: "";
}
.history-item:nth-child(even) .yearht {
  float: right;
  margin-right: 8px;
}
@media (max-width: 880px) {
  .history-item:nth-child(even) {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
        grid-template-areas: "separator year-area" "separator history-image" "separator history-text";
  }
  .history-item:nth-child(even) .yearht {
    float: left;
  }
  .history-item:nth-child(even) .dot::before {
    content: "";
  }
  .history-item:nth-child(even) .dot::after {
    content: "—";
  }
  .history-item:nth-child(even) > .history-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .history-item:nth-child(even) > .separator {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .history-item:nth-child(even) > .year-area {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .history-item:nth-child(even) > .history-text {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

#history-teaser .separator {
  height: 95%;
}
#history-teaser .dot {
  top: 42px;
}
@media (max-width: 880px) {
  #history-teaser .dot {
    top: 42px;
  }
  #history-teaser .dot:after {
    top: -4px;
  }
}

#media-text {
  padding-bottom: 0 !important;
}
#media-text .offset-top {
  padding-top: 100px;
}
#media-text .inner {
  padding-bottom: 100px;
}
@media (max-width: 880px) {
  #media-text .inner {
    padding-bottom: 40px;
  }
}
#media-text._noPaddingBottom .inner {
  padding-bottom: 1px;
}
#media-text img {
  width: 75%;
  max-width: 893px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 25%;
  top: -100px;
  margin-bottom: -20px;
}
@media (max-width: 880px) {
  #media-text img {
    width: 100%;
    height: 175px;
    left: 0;
    margin-bottom: -60px;
  }
}

#our-leaders-box h2 {
  margin-bottom: 48px;
  font-size: 65px;
  line-height: 65px;
}
@media (max-width: 880px) {
  #our-leaders-box h2 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 36px;
  }
}
#our-leaders-box .leader {
  color: white;
  background-color: black;
  height: 500px;
  overflow: hidden;
}
#our-leaders-box .leader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#our-leaders-box .leader .text-box {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000), color-stop(75%, rgba(0, 0, 0, 0.1996148801)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #000 30%, rgba(0, 0, 0, 0.1996148801) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 0px 30px 30px 30px;
  width: 100%;
  height: 20%;
  overflow: hidden;
  position: relative;
  top: -20%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#our-leaders-box .leader .text-box p {
  width: 80%;
  float: left;
  margin: 0;
}
#our-leaders-box .leader .text-box p._caption {
  font-style: normal;
}
#our-leaders-box .leader .text-box p.hover-text {
  display: none;
  line-height: 55px;
  margin: 3px 0;
}
#our-leaders-box .leader .text-box::after {
  content: "\f178";
  font-family: fontello;
  font-size: 18px;
  width: 20%;
  float: right;
  text-align: right;
  line-height: 0;
}
#our-leaders-box .leader:hover {
  cursor: pointer;
}
#our-leaders-box .leader:hover img {
  width: 110%;
  height: 110%;
  opacity: 0.5;
}
#our-leaders-box .leader:hover .text-box {
  top: -30%;
}
#our-leaders-box .leader:hover .text-box p {
  display: none;
}
#our-leaders-box .leader:hover .text-box p.hover-text {
  display: block;
}
#our-leaders-box .leader:hover .text-box::after {
  margin-top: 32px;
}

.leader-gradient {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#F3F3ED), color-stop(96%), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #F3F3ED, 96%, transparent);
}
@media (max-width: 880px) {
  .leader-gradient {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#F3F3ED), color-stop(89%), to(transparent));
    -webkit-mask-image: linear-gradient(180deg, #F3F3ED, 89%, transparent);
  }
}

.leader-popup {
  display: none;
  height: 100%;
  min-width: 90vw;
}
.leader-popup .leader-popup-inner {
  max-width: 1400px;
  max-height: 800px;
  background-color: #F3F3ED;
}
@media (max-width: 880px) {
  .leader-popup .leader-popup-inner.grid {
    gap: 0;
  }
}
.leader-popup .leader-popup-inner img {
  height: calc(100% + 25px);
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -25px;
  left: -25px;
  z-index: 100;
}
@media (max-width: 880px) {
  .leader-popup .leader-popup-inner img {
    width: calc(100% + 32px);
    height: 365px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    top: -25px;
    left: -16px;
    max-width: 200%;
  }
}
.leader-popup .leader-popup-inner .popup-text {
  height: 80vh;
  max-width: 1400px;
  max-height: 700px;
  margin: 61px 15px 61px 48px;
  padding-right: 85px;
  overflow-x: hidden;
  overflow-y: auto;
  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-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
  gap: 0px;
}
@media (max-width: 880px) {
  .leader-popup .leader-popup-inner .popup-text {
    margin: 30px;
    margin-top: 0;
    height: 350px;
    padding-right: 5px;
    padding-bottom: 50px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.leader-popup .leader-popup-inner .popup-text h2 {
  margin-bottom: 24px;
}
@media (max-width: 880px) {
  .leader-popup .leader-popup-inner .popup-text h2 {
    margin-bottom: 20px;
  }
}
.leader-popup .leader-popup-inner .popup-text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.featherlight .featherlight-content:has(.leader-popup) {
  border-bottom: 0 !important;
  max-width: 1400px;
  max-height: 800px;
}
.featherlight .featherlight-content:has(.leader-popup) button.featherlight-close {
  top: 10px !important;
  right: 10px !important;
  color: black;
  font-weight: bold;
  font-size: 20px;
  background-color: transparent;
}

.featherlight .featherlight-content:has(._blue) {
  background-color: #92BAC8;
}

.featherlight .featherlight-content:has(._cream) {
  background-color: #F3F3ED;
}

.featherlight .featherlight-content:has(._dark) {
  background-color: black;
}

.featherlight .featherlight-content:has(._dark) button.featherlight-close {
  color: white;
}

.featherlight .featherlight-content:has(._darkGray) {
  background-color: #5F5F5F;
}

.featherlight .featherlight-content:has(._darkGray) button.featherlight-close {
  color: white;
}

.featherlight .featherlight-content:has(._tan) {
  background-color: #AA9767;
}

.featherlight .featherlight-content:has(._white) {
  background-color: white;
}

.featherlight .featherlight-content:has(._yellow) {
  background-color: #F1A844;
}

#our-directors .grid {
  gap: 30px 30px;
}
#our-directors h2 {
  margin-bottom: 48px;
  font-size: 65px;
  line-height: 65px;
}
@media (max-width: 880px) {
  #our-directors h2 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 36px;
  }
}
#our-directors .director {
  border: 2px solid black;
  height: 119px;
  position: relative;
  overflow: hidden;
}
#our-directors .director::after {
  content: "\f178";
  position: absolute;
  right: 16px;
  top: 50%;
  font-family: fontello;
  font-size: 18px;
  width: 5%;
  line-height: 0;
}
@media (max-width: 880px) {
  #our-directors .director::after {
    margin-right: 10px;
  }
}
#our-directors .director._dark {
  border: 2px solid white;
}
#our-directors img {
  width: 119px;
  height: 119px;
  margin-right: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
#our-directors .text-box {
  width: 95%;
  padding-left: 16px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
#our-directors .text-box p {
  margin: 0;
  margin-bottom: 8px;
  width: 85%;
  font-size: 18px;
}
@media (max-width: 880px) {
  #our-directors .text-box p {
    font-size: 18px;
  }
}
#our-directors .text-box small, #our-directors .text-box .footer-legal {
  line-height: 10px;
  display: block;
  width: 85%;
  font-size: 14px;
  line-height: 120%;
}
@media (max-width: 880px) {
  #our-directors .text-box small, #our-directors .text-box .footer-legal {
    font-size: 14px;
  }
}
#our-directors .hover-text {
  color: white;
  background-color: #000;
  width: 100%;
  height: 119px;
  padding: 24px;
  position: absolute;
  top: 129px;
  z-index: 10;
}
#our-directors .hover-text p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
#our-directors .hover-text::after {
  content: "\f178";
  position: absolute;
  right: 16px;
  top: 50%;
  font-family: fontello;
  font-size: 18px;
  width: 5%;
  line-height: 0;
}
#our-directors .director:hover {
  cursor: pointer;
}
#our-directors .director:hover .hover-text {
  top: 0;
}

.director-popup {
  display: none;
  height: 100%;
  width: 90vw;
  max-width: 1400px;
  max-height: 800px;
}
.director-popup .director-popup-inner img {
  height: calc(100% + 25px);
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -25px;
  left: -25px;
  z-index: 100;
}
@media (max-width: 880px) {
  .director-popup .director-popup-inner img {
    width: 100vw;
    top: -16px;
    left: -16px;
    max-width: 200%;
  }
}
.director-popup .director-popup-inner .popup-text {
  height: 80vh;
  max-width: 1400px;
  max-height: 700px;
  margin: 75px 15px 75px 95px;
  padding-right: 85px;
  overflow-x: hidden;
  overflow-y: auto;
  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-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
  gap: 0;
}
.director-popup .director-popup-inner .popup-text h2 {
  margin-bottom: 24px;
  max-width: 800px;
}
.director-popup .director-popup-inner .popup-text h3 {
  max-width: 800px;
}
.director-popup .director-popup-inner .popup-text p {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 880px) {
  .director-popup .director-popup-inner .popup-text {
    margin: 16px;
    margin-top: 36px;
    padding: 20px;
    padding-top: 0;
    padding-right: 5px;
    width: 100%;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.director-popup:has(img) .director-popup-inner .popup-text {
  margin: 24px 15px 48px 0;
  width: 100%;
}
@media (max-width: 880px) {
  .director-popup:has(img) .director-popup-inner {
    margin: 16px;
    padding-right: 5px;
  }
}

.featherlight .featherlight-content:has(.director-popup) {
  border-bottom: 0 !important;
  max-width: 1400px;
  max-height: 800px;
}
@media (max-width: 880px) {
  .featherlight .featherlight-content:has(.director-popup) {
    width: 100vw;
  }
}
.featherlight .featherlight-content:has(.director-popup) button.featherlight-close {
  top: 10px !important;
  right: 10px !important;
  color: black;
  font-weight: bold;
  font-size: 20px;
  background-color: transparent;
}

.featherlight .featherlight-content:has(._blue) {
  background-color: #92BAC8;
}

.featherlight .featherlight-content:has(._cream) {
  background-color: #F3F3ED;
}

.featherlight .featherlight-content:has(._dark) {
  background-color: black;
}

.featherlight .featherlight-content:has(._dark) button.featherlight-close {
  color: white;
}

.featherlight .featherlight-content:has(._darkGray) {
  background-color: #5F5F5F;
}

.featherlight .featherlight-content:has(._darkGray) button.featherlight-close {
  color: white;
}

.featherlight .featherlight-content:has(._tan) {
  background-color: #AA9767;
}

.featherlight .featherlight-content:has(._white) {
  background-color: white;
}

.featherlight .featherlight-content:has(._yellow) {
  background-color: #F1A844;
}

#action-callout h2 {
  padding: 0 125px;
}
@media (max-width: 880px) {
  #action-callout h2 {
    padding: 0;
  }
}
#action-callout .callout {
  padding: 75px;
  text-align: center;
  max-width: 1152px;
}
@media (max-width: 880px) {
  #action-callout .callout {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 25px;
  }
}
#action-callout a.btn {
  margin-left: 12px;
  margin-right: 12px;
  width: 35%;
}
@media (max-width: 880px) {
  #action-callout a.btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#leader-quote .quote-icon {
  width: 10%;
  margin-bottom: 16px;
}
#leader-quote ._pullquote {
  padding-left: 0;
}
#leader-quote ._pullquote::before {
  display: none;
}
#leader-quote .btn {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
}
@media (max-width: 880px) {
  #leader-quote ._right {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

#action-callout h2 {
  padding: 0 125px;
}
@media (max-width: 880px) {
  #action-callout h2 {
    padding: 0;
  }
}
#action-callout .callout {
  padding: 75px;
  text-align: center;
  max-width: 1152px;
}
@media (max-width: 880px) {
  #action-callout .callout {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 25px;
  }
}
#action-callout a.btn {
  margin-left: 12px;
  margin-right: 12px;
  width: 35%;
}
@media (max-width: 880px) {
  #action-callout a.btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.TwoColumnButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.TwoColumnButton._dark .left .btn {
  border-radius: 4px;
  border: 1px solid black;
  font-size: 18px;
  padding: 16px 50px 16px 16px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  display: inline-block;
  line-height: 26px;
  background: white;
  color: black !important;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: left;
  font-weight: 700;
}

.TwoColumnButton._dark .left .btn:hover {
  background-color: black;
  color: white !important;
}

.TwoColumnButton .left .btn {
  background: rgba(0, 0, 0, 0);
}

.TwoColumnButton .left .btn:hover {
  background-color: black;
  color: white !important;
}

.TwoColumnButton .left .btn:hover:after {
  color: white;
}

.TwoColumnButton.top {
  padding-top: 100px;
}

.TwoColumnButton.bottom {
  padding-bottom: 100px;
}

@media screen and (max-width: 880px) {
  .TwoColumnButton.top {
    padding-top: 32px;
  }
  .TwoColumnButton.bottom {
    padding-bottom: 32px;
  }
  .TwoColumnButton .right {
    width: inherit !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    max-width: none !important;
  }
}
.TwoColumnButton.off-white {
  background-color: #f3f3ed;
  color: #000;
}

.TwoColumnButton.orange {
  background-color: #F1A844;
  color: #000;
}

.TwoColumnButton.light-blue {
  background-color: #92BAC8;
  color: #000;
}

.TwoColumnButton.brown {
  background-color: #AA9767;
  color: #000;
}

.TwoColumnButton .left {
  float: left;
  width: 50%;
}

.TwoColumnButton .right h2 {
  margin-bottom: 5px;
}

.TwoColumnButton .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 25px 10% 25px 25px;
  width: 50vw;
}

@media screen and (max-width: 1190px) {
  .TwoColumnButton .right {
    width: 35vw;
  }
}
.TwoColumnButton h5 {
  font-size: 26px;
  margin-top: 2px;
  font-weight: 300;
  line-height: 36px;
}

.TwoColumnButton .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  color: black;
  width: 50%;
  padding: 40px 75px 40px 50px;
}

.TwoColumnButton .right .btn {
  background-color: rgba(0, 0, 0, 0);
}

.TwoColumnButton .right .btn:hover {
  background-color: black;
}

.TwoColumnButton .right .btn:hover:after {
  color: white;
}

.TwoColumnButton .right .btn:after {
  color: black;
}

@media screen and (max-width: 660px) {
  .TwoColumnButton .left a.btn {
    width: 50%;
    font-size: 125%;
    padding-top: 23px;
  }
  .TwoColumnButton .box-inner h3 {
    margin-bottom: 32px;
  }
  .TwoColumnButton .box-inner .btn::after {
    top: 25%;
  }
}
@media screen and (max-width: 990px) {
  .TwoColumnButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .TwoColumnButton .left {
    float: left;
    width: 90%;
  }
  .TwoColumnButton .right {
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin-top: 30px;
  }
  .TwoColumnButton .left .btn {
    float: center;
    width: 40%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 350px) {
  .TwoColumnButton .left .btn {
    width: 70% !important;
    padding-top: 25px;
  }
  .TwoColumnButton .right a.btn {
    width: 90%;
    padding-top: 25px;
  }
  .TwoColumnButton .right {
    padding: 10%;
  }
}
.TwoColumnButton._dark .btn:hover {
  border-color: white;
}

.TwoColumnButton h1 {
  font-size: 36px;
  line-height: 40px;
}

.TwoColumnButton a:visited {
  color: #000;
}

.TwoColumnButton._dark a:visited {
  color: #f3f3ed;
}

.TwoColumnButton._dark .left .btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: white;
  color: white !important;
}

.TwoColumnButton._dark .left .btn:hover {
  background-color: white !important;
  border-color: white;
  color: black !important;
}

.TwoColumnButton._dark .left .btn:hover:after {
  color: black !important;
}

.TwoColumnButton._dark .right:not(._dark) .btn {
  border-color: black !important;
  color: black !important;
}

.TwoColumnButton._dark .right:not(._dark) .btn:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}

.TwoColumnButton._dark .right._dark .btn:hover {
  background-color: white !important;
  color: black !important;
  border-color: black !important;
}

.TwoColumnButton .left a {
  color: black;
}

.TwoColumnButton._dark .left a {
  color: white;
}

.right._dark {
  color: white;
}

.right._dark .btn {
  color: white !important;
  border: 1px solid white;
}

.right._dark .btn::after {
  color: white !important;
}

.right._dark .btn:hover {
  color: black !important;
  background-color: white;
}

.right._dark .btn:hover:after {
  color: black !important;
}

.TwoColumnButton .right {
  padding-right: 10%;
  max-width: 700px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1500px) {
  .TwoColumnButton .left {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 880px) {
  .TwoColumnButton .right {
    padding-left: 100px;
  }
}
@media (max-width: 1500px) and (min-width: 1350px) {
  .TwoColumnButton .right {
    padding-right: 9%;
  }
}
@media (max-width: 1350px) and (min-width: 1300px) {
  .TwoColumnButton .bottom .left {
    padding-left: 6%;
  }
  .TwoColumnButton .bottom .right {
    padding-right: 0%;
  }
}
@media (max-width: 1300px) and (min-width: 1250px) {
  .TwoColumnButton .right {
    padding-right: 0%;
  }
}
@media (max-width: 1250px) and (min-width: 990px) {
  .TwoColumnButton .right {
    padding-right: 0%;
  }
}
@media (max-width: 990px) and (min-width: 880px) {
  .TwoColumnButton .left {
    margin-left: 0%;
    padding-left: 0;
  }
  .TwoColumnButton .right {
    padding-top: 25px;
    max-width: none;
  }
}
@media (max-width: 880px) {
  .TwoColumnButton .left {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0%;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0px !important;
  }
  .TwoColumnButton .left {
    max-width: none;
  }
  .TwoColumnButton .box {
    width: 100% !important;
    padding: 25px !important;
  }
  .TwoColumnButton .right {
    margin-left: 0 !important;
    padding: 0px !important;
    margin-right: 0 !important;
  }
}
.TwoColumnButton .left a.btn {
  padding-bottom: 17px;
}

@media (max-width: 990px) {
  .TwoColumnButton .left a.btn:after {
    padding-top: 4px;
  }
}
.TwoColumnButton .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 50px 10% 50px 100px;
  width: 50vw;
}

@media screen and (max-width: 990px) {
  .TwoColumnButton .box {
    padding: 25px;
    width: 100%;
  }
  .TwoColumnButton .box .box-inner {
    max-width: inherit;
  }
}
@media screen and (max-width: 1190px) {
  .TwoColumnButton .box {
    width: 38vw;
  }
}
@media (min-width: 881px) {
  .TwoColumnButton .box {
    padding-left: 100px;
  }
  .TwoColumnButton .right .box-inner {
    padding-right: 65px;
    max-width: 400px;
  }
}
.TwoColumnButton .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 50px 10% 50px 100px;
  width: 50vw;
}

.TwoColumnlist .right .box-inner {
  max-width: 400px;
}

.TwoColumnButton .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.TwoColumnButton .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  width: 43%;
  padding: 0px 0px 50px 75px;
}

.TwoColumnButton .right {
  padding-bottom: 0;
}

@media screen and (max-width: 660px) {
  .TwoColumnButton .right {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 990px) {
  .TwoColumnButton .left {
    width: 50%;
  }
}
@media screen and (max-width: 1190px) {
  .TwoColumnButton .right .box {
    width: 38vw;
  }
}
@media screen and (max-width: 1010px) {
  .TwoColumnButton .right .box {
    padding: 50px 10% 50px 70px;
  }
}
.TwoColumnButton ._lead, .TwoColumnButton .news-title {
  margin-top: 8px;
}

.TextImageRichText .one {
  width: 30%;
  float: right;
}

.TextImageRichText .left {
  width: 60%;
}

.TextImageRichText .left .btn {
  margin-bottom: 80px;
}

.TextImageRichText .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TextImageRichText li {
  font-family: "GT Pressura light", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.TextImageRichText ul {
  padding-bottom: 80px;
}

.TextImageRichText .btn {
  max-width: 40%;
}

.TextImageRichText.top {
  padding-top: 100px;
}

.TextImageRichText.bottom {
  padding-bottom: 100px;
}

@media (min-width: 600px) {
  .TextImageRichText .richText {
    width: 70%;
  }
}
@media screen and (max-width: 880px) {
  .TextImageRichText.top {
    padding-top: 32px;
  }
  .TextImageRichText.bottom {
    padding-bottom: 32px;
  }
  .TextImageRichText .left .btn {
    margin-bottom: 53px;
  }
}
.TextImageRichText .underText {
  line-height: 18px;
}

.TextImageRichText._dark .btn:hover {
  border-color: white;
}

.TextImageRichText ul {
  line-height: 35px;
}

.TextImageRichText .btn {
  background-color: rgba(0, 0, 0, 0);
  color: black;
  border: solid 1px black;
}

.TextImageRichText .btn:after {
  color: black;
}

.TextImageRichText._dark .btn {
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px white;
  color: white !important;
}

.TextImageRichText._dark .btn::after {
  color: white !important;
}

.TextImageRichText._dark .btn:hover {
  background-color: white;
  color: black !important;
}

.TextImageRichText._dark .btn:hover::after {
  color: black !important;
}

.TextImageRichText h2 {
  font-family: "GT Pressura light", Helvetica, Arial, sans-serif;
  font-size: 72px;
}

@media (max-width: 640px) {
  .TextImageRichText .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .TextImageRichText .left {
    float: right;
    width: 100%;
  }
  .TextImageRichText .img {
    float: left;
    width: 100%;
  }
  .TextImageRichText .btn {
    max-width: 70%;
  }
  .TextImageRichText h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .TextImageRichText ul {
    padding-left: 23px;
  }
}
.TextImageRichText .img img {
  position: absolute;
  right: 0;
  max-width: 40%;
}

.TextImageRichText ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

.TextImageRichText .underText {
  padding-top: 80px;
  margin-top: 18px;
}

@media (max-width: 600px) {
  .TextImageRichText li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .TextImageRichText .one {
    width: inherit;
  }
}
@media (max-width: 660px) {
  .TextImageRichText .img img {
    position: relative;
    width: inherit;
    padding-bottom: 10px;
  }
  .TextImageRichText .left {
    width: 100%;
  }
  .TextImageRichText .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .TextImageRichText .img img {
    max-width: 100%;
  }
  .TextImageRichText .one {
    width: 100%;
  }
  .TextImageRichText .left h2 {
    padding-top: 8px;
    padding-bottom: 25px !important;
  }
  .TextImageRichText .left .btn {
    margin-bottom: 25px !important;
  }
  .TextImageRichText .underText {
    padding-top: 25px;
    margin-top: 0;
  }
}
@media (max-width: 300px) {
  .TextImageRichText .btn {
    max-width: 100%;
  }
}
.TextImageRichText .btn:hover {
  background-color: black;
  color: white !important;
}

.TextImageRichText .btn:hover:after {
  color: white;
}

.TextImageRichText .left h2 {
  padding-bottom: 40px;
}

.threeColumnTitleBodyLink a:hover {
  font-family: "GT Pressura regular", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

@media (max-width: 880px) {
  .threeColumnTitleBodyLink .grid {
    gap: 16px 0;
  }
  .threeColumnTitleBodyLink p {
    margin: 6px 0;
  }
}
.ThreeColumnOverlay .inner .threeColumnOverlayHeader {
  margin-bottom: 32px;
}

.SupplierStandardsGuide.top {
  padding-top: 100px;
}

.SupplierStandardsGuide {
  min-height: 650px;
}

@media (max-width: 880px) {
  .SupplierStandardsGuide {
    min-height: 470px;
  }
}
.SupplierStandardsGuide._dark td small, .SupplierStandardsGuide._dark td .footer-legal {
  color: black;
}

.SupplierStandardsGuide._dark td {
  color: black;
}

.SupplierStandardsGuide._dark tbody {
  border: 2px solid white;
}

.SupplierStandardsGuide #SupplierStandards tbody {
  min-height: 250px;
}

.SupplierStandardsGuide.bottom {
  padding-bottom: 100px;
}

@media screen and (max-width: 880px) {
  .SupplierStandardsGuide.top {
    padding-top: 32px;
  }
  .SupplierStandardsGuide.bottom {
    padding-bottom: 32px;
  }
}
.SupplierStandardsGuide h1 {
  width: 60%;
  background: none;
  margin-bottom: 50px;
}

.SupplierStandardsGuide table th {
  width: 25%;
  background-color: #000;
  color: white;
  padding-left: 25px;
}

.SupplierStandardsGuide table td {
  padding: 25px;
}

.SupplierStandardsGuide table .arrow {
  cursor: pointer;
}

.SupplierStandardsGuide table th:nth-child(3) {
  width: 50%;
}

.SupplierStandardsGuide table tr {
  background-color: white;
  vertical-align: top;
}

.SupplierStandardsGuide table tr th {
  vertical-align: middle;
  padding-top: 18px;
  padding-bottom: 18px;
}

.SupplierStandardsGuide table tr:nth-child(2n+2) {
  background-color: #F3F3ED;
}

.SupplierStandardsGuide .menu {
  display: revert;
}

.SupplierStandardsGuide .menu a {
  color: white;
}

.SupplierStandardsGuide .menu._drop {
  position: inherit;
}

.SupplierStandardsGuide .menu li {
  background-color: black;
}

.SupplierStandardsGuide .menu ul {
  list-style-type: none;
  position: relative;
  padding-right: 10px;
  padding-left: 0px;
}

.SupplierStandardsGuide td a {
  color: black;
  font-size: 125%;
}

.SupplierStandardsGuide td h4 {
  font-weight: 500;
  text-decoration: underline;
  font-family: "GT Pressura light";
}

.SupplierStandardsGuide .updatedDate::before {
  content: "\f111";
  font-family: "Fontello";
  color: #92BAC8;
  padding-right: 5px;
  font-size: 70%;
}

.SupplierStandardsGuide .sort:after {
  content: "\f178" "\f177";
  font-family: "fontello";
  font-size: 10px;
  margin-top: 7px;
  padding-top: 3px;
  padding-left: 0;
  letter-spacing: -6.8px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  -webkit-transform: rotate(-90deg) translateY(-2px);
          transform: rotate(-90deg) translateY(-2px);
}

.SupplierStandardsGuide .sort a {
  color: white;
  cursor: pointer;
}

.SupplierStandardsGuide .menu {
  cursor: pointer;
}

.SupplierStandards td h4 {
  text-decoration: none;
}

main .SupplierStandardsGuide a {
  text-decoration: none;
}

.SupplierStandardsGuide td a:after {
  content: "\f111" "\a";
  font-family: "Fontello";
  color: #92BAC8;
  font-size: 70%;
  opacity: 0;
  padding-left: 5px;
  text-decoration: none;
  white-space: pre;
}

.SupplierStandardsGuide a.new:after {
  opacity: 1;
}

.SupplierStandardsGuide .info:not(:first-child) {
  padding-top: 20px;
}

.SupplierStandardsGuide h4 {
  display: inline;
}

@media screen and (max-width: 600px) {
  .SupplierStandardsGuide table th {
    width: 15%;
    padding-left: 5px;
  }
  .SupplierStandardsGuide table td {
    padding: 5px;
  }
  .SupplierStandardsGuide table th:nth-child(3) {
    width: 70%;
  }
}
@media screen and (max-width: 380px) {
  .SupplierStandardsGuide table th {
    font-size: 8px;
  }
}
.SupplierStandardsGuide .arrow::after {
  content: "\f106";
  font-family: "Fontello";
  margin-left: 2px;
  font-weight: 900;
}

.SupplierStandardsGuide .close .arrow:after {
  content: "\f107";
  font-family: "Fontello";
  margin-left: 2x;
  font-weight: 900;
}

.SupplierStandards a[role=menuitem] {
  cursor: pointer;
}

.SupplierStandards .menu-child-wrapper {
  left: -44.4px;
}

@media (min-width: 880px) {
  .menu:hover .menu-child-wrapperT {
    display: block !important;
  }
}
@media (max-width: 880px) {
  .menu-child-wrapperT {
    top: 43px !important;
    z-index: 9;
    left: -45px;
    padding: 0 32px 32px;
    position: absolute;
  }
}
.menu-child-wrapperT {
  top: 65px;
  z-index: 9;
  left: -45px;
  padding: 0 32px 32px;
  position: absolute;
  display: none;
}

.menu-child-wrapperT.showMenu {
  display: block;
}

.menu-child-wrapperT .menu-child {
  padding-left: 0;
  white-space: nowrap;
  border-radius: 4px;
  right: 57px;
}

.menu.menuOpen:after {
  content: "\f106" !important;
}

.SupplierStandardsGuide a h4:hover {
  font-family: "GT Pressura regular", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.SupplierStandardsGuide .info p {
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}

@media (max-width: 880px) {
  .SupplierStandardsGuide .menu._drop:after {
    position: inherit !important;
  }
}
@media (max-width: 600px) {
  .SupplierStandardsGuide .sort:after {
    font-size: 8px;
    padding-top: 2px;
    -webkit-transform: rotate(-90deg) translateY(-1px) translateX(4px);
            transform: rotate(-90deg) translateY(-1px) translateX(4px);
    letter-spacing: -5px;
  }
  .SupplierStandardsGuide .menu:after {
    right: 18px !important;
    font-size: 16px !important;
    top: 17px !important;
  }
  .SupplierStandardsGuide .close .arrow:before {
    content: "\f107";
    font-family: "Fontello";
    margin-left: -9px;
    font-weight: 900;
    opacity: 0;
  }
  .SupplierStandardsGuide .arrow:before {
    content: "\f107";
    font-family: "Fontello";
    margin-left: -9px;
    font-weight: 900;
    opacity: 0;
  }
  .SupplierStandardsGuide .close .arrow:after {
    content: "\f107";
    font-family: "Fontello";
    margin-left: 4px;
    font-weight: 900;
  }
  .SupplierStandardsGuide .arrow:after {
    content: "\f106";
    font-family: "Fontello";
    margin-left: 4px;
    font-weight: 900;
  }
  .SupplierStandardsGuide .menu-child {
    right: 37px;
  }
}
.SupplierStandardsGuide._blue .updatedDate:before {
  color: #AA9767;
}

.SupplierStandardsGuide._blue td a:after {
  color: #AA9767;
}

.SupplierStandardsGuide .menu-child-wrapperT {
  top: inherit !important;
  left: inherit !important;
}

.SupplierStandardsGuide table,
.SupplierStandardsGuide tr,
.SupplierStandardsGuide td {
  border: none;
}

.TwoColumnLinkList.top {
  padding-top: 100px;
}

.TwoColumnLinkList.bottom {
  padding-bottom: 100px;
}

.TwoColumnLinkList._dark .btn._cta {
  border-color: white;
  color: white !important;
}

.TwoColumnLinkList._dark .btn._cta:after {
  color: white;
}

.TwoColumnLinkList._dark .btn._cta:hover {
  border-color: white;
  background-color: white;
  color: black !important;
}

.TwoColumnLinkList._dark .btn._cta:hover:after {
  color: black;
}

@media screen and (max-width: 880px) {
  .TwoColumnLinkList.top {
    padding-top: 32px;
  }
  .TwoColumnLinkList.bottom {
    padding-bottom: 32px;
  }
  .TwoColumnLinkList .richText ul {
    padding-left: 23px;
  }
}
.TwoColumnLinkList h2 {
  padding-bottom: 25px;
}

.TwoColumnLinkList._dark .btn:after {
  color: black;
}

.TwoColumnLinkList._dark .btn:hover:after {
  color: white;
}

.TwoColumnLinkList._dark .btn:hover {
  background-color: black;
  color: white !important;
}

.TwoColumnLinkList.off-white {
  background-color: #f3f3ed;
  color: #000;
}

.TwoColumnLinkList.orange {
  background-color: #F1A844;
  color: #000;
}

.TwoColumnLinkList.light-blude {
  background-color: #92BAC8;
  color: #000;
}

.TwoColumnLinkList.brown {
  background-color: #AA9767;
  color: #000;
}

.TwoColumnLinkList .right {
  float: right;
  width: 58%;
}

.TwoColumnLinkList .left {
  float: left;
  width: 34%;
  margin-right: 100px;
  padding-bottom: 25px;
}

.TwoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 650px) {
  .TwoColumn {
    display: inline-block;
  }
  .TwoColumnLinkList .left {
    float: left;
    width: 100%;
  }
  .TwoColumnLinkList .right {
    float: left;
    width: 100%;
  }
}
.TwoColumnLinkList .right h2 {
  margin-bottom: 8px;
}

.TwoColumnLinkList .underText {
  padding-top: 10px;
  width: 100%;
  line-height: 16px;
}

.TwoColumnLinkList .btn._cta {
  max-width: 80%;
  background-color: rgba(0, 0, 0, 0);
}

.TwoColumnLinkList .btn._cta:hover {
  background-color: black;
  color: white;
}

.TwoColumnLinkList .btn._cta:hover:after {
  color: white;
}

.TwoColumnLinkList h3 {
  text-transform: none;
}

@media screen and (max-width: 990px) {
  .TwoColumnLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .TwoColumnLink .right {
    float: left;
    width: 90%;
  }
}
.TwoColumnLinkList._dark .btn:hover {
  border-color: white;
}

.TwoColumnLinkList ul {
  font-weight: 400;
  line-height: 25px;
}

.TwoColumnLinkList ul li {
  font-family: "GT Pressura light", Helvetica, Arial, sans-serif;
}

._blue {
  background-color: #92BAC8;
}

._brown {
  background-color: #AA9767;
}

.TwoColumnLinkList ul li p {
  margin-bottom: 8px;
}

.TwoColumnLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.TwoColumnLink.top {
  padding-top: 100px;
}

.TwoColumnLink.bottom {
  padding-bottom: 100px;
}

.TwoColumnLink a:hover {
  font-family: "GT Pressura regular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 880px) {
  .TwoColumnLink.top {
    padding-top: 32px;
  }
  .TwoColumnLink.bottom {
    padding-bottom: 32px;
  }
  .TwoColumnlist .contact {
    margin-bottom: 0px;
  }
  .TwoColumnlist .img-wrapper {
    margin-top: 50px;
  }
}
.TwoColumnLink.off-white {
  background-color: #f3f3ed;
  color: #000;
}

.TwoColumnLink.orange {
  background-color: #F1A844;
  color: #000;
}

.TwoColumnLink.light-blude {
  background-color: #92BAC8;
  color: #000;
}

.TwoColumnLink.brown {
  background-color: #AA9767;
  color: #000;
}

.TwoColumnLink .right {
  float: left;
  line-height: 0.5;
}

.TwoColumnLink .right h3 {
  margin-bottom: 5px;
}

.TwoColumnLink .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32%;
  text-decoration: underline;
  opacity: 0.7;
}

.TwoColumnLink .suptext {
  font-style: italic;
  opacity: 0.8;
}

@media screen and (max-width: 990px) {
  .TwoColumnLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .TwoColumnLink .left {
    float: left;
    width: 90%;
    padding-top: 25px;
  }
}
.TwoColumnLink._dark .btn:hover {
  border-color: white;
}

.TwoColumnLinkList h1 {
  font-size: 36px;
  line-height: 40px;
}

.TwoColumnLink a:visited {
  color: #000;
}

.TwoColumnLink._dark a:visited {
  color: #f3f3ed;
}

.TwoColumnLink .left a {
  color: black;
}

.TwoColumnLink._dark .left a {
  color: white;
}

.TwoColumnlist .top {
  width: 57%;
  padding-bottom: 50px;
}

@media screen and (max-width: 880px) {
  .TwoColumnlist .top {
    width: 100%;
    padding-bottom: 0;
  }
  .TwoColumnlist .right .img-wrapper {
    width: 100% !important;
  }
  .TwoColumnlist .contact {
    margin-top: 50px !important;
  }
}
@media (max-width: 660px) {
  .TwoColumnlist .left .list {
    width: 87%;
  }
}
.TwoColumnlist .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.TwoColumnlist .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.TwoColumnlist .left h3 span {
  position: relative;
  top: -2px;
  padding-left: 0;
}

.TwoColumnlist .link:after {
  content: "\e802";
  font-family: "fontello";
  color: black;
  top: 30%;
  font-size: 20px;
  padding: 5px;
  display: inline;
}

.TwoColumnlist .link {
  display: inline;
  width: 95%;
}

.TwoColumnlist .left h3 {
  margin-bottom: 10px;
  display: inline;
}

.TwoColumnlist .subtext {
  margin-top: 0;
  margin-bottom: 50px;
}

.TwoColumnlist .external {
  top: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.TwoColumnlist .download {
  display: inline-block;
}

.TwoColumnlist .external:after {
  content: "\f178";
  font-family: "fontello";
  font-size: 26px;
  margin-left: 4px;
  padding-left: 4px;
  padding-top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline;
}

.TwoColumnlist .download:after {
  content: "\e801";
  font-family: "fontello";
  color: black;
  top: 30%;
  font-size: 20px;
  padding-left: 5px;
  padding-top: 3px;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline;
}

.TwoColumnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TwoColumnlist._dark .left .btn {
  border-radius: 4px;
  border: 1px solid black;
  font-size: 18px;
  padding: 16px 50px 16px 16px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  display: inline-block;
  line-height: 26px;
  background: white;
  color: black !important;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: left;
  font-weight: 700;
}

.TwoColumnlist._dark .left .btn:hover {
  background-color: black;
  color: white !important;
}

.TwoColumnlist .left .btn {
  border-radius: 4px;
  border: 1px solid black;
  font-size: 18px;
  padding: 16px 50px 16px 16px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  display: inline-block;
  line-height: 26px;
  background: black;
  color: white !important;
  font-family: "GT Pressura", Helvetica, Arial, sans-serif;
  position: relative;
  width: 160px;
  text-align: left;
  font-weight: 700;
}

.TwoColumnlist .left .btn:hover {
  background-color: white;
  color: black !important;
}

.TwoColumnlist .left .btn::after {
  content: none;
}

.TwoColumnlist.top {
  padding-top: 100px;
}

.TwoColumnlist.bottom {
  padding-bottom: 100px;
}

@media screen and (max-width: 880px) {
  .TwoColumnlist.top {
    padding-top: 32px;
  }
  .TwoColumnlist.bottom {
    padding-bottom: 32px;
  }
}
.TwoColumnlist.off-white {
  background-color: #f3f3ed;
  color: #000;
}

.TwoColumnlist.orange {
  background-color: #F1A844;
  color: #000;
}

.TwoColumnlist.light-blude {
  background-color: #92BAC8;
  color: #000;
}

.TwoColumnlist.brown {
  background-color: #AA9767;
  color: #000;
}

.TwoColumnlist .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  width: 40%;
  margin-right: 0px;
  width: 56%;
}

.TwoColumnlist .right h2 {
  margin-bottom: 5px;
}

.TwoColumnlist h5 {
  font-size: 26px;
  margin-top: 2px;
  font-weight: 300;
}

.TwoColumnlist .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  width: 43%;
  padding: 0px 0px 50px 75px;
}

.TwoColumnlist .right .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 25px 10% 25px 25px;
  width: 50vw;
}

.TwoColumnlist .left .list:last-child .subtext {
  margin-bottom: 0;
}

.TwoColumnlist .right {
  padding-bottom: 0;
}

@media (min-width: 880px) {
  .TwoColumnlist .right .contact {
    padding-left: 100px;
  }
  .TwoColumnlist .right .contact-inner {
    padding-right: 65px;
  }
}
@media screen and (max-width: 1190px) {
  .TwoColumnlist .right .contact {
    width: 38vw;
  }
}
.TwoColumnlist .right img {
  width: 40vw;
}

.TwoColumnlist .right .contact-inner {
  max-width: 400px;
}

.TwoColumnlist .right .img-wrapper {
  width: 41vw;
}

.TwoColumnlist .right .img-wrapper img {
  width: inherit;
}

@media screen and (max-width: 990px) {
  .TwoColumnlist .right .contact {
    padding: 25px;
    width: 100%;
  }
  .TwoColumnlist .right .contact-inner {
    max-width: inherit;
  }
}
.TwoColumnlist .right h3 {
  margin-bottom: 0;
}

.TwoColumnlist .right .subtext {
  margin-bottom: 16px;
  margin-top: 4px;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
}

.TwoColumnlist .right p {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .TwoColumnlist .download:after {
    font-size: 10px;
    line-height: 17px;
    padding-top: 0 !important;
  }
  .TwoColumnlist .link:after {
    font-size: 11px;
    line-height: 21px;
    padding-top: 0px !important;
  }
  .TwoColumnlist .external:after {
    font-size: 14px;
    line-height: 15px;
    margin-left: 2px !important;
  }
}
@media screen and (max-width: 660px) {
  .TwoColumnlist .right {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 990px) {
  .TwoColumnlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .TwoColumnlist .left {
    float: left;
    width: 90%;
    padding-top: 25px;
  }
  .TwoColumnlist .right {
    float: center;
    width: 90%;
    float: none;
    padding-left: 0px;
  }
  .TwoColumnlist .left .btn {
    float: center;
    width: 30%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 350px) {
  .TwoColumnlist .left .btn {
    width: 90%;
    padding-top: 25px;
  }
  .TwoColumnlist .right .btn {
    width: 90%;
    padding-top: 25px;
  }
}
.TwoColumnlist._dark .btn:hover {
  border-color: white;
}

.TwoColumnlist a:visited {
  color: #000;
}

.TwoColumnlist._dark a:visited {
  color: #f3f3ed;
}

.TwoColumnlist .left a {
  color: black;
}

.TwoColumnlist._dark .left a {
  color: white;
}

.TwoColumnlist._dark .left a:after {
  color: white;
}

.TwoColumnlist .left a {
  cursor: pointer;
  text-decoration: none;
}

._dark .right .contact:not(._dark) {
  color: black;
}

._dark .right .contact:not(._dark) a {
  color: black;
}

.CTAbuttonsRow2 {
  padding-top: 20px;
}

.CTAbuttons h2 {
  padding-bottom: 32px;
}

.blogContent .flex img {
  margin-top: 16px;
  margin-bottom: 16px;
}
.blogContent .flex .btn {
  width: 100%;
}
@media (max-width: 880px) {
  .blogContent .flex {
    display: block;
  }
}
.blogContent .flex.ctaBlog {
  margin-top: 40px;
}
.blogContent .blog-main-image img {
  float: right;
  width: 32%;
  margin-top: 0px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 16px;
}
@media (max-width: 880px) {
  .blogContent .blog-main-image img {
    margin-right: 0px;
    width: 100%;
  }
}
.blogContent ._small, .blogContent ._caption, .blogContent .parsley-required,
.blogContent .parsley-type {
  margin-top: 10px;
  margin-bottom: 4px;
}
.blogContent ._caption {
  margin-top: 16px;
}
/*# sourceMappingURL=main.css.map */