.tcm-header {
  position: relative; }
  .tcm-header .header-toolbar {
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #F1F1F1;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #7E7E7E; }
    .tcm-header .header-toolbar strong {
      margin-right: 10px;
      color: #F05323; }
    .tcm-header .header-toolbar a {
      margin-left: 10px;
      padding: 5px 10px;
      display: inline-block;
      background-color: #F05323;
      font-size: 8px;
      color: #fff; }
      .tcm-header .header-toolbar a:hover {
        background-color: #0a0a0a; }

.header-branding-and-menu {
  padding: 0 30px;
  height: 87px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .header-branding-and-menu .branding {
    display: block;
    margin-right: 30px; }
    .header-branding-and-menu .branding svg, .header-branding-and-menu .branding .st0 {
      width: 180px;
      fill: #F05323; }
  .header-branding-and-menu .header-col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    .header-branding-and-menu .header-col ul {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .header-branding-and-menu .header-col ul li a {
        font-family: Roboto,sans-serif; }
      .header-branding-and-menu .header-col ul li .sub-menu {
        display: none; }
    .header-branding-and-menu .header-col .header-menu-primary li {
      margin-right: 20px; }
      .header-branding-and-menu .header-col .header-menu-primary li a {
        font-size: 18px;
        font-weight: 500;
        color: #F05323; }
    .header-branding-and-menu .header-col .header-menu-secondary li {
      margin-left: 20px; }
      .header-branding-and-menu .header-col .header-menu-secondary li a {
        font-size: 16px;
        color: #7C7C7C; }
  .header-branding-and-menu .language-menu.desktop .masthead__language {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 20px;
    overflow: initial;
    position: relative;
    padding: 10px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .header-branding-and-menu .language-menu.desktop .masthead__localization-menu {
    width: 40px;
    left: 8px !important;
    top: 50px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.39); }
  .header-branding-and-menu .language-menu.desktop .masthead__localization-menu.active {
    opacity: 1;
    z-index: 999; }
    .header-branding-and-menu .language-menu.desktop .masthead__localization-menu.active .masthead__region-list-item {
      display: none; }
  .header-branding-and-menu .masthead__search,
  .header-branding-and-menu .masthead__search.active {
    height: 30px;
    margin-left: 20px;
    background-image: url("/wp-content/uploads/2020/06/search-icon.svg");
    opacity: 1; }
  .header-branding-and-menu .masthead__mobile-search-form {
    padding: 0; }
  .header-branding-and-menu .masthead__mobile-search-form form input[type=search] {
    width: 100%;
    padding: 8px 30px 8px 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 0; }
  .header-branding-and-menu .masthead__mobile-search-form form input[type=submit],
  .header-branding-and-menu .masthead__search-form form input[type=submit] {
    background-image: url("/wp-content/uploads/2020/06/search-icon.svg");
    opacity: 1;
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 9px; }
  .header-branding-and-menu a.close-search-button {
    display: block;
    position: absolute;
    top: 8px;
    right: 40px; }
    .header-branding-and-menu a.close-search-button img {
      width: 20px; }
  .header-branding-and-menu .masthead__mobile-search-form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  .header-branding-and-menu .mobile-header-menu {
    display: none; }
  @media screen and (max-width: 1024px) {
    .header-branding-and-menu .header-col ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .header-branding-and-menu .header-menu-primary.desktop,
    .header-branding-and-menu .header-menu-secondary.desktop,
    .header-branding-and-menu .language-menu.desktop,
    .header-branding-and-menu .masthead__search.desktop,
    .header-branding-and-menu .masthead__mobile-search-form.desktop {
      display: none !important; }
    .header-branding-and-menu .mobile-header-menu {
      display: block; }
      .header-branding-and-menu .mobile-header-menu .menu-container {
        display: none;
        width: 325px;
        position: absolute;
        top: 57px;
        right: 0;
        background-color: #F6F9FA;
        z-index: 20; }
        .header-branding-and-menu .mobile-header-menu .menu-container .wrapper {
          padding: 20px;
          border-bottom: 1px solid #CED2D9; }
        .header-branding-and-menu .mobile-header-menu .menu-container .search .search-form {
          position: relative; }
          .header-branding-and-menu .mobile-header-menu .menu-container .search .search-form label {
            display: block;
            position: relative; }
            .header-branding-and-menu .mobile-header-menu .menu-container .search .search-form label input {
              width: 100%;
              padding: 9px 40px 9px 9px;
              border: 1px solid #ccc; }
          .header-branding-and-menu .mobile-header-menu .menu-container .search .search-form .search-submit {
            position: absolute;
            top: 0;
            right: 0;
            width: 32px;
            height: 37px;
            border: 0;
            background-color: transparent;
            background-image: url("/wp-content/uploads/2020/06/search-icon.svg");
            background-repeat: no-repeat;
            background-position: 5px 8px;
            background-size: 56%; }
        .header-branding-and-menu .mobile-header-menu .menu-container .navigation li {
          margin-left: 0;
          margin-right: 0;
          position: relative; }
          .header-branding-and-menu .mobile-header-menu .menu-container .navigation li .expand-btn {
            width: 18px;
            height: 18px;
            position: absolute;
            top: 10px;
            right: 0;
            z-index: 5; }
          .header-branding-and-menu .mobile-header-menu .menu-container .navigation li a {
            display: block;
            padding: 10px 0;
            position: relative; }
          .header-branding-and-menu .mobile-header-menu .menu-container .navigation li .expand {
            display: block; }
        .header-branding-and-menu .mobile-header-menu .menu-container .navigation .sub-menu li a {
          font-size: 16px !important;
          border-left: 1px solid #ccc;
          padding-left: 20px !important; }
        .header-branding-and-menu .mobile-header-menu .menu-container .masthead__language .masthead__locale-name {
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          color: #7C7C7C;
          overflow: initial; }
        .header-branding-and-menu .mobile-header-menu .menu-container .masthead__localization-menu {
          padding-left: 0;
          background-color: transparent;
          text-align: left;
          margin-top: 16px;
          border-top: 1px solid #ccc;
          border-radius: 0; }
          .header-branding-and-menu .mobile-header-menu .menu-container .masthead__localization-menu .masthead__region {
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 5px;
            padding-left: 0; }
            .header-branding-and-menu .mobile-header-menu .menu-container .masthead__localization-menu .masthead__region a .masthead__locale {
              float: none;
              margin: 0; }
            .header-branding-and-menu .mobile-header-menu .menu-container .masthead__localization-menu .masthead__region a .masthead__region-list-item {
              display: inline-block;
              font-size: 14px;
              color: #7C7C7C;
              text-transform: none; } }
  @media screen and (max-width: 425px) {
    .header-branding-and-menu .mobile-header-menu .menu-container {
      width: 425px;
      right: -30px; } }
  @media screen and (max-width: 375px) {
    .header-branding-and-menu .mobile-header-menu .menu-container {
      width: 375px;
      right: -30px; } }
  @media screen and (max-width: 320px) {
    .header-branding-and-menu .mobile-header-menu .menu-container {
      width: 320px;
      right: -30px; } }

@media screen and (max-width: 640px) {
  .header-toolbar {
    background-color: #f05323 !important;
    color: #fff !important; }
    .header-toolbar strong {
      color: #fff !important; }
    .header-toolbar a {
      color: #f05323 !important;
      background-color: #fff !important; }
    .header-toolbar .hide-on-mobile {
      display: none; } }

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/*# sourceMappingURL=tcm-styles.css.map */