.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.icon-youtube {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -210px 0px;
  display: inline-block;
  height: 13px;
  width: 18px; }

.icon-linkedin {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -230px 0px;
  display: inline-block;
  height: 16px;
  width: 15px; }

.icon-facebook {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -250px 0px;
  display: inline-block;
  height: 16px;
  width: 15px; }

.icon-twitter {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -270px 0px;
  display: inline-block;
  height: 16px;
  width: 15px; }

.icon-youtube-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -210px -20px;
  display: inline-block;
  height: 13px;
  width: 18px; }

.icon-linkedin-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -230px -20px;
  display: inline-block;
  height: 16px;
  width: 15px; }

.icon-facebook-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -250px -20px;
  display: inline-block;
  height: 16px;
  width: 15px; }

.icon-twitter-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -270px -20px;
  display: inline-block;
  height: 16px;
  width: 15px; }

.icon-search {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -310px -70px;
  display: inline-block;
  height: 22px;
  width: 20px; }

.icon-menu {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -210px -70px;
  display: inline-block;
  height: 38px;
  width: 51px; }
  @media (max-width: 600px) {
    .icon-menu {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background: url(../images/sprites.png) no-repeat -210px -40px;
      display: inline-block;
      height: 30px;
      width: 40px; } }

.icon-menu-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -210px -110px;
  display: inline-block;
  height: 38px;
  width: 51px; }
  @media (max-width: 600px) {
    .icon-menu-white {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background: url(../images/sprites.png) no-repeat -250px -40px;
      display: inline-block;
      height: 30px;
      width: 40px; } }

.icon-search-large {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -270px -70px;
  display: inline-block;
  height: 38px;
  width: 33px; }
  @media (max-width: 600px) {
    .icon-search-large {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background: url(../images/sprites.png) no-repeat -270px -110px;
      display: inline-block;
      height: 30px;
      width: 26px; } }

.icon-search-submit {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -300px -110px;
  display: inline-block;
  height: 24px;
  width: 21px; }

.icon-more {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat 0px 0px;
  display: inline-block;
  height: 31px;
  width: 31px; }

.icon-more-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -40px 0px;
  display: inline-block;
  height: 31px;
  width: 31px; }

.icon-more-grey {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -80px 0px;
  display: inline-block;
  height: 31px;
  width: 31px; }

.icon-download {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat 0px -40px;
  display: inline-block;
  height: 31px;
  width: 31px; }

.icon-download-small {
  background: url(../images/sprites.png) no-repeat 0 -26px;
  display: inline-block;
  height: 22px;
  width: 22px;
  background-size: 250px 200px; }

.icon-calendar {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat 0px -80px;
  display: inline-block;
  height: 31px;
  width: 31px; }

.icon-close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat 0px -120px;
  display: inline-block;
  height: 31px;
  width: 31px; }

.icon-close-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -40px -120px;
  display: inline-block;
  height: 31px;
  width: 31px; }

.icon-more-small {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -120px 0px;
  display: inline-block;
  height: 21px;
  width: 21px; }

.icon-more-small-grey {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -180px 0px;
  display: inline-block;
  height: 21px;
  width: 21px; }

.icon-close-white {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -150px -30px;
  display: inline-block;
  height: 21px;
  width: 21px; }

.icon-back-small-grey {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -180px -60px;
  display: inline-block;
  height: 21px;
  width: 21px; }

.icon-share-small {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -120px -90px;
  display: inline-block;
  height: 21px;
  width: 21px; }

.icon-downarrow-grey {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -200px -180px;
  display: inline-block;
  height: 5px;
  width: 10px; }

.icon-uparrow-grey {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -210px -180px;
  display: inline-block;
  height: 5px;
  width: 10px; }

.icon-downchevron {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -170px -160px;
  display: inline-block;
  height: 13px;
  width: 24px; }

.icon-upchevron {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -2000px -160px;
  display: inline-block;
  height: 13px;
  width: 24px; }

.icon-downarrow-red {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -170px -180px;
  display: inline-block;
  height: 10px;
  width: 20px; }

.icon-uparrow-red {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -170px -190px;
  display: inline-block;
  height: 10px;
  width: 20px; }

.icon-radio-checked {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -290px -150px;
  display: inline-block;
  height: 20px;
  width: 20px; }

.icon-radio-unchecked {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprites.png) no-repeat -290px -170px;
  display: inline-block;
  height: 20px;
  width: 20px; }

.icon-button {
  border: 0;
  padding: 0;
  background: none;
  outline: none;
  cursor: pointer; }

.button-primary {
  background: #eb2d2e;
  border: 0;
  border-radius: 15px;
  color: #fff;
  font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 6px 20px 6px; }

input:focus {
  outline: none; }

.form-group {
  margin-bottom: 15px; }

label {
  color: #eb2d2e;
  display: inline-block;
  margin-bottom: 0.5rem; }

input[name="catcher"] {
  display: none; }

.form-control {
  background-color: #fff;
  border: 1px solid #6b777f;
  border-radius: 15px;
  box-sizing: border-box;
  color: #55595c;
  display: block;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  width: 100%; }
  .form-control:focus {
    outline: none;
    border-color: #eb2d2e; }

.chosen-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    border-top: 0;
    background: #eceeef; }
    .chosen-container .chosen-drop .chosen-search {
      display: none; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    min-width: 170px;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      margin: 0;
      padding: 5px 6px;
      list-style: none;
      line-height: 15px;
      white-space: nowrap;
      -webkit-touch-callout: none; }
      .chosen-container .chosen-results li.active-result {
        display: list-item;
        cursor: pointer; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #eb2d2e;
        color: #fff; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  border: 0;
  background-color: #fff;
  background-clip: padding-box;
  color: #eb2d2e;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%; }
  .chosen-container-single .chosen-single b {
    background: url("/images/region-arrow.png") left/20px 5px no-repeat;
    width: 10px;
    height: 5px;
    display: block;
    position: relative;
    top: 5px; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-with-drop .chosen-single b {
  background: url("/images/region-arrow.png") right/20px 5px no-repeat;
  width: 10px;
  height: 5px;
  display: block;
  position: relative;
  top: 5px; }

.pagination-select + .select2-container,
.pagination-dropdown.select2-dropdown {
  min-width: 120px; }

.region-select + .select2-container {
  height: 35px;
  top: 0;
  display: block; }
  .region-select + .select2-container .select2-selection {
    border: none;
    height: 35px;
    border-radius: 0;
    background-color: #eb2d2e;
    color: #fff; }
    .region-select + .select2-container .select2-selection .select2-selection__rendered {
      color: #fff;
      line-height: 35px; }
    .region-select + .select2-container .select2-selection .select2-selection__arrow {
      height: 35px;
      top: 0; }
      .region-select + .select2-container .select2-selection .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent; }
  .region-select + .select2-container.select2-container--open b {
    border-color: transparent transparent #fff transparent !important; }

.select2-container {
  outline: none !important;
  min-width: 120px;
  position: relative;
  top: -3px; }

.region-select.select2-container {
  font-size: 14px; }

.region-dropdown.select2-dropdown {
  display: table;
  width: auto !important;
  min-width: 120px !important;
  border-bottom: 1px solid #eb2d2e !important;
  background: #eb2d2e !important;
  border-radius: 0 !important;
  min-width: 180px !important;
  color: #fff !important; }

.region-dropdown.select2-dropdown .select2-results__option {
  background: inherit;
  font-size: 14px; }

.select2-dropdown {
  display: table;
  width: auto !important;
  min-width: 120px; }
  .select2-dropdown .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }
  .select2-dropdown .select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap; }
  .select2-dropdown .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--default .region-dropdown .select2-results__option[aria-selected=true] {
  background: inherit;
  text-decoration: underline; }

.select2-container--default .region-dropdown .select2-results__option--highlighted[aria-selected] {
  text-decoration: underline;
  background: inherit;
  color: white; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eb2d2e;
  color: white; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 525px;
  overflow-y: auto; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  outline: none !important;
  border-bottom: none; }

.select2-container--default .select2-selection--single {
  outline: none; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #aaa; }

.select2-container--open .select2-dropdown {
  left: 0; }
  .select2-container--open .select2-dropdown.region-dropdown {
    left: auto;
    right: 0;
    border-top: none; }

@media (max-width: 930px) {
  .select2-container--open .select2-dropdown.region-dropdown {
    left: 0;
    right: auto; } }

ul.filters {
  margin: 0;
  padding: 20px 0;
  list-style: none; }
  ul.filters li {
    display: inline-block;
    margin-right: 7px; }
  @media (max-width: 930px) {
    ul.filters li {
      width: 100%;
      margin: 5px 0; }
      ul.filters li span.filter-label {
        min-width: 100px;
        display: inline-block; } }

.search-section .search-header {
  height: auto;
  margin-bottom: 50px; }
  .search-section .search-header .filters {
    border-bottom: 1px solid #eb2d2e;
    margin-bottom: 22px;
    padding-bottom: 40px; }

.search-section .search-results {
  border-top: 8px solid #eb2d2e; }

.search-section .search {
  position: relative;
  width: 300px;
  max-width: 100%; }
  .search-section .search .keywords {
    padding: 0.275rem 0.75rem;
    border-color: #6b777f; }
    .search-section .search .keywords:focus {
      border-color: #eb2d2e; }
  .search-section .search .keywords + .icon-button {
    bottom: 3px;
    position: absolute;
    right: 15px; }

.tbl-results {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  text-align: left; }
  .tbl-results .centered {
    text-align: center; }
  .tbl-results thead, .tbl-results tbody {
    border-bottom: 1px solid #eb2d2e; }
  .tbl-results th, .tbl-results td {
    font-weight: normal;
    vertical-align: top;
    padding: 20px 0;
    padding-right: 40px; }
    .tbl-results th:last-child, .tbl-results td:last-child {
      padding-right: 0; }
  .tbl-results th {
    color: #eb2d2e; }
  .tbl-results td {
    border-bottom: 1px dashed #eb2d2e;
    padding-bottom: 35px; }

body {
  color: #46555f;
  font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.28; }

h1 {
  color: #eb2d2e;
  font-size: 50px;
  font-weight: 300; }
  @media (max-width: 600px) {
    h1 {
      font-size: 40px;
      line-height: 44px; } }

h2 {
  color: #eb2d2e;
  font-size: 23px;
  font-weight: 300; }

h3 {
  color: #eb2d2e;
  font-size: 18px;
  font-weight: 300; }

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

p + p {
  margin-top: 23px; }

blockquote {
  font-size: 16px;
  margin-left: 30px; }

a {
  border-bottom: 1px solid #eb2d2e;
  text-decoration: none;
  cursor: pointer;
  color: #eb2d2e; }
  a:visited {
    color: #eb2d2e; }
  a:hover {
    color: #eb2d2e; }

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  pointer-events: none;
  color: inherit;
  text-decoration: inherit;
  border: inherit;
  cursor: inherit;
  white-space: nowrap; }
  @media (max-width: 600px) {
    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {
      pointer-events: auto;
      color: #eb2d2e;
      text-decoration: none;
      border-bottom: 1px solid #eb2d2e;
      cursor: pointer; } }

.text-area li {
  margin-bottom: 18px; }

.text-area table {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-collapse: collapse; }

.text-area th {
  background-color: #eee;
  font-weight: bold; }

.text-area td, .text-area th {
  padding: 5px;
  vertical-align: top;
  text-align: left; }

img.halfwidth {
  float: left;
  width: 49%;
  margin-right: 1%; }
  img.halfwidth.right {
    float: right; }

.hidden {
  display: none !important; }

.read-more + .toggle {
  display: none; }

.add-bottom {
  margin-bottom: 20px; }

.iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  position: relative; }

header {
  position: relative;
  height: 173px; }

main {
  padding: 0 37px; }
  @media (max-width: 930px) {
    main {
      padding: 0 20px; } }

@media (max-width: 930px) {
  header {
    height: auto; } }

.error-500 {
  background-color: #e5e5e8; }
  .error-500 header {
    height: auto;
    background-color: #fff; }
  .error-500 main {
    padding: 0;
    background-color: #fff; }
  .error-500 h1 {
    margin: 0 0 1rem 0;
    line-height: 1; }
  .error-500 p {
    margin: 0;
    font-size: 22px; }
    .error-500 p small {
      display: block;
      margin-top: 1rem; }
  .error-500 .news-content {
    position: absolute;
    width: 100%;
    max-width: 1128px; }
    @media only screen and (max-width: 930px) {
      .error-500 .news-content {
        position: relative;
        background-color: #fff; } }
  .error-500 .news-article {
    position: relative;
    float: right !important;
    width: 35% !important;
    padding-right: 130px;
    padding-top: 70px; }
    @media only screen and (min-width: 1400px) {
      .error-500 .news-article {
        padding-top: 100px;
        padding-right: 80px; } }
    @media only screen and (max-width: 1128px) {
      .error-500 .news-article {
        padding-top: 40px; } }
    @media only screen and (max-width: 930px) {
      .error-500 .news-article {
        padding: 30px 20px;
        width: auto !important;
        float: none !important; } }

.error-500_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.btn-primary {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #eb2d2e;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.28;
  border-radius: 1.28rem; }

.filter-select {
  display: inline-block;
  position: relative; }
  .filter-select button {
    background: none;
    border: 0;
    color: #46555f;
    font-size: inherit;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .filter-select button i {
      vertical-align: middle;
      margin-left: 5px;
      position: relative;
      top: -1px; }
    .filter-select button i.icon-uparrow-grey {
      display: none; }
    .filter-select button:focus {
      outline: none;
      color: #eb2d2e; }
  .filter-select .dropdown {
    background: none;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    text-align: left;
    width: auto; }
    .filter-select .dropdown a {
      border: 0;
      color: #46555f;
      display: block;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      box-sizing: border-box; }
      .filter-select .dropdown a:hover {
        color: #eb2d2e; }
  .filter-select .dropdown.right {
    left: auto;
    right: 0;
    text-align: right; }

.filter-select.active button i.icon-downarrow-grey {
  display: none; }

.filter-select.active button i.icon-uparrow-grey {
  display: inline-block; }

.filter-select.active .dropdown {
  display: block; }

@media (max-width: 930px) {
  .filter-select .dropdown {
    left: 0;
    right: auto; } }

.filters .filter-select button {
  color: #eb2d2e; }

.main-content-section {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  border-top: 8px solid #eb2d2e; }
  .main-content-section::after {
    clear: both;
    content: "";
    display: table; }
  .main-content-section .main-content {
    float: left;
    margin-right: 2.12766%;
    width: 65.9574468085%; }
    .main-content-section .main-content:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .main-content-section .main-content {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .main-content-section .main-content {
        float: none;
        margin-right: 0;
        width: auto; } }
  .main-content-section h1 {
    margin: 60px 0 30px; }
  .main-content-section .content::after {
    clear: both;
    content: "";
    display: table; }

.notice {
  padding: 5px 10px 5px 20px;
  border: 1px solid #eb2d2e;
  background-color: rgba(235, 45, 46, 0.03); }

nav.topnav {
  background: #eceeef;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 37px; }
  @media (max-width: 930px) {
    nav.topnav {
      padding: 0 20px; } }
  nav.topnav .container {
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto; }
    nav.topnav .container::after {
      clear: both;
      content: "";
      display: table; }
  nav.topnav .navlinks {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 2.12766%;
    width: 48.9361702128%; }
    nav.topnav .navlinks:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      nav.topnav .navlinks {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      nav.topnav .navlinks {
        float: none;
        margin-right: 0;
        width: auto; } }
    nav.topnav .navlinks li {
      margin: 0;
      padding: 0 15px 0 0;
      display: inline-block; }
      nav.topnav .navlinks li a {
        border: 0;
        color: #46555f;
        display: block;
        height: 100%; }
  nav.topnav .secondary-nav {
    text-align: right;
    height: 35px; }
  nav.topnav .social {
    display: inline-block;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    vertical-align: top; }
    nav.topnav .social li {
      display: inline-block;
      height: 35px;
      vertical-align: top; }
      nav.topnav .social li a {
        border: 0;
        color: #46555f;
        display: block;
        margin-left: 5px;
        height: 35px;
        width: 18px;
        vertical-align: top; }
        nav.topnav .social li a i {
          vertical-align: middle; }
  nav.topnav .regionnav {
    display: inline-block;
    text-align: left;
    background-color: #6b777f;
    height: 35px; }
    nav.topnav .regionnav .chosen-container-single .chosen-single:hover {
      background-color: #eb2d2e; }
    nav.topnav .regionnav .language-select {
      display: inline-block;
      position: relative; }
    nav.topnav .regionnav .chosen-container .chosen-drop {
      width: 170px; }
    nav.topnav .regionnav .chosen-container-single.chosen-with-drop .chosen-drop {
      left: auto;
      right: 0; }
    nav.topnav .regionnav .chosen-container-single .chosen-single {
      background-color: transparent;
      padding: 0 0 0 10px;
      color: #FFFFFF; }
    nav.topnav .regionnav .chosen-container-single.chosen-with-drop .chosen-single b,
    nav.topnav .regionnav .chosen-container-single .chosen-single b {
      top: 16px; }
    nav.topnav .regionnav .chosen-results {
      background: #6b777f;
      border-bottom: 1px solid #eb2d2e;
      margin: 0;
      padding: 0; }
      nav.topnav .regionnav .chosen-results li {
        border: 0;
        color: #FFFFFF;
        display: block;
        padding: 0 10px;
        line-height: inherit; }
        nav.topnav .regionnav .chosen-results li:hover {
          text-decoration: underline; }
        nav.topnav .regionnav .chosen-results li.highlighted, nav.topnav .regionnav .chosen-results li.result-selected {
          background-color: transparent; }
    nav.topnav .regionnav button {
      background: none;
      border: 0;
      color: #46555f;
      font-size: 14px;
      height: 35px;
      padding: 0 10px 0 10px; }
      nav.topnav .regionnav button i {
        vertical-align: middle;
        margin-left: 5px; }
      nav.topnav .regionnav button i.icon-uparrow-grey {
        display: none; }
    nav.topnav .regionnav .region-select .dropdown, nav.topnav .regionnav .language-select .dropdown {
      background: #eceeef;
      border-bottom: 1px solid #eb2d2e;
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 0;
      text-align: left;
      top: 35px;
      width: 170px; }
      nav.topnav .regionnav .region-select .dropdown a, nav.topnav .regionnav .language-select .dropdown a {
        border: 0;
        color: #46555f;
        display: block;
        padding: 0 10px; }
        nav.topnav .regionnav .region-select .dropdown a:hover, nav.topnav .regionnav .language-select .dropdown a:hover {
          color: #eb2d2e; }
    nav.topnav .regionnav .region-select button:focus, nav.topnav .regionnav .language-select button:focus {
      color: #eb2d2e;
      outline: none; }
      nav.topnav .regionnav .region-select button:focus i.icon-downarrow-grey, nav.topnav .regionnav .language-select button:focus i.icon-downarrow-grey {
        display: none; }
      nav.topnav .regionnav .region-select button:focus i.icon-uparrow-grey, nav.topnav .regionnav .language-select button:focus i.icon-uparrow-grey {
        display: inline-block; }
      nav.topnav .regionnav .region-select button:focus + .dropdown, nav.topnav .regionnav .language-select button:focus + .dropdown {
        display: block; }
    @media (max-width: 930px) {
      nav.topnav .regionnav .region-select .dropdown {
        left: 0;
        right: auto; } }
  nav.topnav .search {
    background: none;
    border: 0;
    display: inline-block;
    height: 35px;
    padding: 0;
    width: 20px;
    vertical-align: top; }

@media (max-width: 930px) {
  nav.topnav .regionnav .chosen-container-single.chosen-with-drop .chosen-drop {
    right: auto; }
  nav.topnav .navlinks {
    display: none; }
  nav.topnav .secondary-nav {
    text-align: left;
    float: left;
    margin-right: 2.12766%;
    width: 100%; }
    nav.topnav .secondary-nav:last-child {
      margin-right: 0; } }
  @media (max-width: 930px) and (max-width: 930px) {
    nav.topnav .secondary-nav {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 930px) and (max-width: 600px) {
    nav.topnav .secondary-nav {
      float: none;
      margin-right: 0;
      width: auto; } }

@media (max-width: 930px) {
    nav.topnav .secondary-nav .social, nav.topnav .secondary-nav .search {
      display: none; } }

@media (max-width: 930px) {
  nav.topnav {
    padding: 0 22px 0 12px; } }

.mainnav-outer {
  padding: 0 37px; }

.mainnav {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  height: 138px; }
  .mainnav::after {
    clear: both;
    content: "";
    display: table; }
  .mainnav .navlinks {
    float: left;
    margin-right: 2.12766%;
    width: 74.4680851064%;
    list-style: none;
    margin: 0;
    padding: 65px 0 0;
    text-align: right; }
    .mainnav .navlinks:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .mainnav .navlinks {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .mainnav .navlinks {
        float: none;
        margin-right: 0;
        width: auto; } }
    .mainnav .navlinks li {
      display: inline-block; }
    .mainnav .navlinks a {
      border-bottom: 0;
      color: #46555f;
      font-size: 23px;
      margin-left: 45px;
      text-decoration: none; }
      .mainnav .navlinks a:hover {
        color: #eb2d2e; }
  @media (max-width: 930px) {
    .mainnav {
      height: auto; } }

.brand-logo {
  float: left;
  margin-right: 2.12766%;
  width: 23.4042553191%;
  padding-top: 54px; }
  .brand-logo:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .brand-logo {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .brand-logo {
      float: none;
      margin-right: 0;
      width: auto; } }
  .brand-logo a {
    border-bottom: 0;
    display: block; }
  @media (min-width: 601px) and (max-width: 930px) {
    .brand-logo {
      float: left;
      width: auto;
      padding-left: 20px;
      padding-top: 20px; } }
  @media (max-width: 600px) {
    .brand-logo {
      float: left;
      width: auto;
      padding-left: 20px;
      padding-top: 20px; } }

.popup-nav {
  background: #fff;
  display: none;
  height: 330px;
  margin: 0 auto;
  max-width: 1176px;
  position: relative;
  width: 100%;
  z-index: 11; }
  .popup-nav .nav-heading {
    float: left;
    margin-right: 2.12766%;
    width: 14.8936170213%; }
    .popup-nav .nav-heading:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .popup-nav .nav-heading {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .popup-nav .nav-heading {
        float: none;
        margin-right: 0;
        width: auto; } }
    .popup-nav .nav-heading h2 {
      color: #46555f;
      font-size: 20px;
      margin-top: 0;
      padding-top: 16px; }
  .popup-nav .nav-category {
    float: left;
    margin-right: 2.12766%;
    width: 14.8936170213%; }
    .popup-nav .nav-category:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .popup-nav .nav-category {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .popup-nav .nav-category {
        float: none;
        margin-right: 0;
        width: auto; } }
    .popup-nav .nav-category h3 {
      border-bottom: 1px solid #eb2d2e;
      color: #46555f;
      font-size: 20px;
      margin-top: 0;
      padding-top: 16px;
      height: 53px; }
  body.show-nav .popup-nav {
    display: block; }

.popup-nav-inner {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  box-sizing: border-box;
  border-top: 8px solid #eb2d2e; }
  .popup-nav-inner::after {
    clear: both;
    content: "";
    display: table; }
  .popup-nav-inner .category-navlinks {
    list-style: none;
    margin: 0;
    padding: 0; }
    .popup-nav-inner .category-navlinks li {
      margin: 0;
      padding: 0; }
    .popup-nav-inner .category-navlinks a {
      border: 0;
      color: #46555f;
      display: block;
      font-size: 14px;
      line-height: 1.2142;
      margin: 10px 0; }

.menu-overlay {
  background: rgba(70, 85, 95, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  right: 0;
  top: 173px;
  position: absolute;
  z-index: 10; }
  body.show-nav .menu-overlay,
  body.show-mobile-nav .menu-overlay {
    display: block; }
  body.show-cookie-warning .menu-overlay {
    top: 261px; }
  @media (max-width: 600px) {
    .menu-overlay {
      top: 152px; }
      body.show-cookie-warning .menu-overlay {
        top: 277px; } }

body.menu-open .menu-overlay {
  display: block; }

body.menu-open .popup-nav {
  display: block; }

.mobile-nav {
  display: block;
  text-align: right;
  float: right;
  margin: 31px 0 0 0; }
  .mobile-nav .search {
    position: relative;
    display: inline-block;
    float: left;
    margin: 28px 30px 0 0; }
    .mobile-nav .search .keywords {
      padding-right: 40px; }
    .mobile-nav .search button {
      position: absolute;
      top: 1px;
      right: 0px;
      padding: 6px 14px 4px 5px; }
  .mobile-nav button {
    background: none;
    border: 0; }
    .mobile-nav button:focus {
      outline: none; }
  .mobile-nav button.search {
    display: none; }
  .mobile-nav button.nav {
    padding: 27px 21px 40px 18px;
    cursor: pointer; }
    .mobile-nav button.nav span {
      font-size: 24px;
      line-height: 38px;
      font-family: "Avenir LT W01_35 Light1475496", Helvetica, Arial, sans-serif;
      color: #eb2d2e;
      font-weight: normal;
      display: inline-block;
      float: left;
      margin-right: 14px;
      /* color: #fff; */ }
    .mobile-nav button.nav .icon-menu-white {
      display: none; }

.popup-mobile-nav {
  border-top: 5px solid #eb2d2e;
  display: none;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 11; }
  .popup-mobile-nav .popup-mobile-nav-inner {
    position: relative;
    width: 300%;
    left: 0;
    transition: left 0.5s ease; }
  .popup-mobile-nav .level {
    display: inline-block;
    width: 33.3333%;
    float: left; }
  .popup-mobile-nav ul {
    background: #fff;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .popup-mobile-nav ul li a {
      border: 0;
      color: #46555f;
      display: block;
      font-size: 20px;
      padding: 13px 22px 9px;
      vertical-align: middle; }
      .popup-mobile-nav ul li a i {
        vertical-align: middle;
        float: right; }
    .popup-mobile-nav ul li.primary a {
      font-size: 23px;
      padding: 16px 22px; }
    .popup-mobile-nav ul li.primary + :not(.primary) a {
      border-top-color: #eb2d2e; }
    .popup-mobile-nav ul li.contact a {
      background: #eb2d2e;
      color: #fff; }
    .popup-mobile-nav ul li.back a {
      font-size: 18px; }
    .popup-mobile-nav ul li.back i {
      float: none; }
    .popup-mobile-nav ul li + li a {
      border-top: 1px solid #dadddf; }

body.show-mobile-nav button.nav {
  background: #eb2d2e; }
  body.show-mobile-nav button.nav span {
    color: #fff; }
  body.show-mobile-nav button.nav .icon-menu {
    display: none; }
  body.show-mobile-nav button.nav .icon-menu-white {
    display: inline-block; }

body.show-mobile-nav .popup-mobile-nav {
  display: block; }

@media (max-width: 1020px) {
  .mainnav .navlinks a {
    font-size: 20px; } }

@media (max-width: 930px) {
  .mainnav .navlinks {
    display: none; }
  .mainnav .mobile-nav {
    margin: 0; }
    .mainnav .mobile-nav .search {
      display: none; }
    .mainnav .mobile-nav button.nav {
      padding: 27px 21px 27px 18px; }
      .mainnav .mobile-nav button.nav span {
        display: none; }
    .mainnav .mobile-nav button.search {
      display: block; }
  .mainnav-outer {
    padding: 0; } }

.breadcrumbs-section {
  border-bottom: 1px solid #eb2d2e; }
  .breadcrumbs-section * {
    line-height: inherit;
    margin: 0;
    padding: 0; }
  @media (max-width: 930px) {
    .breadcrumbs-section * {
      line-height: 30px; } }

.breadcrumbs {
  margin: 0;
  padding: 20px 0;
  list-style: none; }
  .breadcrumbs > * {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 5px; }
  .breadcrumbs a {
    color: #46555f;
    text-decoration: none;
    border-bottom: none; }
  .breadcrumbs .current * {
    color: #eb2d2e; }
  @media (max-width: 930px) {
    .breadcrumbs {
      line-height: 30px;
      padding: 15px 0px; } }

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

ul.pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden; }
  ul.pagination li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0; }
    ul.pagination li > * {
      display: inline-block;
      padding: 0 1px;
      border: none; }

.per-page {
  display: inline-block;
  float: right; }
  .per-page .form {
    display: inline-block; }

.hero {
  height: 630px;
  position: relative; }
  .hero .slick-list {
    width: 100%; }
  .hero .slick-dots {
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding: 0;
    margin-top: -36px;
    z-index: 1;
    text-align: right;
    position: relative; }
    .hero .slick-dots::after {
      clear: both;
      content: "";
      display: table; }
  .hero .slick-dots li {
    display: inline-block; }
  .hero .slick-dots button {
    content: '';
    color: transparent;
    border: none;
    background: #FFFFFF;
    border-radius: 12px;
    height: 12px;
    width: 12px;
    margin-left: 5px; }
  .hero .slick-dots .slick-active button {
    background: #eb2d2e; }
  .hero .slick-slide {
    height: 630px;
    float: left;
    background-size: cover;
    background-position: center;
    text-align: center; }
  @media (max-width: 930px) {
    .hero .slick-slide {
      height: 500px; } }

.hero + main {
  margin-top: 96px; }
  @media (max-width: 930px) {
    .hero + main {
      margin-top: 50px; } }

.hero-mainimage {
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  width: calc((100% - 1128px)/2 + 744px);
  margin: 0; }

.hero-caption {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .hero-caption::after {
    clear: both;
    content: "";
    display: table; }

.hero-caption-content {
  width: 65.9574468085%;
  float: right;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5); }
  .hero-caption-content > * {
    color: #fff;
    margin: 0; }

.hero-video {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .hero-video::after {
    clear: both;
    content: "";
    display: table; }

.hero-video-content {
  width: 65.9574468085%;
  height: 100%;
  float: right;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  background-color: transparent; }
  .hero-video-content > * {
    color: #fff;
    margin: 0; }
  .hero-video-content:after {
    content: '\0020';
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-image: url(../images/sprites.png);
    background-position: -80px -240px;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    top: 42%;
    margin: 0 auto; }

.hero-blurredimage {
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: calc((100% - 1128px)/2 - 24px); }
  .hero-blurredimage div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: blur(5px); }

.hero-container {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }
  .hero-container::after {
    clear: both;
    content: "";
    display: table; }

.hero-overlay {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%;
  height: 100%; }
  .hero-overlay:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .hero-overlay {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .hero-overlay {
      float: none;
      margin-right: 0;
      width: auto; } }

.hero-overlay-container {
  background: #fff;
  height: 100%;
  margin-left: -24px;
  margin-right: -24px;
  padding: 0 24px 0 24px; }

.hero-overlay-inner {
  border-bottom: 1px solid #eb2d2e;
  height: 100%;
  font-size: 23px; }
  .hero-overlay-inner > *:first-child {
    margin-top: 0; }
  .hero-overlay-inner p {
    padding-right: 30px; }

.hero__container {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative; }
  .hero__container::after {
    clear: both;
    content: "";
    display: table; }

.hero__content {
  position: absolute;
  right: 0;
  bottom: 100px;
  background-color: rgba(235, 45, 46, 0.95);
  color: #FFFFFF;
  width: 50%;
  text-align: left;
  padding: 30px; }
  @media (max-width: 600px) {
    .hero__content {
      background-color: rgba(235, 45, 46, 0.75); } }
  .hero__content > *:last-child {
    margin-bottom: 0; }

.hero__content a {
  color: #FFFFFF; }

.hero__content h1 {
  margin: 0 0 20px;
  color: #FFFFFF;
  line-height: 54px; }

.hero__content .description {
  line-height: 30px;
  font-size: 22px; }

.hero__content .caption {
  line-height: 24px;
  font-size: 14px; }

.hero__content .hero__link {
  padding-right: 34px;
  font-size: 14px;
  margin: 0;
  background: url("/images/hero-arrow.png") right center/24px no-repeat;
  float: left;
  line-height: 24px;
  border: none; }
  .hero__content .hero__link + .hero__link {
    margin-left: 20px; }

@media (max-width: 1202px) {
  .hero-mainimage {
    width: calc(100% - 34.04255% - 13px); }
  .hero-blurredimage {
    width: 13px; }
  .hero-caption-content {
    width: calc((((8 * 72) + ((8 - 1) * 24)) / 1128) * 100% - 13px); } }

@media (max-width: 930px) {
  .hero {
    height: auto; }
    .hero .slick-dots {
      display: none !important; }
  .hero-container {
    padding: 0; }
  .hero-overlay {
    float: none;
    height: auto;
    margin-right: 0;
    padding: 0;
    width: auto; }
  .hero-overlay-container {
    margin: 0; }
  .hero-overlay-inner {
    border: 0; }
    .hero-overlay-inner p {
      padding-right: 0; }
  .hero-blurredimage {
    display: none; }
  .hero-mainimage {
    width: 100%;
    height: 0;
    padding-top: 66%;
    position: static; }
  .hero-caption-content {
    width: 100%; } }

@media (max-width: 600px) {
  .hero-caption {
    position: static; }
  .hero-caption-content {
    width: 100%;
    float: none;
    padding: 20px;
    background-color: transparent; }
    .hero-caption-content > * {
      color: #46555f;
      font-size: 14px;
      line-height: 20px; } }

@media (max-width: 930px) {
  .hero__container {
    margin: 0 15px; }
  .hero__content {
    width: auto;
    left: 0;
    bottom: 0; } }

.block-cell {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (max-width: 930px) {
    .block-cell {
      height: auto !important; } }
  .block-cell h3 {
    position: relative;
    color: #46555f;
    font-size: 23px;
    line-height: 31px;
    margin: 0;
    padding-right: 41px; }
    .block-cell h3 p {
      display: inline;
      margin: 0;
      padding: 0; }
    .block-cell h3 em {
      color: #eb2d2e;
      font-style: normal; }
    @media (max-width: 930px) {
      .block-cell h3 {
        font-size: 20px; } }
    .block-cell h3 .bigtext {
      line-height: 1.28; }
    .block-cell h3 + .block-img {
      position: absolute;
      bottom: 0; }
      @media (max-width: 930px) {
        .block-cell h3 + .block-img {
          position: static;
          margin-top: 18px; } }
  .block-cell i.action {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: -16px; }
  .block-cell .block-img {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both; }
    .block-cell .block-img img {
      float: left;
      max-width: 100%; }
      @media (max-width: 930px) {
        .block-cell .block-img img {
          width: 100%;
          height: auto; } }
    .block-cell .block-img + h3 {
      margin-top: 10px;
      position: relative; }
      @media (max-width: 930px) {
        .block-cell .block-img + h3 {
          background-color: #eb2d2e;
          color: #fff;
          padding: 15px 70px 15px 20px;
          margin: 0; }
          .block-cell .block-img + h3 i.action {
            background-position: -40px 0;
            position: absolute;
            top: 50%;
            right: 20px;
            bottom: auto;
            left: auto;
            margin-top: -16px; } }
    .block-cell .block-img.fullsize {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      .block-cell .block-img.fullsize img {
        display: none; }
      @media (max-width: 930px) {
        .block-cell .block-img.fullsize {
          position: static;
          background: none; }
          .block-cell .block-img.fullsize img {
            display: block; } }
  .block-cell .txt-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .block-cell .txt-wrap h3 {
      position: static;
      line-height: 1.2;
      color: #fff;
      padding: 15px 60px 15px 20px; }
      .block-cell .txt-wrap h3 i.action {
        position: absolute;
        right: 20px;
        top: 50%;
        margin: -16px 0 0 0; }
    @media (max-width: 930px) {
      .block-cell .txt-wrap {
        position: static;
        background: none; }
        .block-cell .txt-wrap h3 {
          background-color: #eb2d2e;
          color: #fff;
          padding: 15px 70px 15px 20px;
          margin: 0;
          position: relative;
          line-height: 31px; }
          .block-cell .txt-wrap h3 i.action {
            background-position: -40px 0;
            position: absolute;
            top: 50%;
            right: 20px;
            bottom: auto;
            left: auto;
            margin-top: -16px; } }
  .block-cell.tall-8-alpha .block-img + h3, .block-cell.standard-4-alpha .block-img + h3 {
    display: none; }
  @media (max-width: 930px) {
    .block-cell.tall-8-alpha h3, .block-cell.standard-4-alpha h3 {
      display: none; }
    .block-cell.tall-8-alpha .block-img + h3, .block-cell.standard-4-alpha .block-img + h3 {
      display: block; } }
  .block-cell.tall-8-alpha, .block-cell.standard-3-alpha, .block-cell.short-4-alpha, .block-cell.standard-4-alpha {
    border-top: 1px solid #eb2d2e;
    padding-top: 19px; }
  @media (max-width: 930px) {
    .block-cell.standard-4-alpha, .block-cell.standard-4-beta {
      height: auto !important; } }
  .block-cell.short-4-alpha h3, .block-cell.short-4-beta h3 {
    font-size: 21px; }
  .block-cell.standard-3-alpha h3 {
    color: #46555f; }
  @media (max-width: 930px) {
    .block-cell.compact-4-alpha h3 {
      background-color: #6b777f;
      color: #fff;
      padding: 15px 70px 15px 20px;
      margin: 0;
      position: relative;
      line-height: 31px; }
      .block-cell.compact-4-alpha h3 i.action {
        position: absolute;
        top: 50%;
        right: 20px;
        bottom: auto;
        left: auto;
        margin-top: -16px; } }
  @media (max-width: 930px) {
    .block-cell.tiny-4-alpha {
      padding-top: 35px; } }
  .block-cell.standard-8-epsilon .block-img {
    width: 100%;
    height: 100%;
    position: relative; }
    .block-cell.standard-8-epsilon .block-img:after {
      content: '\0020';
      display: block;
      width: 60px;
      height: 60px;
      cursor: pointer;
      background-image: url(../images/sprites.png);
      background-position: -80px -240px;
      background-color: transparent;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -30px 0 0 -30px; }

.block-section {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 96px;
  border-top: 8px solid #eb2d2e; }
  .block-section::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-section {
      margin-top: 50px; } }
  @media (max-width: 600px) {
    .block-section {
      margin-top: 50px; } }
  .block-section:first-child {
    margin-top: 0; }

.block-section.continuous + .block-section.continuous{
    border-top: 0;
    margin-top: 24px
}

.block-header {
  height: 61px; }
  .block-header::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-header {
      height: auto; } }
  @media (max-width: 600px) {
    .block-header {
      height: auto; } }
  .block-header .alpha {
    float: left;
    margin-right: 2.12766%;
    width: 74.4680851064%; }
    .block-header .alpha:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .block-header .alpha {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .block-header .alpha {
        float: none;
        margin-right: 0;
        width: auto; } }
  .block-header .beta {
    float: left;
    margin-right: 2.12766%;
    width: 23.4042553191%;
    margin-right: 0;
    text-align: right; }
    .block-header .beta:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .block-header .beta {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .block-header .beta {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (min-width: 601px) and (max-width: 930px) {
      .block-header .beta {
        margin-right: 0; } }
    @media (max-width: 600px) {
      .block-header .beta {
        display: none; } }
  .block-header .view-more {
    border: 0;
    color: #eb2d2e;
    display: inline-block;
    font-size: 14px;
    margin-top: 14px; }
  .block-header .block-title {
    font-size: 26px;
    margin: 11px 0; }
    .block-header .block-title em {
      color: #46555f;
      font-style: normal; }
  .block-header i.icon-uparrow-red {
    display: inline-block; }
  .block-header i.icon-downarrow-red {
    display: none; }
  .block-header .gamma {
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    border-bottom: 1px solid #eb2d2e;
    margin-bottom: -1px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1; }
    .block-header .gamma:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .block-header .gamma {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .block-header .gamma {
        float: none;
        margin-right: 0;
        width: auto; } }
    .block-header .gamma ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .block-header .gamma ul li {
        float: left;
        margin-right: 2.12766%;
        width: 23.4042553191%;
        margin: 10px; }
        .block-header .gamma ul li:last-child {
          margin-right: 0; }
        @media (max-width: 930px) {
          .block-header .gamma ul li {
            float: none;
            margin-right: 0;
            width: auto; } }
        @media (max-width: 600px) {
          .block-header .gamma ul li {
            float: none;
            margin-right: 0;
            width: auto; } }
        .block-header .gamma ul li:nth-child(4n) {
          margin-right: 0; }
          @media (min-width: 601px) and (max-width: 930px) {
            .block-header .gamma ul li:nth-child(4n) {
              margin-right: 0; } }
        .block-header .gamma ul li a {
          border-bottom: 0;
          color: #46555f;
          display: block;
          font-size: 20px; }
  .block-header .icon-close {
    margin-top: 16px;
    margin-right: 16px; }

.block-header.collapsible.collapsed .gamma {
  display: none; }

.block-header.collapsible.collapsed .header-close {
  display: none; }

.block-header.collapsible.collapsed a.view-more {
  display: inline-block; }

.block-header.collapsible a.view-more {
  display: none; }

.block-header.collapsed i.icon-uparrow-red {
  display: none; }

.block-header.collapsed i.icon-downarrow-red {
  display: inline-block; }

.block-row-type-B .standard-4-alpha {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 930px) {
    .block-row-type-B .standard-4-alpha {
      background-size: contain;
      background-position: center top; } }
  @media (max-width: 600px) {
    .block-row-type-B .standard-4-alpha {
      background-position: 0 20px;
      background-size: 30%; } }
  .block-row-type-B .standard-4-alpha h3 {
    color: #fff;
    font-size: 34px;
    position: absolute;
    bottom: 12px;
    padding: 15px 63px 0 20px; }
    @media (max-width: 930px) {
      .block-row-type-B .standard-4-alpha h3 {
        padding: 0;
        font-size: 20px;
        width: 100%;
        box-sizing: border-box;
        color: #46555f;
        bottom: 10px; } }
    @media (max-width: 600px) {
      .block-row-type-B .standard-4-alpha h3 {
        position: static; } }

.block-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.block-row {
  margin-top: 24px; }
  .block-row::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 930px) {
    .block-row {
      margin: 0; } }

.block-row-type-A .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-A .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-A .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-A .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-A .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-A .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-A .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-A .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-A .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-A .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-A .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-A .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-A .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-A .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-A .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-A .block-cell-gamma:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-A .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-A .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-B .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 65.9574468085%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-B .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-B .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-B .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-B .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-B .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-B .block-cell-beta {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  .block-row-type-B .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-B .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-B .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-B .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 296px;
  position: relative; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-B .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-B .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }

.block-row-type-B .block-cell-delta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 160px;
  position: relative;
  margin-top: 24px; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-B .block-cell-delta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-B .block-cell-delta {
      height: auto;
      padding-bottom: 35px; } }

@media (min-width: 601px) and (max-width: 930px) {
  .block-row-type-B .block-cell-beta {
    float: none;
    width: auto; }
  .block-row-type-B .block-cell-gamma, .block-row-type-B .block-cell-delta {
    float: left;
    margin-right: 2.12766%;
    width: 31.914893617%;
    margin-top: 0; }
    .block-row-type-B .block-cell-gamma:last-child, .block-row-type-B .block-cell-delta:last-child {
      margin-right: 0; } }
  @media (min-width: 601px) and (max-width: 930px) and (max-width: 930px) {
    .block-row-type-B .block-cell-gamma, .block-row-type-B .block-cell-delta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (min-width: 601px) and (max-width: 930px) and (max-width: 600px) {
    .block-row-type-B .block-cell-gamma, .block-row-type-B .block-cell-delta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-C .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 664px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 65.9574468085%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-C .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-C .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-C .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-C .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-C .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-C .block-cell-beta {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  .block-row-type-C .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-C .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-C .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-C .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-C .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-C .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }

.block-row-type-C .block-cell-delta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 160px;
  position: relative;
  margin-top: 24px; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-C .block-cell-delta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-C .block-cell-delta {
      height: auto;
      padding-bottom: 35px; } }

@media (min-width: 601px) and (max-width: 930px) {
  .block-row-type-C .block-cell-beta {
    float: left;
    margin-right: 2.12766%;
    width: 65.9574468085%; }
    .block-row-type-C .block-cell-beta:last-child {
      margin-right: 0; } }
  @media (min-width: 601px) and (max-width: 930px) and (max-width: 930px) {
    .block-row-type-C .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (min-width: 601px) and (max-width: 930px) and (max-width: 600px) {
    .block-row-type-C .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

@media (min-width: 601px) and (max-width: 930px) {
  .block-row-type-C .block-cell-gamma, .block-row-type-C .block-cell-delta {
    float: left;
    margin-right: 2.12766%;
    width: 48.9361702128%;
    margin-top: 0; }
    .block-row-type-C .block-cell-gamma:last-child, .block-row-type-C .block-cell-delta:last-child {
      margin-right: 0; } }
  @media (min-width: 601px) and (max-width: 930px) and (max-width: 930px) {
    .block-row-type-C .block-cell-gamma, .block-row-type-C .block-cell-delta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (min-width: 601px) and (max-width: 930px) and (max-width: 600px) {
    .block-row-type-C .block-cell-gamma, .block-row-type-C .block-cell-delta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-D .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-D .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-D .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-D .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-D .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-D .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-D .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 65.9574468085%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-D .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-D .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-D .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-D .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-D .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-E {
  position: relative; }
  .block-row-type-E .block-cell-alpha {
    float: left;
    margin-right: 2.12766%;
    width: 31.914893617%; }
    .block-row-type-E .block-cell-alpha:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .block-row-type-E .block-cell-alpha {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .block-row-type-E .block-cell-alpha {
        float: none;
        margin-right: 0;
        width: auto; } }
  .block-row-type-E .block-cell-beta {
    border-bottom: 1px solid #eb2d2e;
    box-sizing: border-box;
    height: 160px;
    position: relative; }
    @media (min-width: 601px) and (max-width: 930px) {
      .block-row-type-E .block-cell-beta {
        height: 240px;
        padding-bottom: 35px; } }
    @media (max-width: 600px) {
      .block-row-type-E .block-cell-beta {
        height: auto;
        padding-bottom: 35px; } }
  .block-row-type-E .block-cell-gamma {
    border-bottom: 1px solid #eb2d2e;
    box-sizing: border-box;
    height: 480px;
    position: relative;
    margin-top: 24px; }
    @media (min-width: 601px) and (max-width: 930px) {
      .block-row-type-E .block-cell-gamma {
        height: 240px;
        padding-bottom: 35px; } }
    @media (max-width: 600px) {
      .block-row-type-E .block-cell-gamma {
        height: auto;
        padding-bottom: 35px; } }
  .block-row-type-E .block-cell-delta {
    float: left;
    margin-right: 2.12766%;
    width: 65.9574468085%;
    border-bottom: 1px solid #eb2d2e;
    box-sizing: border-box;
    height: 664px;
    position: relative; }
    .block-row-type-E .block-cell-delta:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .block-row-type-E .block-cell-delta {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .block-row-type-E .block-cell-delta {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (min-width: 601px) and (max-width: 930px) {
      .block-row-type-E .block-cell-delta {
        height: 240px;
        padding-bottom: 35px; } }
    @media (max-width: 600px) {
      .block-row-type-E .block-cell-delta {
        height: auto;
        padding-bottom: 35px; } }

.block-row-type-F .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 65.9574468085%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-F .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-F .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-F .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-F .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-F .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-F .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-F .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-F .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-F .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-F .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-F .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-G .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 23.4042553191%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-G .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-G .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-G .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-G .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-G .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-G .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 48.9361702128%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-G .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-G .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-G .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-G .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-G .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-G .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 23.4042553191%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-G .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-G .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-G .block-cell-gamma:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-G .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-G .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-H .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 48.9361702128%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-H .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-H .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-H .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-H .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-H .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-H .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 23.4042553191%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-H .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-H .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-H .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-H .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-H .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-H .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 23.4042553191%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-H .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-H .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-H .block-cell-gamma:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-H .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-H .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-I .block-cell-alpha {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%;
  height: auto;
  padding-bottom: 16px; }
  .block-row-type-I .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-I .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-I .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  .block-row-type-I .block-cell-alpha.short-4-gamma {
    padding-bottom: 0; }

.block-row-type-I .block-cell-beta {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%;
  height: auto;
  padding-bottom: 16px; }
  .block-row-type-I .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-I .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-I .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  .block-row-type-I .block-cell-beta.short-4-gamma {
    padding-bottom: 0; }

.block-row-type-I .block-cell-gamma {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%;
  height: auto;
  padding-bottom: 16px; }
  .block-row-type-I .block-cell-gamma:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-I .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-I .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  .block-row-type-I .block-cell-gamma.short-4-gamma {
    padding-bottom: 0; }

.block-row-type-J .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 48.9361702128%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-J .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-J .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-J .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-J .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-J .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-J .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 48.9361702128%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-J .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-J .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-J .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-J .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-J .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-K .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 100%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-K .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-K .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-K .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-K .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-K .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-K .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 100%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-K .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-K .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-K .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-K .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-K .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-K .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 480px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 100%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-K .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-K .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-K .block-cell-gamma:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-K .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-K .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-L .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-L .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-L .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-L .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-L .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-L .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-L .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 23.4042553191%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-L .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-L .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-L .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-L .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-L .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-L .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 40.4255319149%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-L .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-L .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-L .block-cell-gamma:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-L .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-L .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-M .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-M .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-M .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-M .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-M .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-M .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-M .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-M .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-M .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-M .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-M .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-M .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-M .block-cell-gamma {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-M .block-cell-gamma {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-M .block-cell-gamma {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-M .block-cell-gamma:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-M .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-M .block-cell-gamma {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-M .short-4-alpha {
  padding: 15px 0;
  border: none;
  border-top: 1px solid #eb2d2e;
  background: none; }
  .block-row-type-M .short-4-alpha label {
    display: block;
    color: #46555f; }
  .block-row-type-M .short-4-alpha form {
    bottom: 15px;
    left: 15px;
    position: absolute;
    right: 15px; }
  .block-row-type-M .short-4-alpha input {
    border: 1px solid #eb2d2e;
    border-radius: 10px;
    box-sizing: border-box;
    color: #46555f;
    font-size: 20px;
    padding: 3px;
    width: 100%; }
  .block-row-type-M .short-4-alpha button {
    position: absolute;
    right: 10px;
    bottom: 0; }

.block-row-type-M .short-4-beta {
  border: none; }
  .block-row-type-M .short-4-beta h3 {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 15px 50px 15px 20px;
    position: absolute;
    right: 0; }

.block-row-type-M .short-4-gamma h3 em {
  display: block; }

.block-row-type-M .short-4-gamma .action-desc {
  bottom: 10px;
  font-size: 20px;
  left: 0;
  width: 50%;
  position: absolute; }

@media (min-width: 601px) and (max-width: 930px) {
  .block-row-type-M .short-4-gamma .action-desc {
    width: 100%; } }

@media (max-width: 600px) {
  .block-row-type-M .short-4-gamma {
    border-top: 0;
    margin-top: 24px;
    padding-top: 0; }
    .block-row-type-M .short-4-gamma .action-desc {
      display: block;
      margin-top: 15px;
      position: static;
      width: 100%; } }

.block-row-careers .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 48.9361702128%;
  background: #eb2d2e;
  padding: 15px; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-careers .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-careers .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-careers .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-careers .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-careers .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  .block-row-careers .block-cell-alpha h3 {
    color: #fff;
    font-size: 34px;
    margin: 0; }
  .block-row-careers .block-cell-alpha label {
    color: #fff;
    display: block;
    font-size: 22px;
    margin-bottom: 10px; }
  .block-row-careers .block-cell-alpha form {
    bottom: 15px;
    left: 15px;
    position: absolute;
    right: 15px; }
  .block-row-careers .block-cell-alpha input {
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #46555f;
    font-size: 20px;
    padding: 3px;
    width: 100%; }
  .block-row-careers .block-cell-alpha button {
    position: absolute;
    right: 10px;
    bottom: 0; }

.block-row-careers .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 48.9361702128%;
  background: #eceeef url(../images/careers.png) no-repeat 100% 100%;
  background-size: contain;
  padding: 15px; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-careers .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-careers .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-careers .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-careers .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-careers .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

@media (min-width: 601px) and (max-width: 930px) {
  .block-row-careers .block-cell-alpha h3 {
    font-size: 23px; } }

@media (max-width: 600px) {
  .block-row-careers .block-cell-alpha h3, .block-row-careers .block-cell-alpha label {
    font-size: 20px; }
  .block-row-careers .block-cell-alpha form {
    margin-top: 100px;
    position: static; }
  .block-row-careers .block-cell-beta {
    padding-bottom: 40%; } }

.download-cell h3 {
  position: relative; }

.download-cell .block-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.download-cell.download-image {
  padding: 10px; }
  .download-cell.download-image .action-desc {
    left: 10px; }

.widget-cell {
  border-top: 1px solid #eb2d2e;
  padding-top: 19px; }
  .widget-cell h3 {
    margin-bottom: 40px; }

.compact-4-alpha {
  border-top: 1px solid #eb2d2e;
  padding-top: 10px; }
  .compact-4-alpha h3 em {
    display: block; }
  .compact-4-alpha .action-desc {
    bottom: 10px;
    font-size: 20px;
    left: 0;
    width: 50%;
    position: absolute; }
  @media (min-width: 601px) and (max-width: 930px) {
    .compact-4-alpha .action-desc {
      width: 100%; } }
  @media (max-width: 600px) {
    .compact-4-alpha {
      border-top: 0;
      margin-top: 24px;
      padding-top: 0; }
      .compact-4-alpha .action-desc {
        display: block;
        margin-top: 15px;
        position: static;
        width: 100%; } }

.compact-4-beta .block-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.compact-4-beta h3 {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px 20px 15px 20px;
  position: absolute;
  right: 0; }

.compact-4-beta .action-desc {
  bottom: 10px;
  font-size: 20px;
  left: 0;
  width: 50%;
  position: absolute; }

@media (min-width: 601px) and (max-width: 930px) {
  .compact-4-beta .action-desc {
    width: 100%; } }

@media (max-width: 600px) {
  .compact-4-beta {
    border-top: 0;
    margin-top: 24px;
    padding-top: 0; }
    .compact-4-beta .action-desc {
      display: block;
      margin-top: 15px;
      position: static;
      width: 100%; } }

.tiny-4-alpha {
  background: #eb2d2e;
  padding: 10px; }
  .tiny-4-alpha h3 {
    color: #fff;
    font-size: 20px; }

.block-row-type-E .tiny-4-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 160px;
  position: relative; }

.standard-4-delta {
  background: url(../images/block-top-border.png) no-repeat 0 0; }
  .standard-4-delta h3 strong {
    color: #eb2d2e;
    display: block;
    font-size: 90px;
    font-weight: 300; }
  @media (min-width: 601px) and (max-width: 930px) {
    .standard-4-delta h3 strong {
      margin-right: 15px; } }
  @media (max-width: 600px) {
    .standard-4-delta h3 strong {
      float: left;
      font-size: 50px;
      width: 30%;
      margin-right: 5.333%; }
    .standard-4-delta h3 span {
      display: block;
      overflow: hidden; }
    .standard-4-delta h3 em {
      display: block; } }

.short-3-alpha {
  background-color: #fff;
  border: 1px solid #eb2d2e !important; }
  .short-3-alpha h3 {
    padding: 15px 50px 15px 20px; }

.tiny-4-beta {
  background: url(../images/block-top-border.png) no-repeat 0 0;
  padding-top: 15px; }
  .tiny-4-beta h3 {
    font-size: 20px;
    overflow: hidden;
    zoom: 1; }
    .tiny-4-beta h3 span {
      display: block;
      overflow: hidden;
      padding-top: 10px; }
    .tiny-4-beta h3 strong {
      color: #eb2d2e;
      display: block;
      float: left;
      font-size: 66px;
      font-weight: 300;
      margin-right: 10px; }
  @media (min-width: 601px) and (max-width: 930px) {
    .tiny-4-beta h3 strong {
      float: none; } }
  @media (max-width: 600px) {
    .tiny-4-beta {
      background: none;
      padding-top: 0; }
      .tiny-4-beta h3 strong {
        width: 30%;
        margin-right: 5.333%; } }

.block-section-overview .alpha {
  float: left;
  margin-right: 2.12766%;
  width: 65.9574468085%; }
  .block-section-overview .alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-section-overview .alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-section-overview .alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-section-overview .beta {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%;
  text-align: left; }
  .block-section-overview .beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-section-overview .beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-section-overview .beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-overview .block-cell-alpha {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 360px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 65.9574468085%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-overview .block-cell-alpha {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-overview .block-cell-alpha {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-overview .block-cell-alpha:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-overview .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-overview .block-cell-alpha {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-overview .block-cell-beta {
  border-bottom: 1px solid #eb2d2e;
  box-sizing: border-box;
  height: 360px;
  position: relative;
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%; }
  @media (min-width: 601px) and (max-width: 930px) {
    .block-row-type-overview .block-cell-beta {
      height: 240px;
      padding-bottom: 35px; } }
  @media (max-width: 600px) {
    .block-row-type-overview .block-cell-beta {
      height: auto;
      padding-bottom: 35px; } }
  .block-row-type-overview .block-cell-beta:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .block-row-type-overview .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .block-row-type-overview .block-cell-beta {
      float: none;
      margin-right: 0;
      width: auto; } }

.block-row-type-overview .block-cell {
  border-top: 1px solid #eb2d2e;
  border-bottom: 1px solid #eb2d2e; }

footer {
  background: #6b777f;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 173px;
  padding: 15px 37px 80px; }
  @media (max-width: 930px) {
    footer {
      margin-top: 50px;
      padding: 15px 37px 50px; } }
  @media (max-width: 600px) {
    footer {
      margin-top: 50px;
      padding: 15px 37px 50px; } }

.footer-content {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto; }
  .footer-content::after {
    clear: both;
    content: "";
    display: table; }
  .footer-content h3 {
    border-bottom: 1px solid #fff;
    color: inherit;
    font-size: 12px;
    margin-top: 25px;
    padding-bottom: 3px; }
    .footer-content h3 label {
      color: inherit; }
  .footer-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer-content li {
    margin-bottom: 5px; }
  .footer-content a {
    color: inherit;
    border: 0; }
  .footer-content .legal {
    clear: both;
    padding-top: 60px;
    height: 60px;
    float: left;
    line-height: 60px; }
    @media (max-width: 600px) {
      .footer-content .legal {
        padding-top: 30px; } }
    .footer-content .legal li {
      display: inline; }
      .footer-content .legal li::before {
        content: "| ";
        margin: 0 5px; }
      .footer-content .legal li:first-child::before {
        display: none; }
  .footer-content .the-escape {
    display: block;
    width: 18px;
    height: 30px;
    margin-top: 60px;
    background: url("/images/the-escape.png") top center/18px auto no-repeat;
    float: right; }
    .footer-content .the-escape:hover {
      background-position: bottom center; }

.footer-half {
  float: left;
  margin-right: 2.12766%;
  width: 48.9361702128%; }
  .footer-half:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .footer-half {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .footer-half {
      float: none;
      margin-right: 0;
      width: auto; } }

.footer-column {
  float: left;
  margin-right: 5.76368%;
  width: 47.11816%; }
  .footer-column:last-child {
    margin-right: 0; }

.visibility-toggle {
  display: none; }

.visibility-toggle + h3 i.icon-upchevron {
  display: none;
  float: right; }

.visibility-toggle + h3 i.icon-downchevron {
  display: none;
  float: right; }

@media (max-width: 930px) {
  .footer-column {
    float: none;
    margin-right: 0;
    width: 100%; }
  .visibility-toggle + h3 i.icon-downchevron {
    display: inline-block; }
  .visibility-toggle-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease; }
  .visibility-toggle:checked + h3 i.icon-upchevron {
    display: inline-block; }
  .visibility-toggle:checked + h3 i.icon-downchevron {
    display: none; }
  .visibility-toggle:checked + h3 + .visibility-toggle-panel {
    max-height: 1000px; } }

@media (max-width: 600px) {
  .footer-half {
    float: none;
    margin-right: 0;
    width: 100%; } }

.cookie-warning {
  background: #46555f;
  color: #fff;
  display: none;
  font-size: 16px;
  padding: 34px 37px 31px; }
  .cookie-warning button {
    float: right;
    margin-left: 10px; }
  .cookie-warning p {
    margin-top: 0; }
  @media (max-width: 600px) {
    .cookie-warning {
      padding-left: 20px;
      padding-right: 20px; } }

body.show-cookie-warning .cookie-warning {
  display: block; }

.cookie-warning-content {
  overflow: hidden; }
  .cookie-warning-content > *:last-child {
    margin-bottom: 0; }

.cookie-warning-container {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto; }
  .cookie-warning-container::after {
    clear: both;
    content: "";
    display: table; }

.region-warning {
  background: #eb2d2e;
  color: #fff;
  display: none;
  font-size: 16px;
  padding: 34px 37px 31px; }
  .region-warning button {
    float: right;
    margin-left: 10px; }
  .region-warning p {
    margin-top: 0; }
  @media (max-width: 600px) {
    .region-warning {
      padding-left: 20px;
      padding-right: 20px; } }

body.show-region-warning .region-warning {
  display: block; }

.region-warning-content {
  overflow: hidden; }
  .region-warning-content > *:last-child {
    margin-bottom: 0; }

.region-warning-container {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto; }
  .region-warning-container::after {
    clear: both;
    content: "";
    display: table; }

.search-overlay {
  background: #46555f;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.94;
  padding: 66px 30px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12; }
  .search-overlay .search-container {
    margin: 0 auto;
    max-width: 600px;
    position: relative; }
  .search-overlay .close-button {
    float: right;
    padding-top: 3px;
    position: relative;
    z-index: 1; }
  .search-overlay form {
    margin: 0 auto;
    max-width: 600px;
    padding-right: 30px;
    position: relative; }
    .search-overlay form input {
      border: 0;
      border-radius: 10px;
      box-sizing: border-box;
      color: #46555f;
      font-size: 20px;
      padding: 5px;
      width: 100%; }
    .search-overlay form button {
      bottom: 2px;
      position: absolute;
      right: 40px; }
  @media (max-width: 600px) {
    .search-overlay {
      padding-left: 15px;
      padding-right: 15px; } }

.search-section {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  border-top: 8px solid #eb2d2e; }
  .search-section::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 600px) {
    .search-section {
      margin-top: 58px; } }
  .search-section h1 {
    margin: 60px 0 30px;
    color: #46555f; }
    .search-section h1 span {
      color: #eb2d2e; }
  .search-section h2:first-child {
    margin-top: 0; }
  .search-section .results {
    border-top: 8px solid #eb2d2e;
    margin-top: 58px; }
    .search-section .results .result {
      margin: 20px 0;
      padding-bottom: 56px;
      border-bottom: 1px solid #eb2d2e; }
      .search-section .results .result::after {
        clear: both;
        content: "";
        display: table; }
      .search-section .results .result .result-title span {
        display: block;
        color: #46555f; }

.video-overlay {
  background: #46555f;
  background: rgba(70, 85, 95, 0.94);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.94;
  opacity: 1;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; }
  .video-overlay .video-container {
    display: table;
    border-collapse: collapse;
    width: 100%;
    height: 100%; }
  .video-overlay .video-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .video-overlay iframe {
    margin: 0 auto;
    max-width: 100%; }
  .video-overlay .video-overlay-error {
    color: #fff; }
  @media (max-width: 600px) {
    .video-overlay {
      padding-left: 15px;
      padding-right: 15px; } }

.contact-overlay {
  background: #46555f;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 66px 30px 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
  z-index: 10; }
  .contact-us-expanded .contact-overlay {
    visibility: visible;
    opacity: 0.94; }

.contact {
  left: 100%;
  max-width: 650px;
  position: fixed;
  transition: left 0.5s ease;
  top: 20%;
  width: 100%;
  z-index: 9; }

.contact-tab {
  background: #eb2d2e;
  border: 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 18px;
  left: -40px;
  padding: 10px 15px;
  position: absolute;
  top: 125px;
  transform: rotate(270deg);
  transform-origin: 0 0 0; }

.contact-form {
  background: #fff;
  border: 1px solid #eb2d2e;
  border-bottom-left-radius: 10px;
  border-right-width: 0;
  padding: 10px 100px 40px 45px; }
  .contact-form h4 {
    border-top: 1px solid #eb2d2e;
    font-size: 18px;
    font-weight: 300;
    padding-top: 5px; }
  .contact-form label + input + label {
    margin-left: 20%; }
  .contact-form textarea {
    resize: none; }

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

.contact-us-expanded .contact {
  z-index: 11; }

.contact-form-static {
  border-top: 1px solid #eb2d2e;
  border-bottom: 1px solid #eb2d2e; }
  .contact-form-static::after {
    clear: both;
    content: "";
    display: table; }
  .contact-form-static .contact-content {
    float: left;
    margin-right: 2.12766%;
    width: 40.4255319149%;
    padding: 20px 0; }
    .contact-form-static .contact-content:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .contact-form-static .contact-content {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .contact-form-static .contact-content {
        float: none;
        margin-right: 0;
        width: auto; } }
    .contact-form-static .contact-content > *:first-child {
      margin-top: 0; }
    .contact-form-static .contact-content > *:last-child {
      margin-bottom: 0; }
    .contact-form-static .contact-content a {
      color: #eb2d2e; }
  .contact-form-static .contact-form {
    float: left;
    margin-right: 2.12766%;
    width: 57.4468085106%;
    margin-right: 0;
    border: none;
    padding: 20px 0; }
    .contact-form-static .contact-form:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      .contact-form-static .contact-form {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      .contact-form-static .contact-form {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (min-width: 601px) and (max-width: 930px) {
      .contact-form-static .contact-form {
        margin-right: 0; } }
    .contact-form-static .contact-form > *:first-child {
      margin-top: 0; }
    .contact-form-static .contact-form > *:last-child {
      margin-bottom: 0; }
    .contact-form-static .contact-form h4 {
      padding: 0;
      border: none;
      margin: 18px 0; }
    .contact-form-static .contact-form h4 + .form-group {
      margin-top: 30px; }
    .contact-form-static .contact-form .alert {
      border: 1px solid #eb2d2e;
      padding: 0 10px;
      margin-bottom: 20px; }

.quicklinks {
  list-style: none;
  margin: 0;
  padding: 0; }
  .quicklinks a {
    color: #46555f;
    display: block;
    border-bottom: 0;
    line-height: 31px;
    padding: 12px 45px 10px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .quicklinks a i {
      position: absolute;
      right: 10px;
      top: 10px; }

.accordion-master-heading + .accordion-section,
.accordion-master-text-area + .accordion-section {
  margin-top: 40px; }

.accordion .accordion-heading {
  outline: none;
  cursor: pointer;
  padding: 20px 50px 20px 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eb2d2e;
  font-size: 18px; }
  .accordion .accordion-heading i {
    position: absolute;
    right: 0;
    top: 27px; }
  .accordion .accordion-heading i.icon-uparrow-grey {
    display: none; }
  .accordion .accordion-heading i.icon-downarrow-grey {
    display: block; }

.accordion .accordion-heading.ui-accordion-header-active i.icon-downarrow-grey {
  display: none; }

.accordion .accordion-heading.ui-accordion-header-active i.icon-uparrow-grey {
  display: block; }

.accordion .accordion-content-area {
  padding: 0 0 30px 0; }
  .accordion .accordion-content-area .accordion-download-link {
    display: block;
    position: relative;
    padding: 4px 10px 20px; }
    .accordion .accordion-content-area .accordion-download-link ::after {
      background: url(../images/sprites.png) no-repeat 0 -40px;
      display: inline-block;
      height: 32px;
      width: 32px;
      position: absolute;
      right: 10px;
      top: 0;
      content: " "; }

.accordion .accordion-content-area > *:first-child {
  margin-top: 0; }

.accordion .accordion-content-area > *:last-child {
  margin-bottom: 0; }

.dilemma__intro {
  border-top: 8px solid #eb2d2e;
  padding-top: 58px;
  margin-top: 18px; }
  .dilemma__intro:first-child {
    border-top: 1px solid #eb2d2e;
    padding-top: 0;
    margin-top: 0; }

.dilemmas {
  margin: 58px 0; }
  @media only screen and (max-width: 599px) {
    .dilemmas {
      display: none; } }
  .dilemmas * {
    outline: none; }
  .dilemmas .accordion-content-area {
    overflow: hidden; }

.dilemmas__accordions {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }
  .dilemmas__accordions .dilemmas__accordion {
    display: table-cell;
    padding: 0 20px 0 0; }
    .dilemmas__accordions .dilemmas__accordion:last-child {
      margin-right: 0;
      padding-right: 0; }
    .dilemmas__accordions .dilemmas__accordion.ui-tabs-active .dilemmas__accordion-button:after {
      content: '\0020';
      display: block;
      width: 47px;
      height: 23px;
      cursor: default;
      pointer-events: none;
      background-image: url("/images/polygon.png");
      background-position: center center;
      background-color: transparent;
      background-repeat: no-repeat;
      margin: 0 auto;
      position: absolute;
      bottom: -44px;
      left: 0;
      right: 0; }
  .dilemmas__accordions + .dilemmas__answers {
    margin-top: 43px; }
  .dilemmas__accordions .dilemmas__accordion-button {
    display: block;
    position: relative;
    border-top: 1px solid #eb2d2e;
    border-bottom: 1px solid #eb2d2e;
    padding: 20px 20px 20px 0; }
    .dilemmas__accordions .dilemmas__accordion-button i.icon-downarrow-grey {
      position: absolute;
      right: 0;
      top: 27px; }

.dilemma_banner {
  position: relative;
  color: #fff;
  background-color: #eb2d2e;
  display: table;
  width: 100%;
  margin-bottom: 40px; }
  .dilemma_banner::after {
    clear: both;
    content: "";
    display: table; }
  .dilemma_banner .dilemma_banner-txt {
    padding: 40px; }
    .dilemma_banner .dilemma_banner-txt > *:first-child {
      margin-top: 0; }
    .dilemma_banner .dilemma_banner-txt > *:last-child {
      margin-bottom: 0; }
  .dilemma_banner .dilemma_banner-img {
    float: right;
    margin-left: 40px; }
  .dilemma_banner .dilemma_banner-cell {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 50%; }
    .dilemma_banner .dilemma_banner-cell + .dilemma_banner-cell {
      vertical-align: bottom; }

.dilemma__answer-balloon {
  float: left;
  margin-right: 2.12766%;
  width: 31.914893617%;
  text-align: center;
  color: #eb2d2e; }
  .dilemma__answer-balloon:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .dilemma__answer-balloon {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .dilemma__answer-balloon {
      float: none;
      margin-right: 0;
      width: auto; } }

.dilemma__answer-txt {
  float: left;
  margin-right: 2.12766%;
  width: 65.9574468085%;
  font-size: 16px; }
  .dilemma__answer-txt:last-child {
    margin-right: 0; }
  @media (max-width: 930px) {
    .dilemma__answer-txt {
      float: none;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 600px) {
    .dilemma__answer-txt {
      float: none;
      margin-right: 0;
      width: auto; } }
  .dilemma__answer-txt > *:first-child {
    margin-top: 0; }

.dilemmas--xs {
  display: none; }

.dilemmas--xs {
  display: none; }
  @media only screen and (max-width: 599px) {
    .dilemmas--xs {
      display: block; } }
  .dilemmas--xs .dilemma_banner {
    margin-top: 24px; }
    .dilemmas--xs .dilemma_banner:before {
      content: '\0020';
      display: block;
      width: 47px;
      height: 23px;
      cursor: default;
      pointer-events: none;
      background-image: url("/images/polygon.png");
      background-position: center center;
      background-color: transparent;
      background-repeat: no-repeat;
      margin: 0 auto;
      position: absolute;
      bottom: 100%;
      left: 10%;
      right: auto; }
    .dilemmas--xs .dilemma_banner .dilemma_banner-cell {
      display: block;
      width: 100%; }
  .dilemmas--xs .accordion--nested {
    margin-bottom: 58px; }
    .dilemmas--xs .accordion--nested .accordion-content {
      border-top: 1px solid #eb2d2e; }
      .dilemmas--xs .accordion--nested .accordion-content .accordion-content-area {
        padding: 30px 0; }

.press-releases-search-section {
  margin-top: 58px; }

.press-releases .press-release {
  margin: 20px 0;
  padding-bottom: 56px;
  border-bottom: 1px solid #eb2d2e; }
  .press-releases .press-release::after {
    clear: both;
    content: "";
    display: table; }
  .press-releases .press-release .image {
    float: left;
    overflow: hidden;
    max-width: 100%;
    width: 300px;
    height: 200px; }
    @media (max-width: 1020px) {
      .press-releases .press-release .image {
        margin-right: 0;
        margin-bottom: 0;
        float: none;
        height: auto; } }
    @media (max-width: 930px) {
      .press-releases .press-release .image {
        margin-bottom: 10px; } }
    .press-releases .press-release .image img {
      width: 100%; }
  .press-releases .press-release .description {
    margin-left: 330px; }
    @media (max-width: 1020px) {
      .press-releases .press-release .description {
        margin-left: 0; } }
    .press-releases .press-release .description a {
      border-bottom: none; }
  .press-releases .press-release h2 .extra {
    display: block;
    margin-top: 10px; }
  .press-releases .press-release h2 span {
    font-size: 20px;
    display: inline-block;
    color: #46555f; }
    .press-releases .press-release h2 span.tag {
      font-size: 14px;
      font-weight: 700;
      margin-right: 20px;
      color: #eb2d2e; }
    .press-releases .press-release h2 span.date {
      font-size: 13px; }

section.news-section {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  border-top: 8px solid #eb2d2e; }
  section.news-section::after {
    clear: both;
    content: "";
    display: table; }
  section.news-section .breadcrumbs {
    border-bottom: 1px solid #eb2d2e; }
  section.news-section .links a {
    border-bottom: 0;
    margin-right: 30px; }
    section.news-section .links a i {
      vertical-align: bottom; }
  section.news-section .news-content {
    clear: both; }
    section.news-section .news-content::after {
      clear: both;
      content: "";
      display: table; }
  section.news-section .featured-image {
    border-top: 1px solid #eb2d2e;
    padding-top: 1em; }
    section.news-section .featured-image img {
      display: block;
      max-width: 100% !important;
      height: auto !important; }
  section.news-section .news-heading {
    padding-bottom: 5px; }
    section.news-section .news-heading .news-published-date {
      margin-bottom: 0; }
  section.news-section .news-article {
    float: left;
    margin-right: 2.12766%;
    width: 65.9574468085%; }
    section.news-section .news-article:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      section.news-section .news-article {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      section.news-section .news-article {
        float: none;
        margin-right: 0;
        width: auto; } }
    section.news-section .news-article .links {
      padding-bottom: 5px; }
    section.news-section .news-article .news-article-body {
      border-top: 1px solid #eb2d2e;
      padding-bottom: 40px; }
      @media (max-width: 600px) {
        section.news-section .news-article .news-article-body img {
          max-width: 100%;
          height: auto !important;
          margin-bottom: 20px; } }
      section.news-section .news-article .news-article-body .cr-article-info .tag {
        color: #eb2d2e;
        margin-right: 10px; }
    section.news-section .news-article .featured-image + .news-article-body {
      border-top: none; }
    section.news-section .news-article .calendar-events-section {
      padding-bottom: 58px; }
      section.news-section .news-article .calendar-events-section:first-child {
        border-top: 8px solid #eb2d2e; }
  section.news-section .news-sidebar {
    float: left;
    margin-right: 2.12766%;
    width: 31.914893617%; }
    section.news-section .news-sidebar:last-child {
      margin-right: 0; }
    @media (max-width: 930px) {
      section.news-section .news-sidebar {
        float: none;
        margin-right: 0;
        width: auto; } }
    @media (max-width: 600px) {
      section.news-section .news-sidebar {
        float: none;
        margin-right: 0;
        width: auto; } }
    section.news-section .news-sidebar ul {
      padding-left: 20px; }
    section.news-section .news-sidebar .quicklinks {
      border-top: 1px solid #eb2d2e;
      padding-left: 13px; }
      section.news-section .news-sidebar .quicklinks a.wrap {
        line-height: 1.28;
        white-space: normal;
        text-overflow: clip; }
    section.news-section .news-sidebar h3 + .quicklinks {
      border-top: none; }
    section.news-section .news-sidebar .quicklinks-section > .text-area,
    section.news-section .news-sidebar .quicklinks-section + .text-area {
      margin-top: 58px;
      border-top: none;
      padding-top: 0; }
    section.news-section .news-sidebar .quicklinks-section h3 {
      margin-top: 0;
      padding: 1em 0.5em;
      font-size: 26px;
      margin: 0;
      color: #fff;
      background-color: #eb2d2e; }
      section.news-section .news-sidebar .quicklinks-section h3.heading-grey {
        background-color: #6b777f; }
    section.news-section .news-sidebar .quicklinks-section + .quicklinks-section {
      margin-top: 58px; }
    section.news-section .news-sidebar .text-area {
      border-top: 1px solid #eb2d2e;
      padding-top: 1em; }
      section.news-section .news-sidebar .text-area h2 {
        margin-top: 32px;
        margin-bottom: 20px; }
      section.news-section .news-sidebar .text-area h3 {
        border-top: 1px solid #eb2d2e;
        border-bottom: 1px solid #eb2d2e;
        margin-top: 0;
        padding-top: 1em;
        padding-bottom: 1em;
        font-size: 26px; }
      section.news-section .news-sidebar .text-area * + h3 {
        margin-top: 58px; }
      section.news-section .news-sidebar .text-area h4 {
        font-weight: 300;
        padding: 1em 0.5em;
        background-color: #6b777f;
        color: #fff;
        font-size: 23px;
        margin-top: 32px;
        margin-bottom: 23px; }
      section.news-section .news-sidebar .text-area.heading-red h4 {
        background-color: #eb2d2e; }
    section.news-section .news-sidebar > .text-area:first-child {
      border-top: 0;
      padding-top: 0; }
    section.news-section .news-sidebar .text-area > *:first-child {
      margin-top: 0; }

.news-latest {
  border-top: 1px solid #eb2d2e;
  padding-bottom: 40px;
  overflow: hidden; }

.news-latest-section-heading {
  border-bottom: 1px solid #eb2d2e;
  margin-top: 0;
  padding: 1em 0;
  font-size: 26px;
  display: inline-block;
  width: 100%; }
  .news-latest-section-heading + * {
    margin-top: 0; }

.news-latest-item {
  position: relative;
  overflow: hidden; }
  .news-latest-item .image {
    float: left;
    overflow: hidden;
    max-width: 100%;
    width: 180px;
    margin-right: 30px; }
    @media only screen and (max-width: 599px) {
      .news-latest-item .image {
        float: none;
        overflow: hidden;
        max-width: 100%;
        width: auto;
        margin-right: 0;
        margin-bottom: 26px; } }
    .news-latest-item .image img {
      float: left; }
  @media screen and (min-width: 599px) {
    .news-latest-item.cr-studies .description {
      margin-left: 210px; } }
  .news-latest-item.cr-studies .news-latest-title {
    display: block; }
    .news-latest-item.cr-studies .news-latest-title a {
      font-size: 23px;
      font-weight: 300;
      border-bottom: none; }
  .news-latest-item.cr-studies .extra {
    display: block;
    margin-top: 10px; }
  .news-latest-item.cr-studies span {
    font-size: 20px;
    display: inline-block;
    color: #46555f; }
    .news-latest-item.cr-studies span.tag {
      font-size: 14px;
      font-weight: 700;
      margin-right: 20px;
      color: #eb2d2e; }
    .news-latest-item.cr-studies span.date {
      font-size: 13px; }

* + .news-latest-item {
  margin-top: 26px; }
  @media only screen and (max-width: 599px) {
    * + .news-latest-item {
      margin-top: 58px; } }

.news-latest-heading {
  margin: 0; }
  .news-latest-heading .news-latest-date {
    display: block;
    color: #46555f;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28;
    margin-bottom: 6px; }

.news-latest-view-all {
  float: right;
  text-decoration: none;
  border: none;
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 2;
  font-size: 18px; }
  .news-latest-view-all i {
    position: relative;
    top: 3px; }

section.news-section.no-sidebar .news-heading,
section.news-section.no-sidebar .news-article {
  width: 100%; }

section.news-section .breadcrumbs + .news-content,
section.news-section.no-title + .block-section {
  margin-top: 58px; }

section.news-section.no-sidebar.no-title .breadcrumbs + .news-content {
  margin-top: 0; }

section.news-section.no-sidebar.no-title .news-article-body {
  border-top: none; }

section.news-section.no-title .news-article .news-article-body {
  border-top: none; }

section.news-section.no-title .news-sidebar .quicklinks-section h3 {
  border-top: none; }

section.news-section.no-title .news-sidebar .text-area > h3:first-child {
  border-top: none; }

section.news-section.no-title .news-sidebar .quicklinks-section + .text-area > h3:first-child {
  border-top: 1px solid #eb2d2e; }

.iframeWrapper + .accordion-section {
  margin-top: 58px; }

.calendar-events-section {
  padding-bottom: 58px; }
  .calendar-events-section ul {
    padding: 0;
    margin: 0 0 40px;
    list-style: none; }
    .calendar-events-section ul li {
      border-bottom: 1px dashed #eb2d2e;
      padding: 20px 0;
      min-height: 31px;
      line-height: 31px; }
      .calendar-events-section ul li .addeventatc {
        float: right;
        width: 31px;
        height: 31px;
        margin: 0 20px 0 0;
        padding: 0;
        background: url("../images/sprites.png") no-repeat 0 -80px;
        border: none;
        color: transparent !important; }
        .calendar-events-section ul li .addeventatc .addeventatc_icon {
          display: none; }
      .calendar-events-section ul li:last-child {
        border-bottom: 1px solid #eb2d2e; }

.calendar-events-section:first-child {
  border-top: 8px solid #eb2d2e; }

.text-area + .addeventatc {
  margin-left: 5px; }

.vzvd {
  position: relative;
  overflow: hidden;
  height: 0 !important;
  margin: 0;
  padding: 0 0 56.25% 0; }
  .vzvd iframe[name^="vzvd-"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important; }

.directors-section {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto; }
  .directors-section::after {
    clear: both;
    content: "";
    display: table; }
  .directors-section .directors {
    border-top: 8px solid #eb2d2e;
    margin-top: 58px; }
    .directors-section .directors .director {
      margin: 58px 0;
      padding-bottom: 102px;
      border-bottom: 1px solid #eb2d2e; }
      .directors-section .directors .director::after {
        clear: both;
        content: "";
        display: table; }
      .directors-section .directors .director .image {
        float: left;
        width: 456px;
        height: 294px;
        overflow: hidden;
        max-width: 100%; }
        @media (max-width: 1020px) {
          .directors-section .directors .director .image {
            margin-right: 0;
            margin-bottom: 0;
            float: none;
            height: auto; } }
        .directors-section .directors .director .image img {
          width: 100%; }
      .directors-section .directors .director .description {
        margin-left: 572px; }
        @media (max-width: 1020px) {
          .directors-section .directors .director .description {
            margin-left: 0; } }
        .directors-section .directors .director .description .btn-primary {
          margin-top: 18px; }
      .directors-section .directors .director h2 span {
        display: block;
        color: #46555f; }

.locations-section {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto; }
  .locations-section::after {
    clear: both;
    content: "";
    display: table; }
  .locations-section .locations {
    border-top: 8px solid #eb2d2e;
    margin-top: 58px; }
    .locations-section .locations .location {
      margin: 0;
      padding-bottom: 102px;
      border-bottom: 1px solid #eb2d2e; }
      .locations-section .locations .location .description::after {
        clear: both;
        content: "";
        display: table; }
      .locations-section .locations .location .description .details {
        float: left;
        width: 556px; }
        @media (max-width: 1020px) {
          .locations-section .locations .location .description .details {
            width: auto;
            float: none; } }
      .locations-section .locations .location .description .map {
        float: right;
        width: 456px;
        height: 294px;
        overflow: hidden;
        max-width: 100%;
        border-bottom: 1px solid #eb2d2e;
        overflow: hidden; }
        .locations-section .locations .location .description .map iframe {
          width: 100% !important;
          height: 100% !important; }
        @media (max-width: 1128px) {
          .locations-section .locations .location .description .map {
            width: auto;
            float: none; } }
      .locations-section .locations .location h2 {
        margin-bottom: 58px; }

.news-article-body + .subscribe-form {
  border-top: 1px solid #eb2d2e;
  padding-top: 30px; }

.subscribe-form {
  padding-top: 20px;
  margin-bottom: 40px; }
  .subscribe-form .subscribe-heading {
    margin-top: 0;
    margin-bottom: 23px; }
    .subscribe-form .subscribe-heading span {
      display: block;
      margin-top: 18px;
      font-size: 18px;
      color: #46555f;
      line-height: 1.28; }

.video-content-container {
  margin-top: 10px;
  margin-bottom: 20px; }
  .video-content-container iframe {
    width: 100%; }
  .video-content-container .video-content-link-container {
    width: 100%;
    background-color: #eb2d2e; }
    .video-content-container .video-content-link-container a {
      font-size: 16px;
      padding-top: 5px;
      padding-bottom: 5px;
      border: 0px solid transparent;
      display: inline-block;
      color: white;
      text-align: center;
      width: 15.9%;
      background-color: #eb2d2e; }
      @media (min-width: 601px) and (max-width: 930px) {
        .video-content-container .video-content-link-container a {
          width: 100%; } }
      @media (max-width: 600px) {
        .video-content-container .video-content-link-container a {
          width: 100%; } }

.lozenges {
  position: relative;
  overflow: hidden;
  margin-bottom: 58px; }

.lozenge {
  float: left;
  margin: 26px 26px 0 0; }
  @media only screen and (max-width: 375px) {
    .lozenge {
      float: none;
      clear: both;
      margin-right: 0; } }
  .lozenge a {
    background-color: #eb2d2e;
    color: #fff;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    border: none;
    min-width: 100px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center; }
    .lozenge a:hover {
      background-color: #6b777f; }

* + .gated {
  margin-top: 58px; }

/*# sourceMappingURL=app.css.map */
