@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.chr-content .validation_message,
.chr-footer .validation_message {
  display: none !important;
}

.chr-content .validation_error,
.chr-footer .validation_error {
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  color: #191919;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1279px) {
  .chr-content .validation_error,
  .chr-footer .validation_error {
    padding: 20px;
    margin-bottom: 10px;
  }
}

.chr-footer form,
.chr-content form {
  width: 100%;
  position: relative;
}

.chr-footer form .gform_description,
.chr-content form .gform_description {
  color: #7b7b7b;
  font-family: "Muli", sans-serif;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #d4112f;
}

.chr-footer form .gform_body,
.chr-content form .gform_body {
  width: 100%;
}

.chr-footer form .gform_footer,
.chr-content form .gform_footer {
  position: relative;
}

.chr-footer form .gform_fields,
.chr-content form .gform_fields {
  margin: 0;
  padding: 0;
}

.chr-footer form .gform_fields li,
.chr-content form .gform_fields li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .chr-footer form .gfmc-column,
  .chr-content form .gfmc-column {
    display: block;
    width: 100% !important;
  }
}

.chr-footer form .gfield_label,
.chr-content form .gfield_label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.chr-footer form .ginput_recaptcha,
.chr-content form .ginput_recaptcha {
  margin-top: 15px;
}

.chr-footer form input,
.chr-footer form textarea,
.chr-footer form select,
.chr-content form input,
.chr-content form textarea,
.chr-content form select {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 12px 15px;
  margin: 0;
  border: 2px solid #d4112f;
  border-radius: 0 !important;
  outline: none;
  color: #191919;
  background-color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.chr-footer form input::-ms-input-placeholder,
.chr-footer form textarea::-ms-input-placeholder,
.chr-footer form select::-ms-input-placeholder,
.chr-content form input::-ms-input-placeholder,
.chr-content form textarea::-ms-input-placeholder,
.chr-content form select::-ms-input-placeholder {
  color: #191919;
}

.chr-footer form input::placeholder,
.chr-footer form textarea::placeholder,
.chr-footer form select::placeholder,
.chr-content form input::placeholder,
.chr-content form textarea::placeholder,
.chr-content form select::placeholder {
  color: #191919;
}

@media screen and (max-width: 1279px) {
  .chr-footer form input,
  .chr-footer form textarea,
  .chr-footer form select,
  .chr-content form input,
  .chr-content form textarea,
  .chr-content form select {
    padding: 12px 15px;
    font-size: 1rem;
  }
}

.chr-footer form select,
.chr-content form select {
  outline: none;
  color: #191919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23d5092b%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.iexplorer .chr-footer form select, .iexplorer
.chr-content form select {
  background-image: none;
}

.chr-footer form .gfield_error input,
.chr-footer form .gfield_error textarea,
.chr-footer form .gfield_error select,
.chr-content form .gfield_error input,
.chr-content form .gfield_error textarea,
.chr-content form .gfield_error select {
  border-color: #092153 !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
}

.chr-footer form .gform_button,
.chr-content form .gform_button {
  display: inline-block;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  min-width: 220px;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  border: 2px solid #d4112f;
  color: #d4112f;
  background-color: transparent;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: -78px;
  right: 0;
  outline: none;
}

@media screen and (max-width: 1279px) {
  .chr-footer form .gform_button,
  .chr-content form .gform_button {
    font-size: 0.625rem;
    letter-spacing: 0.8px;
    transition: none;
  }
}

.chr-footer form .gform_button:before,
.chr-content form .gform_button:before {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background-color: #d4112f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 42 42%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M42 20H22V0h-2v20H0v2h20v20h2V22h20z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
  transition: background-color 0.3s;
}

@media screen and (max-width: 1279px) {
  .chr-footer form .gform_button:before,
  .chr-content form .gform_button:before {
    transition: none;
  }
}

.chr-footer form .gform_button:hover,
.chr-content form .gform_button:hover {
  border-color: #092153;
  color: #fff;
  background-color: #092153;
}

.chr-footer form .gform_button:hover:before,
.chr-content form .gform_button:hover:before {
  background-color: #092153;
}

@media screen and (max-width: 1279px) {
  .chr-footer form .gform_button,
  .chr-content form .gform_button {
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .chr-footer form .gform_button,
  .chr-content form .gform_button {
    position: absolute;
    top: -78px;
    margin-top: 0;
  }
}

.chr-footer form .gform_ajax_spinner,
.chr-content form .gform_ajax_spinner {
  position: absolute;
  top: -60px;
  right: -30px;
}

@media screen and (max-width: 1279px) {
  .chr-footer form .gform_ajax_spinner,
  .chr-content form .gform_ajax_spinner {
    top: 35px;
    right: auto;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .chr-footer form .gform_ajax_spinner,
  .chr-content form .gform_ajax_spinner {
    top: -60px;
    right: -20px;
  }
}

.chr-footer form .gfmc-row-1-col-1-of-2 input,
.chr-footer form .gfmc-row-1-col-1-of-2 textarea,
.chr-footer form .gfmc-row-1-col-1-of-2 select,
.chr-content form .gfmc-row-1-col-1-of-2 input,
.chr-content form .gfmc-row-1-col-1-of-2 textarea,
.chr-content form .gfmc-row-1-col-1-of-2 select {
  border-right-width: 0;
}

@media screen and (max-width: 767px) {
  .chr-footer form .gfmc-row-1-col-1-of-2 input,
  .chr-footer form .gfmc-row-1-col-1-of-2 textarea,
  .chr-footer form .gfmc-row-1-col-1-of-2 select,
  .chr-content form .gfmc-row-1-col-1-of-2 input,
  .chr-content form .gfmc-row-1-col-1-of-2 textarea,
  .chr-content form .gfmc-row-1-col-1-of-2 select {
    border-right-width: 2px;
  }
}

.chr-footer form .gfmc-row-1-col-1-of-2 select,
.chr-content form .gfmc-row-1-col-1-of-2 select {
  border-bottom: 2px solid #d4112f;
}

@media screen and (max-width: 767px) {
  .chr-footer form .gfmc-row-1-col-1-of-2 select,
  .chr-content form .gfmc-row-1-col-1-of-2 select {
    border-bottom: 0;
  }
}

.chr-footer form .gfmc-row-1-col-2-of-2 textarea,
.chr-content form .gfmc-row-1-col-2-of-2 textarea {
  border-bottom: 2px solid #d4112f;
}

.megamenu_lightbox {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
  will-change: transform;
}

@media screen and (max-width: 1279px) {
  .mobile-menu-open .megamenu_lightbox {
    display: block;
    animation: fadeLightboxIn 0.4s;
  }
}

@keyframes fadeLightboxIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

.menu .chr-mega-menu > a {
  cursor: default;
}

.megamenu_open .menu .chr-mega-menu > a {
  color: #d4112f;
  background-color: #fff;
}

.menu .chr-mega-menu.current-menu-ancestor > a {
  color: #d4112f;
  background-color: #fff;
}

.menu .chr-mega-menu .chr-megamenu-wrapper {
  display: none;
  position: absolute;
  z-index: -1;
  top: 82px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 470px;
  padding-top: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .chr-megamenu-wrapper {
    display: block;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    background-color: #fff;
    transition: transform 0.5s;
    transform: translateX(100%);
  }
}

.menu .chr-mega-menu .chr-megamenu-wrapper.responsive-sub-menu-open {
  transform: translateX(0);
}

.menu .chr-mega-menu .chr-megamenu-wrapper:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 75%;
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  content: '';
}

@media screen and (min-width: 2000px) {
  .menu .chr-mega-menu .chr-megamenu-wrapper:before {
    right: 70%;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1999px) {
  .menu .chr-mega-menu .chr-megamenu-wrapper:before {
    right: 74%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .menu .chr-mega-menu .chr-megamenu-wrapper:before {
    right: 75%;
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .chr-megamenu-wrapper:before {
    top: 100%;
    right: 0;
    width: 100%;
    height: 400px;
    border: 0;
    background-color: #fff;
  }
}

.megamenu_open .menu .chr-mega-menu .chr-megamenu-wrapper {
  display: block;
  z-index: 10;
  animation: fadeLightboxIn 0.4s;
}

.menu .chr-mega-menu .chr-megamenu-inner {
  position: relative;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .chr-megamenu-inner {
    padding: 0;
  }
}

.menu .chr-mega-menu .title,
.menu .chr-mega-menu .description,
.menu .chr-mega-menu .sub-category-description {
  color: #bebebe;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .title,
  .menu .chr-mega-menu .description,
  .menu .chr-mega-menu .sub-category-description {
    font-size: 0.75rem;
    line-height: 22px;
    letter-spacing: 1px;
  }
}

.menu .chr-mega-menu .title {
  display: none;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .title {
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .title {
    color: #fff;
    font-family: "Muli", sans-serif;
    font-size: 0.78125rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #d4112f;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .title:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 20px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M215.03 24.85L190.89 0 0 185.4l190.89 185.41 24.14-24.85L49.74 185.4 215.03 24.85z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    content: '';
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .description,
  .menu .chr-mega-menu .description[style='display: none;'] + .sub-category-description {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .menu .chr-mega-menu .description,
  .menu .chr-mega-menu .description[style='display: none;'] + .sub-category-description {
    padding: 20px 0;
  }
}

.menu .chr-mega-menu .respo-title {
  display: none;
}

.menu .chr-mega-menu .megamenu-level-1 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-1 {
    position: relative;
    background-color: #fff;
  }
}

.menu .chr-mega-menu .megamenu-level-1 > .sub-menu {
  display: block;
  padding: 0;
  padding-top: 10px;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-1 > .sub-menu {
    padding-top: 0;
  }
}

.menu .chr-mega-menu .megamenu-level-1 li {
  display: block;
  height: auto;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-1 li {
    margin-bottom: 0;
  }
}

.menu .chr-mega-menu .megamenu-level-1 a {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-1 a {
    color: #191919;
    font-family: "Muli", sans-serif;
    font-size: 0.6875rem;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    transition: none;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
  }
}

.menu .chr-mega-menu .megamenu-level-1 a.open, .menu .chr-mega-menu .megamenu-level-1 a:hover {
  color: #092153;
  background-color: transparent;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-1 .menu-item-has-children > a:after {
    position: absolute;
    top: 0;
    right: 15px;
    width: 20px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23ddd%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    content: '';
  }
}

.menu .chr-mega-menu .sub-product-category-list {
  display: none;
  padding-left: 0;
}

.menu .chr-mega-menu .sub-product-category-list .sub-category-item .link {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 15px;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .sub-product-category-list .sub-category-item .link {
    font-size: 0.6875rem;
    letter-spacing: 0.7px;
  }
}

@media screen and (min-width: 1280px) {
  .menu .chr-mega-menu .sub-product-category-list .sub-category-item .link {
    padding-left: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d4112f%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 9px 9px;
  }
}

.menu .chr-mega-menu .sub-product-category-list .sub-category-item .link.hover {
  color: #092153;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23092153%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
}

.menu .chr-mega-menu .megamenu-level-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 380px;
  text-align: left;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .menu .chr-mega-menu .megamenu-level-2 {
    left: 300px;
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-2 {
    display: block;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: transform 0.5s;
    transform: translateX(100%);
  }
}

.menu .chr-mega-menu .megamenu-level-2.level-open {
  display: block;
  animation: fadeIn 0.3s;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-2.level-open {
    transform: translateX(0);
    animation: none;
  }
}

.menu .chr-mega-menu .megamenu-level-2 > .sub-menu {
  display: flex;
  position: relative;
  width: 700px;
  padding: 0;
  padding-top: 14px;
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .menu .chr-mega-menu .megamenu-level-2 > .sub-menu {
    width: 550px;
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-2 > .sub-menu {
    width: 550px;
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu .chr-mega-menu .megamenu-level-2 > .sub-menu {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.menu .chr-mega-menu .megamenu-level-2 li {
  display: block;
  flex: none;
  position: absolute;
  width: 45%;
  max-width: 45%;
  margin-bottom: 18px;
  flex-basis: 45%;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-2 li {
    height: auto;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .menu .chr-mega-menu .megamenu-level-2 li {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
    flex-basis: 100%;
  }
}

.menu .chr-mega-menu .megamenu-level-2 li.window {
  left: 0;
}

.menu .chr-mega-menu .megamenu-level-2 li.door {
  right: 0;
}

.menu .chr-mega-menu .megamenu-level-2 li.hide {
  display: none;
}

.menu .chr-mega-menu .megamenu-level-2 a {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-2 a {
    font-size: 0.6875rem;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-level-2 a {
    height: auto;
    border-bottom: 0;
    color: #d4112f;
    text-align: center;
  }
}

.menu .chr-mega-menu .megamenu-level-2 a:after {
  display: none;
  content: none;
}

.menu .chr-mega-menu .megamenu-level-2 a.open, .menu .chr-mega-menu .megamenu-level-2 a:hover {
  color: #092153;
  background-color: transparent;
}

.menu .chr-mega-menu .megamenu-thumbnail {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 260px;
  margin: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .menu .chr-mega-menu .megamenu-thumbnail {
    top: 20px;
    right: -10px;
  }
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .megamenu-thumbnail {
    display: none;
  }
}

.menu .chr-mega-menu .megamenu-thumbnail img {
  max-width: 100%;
  height: auto;
}

.menu .chr-mega-menu .menu-item-object-product-series .arrow {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  width: 49px;
  height: 49px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23ddd%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.menu .chr-mega-menu .menu-item-object-product-series .arrow.arrow-down {
  transform: rotate(90deg);
}

@media screen and (max-width: 1279px) {
  .menu .chr-mega-menu .menu-item-object-product-series .arrow {
    display: block;
  }
}

.chr-nav-container {
  display: flex;
  flex: none;
  height: 100%;
  background-color: #d4112f;
  flex-basis: auto;
}

@media screen and (max-width: 1279px) {
  .chr-nav-container {
    flex-basis: 128px;
  }
}

.chr-nav-container .chr-menu-wrapper,
.chr-nav-container .menu-main-menu-container {
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .chr-nav-container .chr-menu-wrapper {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #d4112f;
    transition: transform 0.5s;
    transform: translateX(100%);
  }
  .mobile-menu-open .chr-nav-container .chr-menu-wrapper {
    transform: translateX(0);
  }
}

.chr-nav-container .menu {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .chr-nav-container .menu {
    flex-direction: column;
  }
}

.chr-nav-container .menu-item {
  display: inline-block;
  height: 100%;
  text-align: right;
  list-style: none;
}

@media screen and (max-width: 1279px) {
  .chr-nav-container .menu-item {
    display: block;
    height: 50px;
  }
}

.chr-nav-container .menu-item a {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 0.78125rem;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  box-sizing: border-box;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  transition: background-color 0.3s, color 0.3s;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-nav-container .menu-item a {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-nav-container .menu-item a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: none;
  }
}

.chr-nav-container .menu-item a:hover {
  color: #d4112f;
  background-color: #fff;
}

.chr-nav-container .menu-item .sub-menu {
  display: none;
}

@media screen and (max-width: 1279px) {
  .chr-nav-container .menu-item-home {
    height: 60px;
  }
}

.chr-nav-container .menu-item-home .menu-icon {
  position: relative;
  top: -5px;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
}

.chr-nav-container .menu-item-home .menu-icon > svg {
  width: 15px;
  height: 15px;
  transition: fill 0.3s;
  fill: #fff;
}

.chr-nav-container .menu-item-home > a:hover {
  background-color: #d4112f;
}

.chr-nav-container .menu-item-home .link {
  display: none;
}

.chr-nav-container .current-menu-item a {
  color: #d4112f;
  background-color: #fff;
}

.chr-nav-container .current-menu-item.menu-item-home > a {
  background-color: #d4112f;
}

.menu > .menu-item-has-children:not(.chr-mega-menu) {
  position: relative;
  cursor: default;
}

.menu > .menu-item-has-children:not(.chr-mega-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 228px;
  padding: 0;
  margin: 0;
  /* stylelint-disable */
  /*stylint-enable */
}

.menu > .menu-item-has-children:not(.chr-mega-menu) .sub-menu ul {
  display: none !important;
}

.menu > .menu-item-has-children:not(.chr-mega-menu) .sub-menu li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}

.menu > .menu-item-has-children:not(.chr-mega-menu) .sub-menu a {
  color: #191919;
  font-family: "Muli", sans-serif;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  align-items: center;
  justify-content: flex-start;
}

.menu > .menu-item-has-children:not(.chr-mega-menu) .sub-menu a:hover {
  color: #fff;
  background-color: #002565;
}

.menu > .menu-item-has-children:not(.chr-mega-menu) .sub-menu li.current-menu-item > a {
  color: #fff;
  background-color: #002565;
}

.menu > .menu-item-has-children:not(.chr-mega-menu):hover > a {
  color: #d4112f;
  background-color: #fff;
}

.menu > .menu-item-has-children:not(.chr-mega-menu):hover .sub-menu {
  display: block;
}

.menu > .menu-item-has-children:not(.chr-mega-menu).current-menu-ancestor > a {
  color: #d4112f;
  background-color: #fff;
}

@media screen and (max-width: 1279px) {
  .menu > .menu-item-has-children > a {
    position: relative;
  }
  .menu > .menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    right: 25px;
    width: 20px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    content: '';
  }
}

@media screen and (max-width: 1279px) {
  .menu > .menu-item-has-children > a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d4112f%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
  }
}

@media screen and (max-width: 1279px) {
  .menu > .current-menu-ancestor > a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d4112f%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
  }
}

.module-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .module-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1279px) {
  .module-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .module-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .module-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.module-wrapper.background-style-unchanging {
  padding-top: 0;
  padding-bottom: 30px;
}

.module-wrapper.background-style-unchanging:first-child {
  padding-top: 100px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .module-wrapper.background-style-unchanging:first-child {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1279px) {
  .module-wrapper.background-style-unchanging:first-child {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .module-wrapper.background-style-unchanging:first-child {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .module-wrapper.background-style-unchanging:first-child {
    padding-top: 30px;
  }
}

.module-wrapper.background-style-grey {
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

.module-wrapper.background-style-grey + .module-wrapper.background-style-grey,
.module-wrapper.background-style-white + .module-wrapper.background-style-white,
.module-wrapper.background-style-unchanging + .module-wrapper.background-style-unchanging {
  padding-top: 0;
  border-top: 0;
}

.module-wrapper.background-style-grey + .module-wrapper.background-style-white {
  border-top: 1px solid #e5e5e5;
}

.pagination {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .pagination {
    justify-content: center;
  }
}

.pagination .page-numbers {
  display: block;
  height: 50px;
  border: 1px solid #e5e5e5;
  color: #191919;
  background-color: #f6f6f6;
  line-height: 50px;
  text-align: center;
  flex-basis: 50px;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #d4112f;
}

.pagination .page-numbers.prev {
  background: #d4112f url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M215.03 24.85L190.89 0 0 185.4l190.89 185.41 24.14-24.85L49.74 185.4 215.03 24.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.pagination .page-numbers.next {
  background: #d4112f url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border-color: #d4112f;
  background-size: 9px;
}

.addtoany_share_save_container {
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  height: 50px;
  padding: 0 8px;
  margin: 0 !important;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .addtoany_share_save_container {
    position: relative;
    right: initial;
    bottom: initial;
    height: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
  }
}

.addtoany_share_save_container:before {
  display: inline-block;
  position: absolute;
  left: -60px;
  width: 60px;
  color: #d4112f;
  font-size: 10px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  content: 'Share';
}

@media screen and (max-width: 767px) {
  .addtoany_share_save_container:before {
    position: static;
    width: 48px;
  }
}

.addtoany_share_save_container .addtoany_list {
  line-height: 60px !important;
}

.addtoany_share_save_container .a2a_button_email svg {
  top: 3px;
}

.addtoany_share_save_container svg path {
  transition: fill 0.3s;
  fill: #d4112f !important;
}

.addtoany_share_save_container a:hover span {
  opacity: 1 !important;
}

.addtoany_share_save_container a:hover svg path {
  fill: #092153 !important;
}

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

@media screen and (max-width: 1023px) {
  .slick-slider {
    padding-bottom: 46px;
  }
}

.slick-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: 0;
  outline: none;
  color: transparent;
  background-color: #d4112f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .slick-slider .slick-arrow {
    width: 46px;
    height: 46px;
  }
}

.iexplorer .slick-slider .slick-arrow {
  background-size: 16px;
}

.slick-slider .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M215.03 24.85L190.89 0 0 185.4l190.89 185.41 24.14-24.85L49.74 185.4 215.03 24.85z%22%2F%3E%3C%2Fsvg%3E");
}

.slick-slider .slick-next {
  left: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1023px) {
  .slick-slider .slick-next {
    left: 46px;
  }
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

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

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

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

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

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

[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;
}

.fadeonview {
  position: relative;
  opacity: 1;
  transition: transform 0.7s, opacity 0.7s;
  transform: translate(0, 0);
}

@media screen and (max-width: 1279px) {
  .fadeonview {
    transition: none !important;
    transform: none;
  }
}

.fadeonview.off {
  opacity: 0;
  transition: none;
  transform: translate(0, 60px);
}

@media screen and (max-width: 1279px) {
  .fadeonview.off {
    opacity: 1 !important;
    transform: none !important;
  }
}

html,
body {
  overflow-x: hidden;
  color: #191919;
  font-family: "Muli", sans-serif, sans-serif !important;
  font-size: 16px !important;
  line-height: 30px;
}

body {
  overflow: hidden;
}

::selection {
  color: #fff !important;
  background: #d4112f !important;
}

.chr-content-container {
  width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-content-container {
    width: 1160px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-content-container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .chr-content-container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
}

.wysiwyg-wrapper:after {
  display: table;
  clear: both;
  content: '';
}

.sub-page-footer-image img {
  display: block;
}

.chr-content .brochure iframe {
  height: 100%;
}

.chr-footer .footer-top-flex-container {
  display: flex;
  position: relative;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .chr-footer .footer-top-flex-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.chr-footer .footer-left {
  display: flex;
  flex: none;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  max-width: 55%;
  padding-right: 80px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  flex-basis: 55%;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-footer .footer-left {
    max-width: 50%;
    padding-right: 50px;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left {
    padding-top: 90px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .chr-footer .footer-left {
    min-height: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .chr-footer .footer-left {
    max-width: 100%;
    flex-basis: auto;
    padding-top: 60px;
    padding-bottom: 90px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left {
    padding-top: 40px;
    padding-right: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.chr-footer .footer-left:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 2560px;
  height: 100%;
  background-color: #d4112f;
  content: '';
}

@media screen and (max-width: 1023px) {
  .chr-footer .footer-left:before {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left:before {
    right: -20px;
  }
}

.chr-footer .footer-left .footer-content,
.chr-footer .footer-left .footer-contact {
  flex: none;
  position: relative;
}

.chr-footer .footer-left .footer-content {
  max-width: 50%;
  flex-basis: 50%;
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .footer-content {
    max-width: 100%;
    margin-bottom: 0;
    flex-basis: auto;
  }
}

@media screen and (max-width: 1023px) {
  .chr-footer .footer-left .footer-content {
    max-width: 48%;
    margin-bottom: 20px;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .footer-content {
    max-width: 100%;
    flex-basis: auto;
  }
}

.chr-footer .footer-left .footer-contact {
  padding-left: 50px;
  flex-basis: auto;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-footer .footer-left .footer-contact {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .footer-contact {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .footer-contact {
    margin-top: 0;
  }
}

.chr-footer .footer-left .footer-contact-heading {
  color: #d4112f;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
  margin-top: 0;
  margin-bottom: 22px;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .footer-contact-heading {
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .footer-contact-heading {
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 1.1px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .footer-contact-heading {
    margin-bottom: 15px;
  }
}

.chr-footer .footer-left .footer-contact-text {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 44px;
  color: #fff;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-footer .footer-left .footer-contact-text {
    line-height: 38px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .footer-contact-text {
    font-size: 1.5rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .footer-contact-text {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-footer .footer-left .footer-contact-text {
    font-size: 1.75rem;
    line-height: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .footer-contact-text {
    font-size: 1.625rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .footer-contact-text {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

.chr-footer .footer-left .phone-number a {
  display: block;
  margin-bottom: 28px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 38px;
  text-decoration: none;
  transition: none;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-footer .footer-left .phone-number a {
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .phone-number a {
    font-size: 1.5rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .phone-number a {
    font-size: 1.375rem;
    line-height: 32px;
  }
}

.chr-footer .footer-left .phone-number a:before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 484.4 484.4%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M467.844 350.3c-20.3-20.5-40.6-40.7-60.3-60.2-10.7-10.6-23.2-16.2-36.3-16.2-13.1 0-25.6 5.6-36.2 16.1l-2.7 2.7c-10.7 10.6-21.8 21.6-32.5 32.6-2.2-1.1-4.4-2.2-6.5-3.3-4.9-2.4-9.6-4.7-13.7-7.3-32.2-20.2-61.8-47.1-90.4-82.4-13.9-17.1-23.6-32.3-30.4-47.7 9.5-9.2 18.8-18.6 27.9-27.8l7-7c22.3-22.4 22.2-51.4-.1-73.9-6.8-6.9-13.8-13.8-20.5-20.5l-9-9-9.5-9.5c-6.8-6.9-13.9-14-21-20.9-10.7-10.5-23.3-16-36.3-16s-25.6 5.5-36.2 16c-5.1 5.1-10.3 10.2-15.2 15.2-7.2 7.3-14.7 14.8-22.2 22-14 13.3-21.8 30.1-23.3 50-2.3 31.3 6.4 59.6 14.2 80.8 17.8 47.9 45 93.3 83.2 138.8 47.6 56.6 104.9 101.4 170.3 133.3 36 17.5 66.9 26.4 97 28.1 2.2.1 4.4.2 6.5.2 25.4 0 46.3-9 62.1-26.6 6.8-7.6 14.1-14.7 21.8-22.2 3.9-3.8 7.9-7.7 11.9-11.7 22.4-22.5 22.5-51.3.4-73.6zm-19.4 54.6c-3.8 3.8-7.7 7.6-11.5 11.4-7.7 7.5-15.7 15.3-23.1 23.6-11.7 13.1-26.5 18.6-47 17.5-26.5-1.5-54-9.5-86.7-25.4-62-30.2-116.4-72.7-161.5-126.3-36.2-43.1-61.9-85.8-78.6-130.8-10.3-27.6-14.1-49-12.6-69.3 1-13.1 5.9-23.8 15-32.4 7.7-7.7 15.3-15.4 22.7-22.8 4.9-4.9 9.9-10 14.9-15 3.8-3.8 9.9-8.3 17.3-8.3s13.5 4.5 17.4 8.3c6.9 6.8 14 13.9 20.7 20.7 3.2 3.2 6.3 6.4 9.5 9.5l9 9 20.4 20.4c12 12.1 12.1 23.8.1 35.8-2.3 2.4-4.7 4.7-7 7.1-9.7 9.8-19.8 20-29.9 29.7-5 4.8-9.9 13-5 24.8 7.8 18.7 19.1 36.9 35.5 57.1 30.5 37.5 62.3 66.4 97 88.2 5.4 3.4 10.9 6.1 16.2 8.7 3.2 1.5 6.1 3 9 4.6 3.6 2 7.2 2.9 10.8 2.9 5.7 0 11-2.5 15.7-7.3 11.3-11.7 23.1-23.3 34.4-34.6l2.7-2.7c3.8-3.8 9.9-8.3 17.2-8.3 7.3 0 13.4 4.5 17.3 8.3 19.6 19.5 39.9 39.7 60.1 60.1 11.7 11.5 11.6 23.8 0 35.5z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .phone-number a:before {
    width: 18px;
    height: 18px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .phone-number a:before {
    width: 17px;
    height: 17px;
  }
}

.chr-footer .footer-left .phone-number a:hover {
  color: #fff;
}

.chr-footer .footer-left .button-style-location {
  display: inline-block;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  min-width: 220px;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  border: 2px solid #d4112f;
  color: #d4112f;
  background-color: transparent;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #fff;
  color: #fff;
  min-width: 240px;
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .button-style-location {
    font-size: 0.625rem;
    letter-spacing: 0.8px;
    transition: none;
  }
}

.chr-footer .footer-left .button-style-location:before {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background-color: #d4112f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 42 42%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M42 20H22V0h-2v20H0v2h20v20h2V22h20z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
  transition: background-color 0.3s;
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-left .button-style-location:before {
    transition: none;
  }
}

.chr-footer .footer-left .button-style-location:hover {
  border-color: #092153;
  color: #fff;
  background-color: #092153;
}

.chr-footer .footer-left .button-style-location:hover:before {
  background-color: #092153;
}

.chr-footer .footer-left .button-style-location:before {
  background-color: #fff;
}

.chr-footer .footer-left .button-style-location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d5092b%22 viewBox%3D%220 0 129 129%22%3E%3Cpath d%3D%22M64.5 6.4C39 6.4 18.2 27.2 18.2 52.8c0 3.1.3 6.2.9 9.2 0 .2.1.4.1.7 5.1 22.9 41 57.3 42.5 58.7.8.8 1.8 1.1 2.8 1.1 1 0 2-.4 2.8-1.1 1.5-1.5 37.2-35.8 42.3-58.2 0-.2.1-.4.1-.6.7-3.2 1-6.5 1-9.8.1-25.6-20.7-46.4-46.2-46.4zm37.2 54.7v.3C97.9 78 73 104.2 64.5 112.7 56 104.2 31 78 27.2 61c0-.2 0-.3-.1-.5-.5-2.6-.8-5.2-.8-7.8 0-21 17.1-38.2 38.1-38.2s38.2 17.1 38.2 38.2c0 2.9-.3 5.7-.9 8.4z%22%2F%3E%3Cpath d%3D%22M64.5 32.5c-8.6 0-15.5 7-15.5 15.5s7 15.5 15.5 15.5S80 56.6 80 48s-6.9-15.5-15.5-15.5zm0 22.9c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 18px;
}

.chr-footer .footer-left .button-style-location:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 129 129%22%3E%3Cpath d%3D%22M64.5 6.4C39 6.4 18.2 27.2 18.2 52.8c0 3.1.3 6.2.9 9.2 0 .2.1.4.1.7 5.1 22.9 41 57.3 42.5 58.7.8.8 1.8 1.1 2.8 1.1 1 0 2-.4 2.8-1.1 1.5-1.5 37.2-35.8 42.3-58.2 0-.2.1-.4.1-.6.7-3.2 1-6.5 1-9.8.1-25.6-20.7-46.4-46.2-46.4zm37.2 54.7v.3C97.9 78 73 104.2 64.5 112.7 56 104.2 31 78 27.2 61c0-.2 0-.3-.1-.5-.5-2.6-.8-5.2-.8-7.8 0-21 17.1-38.2 38.1-38.2s38.2 17.1 38.2 38.2c0 2.9-.3 5.7-.9 8.4z%22%2F%3E%3Cpath d%3D%22M64.5 32.5c-8.6 0-15.5 7-15.5 15.5s7 15.5 15.5 15.5S80 56.6 80 48s-6.9-15.5-15.5-15.5zm0 22.9c-4.1 0-7.4-3.3-7.4-7.4s3.3-7.4 7.4-7.4c4.1 0 7.4 3.3 7.4 7.4s-3.3 7.4-7.4 7.4z%22%2F%3E%3C%2Fsvg%3E");
}

.chr-footer .footer-left .chrsmi {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .chr-footer .footer-left .chrsmi {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-left .chrsmi {
    right: -20px;
  }
}

.chr-footer .footer-left .chrsmi ul {
  padding: 15px 0;
  padding-bottom: 0;
  padding-left: 15px;
  margin: 0;
}

.chr-footer .footer-left .chrsmi .chrsmi-network-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.chr-footer .footer-left .chrsmi .chrsmi-network-name {
  width: 0;
  font-size: 0;
}

.chr-footer .footer-left .chrsmi .chrsmi-network-wrap {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}

.chr-footer .footer-left .chrsmi .chrsmi-network-wrap:last-of-type {
  margin-right: 15px;
}

.chr-footer .footer-left .chrsmi svg {
  width: 20px;
  height: 20px;
}

.chr-footer .footer-right {
  flex: none;
  position: relative;
  box-sizing: border-box;
  padding-top: 68px;
  padding-left: 60px;
  flex-basis: 45%;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-footer .footer-right {
    padding-top: 40px;
    padding-left: 40px;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-right {
    padding-top: 70px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .chr-footer .footer-right {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-right {
    text-align: center;
  }
}

.chr-footer .footer-right .footer-form-heading {
  color: #d4112f;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-right .footer-form-heading {
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-right .footer-form-heading {
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 1.1px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-footer .footer-right .footer-form-heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-right .footer-form-heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-right .footer-form-heading {
    margin-bottom: 18px;
    text-align: left;
  }
}

.chr-footer .footer-right input,
.chr-footer .footer-right textarea,
.chr-footer .footer-right select {
  border-bottom: 0;
}

.chr-footer .footer-right textarea {
  height: 150px;
  resize: none;
}

@media screen and (max-width: 767px) {
  .chr-footer .footer-right .ginput_recaptcha > div {
    overflow: hidden;
    max-width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

.chr-footer .footer-right a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d4112f;
  text-decoration: none;
  transition: color 0.3s;
}

.chr-footer .footer-right a:hover {
  color: #092153;
}

@media screen and (max-width: 1279px) {
  .chr-footer .footer-right a {
    transition: none;
  }
}

.chr-footer .copyright-flex-container {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .chr-footer .copyright-flex-container {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .chr-footer .copyright-flex-container {
    padding-top: 0;
  }
}

.chr-footer .copyright-flex-container a {
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s;
}

.chr-footer .copyright-flex-container a:hover {
  color: #d4112f;
}

.chr-footer .copyright-menu {
  flex: none;
}

@media screen and (max-width: 767px) {
  .chr-footer .copyright-menu {
    text-align: center;
  }
}

.chr-footer .menu-footer-menu-container {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .chr-footer .menu-footer-menu-container {
    display: block;
    margin-top: -3px;
    text-align: center;
  }
}

.chr-footer .menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.chr-footer .menu-footer-menu-container li {
  display: inline-block;
}

.chr-footer .menu-footer-menu-container li:before {
  display: inline-block;
  margin: 0 10px;
  color: #7b7b7b;
  content: '|';
}

@media screen and (max-width: 767px) {
  .chr-footer .menu-footer-menu-container li:first-of-type:before {
    display: none;
    content: none;
  }
}

@media screen and (max-width: 359px) {
  .chr-footer .menu-footer-menu-container li:last-of-type {
    display: block;
  }
  .chr-footer .menu-footer-menu-container li:last-of-type:before {
    display: none;
    content: none;
  }
}

.chr-footer .copyright-text,
.chr-footer a {
  color: #7b7b7b;
  font-family: "Muli", sans-serif;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.chr-footer .copyright-text {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .chr-footer .copyright-text {
    display: block;
  }
}

.admin-bar.logged-in {
  /* stylelint-disable selector-max-id */
  /* stylelint-enable selector-max-id */
}

.admin-bar.logged-in #chr-header {
  top: 32px;
}

@media screen and (max-width: 779px) {
  .admin-bar.logged-in #chr-header {
    top: 46px;
  }
}

.admin-bar.logged-in #wpadminbar {
  position: fixed;
  will-change: transform;
}

.chr-header {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  background-color: transparent;
  align-items: center;
  will-change: transform;
  justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .chr-header {
    height: 64px;
    background-color: #d4112f;
  }
}

.chr-header.fadeonview {
  transition-delay: 0.5s;
}

.chr-header.fadeonview.off {
  opacity: 1;
  transform: translate(0, -82px);
}

.chr-header:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #d4112f;
  content: '';
  transition: transform 0.4s;
  transform: translateY(-100%);
  will-change: transform;
}

@media screen and (max-width: 1279px) {
  .chr-header:before {
    display: none;
    content: none;
  }
}

.chr-header .chr-logo-container {
  margin-left: 40px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-header .chr-logo-container {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-header .chr-logo-container {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .chr-header .chr-logo-container {
    margin-left: 0;
  }
}

.chr-header h1 {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.chr-header .logo-img {
  display: block;
}

.chr-header .logo-wrap {
  flex: 1 0 auto;
  width: 165px;
  height: 72px;
  transition: transform 0.4s;
  transform: translateY(-70px);
  will-change: transform;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-header .logo-wrap {
    height: 62px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-header .logo-wrap {
    width: 125px;
    height: 45px;
    transition: none;
    transform: translateY(0);
  }
}

.chr-header .logo-wrap > svg {
  width: 165px;
  height: 72px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-header .logo-wrap > svg {
    height: 62px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-header .logo-wrap > svg {
    width: 125px;
    height: 45px;
  }
}

.chr-header .chr-hamburger {
  display: none;
  flex: none;
  width: 64px;
  max-width: 64px;
  height: 64px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 612 612%22%3E%3Cpath d%3D%22M0 95.625v38.25h612v-38.25H0zm0 229.5h612v-38.25H0v38.25zm0 191.25h612v-38.25H0v38.25z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  flex-basis: 64px;
}

@media screen and (max-width: 1279px) {
  .chr-header .chr-hamburger {
    display: inline-block;
  }
}

.chr-header .chr-hamburger.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 612 612%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M612 36.004L576.521.603 306 270.608 35.478.603 0 36.004l270.522 270.007L0 575.997l35.478 35.4L306 341.411l270.521 269.986 35.479-35.4-270.541-269.986z%22%2F%3E%3C%2Fsvg%3E");
}

.chr-header .chr-hamburger .menu-toggle-label {
  width: 0;
  height: 0;
  color: transparent;
  font-size: 0;
}

.chr-header .header-contact {
  display: inline-block;
  flex: none;
  max-width: 245px;
  height: 100%;
  flex-basis: 245px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-header .header-contact {
    max-width: 220px;
    flex-basis: 220px;
  }
}

@media screen and (max-width: 1279px) {
  .chr-header .header-contact {
    max-width: 64px;
    flex-basis: 64px;
  }
}

.chr-header .header-contact a {
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  background-color: #092153;
  font-family: "Muli", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .chr-header .header-contact a {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 1279px) {
  .chr-header .header-contact a {
    padding: 0;
    font-size: 0;
  }
}

.chr-header .header-contact a:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 484.4 484.4%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M467.844 350.3c-20.3-20.5-40.6-40.7-60.3-60.2-10.7-10.6-23.2-16.2-36.3-16.2-13.1 0-25.6 5.6-36.2 16.1l-2.7 2.7c-10.7 10.6-21.8 21.6-32.5 32.6-2.2-1.1-4.4-2.2-6.5-3.3-4.9-2.4-9.6-4.7-13.7-7.3-32.2-20.2-61.8-47.1-90.4-82.4-13.9-17.1-23.6-32.3-30.4-47.7 9.5-9.2 18.8-18.6 27.9-27.8l7-7c22.3-22.4 22.2-51.4-.1-73.9-6.8-6.9-13.8-13.8-20.5-20.5l-9-9-9.5-9.5c-6.8-6.9-13.9-14-21-20.9-10.7-10.5-23.3-16-36.3-16s-25.6 5.5-36.2 16c-5.1 5.1-10.3 10.2-15.2 15.2-7.2 7.3-14.7 14.8-22.2 22-14 13.3-21.8 30.1-23.3 50-2.3 31.3 6.4 59.6 14.2 80.8 17.8 47.9 45 93.3 83.2 138.8 47.6 56.6 104.9 101.4 170.3 133.3 36 17.5 66.9 26.4 97 28.1 2.2.1 4.4.2 6.5.2 25.4 0 46.3-9 62.1-26.6 6.8-7.6 14.1-14.7 21.8-22.2 3.9-3.8 7.9-7.7 11.9-11.7 22.4-22.5 22.5-51.3.4-73.6zm-19.4 54.6c-3.8 3.8-7.7 7.6-11.5 11.4-7.7 7.5-15.7 15.3-23.1 23.6-11.7 13.1-26.5 18.6-47 17.5-26.5-1.5-54-9.5-86.7-25.4-62-30.2-116.4-72.7-161.5-126.3-36.2-43.1-61.9-85.8-78.6-130.8-10.3-27.6-14.1-49-12.6-69.3 1-13.1 5.9-23.8 15-32.4 7.7-7.7 15.3-15.4 22.7-22.8 4.9-4.9 9.9-10 14.9-15 3.8-3.8 9.9-8.3 17.3-8.3s13.5 4.5 17.4 8.3c6.9 6.8 14 13.9 20.7 20.7 3.2 3.2 6.3 6.4 9.5 9.5l9 9 20.4 20.4c12 12.1 12.1 23.8.1 35.8-2.3 2.4-4.7 4.7-7 7.1-9.7 9.8-19.8 20-29.9 29.7-5 4.8-9.9 13-5 24.8 7.8 18.7 19.1 36.9 35.5 57.1 30.5 37.5 62.3 66.4 97 88.2 5.4 3.4 10.9 6.1 16.2 8.7 3.2 1.5 6.1 3 9 4.6 3.6 2 7.2 2.9 10.8 2.9 5.7 0 11-2.5 15.7-7.3 11.3-11.7 23.1-23.3 34.4-34.6l2.7-2.7c3.8-3.8 9.9-8.3 17.2-8.3 7.3 0 13.4 4.5 17.3 8.3 19.6 19.5 39.9 39.7 60.1 60.1 11.7 11.5 11.6 23.8 0 35.5z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (max-width: 1279px) {
  .chr-header .header-contact a:before {
    margin-right: 0;
  }
}

.megamenu_open .chr-header .logo-wrap, .megamenu_open .chr-header:before,
.header-scrolling .chr-header .logo-wrap,
.header-scrolling .chr-header:before {
  transform: translateY(0);
}

.page-banner-logo {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 60px;
  width: 180px;
  height: 79px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .page-banner-logo {
    top: 30px;
    left: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .page-banner-logo {
    display: none;
  }
}

.page-banner-logo a {
  display: block;
}

.page-banner-logo svg {
  width: 180px;
  height: 79px;
}

.sub-page-banner {
  display: block;
  position: relative;
  width: 100%;
  min-height: 310px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .sub-page-banner {
    min-height: 270px;
  }
}

@media screen and (max-width: 1279px) {
  .sub-page-banner {
    min-height: 185px;
  }
}

@media screen and (max-width: 767px) {
  .sub-page-banner {
    min-height: 120px;
    padding-bottom: 25px;
  }
}

.sub-page-banner .chr-content-container {
  position: relative;
  z-index: 5;
  padding-top: 155px;
}

@media screen and (max-width: 1279px) {
  .sub-page-banner .chr-content-container {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .sub-page-banner .chr-content-container {
    padding-top: 85px;
  }
}

.sub-page-banner .chr-content-container h1 {
  max-width: 80%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sub-page-banner .chr-content-container h1 {
    max-width: 100%;
  }
}

.sub-page-banner .bg-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: calc(100% - 220px);
  height: 100%;
  border-bottom: 10px solid #d4112f;
  background-color: #191919;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sub-page-banner .bg-image-wrap {
    width: calc(100% - 64px);
    border-width: 8px;
  }
}

@media screen and (max-width: 767px) {
  .sub-page-banner .bg-image-wrap {
    width: 100%;
    border-width: 6px;
  }
}

.sub-page-banner .bg-image-wrap .banner-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.four-oh-four-page {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1279px) {
  .four-oh-four-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .four-oh-four-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.blog-page-container {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .blog-page-container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-page-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .blog-page-container {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

.blog-list-content {
  display: flex;
  max-width: 78%;
  flex-basis: 78%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .blog-list-content {
    max-width: 100%;
    flex-basis: 100%;
    justify-content: space-between;
    order: 2;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .blog-list-content {
    max-width: 78%;
    flex-basis: 78%;
  }
}

.blog-list-content .blog-link {
  font-weight: inherit;
}

.blog-list-content .single-blog {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

@media screen and (max-width: 1023px) {
  .blog-list-content .single-blog {
    max-width: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .blog-list-content .single-blog {
    max-width: 100%;
    margin-bottom: 20px;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .blog-list-content .single-blog {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .blog-list-content .single-blog:nth-of-type(odd) {
    margin-right: 10px;
  }
  .blog-list-content .single-blog:nth-of-type(even) {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1280px) {
  .blog-list-content .single-blog {
    max-width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  .blog-list-content .single-blog:nth-of-type(odd) {
    margin-right: 20px;
  }
  .blog-list-content .single-blog:nth-of-type(even) {
    margin-left: 20px;
  }
}

.blog-list-content .image-wrap {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .blog-list-content .image-wrap {
    height: 180px;
  }
}

@media screen and (max-width: 1279px) {
  .blog-list-content .image-wrap {
    height: 225px;
  }
}

@media screen and (min-width: 1280px) {
  .blog-list-content .image-wrap {
    height: 285px;
  }
}

@media screen and (min-width: 1550px) {
  .blog-list-content .image-wrap {
    height: 360px;
  }
}

.blog-list-content .image-wrap .featured-image {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.blog-list-content .image-wrap:hover .featured-image {
  transform: scale(1.1);
}

@media screen and (max-width: 1279px) {
  .blog-list-content .image-wrap:hover .featured-image {
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) {
  .blog-list-content .details {
    padding: 20px 15px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-list-content .details {
    padding: 20px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .blog-list-content .details {
    padding: 20px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1550px) {
  .blog-list-content .details {
    padding: 40px;
    padding-bottom: 80px;
  }
}

.blog-list-content .date-category {
  margin-bottom: 15px;
}

.blog-list-content .date-category a {
  color: inherit;
}

.blog-list-content .blog-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-list-content .excerpt p {
  margin-bottom: 0;
}

.blog-list-content .button--readmore {
  display: inline-block;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  min-width: 220px;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  border: 2px solid #d4112f;
  color: #d4112f;
  background-color: transparent;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 170px;
  border: 0;
  font-size: 0.6875rem;
}

@media screen and (max-width: 1279px) {
  .blog-list-content .button--readmore {
    font-size: 0.625rem;
    letter-spacing: 0.8px;
    transition: none;
  }
}

.blog-list-content .button--readmore:before {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background-color: #d4112f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 42 42%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M42 20H22V0h-2v20H0v2h20v20h2V22h20z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
  transition: background-color 0.3s;
}

@media screen and (max-width: 1279px) {
  .blog-list-content .button--readmore:before {
    transition: none;
  }
}

.blog-list-content .button--readmore:hover {
  border-color: #092153;
  color: #fff;
  background-color: #092153;
}

.blog-list-content .button--readmore:hover:before {
  background-color: #092153;
}

.blog-list-content .button--readmore:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 9px;
}

.blog-list-content .button--readmore:hover {
  color: #092153;
  background-color: transparent;
}

.blog-category-list-wrapper {
  position: relative;
  box-sizing: border-box;
  max-width: 22%;
  padding-left: 4%;
  text-transform: uppercase;
  flex-basis: 22%;
}

.blog-category-list-wrapper ul,
.blog-category-list-wrapper li {
  padding-left: 0 !important;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width: 1023px) {
  .blog-category-list-wrapper {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
    flex-basis: 100%;
    order: 1;
  }
  .blog-category-list-wrapper ul {
    margin: 0;
  }
}

.blog-category-list-wrapper li:before {
  display: none;
}

@media screen and (min-width: 1280px) {
  .blog-category-list-wrapper .blog-category-list {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .blog-category-list-wrapper .categories ul {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .blog-category-list-wrapper .categories ul {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .blog-category-list-wrapper .categories {
    position: relative;
    z-index: 1;
    border: 1px solid #e5e5e5;
    background-color: #fff;
  }
  .blog-category-list-wrapper .categories ul {
    display: none;
    padding: 0 20px !important;
    margin: 0;
    border-top: 1px solid #e5e5e5;
  }
}

.blog-category-list-wrapper .category-title {
  margin-bottom: 25px;
}

.blog-category-list-wrapper .category-title--rp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .blog-category-list-wrapper .category-title--rp {
    display: block;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 0;
    color: #d4112f;
    background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23d5092b%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E") no-repeat 96% center;
    background-size: 12px;
    font-family: "Muli", sans-serif;
    font-size: 12px;
    line-height: 50px;
  }
}

.blog-category-list-wrapper .cat-item,
.blog-category-list-wrapper .cat-item-all {
  margin-bottom: 20px;
  color: #092153;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 1.2px;
  transition: color 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .blog-category-list-wrapper .cat-item,
  .blog-category-list-wrapper .cat-item-all {
    padding: 0 20px;
    margin: 0;
    opacity: 1;
    font-size: 11px;
    line-height: 40px;
  }
}

.blog-category-list-wrapper .cat-item.current-cat, .blog-category-list-wrapper .cat-item:hover,
.blog-category-list-wrapper .cat-item-all.current-cat,
.blog-category-list-wrapper .cat-item-all:hover {
  color: #092153;
}

.single-blog-content {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .single-blog-content {
    padding: 20px 15px;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .single-blog-content {
    max-width: 100%;
    padding: 20px;
    padding-bottom: 80px;
    flex-basis: 100%;
    order: 2;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .single-blog-content {
    max-width: 78%;
    padding: 40px;
    padding-bottom: 90px;
    flex-basis: 78%;
  }
}

@media screen and (min-width: 1280px) {
  .single-blog-content {
    max-width: 78%;
    padding: 40px;
    padding-bottom: 90px;
    flex-basis: 78%;
  }
}

@media screen and (min-width: 1550px) {
  .single-blog-content {
    padding: 60px;
    padding-bottom: 90px;
  }
}

.single-blog-content .date-category a {
  color: inherit;
}

.single-blog-content .blog-title {
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .single-blog-content .blog-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .single-blog-content .blog-title {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1279px) {
  .single-blog-content .blog-title {
    margin-bottom: 20px;
  }
}

.single-blog-content .author {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 1279px) {
  .single-blog-content .author {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .single-blog-content .author {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1550px) {
  .single-blog-content .author {
    margin-top: 80px;
  }
}

.single-blog-content .button--go-back {
  display: inline-block;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  min-width: 220px;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  border: 2px solid #d4112f;
  color: #d4112f;
  background-color: transparent;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 190px;
  padding-right: 20px;
  padding-left: 70px;
  border: 0;
}

@media screen and (max-width: 1279px) {
  .single-blog-content .button--go-back {
    font-size: 0.625rem;
    letter-spacing: 0.8px;
    transition: none;
  }
}

.single-blog-content .button--go-back:before {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background-color: #d4112f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 42 42%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M42 20H22V0h-2v20H0v2h20v20h2V22h20z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
  transition: background-color 0.3s;
}

@media screen and (max-width: 1279px) {
  .single-blog-content .button--go-back:before {
    transition: none;
  }
}

.single-blog-content .button--go-back:hover {
  border-color: #092153;
  color: #fff;
  background-color: #092153;
}

.single-blog-content .button--go-back:hover:before {
  background-color: #092153;
}

.single-blog-content .button--go-back:before {
  right: auto;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23fff%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M215.03 24.85L190.89 0 0 185.4l190.89 185.41 24.14-24.85L49.74 185.4 215.03 24.85z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 9px;
}

.single-blog-content .button--go-back:hover {
  color: #092153;
  background-color: transparent;
}

.contact-page-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .contact-page-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contact-page-wrapper .top-content {
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .contact-page-wrapper .top-content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .top-content {
    margin-bottom: 20px;
  }
}

.contact-page-wrapper .locality {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .contact-page-wrapper .locality {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .locality {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.contact-page-wrapper .locality:last-of-type {
  margin-bottom: 0;
}

.contact-page-wrapper .locality:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -60px;
  box-sizing: border-box;
  width: 3000px;
  height: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  content: '';
}

.contact-page-wrapper .offices {
  display: flex;
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .offices {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices {
    flex-direction: column;
  }
}

.contact-page-wrapper .offices .office {
  flex: none;
  max-width: 30%;
  flex-basis: 30%;
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .offices .office {
    max-width: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office {
    max-width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office:first-of-type {
    margin-top: 0;
  }
}

.contact-page-wrapper .offices .office:nth-of-type(2) {
  padding-right: 5%;
  padding-left: 5%;
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .offices .office:nth-of-type(2) {
    padding-right: 0;
    padding-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office:nth-of-type(2) {
    padding: 0;
  }
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .offices .office:nth-of-type(3) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office:nth-of-type(3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office.open {
    border-bottom: 0;
  }
}

.contact-page-wrapper .offices .office.open .office-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d4112f%22 viewBox%3D%220 0 42 42%22%3E%3Cpath d%3D%22M0 20h42v2H0z%22%2F%3E%3C%2Fsvg%3E");
}

.contact-page-wrapper .offices .office-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .contact-page-wrapper .offices .office-title {
    font-size: 1.5rem;
    line-height: 36px;
  }
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .offices .office-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office-title {
    position: relative;
    padding-right: 40px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 26px;
    cursor: pointer;
  }
}

.contact-page-wrapper .offices .office-title:before {
  position: absolute;
  top: 8px;
  right: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office-title:before {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d4112f%22 viewBox%3D%220 0 42 42%22%3E%3Cpath d%3D%22M42 20H22V0h-2v20H0v2h20v20h2V22h20z%22%2F%3E%3C%2Fsvg%3E");
    content: '';
  }
}

.contact-page-wrapper .offices .office-wrap {
  display: block;
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .offices .office-wrap {
    display: none;
  }
}

.contact-page-wrapper .contact-details .phone-number-wrap,
.contact-page-wrapper .contact-details .address-wrap,
.contact-page-wrapper .contact-details .hours-wrap {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background-color: #fff;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .contact-details .phone-number-wrap,
  .contact-page-wrapper .contact-details .address-wrap,
  .contact-page-wrapper .contact-details .hours-wrap {
    line-height: 24px;
  }
}

.contact-page-wrapper .contact-details .phone-number-wrap a,
.contact-page-wrapper .contact-details .address-wrap a,
.contact-page-wrapper .contact-details .hours-wrap a {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .contact-details .phone-number-wrap a,
  .contact-page-wrapper .contact-details .address-wrap a,
  .contact-page-wrapper .contact-details .hours-wrap a {
    line-height: 24px;
  }
}

.contact-page-wrapper .contact-details .phone-number-wrap a:hover,
.contact-page-wrapper .contact-details .address-wrap a:hover,
.contact-page-wrapper .contact-details .hours-wrap a:hover {
  color: #092153;
}

.contact-page-wrapper .contact-details .icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.contact-page-wrapper .contact-details .icon > svg {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .contact-details .address-wrap {
    height: auto !important;
  }
}

.contact-page-wrapper .contact-details .opening-hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .contact-details .opening-hours {
    height: auto !important;
  }
}

.contact-page-wrapper .contact-details .opening-hours > span {
  display: block;
}

.contact-page-wrapper .content {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .contact-page-wrapper .content {
    height: auto !important;
  }
}

.contact-page-wrapper .content ul:last-child {
  margin-bottom: 0;
}

.contact-page-wrapper .map {
  box-sizing: border-box;
  width: 100%;
  height: 305px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

@media screen and (max-width: 1279px) {
  .contact-page-wrapper .map {
    height: 250px;
  }
}

.contact-page-wrapper .map .map-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.home .front-page-hero-video {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 890px;
  background-color: #191919;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .home .front-page-hero-video {
    height: 830px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .home .front-page-hero-video {
    height: 560px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-hero-video {
    height: 438px;
  }
}

.home .front-page-hero-video:before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: #fff;
  content: '';
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .home .front-page-hero-video:before {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-hero-video:before {
    width: 20px;
  }
}

.home .front-page-hero-video .hero-content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  height: 100%;
  padding-top: 450px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .home .front-page-hero-video .hero-content {
    padding-top: 400px;
  }
}

@media screen and (max-width: 1279px) {
  .home .front-page-hero-video .hero-content {
    padding-top: 260px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-hero-video .hero-content {
    padding-top: 220px;
  }
}

.home .front-page-hero-video .hero-content .red-bar {
  position: absolute;
  top: 380px;
  right: 1140px;
  width: 3000px;
  height: 14px;
  background-color: #d4112f;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .home .front-page-hero-video .hero-content .red-bar {
    top: 350px;
    right: 865px;
  }
}

@media screen and (max-width: 1279px) {
  .home .front-page-hero-video .hero-content .red-bar {
    top: 213px;
    right: 60%;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-hero-video .hero-content .red-bar {
    top: 187px;
    right: initial;
    left: 0;
    width: 150px;
    height: 8px;
  }
}

.home .front-page-hero-video .hero-content .red-bar.fadeonview.off {
  opacity: 1;
  transform: translate(-800px, 0);
}

.home .front-page-hero-video .hero-content .hero-heading {
  display: block;
  max-width: 680px;
  margin: 0;
  margin-left: 100px;
  color: #fff;
  font-size: 5.625rem;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: -1.8px;
  transition: all 0.7s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 1279px) {
  .home .front-page-hero-video .hero-content .hero-heading {
    max-width: 450px;
    font-size: 3.75rem;
    line-height: 70px;
    letter-spacing: -1.2px;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-hero-video .hero-content .hero-heading {
    max-width: 260px;
    margin-left: 0;
    font-size: 2.125rem;
    line-height: 44px;
    letter-spacing: -0.7px;
  }
}

.home .front-page-hero-video .hero-content .hero-heading.fadeonview.off {
  opacity: 1;
  transform: translate(200px, 0);
}

.home .front-page-hero-video .hero-content .scroll-icon {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #d4112f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .home .front-page-hero-video .hero-content .scroll-icon {
    left: 45px;
  }
}

@media screen and (max-width: 1279px) {
  .home .front-page-hero-video .hero-content .scroll-icon {
    bottom: -25px;
    left: 72px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-hero-video .hero-content .scroll-icon {
    bottom: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}

.home .front-page-hero-video .hero-content .scroll-icon.fadeonview {
  transition-delay: 1s;
}

.home .front-page-hero-video .hero-content .scroll-icon.fadeonview.off {
  transform: translate(0, -100px);
}

.home .front-page-hero-video .video-container {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1279px) {
  .home .front-page-hero-video .video-container {
    display: none;
  }
}

.home .front-page-hero-video .video-container .hero-video {
  opacity: 0.8;
}

.home .front-page-hero-video .hero-video {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.home .front-page-hero-video .responsive-fallback-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .home .front-page-hero-video .responsive-fallback-bg {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-hero-video .responsive-fallback-bg {
    background-position: 61% 50%;
  }
}

.no-video .home .front-page-hero-video .responsive-fallback-bg {
  display: block;
}

.home .front-page-section-1 {
  padding-top: 150px;
  padding-bottom: 120px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .home .front-page-section-1 {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-1 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-1 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.home .front-page-section-1 .first-section-content-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .home .front-page-section-1 .first-section-content-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.home .front-page-section-1 .first-section-content-wrap .content,
.home .front-page-section-1 .first-section-content-wrap .image-wrap {
  flex: none;
  max-width: 48%;
  flex-basis: 48%;
  order: 5;
}

@media screen and (max-width: 1023px) {
  .home .front-page-section-1 .first-section-content-wrap .content,
  .home .front-page-section-1 .first-section-content-wrap .image-wrap {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}

@media screen and (max-width: 1023px) {
  .home .front-page-section-1 .first-section-content-wrap .content {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-1 .first-section-content-wrap .content {
    margin-bottom: 30px;
  }
}

.home .front-page-section-1 .first-section-content-wrap .content.fadeonview.off {
  transform: translate(0, 100px);
}

.home .front-page-section-1 .first-section-content-wrap .image-wrap {
  order: 1;
}

@media screen and (max-width: 767px) {
  .home .front-page-section-1 .first-section-content-wrap .image-wrap {
    position: relative;
    left: -20px;
    width: 100vw;
    max-width: 100vw;
  }
}

.home .front-page-section-1 .first-section-content-wrap .image-wrap.fadeonview.off {
  transform: translate(-100px, 0);
}

.home .front-page-section-2 .second-section-content-wrap {
  display: flex;
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
  justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .second-section-content-wrap {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .second-section-content-wrap {
    padding-top: 40px;
    padding-bottom: 120px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.home .front-page-section-2 .second-section-content-wrap:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -60px;
  box-sizing: border-box;
  width: 3000px;
  height: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  content: '';
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .second-section-content-wrap:before {
    left: -30px;
    width: 100vw;
  }
}

.home .front-page-section-2 .second-section-content-wrap .content-left,
.home .front-page-section-2 .second-section-content-wrap .content-right {
  flex: none;
  max-width: 48%;
  flex-basis: 48%;
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .second-section-content-wrap .content-left,
  .home .front-page-section-2 .second-section-content-wrap .content-right {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.home .front-page-section-2 .content-left .image-1-wrap {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .content-left .image-1-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .content-left .image-1-wrap {
    display: none;
  }
}

.home .front-page-section-2 .content-right {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .content-right {
    padding-top: 40px;
  }
}

.home .front-page-section-2 .icons-wrap {
  padding-bottom: 70px;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .icons-wrap {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .icons-wrap {
    padding-bottom: 30px;
  }
}

.home .front-page-section-2 .icons-wrap .icons-list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .icons-wrap .icons-list {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.home .front-page-section-2 .icons-wrap .icon {
  display: inline-block;
  flex: none;
  box-sizing: border-box;
  max-width: 23.5%;
  padding: 0;
  padding-top: 40px;
  padding-left: 20px;
  margin: 0;
  flex-basis: 23.5%;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .icons-wrap .icon {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 20px;
    flex-basis: auto;
  }
}

.home .front-page-section-2 .icons-wrap .icon:before {
  color: #e5e5e5;
  font-family: "Muli", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  content: "0" counter(step-counter);
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .icons-wrap .icon:before {
    display: none;
    content: none;
  }
}

.home .front-page-section-2 .icons-wrap .icon-image-wrap {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 18px;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .icons-wrap .icon-image-wrap {
    display: flex;
    height: 50px;
    margin-bottom: 0;
    align-items: center;
  }
}

.home .front-page-section-2 .icons-wrap svg {
  width: 120px;
  height: 80px;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .icons-wrap svg {
    width: 62px;
    height: 50px;
  }
}

.home .front-page-section-2 .icons-wrap .icon-caption {
  color: #d4112f;
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .home .front-page-section-2 .icons-wrap .icon-caption {
    display: inline-block;
    padding-left: 20px;
    text-align: left;
  }
}

.home .front-page-section-2 .second-column-images .image-wrap {
  margin-bottom: 60px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .home .front-page-section-2 .second-column-images .image-wrap {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .home .front-page-section-2 .second-column-images .image-wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .second-column-images .image-wrap {
    width: 100%;
    height: 288px;
    margin-bottom: 0;
  }
}

.home .front-page-section-2 .second-column-images .image-wrap:first-of-type {
  display: none;
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .second-column-images .image-wrap:first-of-type {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .second-column-images img {
    display: block;
    height: 100%;
    object-fit: cover;
  }
}

.home .front-page-section-2 .second-column-images .slick-arrow {
  left: auto !important;
  bottom: 9px;
}

.home .front-page-section-2 .second-column-images .slick-arrow.slick-next {
  right: 0;
}

.home .front-page-section-2 .second-column-images .slick-arrow.slick-prev {
  right: 50px;
}

@media screen and (max-width: 1023px) {
  .home .front-page-section-2 .second-column-images .slick-arrow.slick-prev {
    right: 46px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-page-section-2 .call-to-action-2 {
    position: absolute;
    bottom: 40px;
    left: 0;
  }
}

@media screen and (max-width: 1279px) {
  .home .front-page-team-photo {
    display: none;
  }
}

.home .front-page-team-photo .team-photo {
  display: block;
}

.archive.tax-inspiration-category .top-content {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1550px) {
  .archive.tax-inspiration-category .top-content {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .archive.tax-inspiration-category .top-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .archive.tax-inspiration-category .top-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .archive.tax-inspiration-category .top-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .archive.tax-inspiration-category .top-content {
    padding-top: 40px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.archive.tax-inspiration-category .top-content .content-left,
.archive.tax-inspiration-category .top-content .content-right {
  max-width: 47%;
  flex-basis: 47%;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .archive.tax-inspiration-category .top-content .content-left,
  .archive.tax-inspiration-category .top-content .content-right {
    max-width: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 1279px) {
  .archive.tax-inspiration-category .top-content .content-left,
  .archive.tax-inspiration-category .top-content .content-right {
    max-width: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 1023px) {
  .archive.tax-inspiration-category .top-content .content-left,
  .archive.tax-inspiration-category .top-content .content-right {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.archive.tax-inspiration-category .top-content .content-right {
  box-sizing: border-box;
  padding-right: 40px;
}

@media screen and (max-width: 1279px) {
  .archive.tax-inspiration-category .top-content .content-right {
    padding-right: 0;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .archive.tax-inspiration-category .top-content .content-right {
    padding-right: 0;
  }
}

.archive.tax-inspiration-category .sub-categories-list li,
.archive.tax-inspiration-category .gallery-list li {
  margin: 0;
}

.archive.tax-inspiration-category .sub-categories-list li:before,
.archive.tax-inspiration-category .gallery-list li:before {
  display: none;
  content: none;
}

.archive.tax-inspiration-category .inspiration-category-rp,
.archive.tax-inspiration-category .inspiration-sub-category-label {
  display: none;
}

@media screen and (max-width: 1023px) {
  .archive.tax-inspiration-category .inspiration-category-rp,
  .archive.tax-inspiration-category .inspiration-sub-category-label {
    display: block;
  }
}

.archive.tax-inspiration-category .inspiration-sub-category-label {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  line-height: 50px;
}

.archive.tax-inspiration-category .inspiration-sub-category-label:after {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23d5092b%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 12px;
  content: '';
}

.archive.tax-inspiration-category .sub-categories {
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 1550px) {
  .archive.tax-inspiration-category .sub-categories {
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 1279px) {
  .archive.tax-inspiration-category .sub-categories {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive.tax-inspiration-category .sub-categories {
    margin-bottom: 20px;
  }
}

.archive.tax-inspiration-category .sub-categories .sub-categories-list {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .archive.tax-inspiration-category .sub-categories .sub-categories-list {
    display: none;
    border: 1px solid #e5e5e5;
    transform: translateY(-1px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .archive.tax-inspiration-category .sub-categories .sub-categories-list {
    display: flex !important;
  }
}

@media screen and (min-width: 1280px) {
  .archive.tax-inspiration-category .sub-categories .sub-categories-list {
    display: flex !important;
  }
}

.archive.tax-inspiration-category .sub-categories .term-nav-link {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-right: 0;
  transition: background-color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 1023px) {
  .archive.tax-inspiration-category .sub-categories .term-nav-link {
    border: 0;
  }
}

.archive.tax-inspiration-category .sub-categories .term-nav-link a {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  padding: 20px 22px;
  transition: color 0.3s;
}

.archive.tax-inspiration-category .sub-categories .term-nav-link:last-of-type {
  border-right: 1px solid #e5e5e5;
}

.archive.tax-inspiration-category .sub-categories .term-nav-link.active {
  background-color: #d4112f;
}

.archive.tax-inspiration-category .sub-categories .term-nav-link.active a {
  color: #fff;
}

.archive.tax-inspiration-category .gallery-wrapper {
  padding-bottom: 100px;
  margin-right: -20px;
}

@media screen and (min-width: 1550px) {
  .archive.tax-inspiration-category .gallery-wrapper {
    margin-right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .archive.tax-inspiration-category .gallery-wrapper {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .archive.tax-inspiration-category .gallery-wrapper {
    padding-bottom: 25px;
  }
}

.archive.tax-inspiration-category .gallery-wrapper .gallery-list {
  margin: 0;
  transition: opacity 1s;
}

.archive.tax-inspiration-category .gallery-wrapper .gallery-list:after {
  display: table;
  clear: both;
  content: '';
}

.archive.tax-inspiration-category .gallery-wrapper .gallery-list:not(.chr-loaded) {
  opacity: 0;
}

.archive.tax-inspiration-category .gallery-item {
  box-sizing: border-box;
  padding: 0;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .archive.tax-inspiration-category .gallery-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .archive.tax-inspiration-category .gallery-item {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .archive.tax-inspiration-category .gallery-item {
    width: 33.333%;
  }
}

@media screen and (min-width: 1280px) {
  .archive.tax-inspiration-category .gallery-item {
    width: 33.333%;
  }
}

.archive.tax-inspiration-category .inner-item-wrap {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 1023px) {
  .archive.tax-inspiration-category .inner-item-wrap {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .archive.tax-inspiration-category .inner-item-wrap {
    height: 360px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .archive.tax-inspiration-category .inner-item-wrap {
    height: 340px;
  }
}

@media screen and (min-width: 1280px) {
  .archive.tax-inspiration-category .inner-item-wrap {
    height: 300px;
  }
}

@media screen and (min-width: 1550px) {
  .archive.tax-inspiration-category .inner-item-wrap {
    height: 320px;
  }
}

.archive.tax-inspiration-category .inner-item-wrap .item-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #c3c3c3;
}

@media screen and (max-width: 1279px) {
  .archive.tax-inspiration-category .inner-item-wrap .item-image-wrap {
    height: calc(100% - 100px);
  }
}

@media screen and (min-width: 1280px) {
  .archive.tax-inspiration-category .inner-item-wrap .item-image-wrap {
    height: 100%;
  }
}

.archive.tax-inspiration-category .inner-item-wrap .item-image-wrap .item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform: scale(1);
  will-change: transform;
}

.archive.tax-inspiration-category .inner-item-wrap .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 26px;
  transition: transform 0.5s;
  transform: translateY(0);
}

@media screen and (max-width: 1279px) {
  .archive.tax-inspiration-category .inner-item-wrap .item-content {
    display: flex;
    min-height: 100px;
    padding: 9px 20px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1280px) {
  .archive.tax-inspiration-category .inner-item-wrap .item-content {
    transform: translateY(100%);
  }
}

.archive.tax-inspiration-category .inner-item-wrap .item-title {
  display: block;
  margin: 0;
  color: #d4112f;
  font-size: inherit;
  font-weight: 700;
}

.archive.tax-inspiration-category .inner-item-wrap .item-description {
  margin: 0;
  margin-top: 2px;
  color: #191919;
}

.archive.tax-inspiration-category .inner-item-wrap .item-description p {
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .archive.tax-inspiration-category .inner-item-wrap:hover .item-content {
    transform: translateY(0);
  }
  .archive.tax-inspiration-category .inner-item-wrap:hover .item-image {
    transform: scale(1.1);
  }
}

.product-series-page-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1279px) {
  .product-series-page-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .product-series-page-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .product-series-page-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.product-series-page-wrapper .product-series-top-part {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.product-series-page-wrapper .product-series-top-part__title, .product-series-page-wrapper .product-series-top-part__description {
  flex-basis: 48%;
  max-width: 48%;
}

@media screen and (max-width: 1279px) {
  .product-series-page-wrapper .product-series-top-part__title, .product-series-page-wrapper .product-series-top-part__description {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.product-series-page-wrapper .product-series-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -1% 0;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-series-page-wrapper .product-series-item-list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .product-series-page-wrapper .product-series-item-list {
    margin: 30px auto 0;
    max-width: 300px;
  }
}

.product-series-page-wrapper .product-series-item-list .featured-image-wrapper {
  height: 13.5vw;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .product-series-page-wrapper .product-series-item-list .featured-image-wrapper {
    height: 260px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-series-page-wrapper .product-series-item-list .featured-image-wrapper {
    height: 23vw;
  }
}

@media screen and (max-width: 767px) {
  .product-series-page-wrapper .product-series-item-list .featured-image-wrapper {
    height: 230px;
  }
}

.product-series-page-wrapper .product-series-item-list .featured-image {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: transform 0.3s ease;
}

.product-series-page-wrapper .product-series-item-list .item-title {
  padding: 20px;
  margin-bottom: 0;
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.product-series-page-wrapper .product-series-item-list .single-item {
  flex-basis: 23%;
  max-width: 23%;
  margin: 0 1% 25px;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .product-series-page-wrapper .product-series-item-list .single-item {
    flex-basis: 31.3333%;
    max-width: 31.3333%;
  }
}

@media screen and (max-width: 767px) {
  .product-series-page-wrapper .product-series-item-list .single-item {
    flex-basis: 98%;
    max-width: 98%;
  }
}

.product-series-page-wrapper .product-series-item-list .single-item:hover .featured-image {
  transform: scale(1.2);
}

.product-page-wrap {
  background-color: #f6f6f6;
}

.product-page-wrap .product-content {
  display: flex;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  justify-content: space-between;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .product-page-wrap .product-content {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-content {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.product-page-wrap .product-content:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 55%;
  width: 3000px;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: #fff;
  content: '';
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-content:before {
    left: 53%;
  }
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-content:before {
    display: none;
    content: none;
  }
}

.product-page-wrap .product-content .right-content {
  box-sizing: border-box;
  padding-right: 40px;
  flex: none;
  flex-basis: 40%;
  order: 5;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-content .right-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-content .right-content {
    max-width: 44%;
    flex-basis: 44%;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-content .right-content {
    position: relative;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-basis: 100%;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-content .right-content {
    padding-top: 30px;
  }
}

.product-page-wrap .product-content .right-content:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  width: 100vw;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-content .right-content:before {
    display: block;
    content: '';
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-content .right-content:before {
    left: -20px;
  }
}

.product-page-wrap .product-content .prev-next-button-group {
  position: absolute;
  top: 50px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-content .prev-next-button-group {
    top: 30px;
    width: 42px;
  }
}

.product-page-wrap .product-content .prev-next-button-group > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  outline: none;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d4112f%22 viewBox%3D%220 0 215.03 370.81%22%3E%3Cpath d%3D%22M165.28 185.4L0 345.96l24.14 24.85L215.03 185.4 24.14 0 0 24.85 165.28 185.4z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}

.product-page-wrap .product-content .prev-next-button-group > a:first-of-type {
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-content .prev-next-button-group > a {
    display: block;
    width: 40px;
    height: 40px;
  }
}

.product-page-wrap .product-content .product-title-wrap {
  display: block;
  padding-right: 70px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: initial;
}

.product-page-wrap .product-content .product-title-wrap .term-description,
.product-page-wrap .product-content .product-title-wrap .title {
  display: block;
}

.product-page-wrap .product-content .term-name {
  display: none;
}

.product-page-wrap .product-content .spec-heading {
  color: #bebebe;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-page-wrap .product-content .call-to-action-links-wrapper a:first-of-type {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-page-wrap .product-content .product-gallery-wrapper {
  flex: none;
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
  order: 1;
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-content .product-gallery-wrapper {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    flex-basis: 100%;
    order: 10;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-content .product-gallery-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.iexplorer .product-page-wrap .product-content .product-gallery-wrapper {
  padding-right: 70px;
}

@media screen and (max-width: 1023px) {
  .iexplorer .product-page-wrap .product-content .product-gallery-wrapper {
    padding-right: 0;
  }
}

.product-page-wrap .product-content .product-gallery-wrapper .product-gallery-slider {
  width: 100%;
  height: 560px;
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-content .product-gallery-wrapper .product-gallery-slider {
    height: 484px;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-content .product-gallery-wrapper .product-gallery-slider {
    height: 55vw;
  }
}

.product-page-wrap .product-content .product-gallery-wrapper .product-image {
  width: 100%;
  height: 560px;
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-content .product-gallery-wrapper .product-image {
    height: 484px;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-content .product-gallery-wrapper .product-image {
    height: 55vw;
  }
}

.product-page-wrap .product-content .product-gallery-wrapper > a {
  display: block;
  height: 100%;
}

.product-page-wrap .product-content .product-gallery-wrapper .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.product-page-wrap .product-content .slick-arrow {
  left: auto !important;
  bottom: -50px;
}

.product-page-wrap .product-content .slick-arrow.slick-next {
  right: 0;
}

.product-page-wrap .product-content .slick-arrow.slick-prev {
  right: 50px;
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-content .slick-arrow.slick-prev {
    right: 46px;
  }
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-content .slick-arrow {
    bottom: -46px;
  }
}

.product-page-wrap .product-cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .product-page-wrap .product-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.product-page-wrap .product-cta-section .cta-flex-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-cta-section .cta-flex-container {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.product-page-wrap .product-cta-section .product-cta-left {
  flex: none;
  max-width: 48%;
  padding-top: 40px;
  flex-basis: 48%;
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-cta-section .product-cta-left {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-cta-section .product-cta-left {
    padding-bottom: 30px;
  }
}

.product-page-wrap .product-cta-section .product-cta-left a {
  margin-top: 0;
}

.product-page-wrap .product-cta-section .product-cta-right {
  flex: none;
  max-width: 50%;
  flex-basis: 50%;
}

@media screen and (max-width: 1279px) {
  .product-page-wrap .product-cta-section .product-cta-right {
    max-width: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 1023px) {
  .product-page-wrap .product-cta-section .product-cta-right {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-cta-section .product-cta-right {
    position: relative;
    left: -20px;
    max-width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .product-page-wrap .product-cta-section .product-cta-right figure {
    width: 100vw;
  }
}

.document-category-selection-bar ul {
  margin: 0;
}

.document-category-selection-bar .rp-selection-label {
  position: relative;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #d5d5d5;
  color: #d4112f;
  font-size: 12px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.document-category-selection-bar .rp-selection-label:before {
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  left: auto;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23d5092b%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
  content: '';
  transition: transform 0.3s ease;
}

@media screen and (min-width: 1280px) {
  .document-category-selection-bar .rp-selection-label {
    display: none;
  }
}

.document-category-selection-bar .category-list {
  border: 1px solid #d5d5d5;
}

@media screen and (min-width: 1280px) {
  .document-category-selection-bar .category-list {
    display: flex !important;
    height: 66px;
    border-left: 0;
  }
}

@media screen and (max-width: 1279px) {
  .document-category-selection-bar .category-list {
    display: none;
    border-top: 0;
  }
}

.document-category-selection-bar .category-list .category {
  position: relative;
  color: #d4112f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1280px) {
  .document-category-selection-bar .category-list .category {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 20px;
    padding-right: 35px;
    border-left: 1px solid #d5d5d5;
  }
  .document-category-selection-bar .category-list .category.selected {
    color: #fff;
    background-color: #d4112f;
  }
  .document-category-selection-bar .category-list .category.selected:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E");
  }
  .document-category-selection-bar .category-list .category.opened {
    color: #fff;
    background-color: #d4112f;
  }
  .document-category-selection-bar .category-list .category.opened:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E");
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 1279px) {
  .document-category-selection-bar .category-list .category {
    padding: 15px 20px;
    line-height: 1.2;
  }
  .document-category-selection-bar .category-list .category:not(:last-of-type) {
    border-bottom: 1px solid #d5d5d5;
  }
}

.document-category-selection-bar .category-list .category:before {
  top: 0;
  right: 18px;
  bottom: 0;
  left: auto;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 370.81 215.03%22%3E%3Cpath fill%3D%22%23d5092b%22 d%3D%22M24.85 0L0 24.14l185.4 190.89L370.81 24.14 345.96 0 185.4 165.28 24.85 0z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1279px) {
  .document-category-selection-bar .category-list .category:before {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .document-category-selection-bar .category-list .category.has-state .category-label {
    display: none;
  }
}

.document-category-selection-bar .category-list .category:not(.has-state):before {
  display: none;
}

@media screen and (min-width: 1280px) {
  .document-category-selection-bar .states-list {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: -1px;
    left: -1px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1279px) {
  .document-category-selection-bar .states-list {
    display: block !important;
    margin: -5px 0;
  }
}

.document-category-selection-bar .states-list .state {
  padding-left: 20px;
  color: #d4112f;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 11 11%22%3E%3Ccircle cx%3D%225.5%22 cy%3D%229.5%22 r%3D%225%22 fill%3D%22none%22 stroke%3D%22%23D5D5D5%22 transform%3D%22translate(0 -4)%22%2F%3E%3C%2Fsvg%3E") no-repeat left 12px;
  background-size: 11px 11px;
}

@media screen and (max-width: 1279px) {
  .document-category-selection-bar .states-list .state {
    padding: 5px 0;
    background: none;
    line-height: 1.5;
  }
}

.document-category-selection-bar .states-list .state.selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 11 11%22%3E%3Ccircle cx%3D%225.5%22 cy%3D%229.5%22 r%3D%223.5%22 fill%3D%22none%22 stroke%3D%22%23D3122E%22 stroke-width%3D%224%22 transform%3D%22translate(0 -4)%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1279px) {
  .document-category-selection-bar .states-list .state.selected {
    background: none;
  }
}

.document-category-selection-bar .states-list .state:before {
  display: none;
}

@media screen and (min-width: 1280px) {
  .document-category-selection-bar .states-list .rp-state-label {
    display: none;
  }
}

.resources-list-module .resources {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: -1px;
  margin-left: -1px;
  flex-wrap: wrap;
}

.resources-list-module .resource {
  flex: none;
  box-sizing: border-box;
  max-width: calc(50% - 1px);
  padding: 0;
  margin: 0;
  margin-top: 1px;
  margin-left: 1px;
  outline: 1px solid #d5d5d5;
  flex-basis: calc(50% - 1px);
}

@media screen and (max-width: 1023px) {
  .resources-list-module .resource {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.resources-list-module .resource:before {
  display: none;
  content: none;
}

.resources-list-module .resource a {
  color: #d4112f;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 19px 21px;
  padding-right: 45px;
  background-color: #fff;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .resources-list-module .resource a {
    font-size: 0.625rem;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .resources-list-module .resource a {
    padding: 16px 18px;
    padding-right: 40px;
  }
}

.resources-list-module .resource a:after {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 63.92 57.73%22%3E%3Cpath fill%3D%22%23d5d5d5%22 d%3D%22M63.92 38.73a2.44 2.44 0 0 0-4.87 0v14.12H4.87V38.73a2.44 2.44 0 0 0-4.87 0v15.54a2.39 2.39 0 0 0 .1.51 2.47 2.47 0 0 0-.1.51 2.43 2.43 0 0 0 2.42 2.44h59.06a2.43 2.43 0 0 0 2.44-2.42 2.28 2.28 0 0 0-.1-.51 2.27 2.27 0 0 0 .1-.51z%22%2F%3E%3Cpath fill%3D%22%23d5d5d5%22 d%3D%22M32.11-.03a2.44 2.44 0 0 0-2.44 2.4v35.6l-10.6-10.6a2.432 2.432 0 0 0-3.44 3.44l14.76 14.77a2.44 2.44 0 0 0 3.44 0L48.6 30.82a2.432 2.432 0 0 0-3.44-3.44L34.54 37.97V2.4a2.43 2.43 0 0 0-2.43-2.43z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (max-width: 1279px) {
  .resources-list-module .resource a:after {
    top: 18px;
    transform: scale(0.9);
    transform-origin: 100% 0;
  }
}

@media screen and (max-width: 767px) {
  .resources-list-module .resource a:after {
    top: 15px;
    transform: scale(0.85);
  }
}

.resources-list-module .resource a:hover {
  color: #092153;
}

.resources-list-module .resource a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 63.92 57.73%22%3E%3Cpath fill%3D%22%23092153%22 d%3D%22M63.92 38.73a2.44 2.44 0 0 0-4.87 0v14.12H4.87V38.73a2.44 2.44 0 0 0-4.87 0v15.54a2.39 2.39 0 0 0 .1.51 2.47 2.47 0 0 0-.1.51 2.43 2.43 0 0 0 2.42 2.44h59.06a2.43 2.43 0 0 0 2.44-2.42 2.28 2.28 0 0 0-.1-.51 2.27 2.27 0 0 0 .1-.51z%22%2F%3E%3Cpath fill%3D%22%23092153%22 d%3D%22M32.11-.03a2.44 2.44 0 0 0-2.44 2.4v35.6l-10.6-10.6a2.432 2.432 0 0 0-3.44 3.44l14.76 14.77a2.44 2.44 0 0 0 3.44 0L48.6 30.82a2.432 2.432 0 0 0-3.44-3.44L34.54 37.97V2.4a2.43 2.43 0 0 0-2.43-2.43z%22%2F%3E%3C%2Fsvg%3E");
}

.resources-list-module .resource.resource-type-link a:after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23d5d5d5%22 viewBox%3D%220 0 22.924 22.924%22%3E%3Cpath d%3D%22M22.924 15.206c0 .619-.508 1.111-1.127 1.111a1.104 1.104 0 0 1-1.111-1.111V3.825L1.909 22.603a1.14 1.14 0 0 1-1.587 0 1.14 1.14 0 0 1 0-1.587L19.099 2.254H7.734c-.619 0-1.127-.508-1.127-1.127S7.115 0 7.734 0h14.063c.619 0 1.127.508 1.127 1.127v14.079z%22%2F%3E%3C%2Fsvg%3E");
}

.resources-list-module .resource.resource-type-link a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 fill%3D%22%23092153%22 viewBox%3D%220 0 22.924 22.924%22%3E%3Cpath d%3D%22M22.924 15.206c0 .619-.508 1.111-1.127 1.111a1.104 1.104 0 0 1-1.111-1.111V3.825L1.909 22.603a1.14 1.14 0 0 1-1.587 0 1.14 1.14 0 0 1 0-1.587L19.099 2.254H7.734c-.619 0-1.127-.508-1.127-1.127S7.115 0 7.734 0h14.063c.619 0 1.127.508 1.127 1.127v14.079z%22%2F%3E%3C%2Fsvg%3E");
}

.page-template-tech-downloads .module-wrapper {
  padding-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .page-template-tech-downloads .module-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.asymmetric-columns-module .inner-asymetric-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .asymmetric-columns-module .inner-asymetric-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.asymmetric-columns-module .content-left {
  max-width: 30%;
  flex-basis: 30%;
}

@media screen and (max-width: 1023px) {
  .asymmetric-columns-module .content-left {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.asymmetric-columns-module .content-right {
  max-width: 65%;
  flex-basis: 65%;
}

@media screen and (max-width: 1023px) {
  .asymmetric-columns-module .content-right {
    max-width: 100%;
    padding-top: 20px;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .asymmetric-columns-module .content-right {
    padding-top: 10px;
  }
}

.asymmetric-columns-module.content-on-left .content-left {
  max-width: 65%;
  flex-basis: 65%;
}

@media screen and (max-width: 1023px) {
  .asymmetric-columns-module.content-on-left .content-left {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.asymmetric-columns-module.content-on-left .content-right {
  max-width: 30%;
  flex-basis: 30%;
}

@media screen and (max-width: 1023px) {
  .asymmetric-columns-module.content-on-left .content-right {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.partner-logos-module {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1279px) {
  .partner-logos-module {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .partner-logos-module {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.partner-logos-module .partners-section-wrap {
  display: block;
}

.partner-logos-module .partners-section-wrap:after {
  display: table;
  clear: both;
  content: '';
}

.partner-logos-module .partners-section-wrap .content-left {
  float: left;
  width: 20%;
  margin-top: -5px;
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .partner-logos-module .partners-section-wrap .content-left {
    width: 23%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .partner-logos-module .partners-section-wrap .content-left {
    width: 35%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .partner-logos-module .partners-section-wrap .content-left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.partner-logos-module .partners-section-wrap .content-left blockquote {
  margin-bottom: 0;
}

.partner-logos-module .partners-section-wrap .partners-wrapper {
  display: block;
  float: right;
  box-sizing: border-box;
  width: calc(75% + 2px);
}

@media screen and (min-width: 1280px) and (max-width: 1549px) {
  .partner-logos-module .partners-section-wrap .partners-wrapper {
    width: calc(74% + 2px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .partner-logos-module .partners-section-wrap .partners-wrapper {
    width: calc(60% + 2px);
  }
}

@media screen and (max-width: 767px) {
  .partner-logos-module .partners-section-wrap .partners-wrapper {
    width: 100%;
  }
}

.partner-logos-module .partners-section-wrap .slick-list {
  border-left: 2px solid #d4112f;
}

@media screen and (max-width: 1279px) {
  .partner-logos-module .partners-section-wrap .slick-list {
    border-bottom: 2px solid #d4112f;
  }
}

.partner-logos-module .partners-section-wrap .logo {
  box-sizing: border-box;
  padding: 0;
  padding: 20px;
  margin: 0;
  border: 2px solid #d4112f;
  border-left: 0;
}

@media screen and (max-width: 1279px) {
  .partner-logos-module .partners-section-wrap .logo {
    padding: 10px;
    border-bottom: 0;
  }
}

.partner-logos-module .partners-section-wrap .logo .image-wrap {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
}

.partner-logos-module .partners-section-wrap .logo .image {
  width: 100%;
  max-width: 140px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.iexplorer .partner-logos-module .slick-arrow {
  bottom: 9px;
}

.slider-module .slider-module-slider {
  width: 100%;
}

.slider-module .slider-module-slider .inner-item-wrap {
  position: relative;
}

.slider-module .slider-module-slider .slider-item {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 1279px) {
  .slider-module .slider-module-slider .slider-item {
    height: 484px;
  }
}

@media screen and (max-width: 767px) {
  .slider-module .slider-module-slider .slider-item {
    height: 55vw;
  }
}

.slider-module .slider-module-slider .item-link {
  width: 100%;
  height: 100%;
  color: #191919;
}

.slider-module .slider-module-slider .inner-item-wrap,
.slider-module .slider-module-slider .item-image-wrap {
  height: 100%;
}

.slider-module .slider-module-slider .item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider-module .slider-module-slider .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 25px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  line-height: 28px;
}

.slider-module .slick-arrow {
  left: auto !important;
  bottom: 9px;
}

.slider-module .slick-arrow.slick-next {
  right: 0;
}

.slider-module .slick-arrow.slick-prev {
  right: 50px;
}

@media screen and (max-width: 1023px) {
  .slider-module .slick-arrow.slick-prev {
    right: 46px;
  }
}

.text-with-image-module .inner-text-with-image-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .text-with-image-module .inner-text-with-image-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.text-with-image-module .inner-text-with-image-container .text-content,
.text-with-image-module .inner-text-with-image-container .image-wrap {
  flex: none;
  max-width: 48%;
  flex-basis: 48%;
  order: 5;
}

@media screen and (max-width: 1023px) {
  .text-with-image-module .inner-text-with-image-container .text-content,
  .text-with-image-module .inner-text-with-image-container .image-wrap {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .text-with-image-module .inner-text-with-image-container .image-wrap {
    position: relative;
    left: -30px;
    width: 100vw;
    max-width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .text-with-image-module .inner-text-with-image-container .image-wrap {
    left: -20px;
  }
}

.text-with-image-module.has-heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.text-with-image-module.has-heading .inner-text-with-image-container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .text-with-image-module.has-heading .inner-text-with-image-container {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .text-with-image-module.has-heading .inner-text-with-image-container {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.text-with-image-module.has-heading .inner-text-with-image-container:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -60px;
  box-sizing: border-box;
  width: 3000px;
  height: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  content: '';
}

.text-with-image-module .icon-heading-wrap {
  display: flex;
  min-height: 75px;
  margin-bottom: 60px;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .text-with-image-module .icon-heading-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-with-image-module .icon-heading-wrap {
    top: 15px;
  }
}

.text-with-image-module .icon-heading-wrap .heading-icon {
  flex: none;
  max-width: 75px;
  flex-basis: 75px;
}

@media screen and (max-width: 1279px) {
  .text-with-image-module .icon-heading-wrap .heading-icon {
    max-width: 60px;
    flex-basis: 60px;
  }
}

@media screen and (max-width: 767px) {
  .text-with-image-module .icon-heading-wrap .heading-icon {
    max-width: 45px;
    flex-basis: 45px;
  }
}

.text-with-image-module .icon-heading-wrap h2 {
  display: inline-block;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 35px;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .text-with-image-module .icon-heading-wrap h2 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .text-with-image-module .icon-heading-wrap h2 {
    padding-left: 15px;
  }
}

@media screen and (max-width: 349px) {
  .text-with-image-module .icon-heading-wrap h2 {
    max-width: 220px;
  }
}

@media screen and (max-width: 1279px) {
  .text-with-image-module .text-content {
    position: initial;
  }
}

.text-with-image-module .text-content.fadeonview.off {
  transform: translate(-100px);
}

.text-with-image-module .image-wrap.fadeonview.off {
  transform: translate(100px, 0);
}

.text-with-image-module.image-position-left .text-content.fadeonview.off {
  transform: translate(100px);
}

.text-with-image-module.image-position-left .image-wrap {
  order: 1;
}

.text-with-image-module.image-position-left .image-wrap.fadeonview.off {
  transform: translate(-100px, 0);
}

@media screen and (max-width: 1023px) {
  .text-with-image-module.image-position-top .image-wrap {
    margin-bottom: 40px;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .text-with-image-module.image-position-top .image-wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .text-with-image-module.image-position-bottom .image-wrap {
    margin-top: 40px;
    order: 20;
  }
}

@media screen and (max-width: 767px) {
  .text-with-image-module.image-position-bottom .image-wrap {
    margin-top: 30px;
  }
}

.two-column-content-module .inner-two-column-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .two-column-content-module .inner-two-column-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.two-column-content-module .content-left,
.two-column-content-module .content-right {
  flex: none;
  max-width: 48%;
  flex-basis: 48%;
}

@media screen and (max-width: 1023px) {
  .two-column-content-module .content-left,
  .two-column-content-module .content-right {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .two-column-content-module .content-right {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .two-column-content-module .content-right {
    padding-top: 30px;
  }
}

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