.tabs .cmp-tabs .cmp-tabs__tablist {
  justify-content: center;
  margin-bottom: 0; }

.tabs .cmp-tabs .cmp-tabs__tab {
  font-size: 1rem;
  line-height: 1.55rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  height: 52px;
  transition: all, 150ms linear;
  border-bottom: 4px solid transparent;
  font-weight: 600;
  text-align: center; }
  .tabs .cmp-tabs .cmp-tabs__tab:hover, .tabs .cmp-tabs .cmp-tabs__tab:active, .tabs .cmp-tabs .cmp-tabs__tab:focus {
    border-color: rgba(73, 176, 242, 0.5);
    outline: none; }
  @media screen and (min-width: 861px) {
    .tabs .cmp-tabs .cmp-tabs__tab {
      flex-basis: 286px; } }

.tabs .cmp-tabs .cmp-tabs__tab--active, .tabs .cmp-tabs .cmp-tabs__tab--active:hover, .tabs .cmp-tabs .cmp-tabs__tab--active:active, .tabs .cmp-tabs .cmp-tabs__tab--active:focus {
  border-color: var(--custom-theme-color);
  outline: none; }

/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}


* {
  box-sizing: border-box; }

/* ======
Hide Text from screen, but not screen readers
.cq versions are for Adobe Core Components
====== */
.assistText,
.cq-wcm-foundation-aria-description,
.cq-wcm-foundation-aria-visuallyhidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px; }

.button-playvideo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  .button-playvideo:after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  .button-playvideo.button-playvideo72 {
    width: 72px;
    height: 72px; }

.lighttheme .button-playvideo {
  background: rgba(50, 50, 50, 0.9); }
  .lighttheme .button-playvideo:after {
    border-left: 10px solid white; }
    .lighttheme .button-playvideo:after:hover {
      border-left: 9px solid white; }
  .lighttheme .button-playvideo:hover {
    background: #0079c1; }
  .lighttheme .button-playvideo.button-playvideo72:after {
    border-left: 13px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }

.darktheme .button-playvideo {
  background: rgba(255, 255, 255, 0.9); }
  .darktheme .button-playvideo:after {
    border-left: 10px solid #323232; }
    .darktheme .button-playvideo:after:hover {
      border-left: 9px solid #323232; }
  .darktheme .button-playvideo:hover {
    background: #0079c1; }
    .darktheme .button-playvideo:hover:after {
      border-left: 10px solid white; }
  .darktheme .button-playvideo.button-playvideo72:hover {
    background: #0079c1; }
    .darktheme .button-playvideo.button-playvideo72:hover:after {
      border-left: 13px solid white; }
  .darktheme .button-playvideo.button-playvideo72:after {
    border-left: 13px solid #323232;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }

.btn-nobg {
  background: none; }

.btn {
  position: relative;
  transition: all .25s ease-in-out;
  text-align: center; }
  .btn.btn-black {
    background: #4c4c4c;
    border: thin solid #4c4c4c; }
    .btn.btn-black:hover {
      background: #000;
      border: thin solid #000; }
  .btn.btn-white {
    background: rgba(255, 255, 255, 0.9);
    border: none; }
    .btn.btn-white:hover {
      background: white;
      border: none; }
  .btn.btn-blue {
    background: #56a5d8;
    border: none;
    color: #323232; }
    .btn.btn-blue:hover {
      background: #bcdaed;
      border: none;
      color: #323232; }
  .btn-hero {
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
  .btn-hero-black {
    background: #4c4c4c;
    border: none;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-black:hover {
      background: #000; }
  .btn-hero-white {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #323232;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-white:hover {
      background: white;
      color: #323232; }
  .btn-hero-blue {
    background: #56a5d8;
    border: none;
    color: #323232;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-blue:hover {
      background: #bcdaed;
      color: #323232; }
  .btn-animated-border {
    background: transparent;
    color: #0079c1;
    transition: all .15s ease-in-out; }
    .btn-animated-border:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #005e95;
      color: #005e95; }
    .btn-animated-border.btn-small:hover {
      box-shadow: inset 0 0 0 2px #005e95; }
  .btn-animated-border-black {
    background: transparent;
    border: thin solid #4c4c4c;
    color: #323232;
    transition: all .25s ease-in-out; }
    .btn-animated-border-black:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #4c4c4c;
      color: #4c4c4c;
      border: thin solid #4c4c4c; }
    .btn-animated-border-black.btn-small-black:hover {
      box-shadow: inset 0 0 0 2px #4c4c4c; }
  .btn-animated-border-white {
    background: transparent;
    border: thin solid #ffffff;
    color: #ffffff;
    transition: all .15s ease-in-out; }
    .btn-animated-border-white:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #ffffff;
      color: #ffffff;
      border: thin solid #ffffff; }
    .btn-animated-border-white.btn-small-white:hover {
      box-shadow: inset 0 0 0 2px #ffffff; }
  .btn-animated-border-blue {
    background: transparent;
    border: thin solid #56a5d8;
    color: #56a5d8;
    transition: all .15s ease-in-out; }
    .btn-animated-border-blue:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #56a5d8;
      color: #56a5d8;
      border: thin solid #56a5d8; }
    .btn-animated-border-blue.btn-small-blue:hover {
      box-shadow: inset 0 0 0 2px #56a5d8; }
  .btn-animated-border-bottom {
    background: transparent;
    color: #0079c1;
    border: none; }
    .btn-animated-border-bottom::after {
      content: "";
      border-bottom: 1px solid #005e95;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom:hover {
      background: transparent;
      color: #005e95; }
      .btn-animated-border-bottom:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-black {
    background: transparent;
    color: #000;
    border: none; }
    .btn-animated-border-bottom-black::after {
      content: "";
      border-bottom: 1px solid #4c4c4c;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-black:hover {
      background: transparent;
      color: #000; }
      .btn-animated-border-bottom-black:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-white {
    background: transparent;
    color: #ffffff;
    border: none; }
    .btn-animated-border-bottom-white::after {
      content: "";
      border-bottom: 1px solid #ffffff;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-white:hover {
      background: transparent;
      color: #fff; }
      .btn-animated-border-bottom-white:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-blue {
    background: transparent;
    color: #0079c1;
    border: none; }
    .btn-animated-border-bottom-blue::after {
      content: "";
      border-bottom: 1px solid #0079c1;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-blue:hover {
      background: transparent;
      color: #0079c1; }
      .btn-animated-border-bottom-blue:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-custom-light-blue {
    background: transparent;
    color: #49b0f2;
    border: none; }
    .btn-animated-border-bottom-custom-light-blue::after {
      content: "";
      border-bottom: 1px solid #49b0f2;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-custom-light-blue:hover {
      background: transparent;
      color: #74c6ff; }
      .btn-animated-border-bottom-custom-light-blue:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-all {
    border: thin solid #cccccc;
    box-sizing: border-box;
    color: #595959;
    display: block;
    float: left;
    font-size: 0.85rem;
    line-height: 1.2;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
    padding: 20px 50px;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    .btn-animated-border-all::before, .btn-animated-border-all::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      transition: all .20s ease-in-out; }
    .btn-animated-border-all::before {
      left: 0px;
      top: 0px;
      border-top: thin solid transparent;
      border-left: thin solid transparent; }
    .btn-animated-border-all::after {
      right: 0px;
      bottom: 0px;
      border-right: thin solid transparent;
      border-bottom: thin solid transparent; }
    .btn-animated-border-all:hover {
      border: solid 1px #56a5d8; }
      .btn-animated-border-all:hover .right-arrow-blue {
        fill: #0079c1;
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
    .btn-animated-border-all .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: -5px;
      fill: #0079c1;
      visibility: hidden;
      opacity: 0;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }

/* test v.1 */
.play-video {
  background: rgba(50, 50, 50, 0.9);
  border-radius: 100%;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 5;
  transition: all .25s ease-out; }
  .play-video:after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid white;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
    .play-video:after:hover {
      border-left: 9px solid #ffffff; }
  .play-video:hover {
    background: #0079c1; }

/*-------------------
---Esri Sub Modal----
-------------------*/
.co3-modal {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 999999;
  /* 16x9 Aspect Ratio */
  /* 4x3 Aspect Ratio */ }
  @media (min-width: 1024px) {
    .co3-modal {
      height: 100vh; } }
  .co3-modal-box {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 80%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%; }
    @media (min-width: 1024px) {
      .co3-modal-box {
        width: 65%; } }
    .co3-modal-box .loader.is-active {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 50%); }
    .co3-modal-box .icon-ui-close {
      background: rgba(255, 255, 255, 0.7);
      border-radius: 100%;
      color: #273a59;
      float: right;
      font-size: 18px;
      height: 25px;
      margin-right: -20px;
      margin-top: -25px;
      padding: 10px;
      position: relative;
      transition: all .15s ease-in-out;
      text-align: center;
      width: 25px;
      z-index: 10; }
      .co3-modal-box .icon-ui-close::before {
        padding: 0; }
      .co3-modal-box .icon-ui-close:hover {
        background: rgba(0, 121, 193, 0.9);
        color: #ffffff;
        cursor: pointer; }
  .co3-modal .iframe-container {
    position: relative;
    height: 100%; }
    @media (min-width: 1024) {
      .co3-modal .iframe-container {
        height: 0; } }
  @media (min-width: 1024) {
    .co3-modal .iframe-container-16x9 {
      padding-bottom: 55%; } }
  @media (min-width: 1024) {
    .co3-modal .iframe-container-4x3 {
      padding-bottom: 75%; } }
  .co3-modal .iframe-container iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 1024) {
      .co3-modal .iframe-container iframe {
        height: auto; } }

/*-------------------
------Co3 Modal------
-------------------*/
.co3-modal {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 999999; }
  @media (min-width: 1024px) {
    .co3-modal {
      height: 100vh; } }
  .co3-modal-box {
    background: transparent;
    box-shadow: none;
    height: 80%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%; }
    @media (min-width: 768px) {
      .co3-modal-box.pardot-form {
        width: 65%;
        height: 55%; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
      .co3-modal-box.pardot-form {
        width: 75%;
        height: 35%; } }
    @media (min-width: 1440px) {
      .co3-modal-box.pardot-form {
        height: 45%;
        max-width: 700px;
        min-height: 400px;
        max-height: 400px; } }
    @media (min-width: 1024px) {
      .co3-modal-box {
        width: 65%;
        height: calc(90% / 16 * 10);
        max-height: 56.25%; } }
    .co3-modal-box .loader {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 50%); }
    .co3-modal-box .icon-ui-close {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 100%;
      color: #273a59;
      float: right;
      font-size: 18px;
      height: 50px;
      margin-right: -20px;
      margin-top: -25px;
      padding: 10px;
      position: relative;
      transition: all .15s ease-in-out;
      text-align: center;
      width: 50px;
      z-index: 10; }
      .co3-modal-box .icon-ui-close::before {
        padding: 0; }
      .co3-modal-box .icon-ui-close:hover {
        background: #0079c1;
        color: #ffffff;
        cursor: pointer; }
  .co3-modal .iframe-container {
    background: transparent;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .co3-modal .iframe-container iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

main:focus {
  outline: none; }

/* ==================
Temp fix. 
Vietmanese glyphs are incorrect in the current Avenir Next font
Using Arial temporarily 
===================== */
html[lang="vi-vn"] body * {
  font-family: arial !important; }

/*
text - sightly RTE UL, OL formatting
*/
.text.parbase ul, .text.parbase ol {
  margin-left: 0; }
  .text.parbase ul li, .text.parbase ol li {
    margin-left: 1.1rem; }

/*
table simple - CSS for first row
*/
.table.parbase {
  border: none; }
  .table.parbase .table-striped tr:first-child th {
    color: #4c4c4c;
    font-size: 1.2019rem;
    font-weight: 400;
    font-style: normal;
    padding: 0.75rem; }
  .table.parbase .table-events .table, .table.parbase .table-events table, .table.parbase .table-events table tr {
    border: none; }
  .table.parbase .table-events td, .table.parbase .table-events th {
    border-bottom: thin solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none; }

/*
		Responsive background images with srcset="" and sizes="", direction from:
		https://aclaes.com/responsive-background-images-with-srcset-and-sizes/

		See js in: ../js/responsive-background-images.js
*/
[data-responsive-bg] img[data-responsive-bg-img],
[data-lazy-responsive-bg] img[data-lazy-responsive-bg-img] {
  display: none !important; }

/* Imported from /etc/clientlibs/esri-sites/dependencies/css/author.css */
.hide-in-preview, .aem-AuthorLayer-Preview .hide-in-preview {
  display: none !important; }

.aem-AuthorLayer-Edit .hide-in-preview {
  display: inline-block !important; }

.aem-AuthorLayer-Edit .new.section {
  clear: both; }

.modal-overlay:not(.is-active) {
  position: fixed;
  left: 100%;
  top: 100%; }

html[dir="rtl"] [class^="icon-ui-"]:before, html[dir="rtl"] [class*=" icon-ui-"]:before {
  padding-left: 0;
  padding-right: 7px; }

b, strong {
  font-weight: 700; }

.btn {
  white-space: initial; }

/* Rich Text Indentation Styles */
.richtext-container ul, .richtext-container ol {
  width: 100%; }
  [dir='ltr'] .richtext-container ul, [dir='ltr'] .richtext-container ol {
    margin-left: 0;
    padding-left: 1.2em; }
  [dir='rtl'] .richtext-container ul, [dir='rtl'] .richtext-container ol {
    margin-right: 0;
    padding-right: 1.2em;
    text-align: right;
    /* For Centered Content Switcher */ }

[dir='ltr'] .richtext-container li {
  margin-left: 0; }

[dir='rtl'] .richtext-container li {
  margin-right: 0; }

.richtext-container b, .richtext-container strong {
  font-weight: 700; }

.richtext-container * {
  /* rich text sets inline text-align; have to Hulk-smash it */ }
  [dir='rtl'] .richtext-container * {
    text-align: right !important; }

.icon-ui-svg,
.icons-ui-svg {
  fill: var(--theme-color);
  max-height: 64px;
  max-width: 64px; }
  .icon-ui-svg--base,
  .icons-ui-svg--base {
    fill: var(--theme-color); }

/* 
********** icon expand ********** 
*/
.icon-expand-blue {
  padding: .31rem 36px .31rem 16px !important;
  /* follows calcite padding but adds extra padding to account for svg */ }
  .icon-expand-blue:after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGZpbGw9IiM1NmE1ZDgiIHBvaW50cz0iNyw5IDYuMjkyOTY4OCw5IDIsMTMuMjkyOTY4OCAyLDkgMSw5IDEsMTQgMSwxNSAyLDE1IDcsMTUgNywxNCAyLjcwNzAzMTIsMTQgNyw5LjcwNzAzMTIgIi8+Cjxwb2x5Z29uIGZpbGw9IiM1NmE1ZDgiIHBvaW50cz0iOSw3IDkuNzA3MDMxMiw3IDE0LDIuNzA3MDMxMiAxNCw3IDE1LDcgMTUsMiAxNSwxIDE0LDEgOSwxIDksMiAxMy4yOTI5Njg4LDIgOSw2LjI5Mjk2ODggIi8+Cjwvc3ZnPg==") no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 56%;
    padding-left: 10px;
    transform: translateY(-56%); }
    .icon-expand-blue:after:hover {
      background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGZpbGw9IiMwMDVFOTUiIHBvaW50cz0iNyw5IDYuMjkyOTY4OCw5IDIsMTMuMjkyOTY4OCAyLDkgMSw5IDEsMTQgMSwxNSAyLDE1IDcsMTUgNywxNCAyLjcwNzAzMTIsMTQgNyw5LjcwNzAzMTIgIi8+Cjxwb2x5Z29uIGZpbGw9IiMwMDVFOTUiIHBvaW50cz0iOSw3IDkuNzA3MDMxMiw3IDE0LDIuNzA3MDMxMiAxNCw3IDE1LDcgMTUsMiAxNSwxIDE0LDEgOSwxIDksMiAxMy4yOTI5Njg4LDIgOSw2LjI5Mjk2ODggIi8+Cjwvc3ZnPg==") no-repeat center center; }

.icon-expand-white {
  padding: .31rem 36px .31rem 16px !important;
  /* follows calcite padding but adds extra padding to account for svg */ }
  .icon-expand-white:after {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gaWQ9InN2Z18xIiBwb2ludHM9IjcsOSA2LjI5Mjk2ODgsOSAyLDEzLjI5Mjk2ODggMiw5IDEsOSAxLDE0IDEsMTUgMiwxNSA3LDE1IDcsMTQgMi43MDcwMzEyLDE0IDcsOS43MDcwMzEyICIgZmlsbD0iI2ZmZmZmZiIvPiAgPHBvbHlnb24gaWQ9InN2Z18yIiBwb2ludHM9IjksNyA5LjcwNzAzMTIsNyAxNCwyLjcwNzAzMTIgMTQsNyAxNSw3IDE1LDIgMTUsMSAxNCwxIDksMSA5LDIgMTMuMjkyOTY4OCwyIDksNi4yOTI5Njg4ICIgZmlsbD0iI2ZmZmZmZiIvPiA8L2c+PC9zdmc+") no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 56%;
    padding-left: 10px;
    transform: translateY(-56%); }
    .icon-expand-white:after:hover {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gaWQ9InN2Z18xIiBwb2ludHM9IjcsOSA2LjI5Mjk2ODgsOSAyLDEzLjI5Mjk2ODggMiw5IDEsOSAxLDE0IDEsMTUgMiwxNSA3LDE1IDcsMTQgMi43MDcwMzEyLDE0IDcsOS43MDcwMzEyICIgZmlsbD0iI2ZmZmZmZiIvPiAgPHBvbHlnb24gaWQ9InN2Z18yIiBwb2ludHM9IjksNyA5LjcwNzAzMTIsNyAxNCwyLjcwNzAzMTIgMTQsNyAxNSw3IDE1LDIgMTUsMSAxNCwxIDksMSA5LDIgMTMuMjkyOTY4OCwyIDksNi4yOTI5Njg4ICIgZmlsbD0iI2ZmZmZmZiIvPiA8L2c+PC9zdmc+") no-repeat center center; }

.icon-expand-black {
  padding: .31rem 36px .31rem 16px !important;
  /* follows calcite padding but adds extra padding to account for svg */ }
  .icon-expand-black:after {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgeD0iLTEiIHk9Ii0xIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgZmlsbD0ibm9uZSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI3LDkgNi4yOTI5Njg4LDkgMiwxMy4yOTI5Njg4IDIsOSAxLDkgMSwxNCAxLDE1IDIsMTUgNywxNSA3LDE0IDIuNzA3MDMxMiwxNCA3LDkuNzA3MDMxMiAiIGlkPSJzdmdfMSIvPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI5LDcgOS43MDcwMzEyLDcgMTQsMi43MDcwMzEyIDE0LDcgMTUsNyAxNSwyIDE1LDEgMTQsMSA5LDEgOSwyIDEzLjI5Mjk2ODgsMiA5LDYuMjkyOTY4OCAiIGlkPSJzdmdfMiIvPiA8L2c+PC9zdmc+") no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 56%;
    padding-left: 10px;
    transform: translateY(-56%); }
    .icon-expand-black:after:hover {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgeD0iLTEiIHk9Ii0xIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgZmlsbD0ibm9uZSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI3LDkgNi4yOTI5Njg4LDkgMiwxMy4yOTI5Njg4IDIsOSAxLDkgMSwxNCAxLDE1IDIsMTUgNywxNSA3LDE0IDIuNzA3MDMxMiwxNCA3LDkuNzA3MDMxMiAiIGlkPSJzdmdfMSIvPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI5LDcgOS43MDcwMzEyLDcgMTQsMi43MDcwMzEyIDE0LDcgMTUsNyAxNSwyIDE1LDEgMTQsMSA5LDEgOSwyIDEzLjI5Mjk2ODgsMiA5LDYuMjkyOTY4OCAiIGlkPSJzdmdfMiIvPiA8L2c+PC9zdmc+") no-repeat center center; }

hr.separator {
  border-top: none;
  height: 3px;
  width: 50px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: var(--theme-color); }

/* start error checking for cards in wrong container */
.placement-error {
  background-color: #c00;
  color: #fff;
  padding: 20px;
  text-align: center; }

/* end error checking for cards in wrong container */

.marginbottom50px {
  margin-bottom: 50px; }

.grid-container.hero-1, .grid-container.hero-2 {
  width: 100%; }

.shopping-card-container {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  width: 100%; }
  .shopping-card-container .headercontainer {
    width: 100%;
    padding: 0 20px 0 8px;
    box-sizing: border-box; }
    .shopping-card-container .headercontainer .headertitle {
      margin-bottom: 0; }
    .shopping-card-container .headercontainer .description {
      margin: 0;
      margin-bottom: 50px;
      width: 80%; }
  .shopping-card-container .ctacontainer {
    width: 100%;
    display: flex; }
    .shopping-card-container .ctacontainer .cta {
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto; }
      .shopping-card-container .ctacontainer .cta .simplecta {
        transition: all .25s ease-out; }
        .shopping-card-container .ctacontainer .cta .simplecta:hover {
          transition: all .25s ease-out; }
      .shopping-card-container .ctacontainer .cta .right-arrow-blue {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: 5px; }
  .shopping-card-container--leftAligned {
    justify-content: flex-start; }
    .shopping-card-container--leftAligned .headercontainer hr {
      text-align: left; }
    .shopping-card-container--leftAligned .ctacontainer .cta {
      margin-left: 8px; }
  .shopping-card-container--centered {
    justify-content: center; }
    .shopping-card-container--centered .headercontainer .headertitle {
      text-align: center; }
    .shopping-card-container--centered .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .shopping-card-container--centered .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      text-align: center; }
  .shopping-card-container.lighttheme .headercontainer .headertitle {
    color: #323232; }
  .shopping-card-container.lighttheme .headercontainer .description {
    color: #4c4c4c; }
  .shopping-card-container.lighttheme .cta .right-arrow-blue {
    fill: #fff; }
  .shopping-card-container.darktheme .headercontainer .headertitle {
    color: #fff; }
  .shopping-card-container.darktheme .headercontainer .description {
    color: #ccc; }
  .shopping-card-container.darktheme .cta .right-arrow-blue {
    fill: #fff; }
  .shopping-card-container .block {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    display: flex; }
    .shopping-card-container .block > div {
      margin: 8px; }
  @media (min-width: 768px) {
    .shopping-card-container .block {
      width: 50%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-1 .block {
      width: 100%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-3 .block {
      width: 33.3334%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-4 .block {
      width: 25%; }
    .shopping-card-container.cardsPerRow-4.hero-1 .block:nth-child(2) {
      width: 50%; }
    .shopping-card-container.cardsPerRow-4.hero-2 .block:nth-child(2), .shopping-card-container.cardsPerRow-4.hero-2 .block:nth-child(3) {
      width: 50%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-5 .block {
      width: 20%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-6 .block {
      width: 16.6667%; } }
  .shopping-card-container .cards-list-container, .shopping-card-container .cards-standard-container, .shopping-card-container .text-link-stack-image, .shopping-card-container .cards-editorial.small-card {
    width: 100%; }
  .shopping-card-container .cards-simple {
    width: 100%;
    display: flex; }

.expertctacontainer {
  text-align: center; }
  .expertctacontainer .estText {
    margin-right: 20px;
    font-size: 1.414rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 859px) {
      .expertctacontainer .estText {
        font-size: 1.33rem; } }
    @media screen and (max-width: 479px) {
      .expertctacontainer .estText {
        font-size: 1.25rem; } }
    .expertctacontainer .estText .totalCount {
      font-weight: 600; }

/* Right to Left */
html[dir="rtl"] .shopping-card-container .cta .right-arrow-blue {
  transform: rotate(180deg);
  margin-right: 5px;
  margin-left: 0; }

html[dir="rtl"] .shopping-card-container--leftAligned .headercontainer hr.separator {
  margin-right: 0; }

.cards-standard-series {
  /* start title/seperator/desc pattern */
  /* end title/seperator/desc pattern */ }
  .cards-standard-series .block {
    margin-bottom: 20px;
    display: flex; }
  .cards-standard-series .marginbottom50px {
    margin-bottom: 50px; }
  .cards-standard-series-lighttheme .headercontainer .headertitle {
    color: #323232; }
  .cards-standard-series-lighttheme .headercontainer .description {
    color: #4c4c4c; }
  .cards-standard-series-darktheme .headercontainer .headertitle {
    color: #fff; }
  .cards-standard-series-darktheme .headercontainer .description {
    color: #ccc; }
  .cards-standard-series .headercontainer {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
    .cards-standard-series .headercontainer.text-center .headertitle {
      text-align: center; }
    .cards-standard-series .headercontainer.text-center hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-standard-series .headercontainer.text-center .description {
      margin: 0 auto;
      margin-bottom: 50px; }
    .cards-standard-series .headercontainer.text-left hr {
      text-align: left; }
    .cards-standard-series .headercontainer .headertitle {
      margin-bottom: 0; }
    .cards-standard-series .headercontainer hr {
      margin: 0;
      border-top: none;
      height: 3px;
      width: 50px;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-standard-series .headercontainer .description {
      margin: 0;
      margin-bottom: 50px;
      width: 80%; }
  @media (min-width: 860px) {
    .cards-standard-series .headercontainer {
      padding: 0 0 0 12px; }
      .cards-standard-series .headercontainer hr {
        margin-top: 15px;
        margin-bottom: 20px; }
      .cards-standard-series .headercontainer .description {
        margin-bottom: 50px;
        width: 60%; } }

/* start cards container V3 */
.marginbottom50px {
  margin-bottom: 50px; }

.grid-container.hero-1, .grid-container.hero-2 {
  width: 100%; }

.card-container-v3 {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  width: 100%; }
  .card-container-v3 .headercontainer {
    width: 100%;
    padding: 0 20px 0 8px;
    box-sizing: border-box; }
    .card-container-v3 .headercontainer .headertitle {
      margin-bottom: 0; }
    .card-container-v3 .headercontainer .description {
      margin: 0;
      margin-bottom: 50px;
      width: 80%; }
  .card-container-v3 .ctacontainer {
    width: 100%;
    display: flex; }
    .card-container-v3 .ctacontainer .cta {
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto; }
      .card-container-v3 .ctacontainer .cta .simplecta {
        background-color: transparent;
        transition: all .25s ease-out; }
        .card-container-v3 .ctacontainer .cta .simplecta:hover {
          transition: all .25s ease-out; }
      .card-container-v3 .ctacontainer .cta .right-arrow-blue {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: 5px; }
  .card-container-v3--leftAligned {
    justify-content: flex-start; }
    .card-container-v3--leftAligned .headercontainer hr {
      text-align: left; }
    .card-container-v3--leftAligned .ctacontainer .cta {
      margin-left: 8px; }
  .card-container-v3--centered {
    justify-content: center; }
    .card-container-v3--centered .headercontainer .headertitle {
      text-align: center; }
    .card-container-v3--centered .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .card-container-v3--centered .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      text-align: center; }
  .card-container-v3.lighttheme .headercontainer .headertitle {
    color: #323232; }
  .card-container-v3.lighttheme .headercontainer .description {
    color: #4c4c4c; }
  .card-container-v3.lighttheme .cta {
    border: solid 1px #323232; }
    .card-container-v3.lighttheme .cta .simplecta {
      color: #323232;
      border: solid 2px rgba(50, 50, 50, 0);
      transition: all .25s ease-out; }
      .card-container-v3.lighttheme .cta .simplecta:hover {
        border: solid 2px #323232;
        transition: all .25s ease-out; }
      .card-container-v3.lighttheme .cta .simplecta[aria-role]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px;
        position: relative;
        top: 1px; }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='phone']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .card-container-v3.lighttheme .cta .right-arrow-blue {
      fill: #323232; }
  .card-container-v3.darktheme .headercontainer .headertitle {
    color: #fff; }
  .card-container-v3.darktheme .headercontainer .description {
    color: #ccc; }
  .card-container-v3.darktheme .cta {
    border: solid 1px #fff; }
    .card-container-v3.darktheme .cta .simplecta {
      color: #fff;
      border: solid 2px rgba(255, 255, 255, 0);
      transition: all .25s ease-out; }
      .card-container-v3.darktheme .cta .simplecta:hover {
        border: solid 2px white;
        transition: all .25s ease-out; }
      .card-container-v3.darktheme .cta .simplecta[aria-role]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px;
        position: relative;
        top: 1px; }
      .card-container-v3.darktheme .cta .simplecta[aria-role='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='phone']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .card-container-v3.darktheme .cta .right-arrow-blue {
      fill: #fff; }
  .card-container-v3 .block {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    display: flex; }
    .card-container-v3 .block > div {
      margin: 8px; }
  @media (min-width: 768px) {
    .card-container-v3 .block {
      width: 50%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-1 .block {
      width: 100%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-3 .block {
      width: 33.3334%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-4 .block {
      width: 25%; }
    .card-container-v3.cardsPerRow-4.hero-1 .headercontainer + .block {
      width: 50%; }
    .card-container-v3.cardsPerRow-4.hero-1 .block:nth-child(1) {
      width: 50%; }
    .card-container-v3.cardsPerRow-4.hero-2 .headercontainer + .block + .block {
      width: 50%; }
    .card-container-v3.cardsPerRow-4.hero-2 .block:nth-child(1), .card-container-v3.cardsPerRow-4.hero-2 .block:nth-child(2) {
      width: 50%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-5 .block {
      width: 20%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-6 .block {
      width: 16.6667%; }
      .card-container-v3.cardsPerRow-6 .block .cards-standard-container .csc-content {
        width: 220px; } }
  .card-container-v3 .cards-list-container, .card-container-v3 .cards-standard-container, .card-container-v3 .text-link-stack-image, .card-container-v3 .cards-editorial.small-card {
    width: 100%; }
  .card-container-v3 .cards-simple {
    width: 100%;
    display: flex; }

html[dir="rtl"] .simplecta[aria-role]:not([aria-role='video']):after {
  transform: scaleX(-1); }

/* Right to Left */
html[dir="rtl"] .card-container-v3--leftAligned .cta {
  margin-right: 8px; }

html[dir="rtl"] .card-container-v3--leftAligned .headercontainer hr {
  margin-right: 0; }

html[dir="rtl"] .card-container-v3--leftAligned .cta .simplecta[aria-role]:after, html[dir="rtl"] .card-container-v3--centered .cta .simplecta[aria-role]:after {
  margin-left: 0;
  margin-right: 4px; }

.cards-container-v2 .block {
  margin-bottom: 20px;
  display: flex; }
  .cards-container-v2 .block .cards-simple {
    width: 100%;
    display: flex; }

/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel:hover .cmp-carousel__action {
  opacity: 1; }

.cmp-carousel__action {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  line-height: 50px;
  opacity: 0;
  transition: opacity linear .2s;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.5); }
  .cmp-carousel__action:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .cmp-carousel__action:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(94, 158, 214, 0.6); }
  .cmp-carousel__action--disabled {
    display: none; }

.cmp-carousel__action--previous, .cmp-carousel__action--next {
  top: calc(50% - 90px/2 - 50px/2); }

.cmp-carousel__action--previous {
  left: 20px; }

.cmp-carousel__action--next {
  right: 20px; }

.cmp-carousel__action--pause, .cmp-carousel__action--play {
  display: none; }

.cmp-carousel__action-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.cmp-carousel__action-icon {
  display: inline-block;
  vertical-align: middle;
  font-family: calcite-ui;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.cmp-carousel__action--previous .cmp-carousel__action-icon {
  margin-left: -1px;
  margin-top: 1px; }
  .cmp-carousel__action--previous .cmp-carousel__action-icon:before {
    content: "\f145"; }

.cmp-carousel__action--next .cmp-carousel__action-icon {
  margin-left: 2px;
  margin-top: 1px; }
  .cmp-carousel__action--next .cmp-carousel__action-icon:before {
    content: "\f171"; }

.cmp-carousel__action--pause .cmp-carousel__action-icon {
  margin-top: -2px;
  margin-left: 2px; }
  .cmp-carousel__action--pause .cmp-carousel__action-icon:before {
    content: "\f04c"; }

.cmp-carousel__action--play .cmp-carousel__action-icon {
  margin-top: -3px;
  margin-left: 4px; }
  .cmp-carousel__action--play .cmp-carousel__action-icon:before {
    content: "\f04b"; }

.cmp-carousel__indicators {
  padding: 35px 0 45px; }

.cmp-carousel__indicator {
  outline: none;
  background-color: transparent;
  border: 1px solid #959595;
  padding: 1px;
  width: 14px;
  height: 14px; }
  .cmp-carousel__indicator:not(.cmp-carousel__indicator--active) {
    cursor: pointer; }
  .cmp-carousel__indicator:hover {
    background-color: transparent;
    border: 2px solid #0079C1;
    padding: 0; }
  .cmp-carousel__indicator:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(94, 158, 214, 0.6); }

.cmp-carousel__indicator--active {
  background-color: #0079C1;
  border: 2px solid #0079C1; }

.video-text-split .modal-overlay {
  display: none; }
  .video-text-split .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.video-text-split .modal-content {
  background-color: transparent; }

@media (max-width: 959px) {
  .video-text-split .modal-content {
    width: 90vw;
    background-color: transparent; }
    .video-text-split .modal-content iframe.video_content, .video-text-split .modal-content iframe.youtube {
      width: 100%; } }

.two-thirds-tile-divide_container {
  overflow: auto;
  display: block; }
  @media screen and (min-width: 1024px) {
    .two-thirds-tile-divide_container {
      display: flex;
      flex-direction: row; } }
  .two-thirds-tile-divide_container.black {
    color: #323232; }
  .two-thirds-tile-divide_container.white {
    color: #ffffff; }
  @media (min-width: 1024px) {
    .two-thirds-tile-divide_container {
      height: 900px; } }

@media screen and (min-width: 1024px) {
  .two-thirds-tile-divide .block {
    height: 365px; } }

.two-thirds-tile-divide .left {
  width: 33.333333333%;
  height: 100%;
  position: relative; }
  .two-thirds-tile-divide .left .mega-title {
    font-size: 80px;
    line-height: 1.05; }
    .two-thirds-tile-divide .left .mega-title .mega-title-text {
      font-size: 61px;
      line-height: inherit;
      font-weight: 700; }
      @media screen and (max-width: 1440px) {
        .two-thirds-tile-divide .left .mega-title .mega-title-text {
          font-size: 48px; } }
      @media screen and (max-width: 480px) {
        .two-thirds-tile-divide .left .mega-title .mega-title-text {
          font-size: calc(80% - 3vh); } }
  @media screen and (min-width: 1024px) {
    .two-thirds-tile-divide .left::after {
      width: 0;
      height: 0;
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      border-left: 35px solid #ffffff;
      content: "";
      top: 50%;
      right: 0;
      transform: translate(24px, -50%);
      position: absolute;
      z-index: 1;
      border-left-color: inherit; } }
  @media screen and (max-width: 1023px) {
    .two-thirds-tile-divide .left {
      width: 100%;
      height: auto; }
      .two-thirds-tile-divide .left::after {
        width: 0;
        height: 0;
        border: 35px solid transparent;
        content: "";
        bottom: -54px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        z-index: 1;
        border-top-color: inherit; }
      .two-thirds-tile-divide .left .mega-title {
        text-align: center; } }

.two-thirds-tile-divide .right {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .two-thirds-tile-divide .right {
      width: 66.6666666%;
      height: 100%; } }

.two-thirds-tile-divide-content {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  box-sizing: border-box;
  position: relative; }
  @media (min-width: 1024px) {
    .two-thirds-tile-divide-content {
      max-width: 450px;
      margin: 0 auto;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%; } }
  @media screen and (max-width: 1024px) {
    .two-thirds-tile-divide-content {
      padding: 20px 80px;
      box-sizing: border-box; }
      .two-thirds-tile-divide-content a {
        display: block;
        width: fit-content;
        margin: auto; } }
  @media screen and (max-width: 480px) {
    .two-thirds-tile-divide-content {
      padding: 20px 40px;
      box-sizing: border-box; }
      .two-thirds-tile-divide-content a {
        width: fit-content; } }

.two-thirds-tile-divide-tiles {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 50px 10px;
  box-sizing: border-box;
  max-width: 1410px;
  margin: 0 auto; }
  @media (min-width: 680px) {
    .two-thirds-tile-divide-tiles {
      padding: 40px 20px; } }
  @media (min-width: 1024px) {
    .two-thirds-tile-divide-tiles {
      padding: 55px 50px; } }
  .two-thirds-tile-divide-tiles .block {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0.9; }
    @media (min-width: 860px) {
      .two-thirds-tile-divide-tiles .block {
        max-width: 625px; } }
    @media screen and (max-width: 1024px) {
      .two-thirds-tile-divide-tiles .block {
        margin-bottom: 5px;
        margin-top: 20px; } }
    .two-thirds-tile-divide-tiles .block .block-text {
      padding: 30px 14%;
      width: 90%; }
      .two-thirds-tile-divide-tiles .block .block-text .title {
        padding-bottom: 10px; }
      .two-thirds-tile-divide-tiles .block .block-text .bodyCopy {
        padding-bottom: 20px;
        font-size: 0.875rem;
        line-height: 1.55rem; }
        @media (min-width: 1200px) {
          .two-thirds-tile-divide-tiles .block .block-text .bodyCopy {
            font-size: 0.9375rem;
            line-height: 1.55rem; } }
  .two-thirds-tile-divide-tiles.block-group-1-up .block {
    margin: auto; }

.two-thirds-tile-divide .btn-animated-border-white {
  padding-right: 30px;
  background: none;
  border: thin solid #ffffff;
  color: #ffffff; }
  .two-thirds-tile-divide .btn-animated-border-white:hover, .two-thirds-tile-divide .btn-animated-border-white:focus {
    box-shadow: inset 0 0 0 2px #ffffff; }
  .two-thirds-tile-divide .btn-animated-border-white:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-in-out;
    width: 13px;
    display: inline-block;
    margin-left: 5px; }
  html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white {
    margin-left: 10px; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white[href$=".mp4"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white[href$=".mov"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .two-thirds-tile-divide .btn-animated-border-white[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-white:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .two-thirds-tile-divide .btn-animated-border-white[href$=".pdf"]::after, .two-thirds-tile-divide .btn-animated-border-white[href$=".doc"]::after, .two-thirds-tile-divide .btn-animated-border-white[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-white[href^="/"]::after, .two-thirds-tile-divide .btn-animated-border-white[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-white[href$=".mp4"]::after, .two-thirds-tile-divide .btn-animated-border-white[href$=".mov"]::after, .two-thirds-tile-divide .btn-animated-border-white[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .two-thirds-tile-divide .btn-animated-border-white[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.two-thirds-tile-divide .btn-animated-border-black {
  padding-right: 30px;
  background: none;
  border: thin solid #000000;
  color: #000000; }
  .two-thirds-tile-divide .btn-animated-border-black:hover, .two-thirds-tile-divide .btn-animated-border-black:focus {
    box-shadow: inset 0 0 0 2px #000000; }
  .two-thirds-tile-divide .btn-animated-border-black:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-in-out;
    width: 13px;
    display: inline-block;
    margin-left: 5px; }
  html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black {
    margin-left: 10px; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black[href$=".mp4"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black[href$=".mov"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .two-thirds-tile-divide .btn-animated-border-black[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-black:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .two-thirds-tile-divide .btn-animated-border-black[href$=".pdf"]::after, .two-thirds-tile-divide .btn-animated-border-black[href$=".doc"]::after, .two-thirds-tile-divide .btn-animated-border-black[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-black[href^="/"]::after, .two-thirds-tile-divide .btn-animated-border-black[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-black[href$=".mp4"]::after, .two-thirds-tile-divide .btn-animated-border-black[href$=".mov"]::after, .two-thirds-tile-divide .btn-animated-border-black[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .two-thirds-tile-divide .btn-animated-border-black[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.title-component img ~ * {
  box-sizing: border-box;
  padding: 10px 0 0;
  margin-bottom: 15px; }

.title-component img {
  height: 64px; }

.timeline {
  box-sizing: border-box; }
  .timeline * {
    box-sizing: border-box; }
  .timeline_wrap {
    position: relative;
    opacity: 0; }
    @media (min-width: 600px) {
      .timeline_wrap:before {
        content: "";
        display: block;
        width: 92px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
        [dir="rtl"] .timeline_wrap:before {
          right: 0; } }
    @media (min-width: 1200px) {
      .timeline_wrap:before {
        width: 50%; } }
  .timeline_title {
    font-size: 2.82714594rem;
    line-height: 3.1rem;
    font-weight: 300;
    padding: 35px 0 40px 0;
    position: relative;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 859px) {
      .timeline_title {
        font-size: 2.352637rem; } }
    @media screen and (max-width: 479px) {
      .timeline_title {
        font-size: 1.953125rem;
        line-height: 2.325rem; } }
    .timeline_title:after {
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      bottom: 0;
      transform: translate(-50%, 100%);
      width: 0;
      z-index: 99;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #FFFFFF; }
  .timeline_cards-container {
    padding: 40px 15px;
    position: relative; }
    @media (min-width: 600px) {
      .timeline_cards-container {
        padding: 50px 20px 50px 125px; }
        [dir="rtl"] .timeline_cards-container {
          padding: 50px 125px 50px 20px; } }
    @media (min-width: 1200px) {
      .timeline_cards-container {
        padding: 0; } }
  .timeline_cards {
    max-width: 1450px;
    padding: 0;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .timeline_cards {
        padding: 80px 10px; } }
    .timeline_cards:after {
      display: block;
      content: "";
      clear: both; }
  .timeline-card {
    position: relative; }
    .timeline-card:not(:first-child) .timeline-card_wrap {
      margin-top: 30px; }
      @media (min-width: 1200px) {
        .timeline-card:not(:first-child) .timeline-card_wrap {
          margin-top: 120px; } }
    .timeline_wrap--no-images .timeline-card {
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .timeline_wrap--no-images .timeline-card {
          margin-bottom: 0; } }
    .timeline-card_wrap {
      position: relative; }
      @media (max-width: 1199px) {
        .timeline-card_wrap {
          transform: none !important; } }
      @media (min-width: 600px) {
        .timeline-card_wrap {
          display: flex; }
          .timeline-card_wrap:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(-10px, -50%);
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #FFFFFF; }
            [dir="rtl"] .timeline-card_wrap:after {
              right: 0;
              left: auto;
              transform: translate(10px, -50%);
              border-right: none;
              border-left: 10px solid #FFFFFF; } }
    .timeline-card_bg {
      position: absolute;
      top: 120px;
      right: 0;
      bottom: 0;
      left: 0; }
      .timeline-card:first-child .timeline-card_bg {
        top: 0px; }
      @media (min-width: 600px) {
        .timeline-card_bg:after {
          content: "";
          display: block;
          width: 26px;
          height: 26px;
          border-radius: 100%;
          background: #444444;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(-46px, -50%); }
          [dir="rtl"] .timeline-card_bg:after {
            left: auto;
            right: 0;
            transform: translate(46px, -50%); } }
      @media (min-width: 1200px) {
        .timeline-card_bg:after {
          transform: translate(-13px, -50%); }
          [dir="rtl"] .timeline-card_bg:after {
            left: auto;
            right: 0;
            transform: translate(13px, -50%); }
          .timeline-card:nth-child(odd) .timeline-card_bg:after {
            left: auto;
            right: 0;
            transform: translate(13px, -50%); }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_bg:after {
              right: auto;
              left: 0;
              transform: translate(-13px, -50%); } }
    .timeline-card_bg-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media (max-width: 1199px) {
        .timeline-card_bg-content {
          transform: none !important; } }
    .timeline-card_image {
      height: 0;
      padding-bottom: 57.87%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 600px) {
        .timeline-card_image {
          flex-basis: 25%;
          height: auto;
          padding: 0;
          order: 2; } }
      @media (min-width: 800px) {
        .timeline-card_image {
          flex-basis: 40%; } }
      .timeline_wrap--no-images .timeline-card_image {
        display: none; }
    .timeline-card_date {
      font-weight: 700;
      font-size: 14px;
      display: block;
      height: 27px;
      line-height: 27px;
      padding: 1px 25px 0;
      margin-top: -27px; }
      @media (min-width: 600px) {
        .timeline-card_date {
          font-size: 12px;
          height: auto;
          width: 78px;
          text-align: center;
          background: none;
          position: absolute;
          margin: 0;
          top: 50%;
          left: 0;
          padding: 0;
          transform: translate(-124px, -50%); }
          [dir="rtl"] .timeline-card_date {
            left: auto;
            right: 0;
            transform: translate(90px, -50%); } }
      @media (min-width: 1200px) {
        .timeline-card_date {
          font-size: 0.9375rem;
          line-height: 1.55rem;
          display: none; } }
      .timeline_wrap--no-images .timeline-card_date {
        transform: none;
        margin-top: 0; }
        @media (min-width: 600px) {
          .timeline_wrap--no-images .timeline-card_date {
            transform: translate(-124px, -50%); } }
    .timeline-card_date-wide {
      display: none; }
      @media (min-width: 1200px) {
        .timeline-card_date-wide {
          display: block;
          font-size: 0.9375rem;
          line-height: 1.55rem;
          height: 27px;
          padding: 1px 25px 0;
          margin-top: -27px;
          height: auto;
          width: 78px;
          text-align: center;
          background: none;
          position: absolute;
          margin: 0;
          top: 50%;
          padding: 0; } }
    .timeline-card_content {
      padding: 15px 25px; }
      @media (min-width: 600px) {
        .timeline-card_content {
          flex-basis: 75%;
          order: 1; } }
      @media (min-width: 800px) {
        .timeline-card_content {
          flex-basis: 60%; } }
      @media (min-width: 600px) {
        .timeline_wrap--no-images .timeline-card_content {
          flex-basis: 100%; } }
    @media (min-width: 1200px) {
      .timeline-card {
        width: 50%; }
        .timeline-card:nth-child(odd) {
          padding-right: 30px;
          float: left; }
          [dir="rtl"] .timeline-card:nth-child(odd) {
            float: right;
            padding-right: 0;
            padding-left: 30px; }
          .timeline-card:nth-child(odd) .timeline-card_wrap:after {
            right: 0;
            left: auto;
            transform: translate(10px, -50%);
            border-right: none;
            border-left: 10px solid #FFFFFF; }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
              left: 0;
              right: auto;
              transform: translate(-10px, -50%);
              border-left: none;
              border-right: 10px solid #FFFFFF; }
          .timeline-card:nth-child(odd) .timeline-card_content {
            order: 2; }
            .timeline-card:nth-child(odd) .timeline-card_content:after {
              left: auto;
              right: 0;
              transform: translate(42px, -50%); }
              [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_content:after {
                right: auto;
                left: 0;
                transform: translate(-42px, -50%); }
          .timeline-card:nth-child(odd) .timeline-card_img {
            order: 1; }
          .timeline-card:nth-child(odd) .timeline-card_date,
          .timeline-card:nth-child(odd) .timeline-card_date-wide {
            left: auto;
            right: 0;
            width: 106px;
            transform: translate(156px, -50%);
            text-align: left; }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_date, [dir="rtl"]
            .timeline-card:nth-child(odd) .timeline-card_date-wide {
              right: auto;
              left: 0;
              transform: translate(-156px, -50%);
              text-align: right; }
          .timeline-card:nth-child(odd) .timeline-card_date-wide {
            transform: translate(126px, -50%); }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_date-wide {
              transform: translate(-126px, -50%); }
        .timeline-card:nth-child(even) {
          padding-left: 30px;
          float: right; }
          [dir="rtl"] .timeline-card:nth-child(even) {
            float: left;
            padding-left: 0;
            padding-right: 30px; }
          .timeline-card:nth-child(even) .timeline-card_wrap:after {
            left: 0;
            right: auto;
            transform: translate(-10px, -50%);
            border-left: none;
            border-right: 10px solid #FFFFFF; }
            [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
              right: 0;
              left: auto;
              transform: translate(10px, -50%);
              border-right: none;
              border-left: 10px solid #FFFFFF; }
          .timeline-card:nth-child(even) .timeline-card_content {
            order: 1; }
            .timeline-card:nth-child(even) .timeline-card_content:after {
              right: auto;
              left: 0;
              transform: translate(-42px, -50%); }
              [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_content:after {
                left: auto;
                right: 0;
                transform: translate(42px, -50%); }
          .timeline-card:nth-child(even) .timeline-card_img {
            order: 2; }
          .timeline-card:nth-child(even) .timeline-card_date,
          .timeline-card:nth-child(even) .timeline-card_date-wide {
            right: auto;
            left: 0;
            width: 106px;
            transform: translate(-156px, -50%);
            text-align: right; }
            [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_date, [dir="rtl"]
            .timeline-card:nth-child(even) .timeline-card_date-wide {
              left: auto;
              right: 0;
              transform: translate(156px, -50%);
              text-align: left; }
          .timeline-card:nth-child(even) .timeline-card_date-wide {
            transform: translate(-126px, -50%); }
            [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_date-wide {
              transform: translate(126px, -50%); } }
    .timeline-card_title {
      margin-bottom: 8px;
      font-size: 1.6994866rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 859px) {
        .timeline-card_title {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 479px) {
        .timeline-card_title {
          font-size: 1.328125rem; } }
    .timeline-card_body {
      margin-bottom: 0;
      font-size: 0.8125rem;
      line-height: 1.55rem;
      line-height: 1.5; }
      .timeline-card_body p {
        margin-bottom: 0; }
    .timeline-card_cta {
      font-size: 0.9375rem;
      line-height: 1.55rem;
      padding: 0 18px 0 0; }
      .timeline-card_cta[data-link-type]:before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
  .timeline_wrap[data-theme="light-text"] {
    background: #1a1a1a; }
    .timeline_wrap[data-theme="light-text"]:before {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
    .timeline_wrap[data-theme="light-text"] .timeline_title {
      color: #FFFFFF;
      background: #2D2D2D; }
      .timeline_wrap[data-theme="light-text"] .timeline_title:after {
        border-top-color: #2D2D2D; }
    .timeline_wrap[data-theme="light-text"] .timeline-card .timeline-card_wrap:after {
      border-left: none;
      border-right: 10px solid #2D2D2d; }
      [dir="rtl"] .timeline_wrap[data-theme="light-text"] .timeline-card .timeline-card_wrap:after {
        border-right: none;
        border-left: 10px solid #2D2D2d; }
    @media (min-width: 1200px) {
      .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
        border-right: none;
        border-left: 10px solid #2D2D2d; }
        [dir="rtl"] .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
          border-left: none;
          border-right: 10px solid #2D2D2d; }
      .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
        border-left: none;
        border-right: 10px solid #2D2D2d; }
        [dir="rtl"] .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
          border-right: none;
          border-left: 10px solid #2D2D2d; } }
    .timeline_wrap[data-theme="light-text"] .timeline-card_date {
      color: #a9a9a9;
      background: rgba(50, 50, 50, 0.85); }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="light-text"] .timeline-card_date {
          background: none; } }
    .timeline_wrap[data-theme="light-text"] .timeline-card_date-wide {
      color: #a9a9a9; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_content {
      background: #2D2D2d; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_title {
      color: #FFFFFF; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_body {
      color: #bcbcbc; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_cta {
      color: #49b0f2; }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='internal']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='external']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='video']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='document']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .timeline_wrap[data-theme="light-text"].timeline_wrap--no-images .timeline-card_date {
      background: #323232; }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="light-text"].timeline_wrap--no-images .timeline-card_date {
          background: none; } }
  .timeline_wrap[data-theme="dark-text"] {
    background: #efefef; }
    .timeline_wrap[data-theme="dark-text"]:before {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
    .timeline_wrap[data-theme="dark-text"] .timeline_title {
      color: #323232;
      background: #FFFFFF; }
      .timeline_wrap[data-theme="dark-text"] .timeline_title:after {
        border-top-color: #FFFFFF; }
    @media (min-width: 1200px) {
      .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
        border-right: none;
        border-left: 10px solid #FFFFFF; }
        [dir="rtl"] .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
          border-left: none;
          border-right: 10px solid #FFFFFF; }
      .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
        border-left: none;
        border-right: 10px solid #FFFFFF; }
        [dir="rtl"] .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
          border-right: none;
          border-left: 10px solid #FFFFFF; } }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_date {
      color: #4c4c4c;
      background: rgba(255, 255, 255, 0.9); }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="dark-text"] .timeline-card_date {
          background: none; } }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_content {
      background: #FFFFFF; }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_title {
      color: #323232; }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_body {
      color: #595959; }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='internal']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='external']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='video']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='document']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .timeline_wrap[data-theme="dark-text"].timeline_wrap--no-images .timeline-card_date {
      background: #F7F7F7; }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="dark-text"].timeline_wrap--no-images .timeline-card_date {
          background: none; } }

.text-link-stack-image-series .block {
  display: flex;
  margin-bottom: 40px; }
  .text-link-stack-image-series .block:last-child {
    margin-bottom: 0; }

.text-link-stack-image-series .headercontainer {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box; }
  .text-link-stack-image-series .headercontainer .headertitle {
    line-height: 1.02;
    margin-bottom: 0; }
  .text-link-stack-image-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .text-link-stack-image-series .headercontainer .description {
    width: 80%;
    margin: 0;
    margin-bottom: 50px;
    text-align: left; }

.text-link-stack-image-series .marginbottom50px {
  margin-bottom: 50px; }

.text-link-stack-image-series .ctacontainer {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px; }
  .text-link-stack-image-series .ctacontainer .cta {
    display: inline-block; }
  .text-link-stack-image-series .ctacontainer .simplecta {
    padding: 10px 15px;
    display: block;
    border: solid 2px transparent;
    transition: all .25s ease-out; }
    .text-link-stack-image-series .ctacontainer .simplecta:hover {
      transition: all .25s ease-out;
      text-decoration: none;
      color: #0079c1; }
    .text-link-stack-image-series .ctacontainer .simplecta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px; }

.text-link-stack-image-series .textlight .headertitle {
  color: #fff; }

.text-link-stack-image-series .textlight .description {
  color: #ccc; }

.text-link-stack-image-series .textlight .cta {
  border: solid 1px #49b0f2; }
  .text-link-stack-image-series .textlight .cta a {
    color: #49b0f2; }

.text-link-stack-image-series .textlight .simplecta:hover {
  border: solid 2px #49b0f2;
  color: #49b0f2; }

.text-link-stack-image-series .textlight .simplecta .right-arrow-blue {
  fill: #49b0f2; }

.text-link-stack-image-series .textdark .headertitle {
  color: #4c4c4c; }

.text-link-stack-image-series .textdark .description {
  color: #4c4c4c; }

.text-link-stack-image-series .textdark .cta {
  border: solid 1px #0079c1; }
  .text-link-stack-image-series .textdark .cta a {
    color: #0079c1; }

.text-link-stack-image-series .textdark .simplecta:hover {
  border: solid 2px #0079c1;
  color: #0079c1; }

.text-link-stack-image-series .textdark .simplecta .right-arrow-blue {
  fill: #0079c1; }

@media (min-width: 860px) {
  .text-link-stack-image-series .headercontainer {
    padding: 0;
    text-align: center; }
    .text-link-stack-image-series .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .text-link-stack-image-series .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 60%;
      text-align: center; } }

@media (min-width: 481px) and (max-width: 860px) {
  .text-link-stack-image-series .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .block:nth-child(2n+1):nth-last-child(-n+2) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
      margin-bottom: 0px; } }

@media (min-width: 861px) {
  .text-link-stack-image-series .singleRow .block {
    margin-bottom: 0; }
  .text-link-stack-image-series .multipleRow .cardsPerRow-1 .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-image-series .multipleRow .cardsPerRow-3 .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-image-series .multipleRow .cardsPerRow-4 .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) ~ div {
      margin-bottom: 0px; } }

html[dir="rtl"] body .text-link-stack-image-series .headercontainer {
  text-align: right; }
  html[dir="rtl"] body .text-link-stack-image-series .headercontainer .description {
    text-align: right; }

@media (min-width: 860px) {
  html[dir="rtl"] body .text-link-stack-image-series .headercontainer {
    text-align: center; }
    html[dir="rtl"] body .text-link-stack-image-series .headercontainer .description {
      text-align: center; } }

html[dir="rtl"] body .text-link-stack-image-series .ctacontainer .simplecta .right-arrow-blue {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px; }

.text-link-stack-image {
  width: 100%; }
  .text-link-stack-image .lighttheme .contentarea {
    padding: 30px 20px 20px 0; }
    .text-link-stack-image .lighttheme .contentarea h3 {
      color: #fff;
      margin: 0 0 20px 0;
      letter-spacing: -0.05rem; }
    .text-link-stack-image .lighttheme .contentarea .contenttext {
      color: #ccc; }
    .text-link-stack-image .lighttheme .contentarea .bottom-link {
      margin-bottom: 0; }
      .text-link-stack-image .lighttheme .contentarea .bottom-link a {
        color: #49b0f2;
        display: inline-block;
        padding-bottom: 2px; }
        .text-link-stack-image .lighttheme .contentarea .bottom-link a:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: #49b0f2;
          transition: width .3s; }
        .text-link-stack-image .lighttheme .contentarea .bottom-link a:hover {
          text-decoration: none; }
        .text-link-stack-image .lighttheme .contentarea .bottom-link a:hover::after {
          width: 100%; }
  .text-link-stack-image .darktheme .contentarea {
    padding: 30px 20px 0 0; }
    .text-link-stack-image .darktheme .contentarea h3 {
      color: #4c4c4c;
      margin: 0 0 20px 0;
      letter-spacing: -0.05rem; }
    .text-link-stack-image .darktheme .contentarea .contenttext {
      color: #4c4c4c; }
    .text-link-stack-image .darktheme .contentarea .bottom-link {
      margin-bottom: 0; }
      .text-link-stack-image .darktheme .contentarea .bottom-link a {
        color: #0079c1;
        display: inline-block;
        padding-bottom: 2px; }
        .text-link-stack-image .darktheme .contentarea .bottom-link a:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: #0079c1;
          transition: width .3s; }
        .text-link-stack-image .darktheme .contentarea .bottom-link a:hover {
          text-decoration: none; }
        .text-link-stack-image .darktheme .contentarea .bottom-link a:hover::after {
          width: 100%; }

.text-link-stack-icon-series .block {
  display: flex;
  margin-bottom: 40px; }
  .text-link-stack-icon-series .block:last-child {
    margin-bottom: 0; }

@media (min-width: 860px) {
  .text-link-stack-icon-series .block-group-4-up > .block {
    max-width: calc(25% - 1.5rem); }
  .text-link-stack-icon-series .block-group-3-up > .block {
    max-width: calc(33.33333% - 1.5rem); }
  .text-link-stack-icon-series .block-group-2-up > .block {
    max-width: calc(50% - 1.5rem); } }

.text-link-stack-icon-series .headercontainer {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box; }
  .text-link-stack-icon-series .headercontainer .headertitle {
    line-height: 1.02;
    margin-bottom: 0; }
  .text-link-stack-icon-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .text-link-stack-icon-series .headercontainer .description {
    width: 80%;
    margin: 0;
    margin-bottom: 50px; }

.text-link-stack-icon-series .marginbottom50px {
  margin-bottom: 50px; }

.text-link-stack-icon-series .ctacontainer {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px; }
  .text-link-stack-icon-series .ctacontainer .cta {
    display: inline-block; }
  .text-link-stack-icon-series .ctacontainer .simplecta {
    padding: 10px 15px;
    display: block;
    border: solid 2px transparent;
    transition: all .25s ease-out; }
    .text-link-stack-icon-series .ctacontainer .simplecta:hover {
      transition: all .25s ease-out;
      text-decoration: none;
      color: #0079c1; }
    .text-link-stack-icon-series .ctacontainer .simplecta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px; }

.text-link-stack-icon-series .textlight .headertitle {
  color: #fff; }

.text-link-stack-icon-series .textlight .description {
  color: #ccc; }

.text-link-stack-icon-series .textlight .cta {
  border: solid 1px #49b0f2; }
  .text-link-stack-icon-series .textlight .cta a {
    color: #49b0f2; }

.text-link-stack-icon-series .textlight .simplecta:hover {
  border: solid 2px #49b0f2;
  color: #49b0f2; }

.text-link-stack-icon-series .textlight .simplecta .right-arrow-blue {
  fill: #49b0f2; }

.text-link-stack-icon-series .textdark .headertitle, .text-link-stack-icon-series .textdark .description {
  color: #4c4c4c; }

.text-link-stack-icon-series .textdark .cta {
  border: solid 1px #0079c1; }
  .text-link-stack-icon-series .textdark .cta a {
    color: #0079c1; }

.text-link-stack-icon-series .textdark .simplecta:hover {
  border: solid 2px #0079c1;
  color: #0079c1; }

.text-link-stack-icon-series .textdark .simplecta .right-arrow-blue {
  fill: #0079c1; }

@media (min-width: 860px) {
  .text-link-stack-icon-series .headercontainer {
    text-align: center;
    padding: 0; }
    .text-link-stack-icon-series .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .text-link-stack-icon-series .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 60%; } }

@media (min-width: 481px) and (max-width: 860px) {
  .text-link-stack-icon-series .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .block:nth-child(2n+1):nth-last-child(-n+2) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
      margin-bottom: 0px; } }

@media (min-width: 0px) {
  .text-link-stack-icon-series .singleRow .block, .text-link-stack-icon-series .cardsPerRow-1 .block, .text-link-stack-icon-series .cardsPerRow-3 .block, .text-link-stack-icon-series .cardsPerRow-4 .block {
    padding-left: 12px; } }

@media (min-width: 861px) {
  .text-link-stack-icon-series .singleRow .block {
    margin-bottom: 0; }
  .text-link-stack-icon-series .multipleRow .cardsPerRow-1 .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-icon-series .multipleRow .cardsPerRow-3 .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-icon-series .multipleRow .cardsPerRow-4 .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) ~ div {
      margin-bottom: 0px; } }

/* Right to Left */
html[dir="rtl"] body .text-link-stack-icon-series .headertitle, html[dir="rtl"] body .text-link-stack-icon-series .description {
  text-align: right; }
  @media (min-width: 860px) {
    html[dir="rtl"] body .text-link-stack-icon-series .headertitle, html[dir="rtl"] body .text-link-stack-icon-series .description {
      text-align: center; } }

html[dir="rtl"] body .text-link-stack-icon-series .contentarea {
  padding: 0 10px 20px 0; }
  html[dir="rtl"] body .text-link-stack-icon-series .contentarea .bottom-link a[data-link-type] {
    padding-right: 0px; }
    html[dir="rtl"] body .text-link-stack-icon-series .contentarea .bottom-link a[data-link-type]::before {
      float: left;
      margin: 0 6px 0 0; }
    html[dir="rtl"] body .text-link-stack-icon-series .contentarea .bottom-link a[data-link-type]:not([data-link-type='video'])::before {
      transform: scaleX(-1);
      margin-top: 5px; }

html[dir="rtl"] body .text-link-stack-icon-series .ctacontainer .simplecta .right-arrow-blue {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px; }

.text-link-stack-icon .headerimage img {
  width: 64px;
  height: 64px;
  margin-bottom: 1.55rem; }

.text-link-stack-icon .lighttheme .contentarea .cardtitle {
  color: #fff; }

.text-link-stack-icon .lighttheme .contentarea .contenttext {
  color: #ccc; }

.text-link-stack-icon .lighttheme .contentarea .bottom-link a {
  color: #49b0f2; }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a:after {
    background: #49b0f2; }

.text-link-stack-icon .darktheme .contentarea .cardtitle, .text-link-stack-icon .darktheme .contentarea .conttext {
  color: #4c4c4c; }

.text-link-stack-icon .darktheme .contentarea .bottom-link a {
  color: #0079c1; }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a:after {
    background: #0079c1; }

.text-link-stack-icon .lighttheme .contentarea, .text-link-stack-icon .darktheme .contentarea {
  padding: 0 20px 20px 0; }
  .text-link-stack-icon .lighttheme .contentarea .cardtitle, .text-link-stack-icon .darktheme .contentarea .cardtitle {
    margin: 0 0 20px 0;
    letter-spacing: -0.05rem; }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link, .text-link-stack-icon .darktheme .contentarea .bottom-link {
    margin-bottom: 0; }
    .text-link-stack-icon .lighttheme .contentarea .bottom-link a, .text-link-stack-icon .darktheme .contentarea .bottom-link a {
      display: inline-block;
      padding-bottom: 2px; }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a:after, .text-link-stack-icon .darktheme .contentarea .bottom-link a:after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        transition: width .3s; }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a:hover, .text-link-stack-icon .darktheme .contentarea .bottom-link a:hover {
        text-decoration: none; }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a:hover:after, .text-link-stack-icon .darktheme .contentarea .bottom-link a:hover:after {
        width: 100%; }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='internal']::before, .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='internal']::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='external']::before, .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='external']::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='video']::before, .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='video']::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='document']::before, .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='document']::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type], .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type] {
      padding-right: 18px; }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type]::before, .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type]::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        transform: translateY(36%);
        right: 0;
        float: right;
        margin: 0 0 0 6px; }

.teaser div {
  box-sizing: border-box; }

.teaser .background {
  background-size: cover; }

.teaser .cmp-teaser {
  display: flex;
  flex-direction: column-reverse; }
  .teaser .cmp-teaser .cmp-teaser__image {
    display: flex;
    flex-basis: 100%; }
    .teaser .cmp-teaser .cmp-teaser__image .cmp-image__image {
      display: block; }
  .teaser .cmp-teaser .cmp-teaser__content {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .teaser .cmp-teaser .cmp-teaser__content svg, .teaser .cmp-teaser .cmp-teaser__content .svg-icon, .teaser .cmp-teaser .cmp-teaser__content .icons-ui-svg {
      display: block;
      height: 64px;
      margin-bottom: 10px; }
  .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__content {
    color: #ffffff; }
  .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a {
    background: none;
    display: inline-block;
    padding: 0.375rem 1rem;
    width: auto;
    margin: 0 10px 10px 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    transition: all .25s ease-in-out;
    border: thin solid #ffffff;
    color: #ffffff; }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a:hover, .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 2px #ffffff; }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-in-out;
      width: 13px;
      display: inline-block;
      margin-left: 5px; }
    html[dir="rtl"] .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href$=".mp4"]::after, html[dir="rtl"] .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href$=".mov"]::after, html[dir="rtl"] .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href$=".pdf"]::after, .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href$=".doc"]::after, .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href^="/"]::after, .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href$=".mp4"]::after, .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href$=".mov"]::after, .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .teaser .cmp-teaser[data-theme='darktheme'] .cmp-teaser__action-container a[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__content {
    color: #4c4c4c; }
  .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a {
    background: none;
    display: inline-block;
    padding: 0.375rem 1rem;
    width: auto;
    margin: 0 10px 10px 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    transition: all .25s ease-in-out;
    border: thin solid #000000;
    color: #000000; }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a:hover, .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 2px #000000; }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-in-out;
      width: 13px;
      display: inline-block;
      margin-left: 5px; }
    html[dir="rtl"] .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href$=".mp4"]::after, html[dir="rtl"] .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href$=".mov"]::after, html[dir="rtl"] .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href$=".pdf"]::after, .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href$=".doc"]::after, .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href^="/"]::after, .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href$=".mp4"]::after, .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href$=".mov"]::after, .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .teaser .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__action-container a[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .teaser .cmp-teaser.alignRight {
    flex-direction: column-reverse; }
    .teaser .cmp-teaser.alignRight .cmp-teaser__content {
      order: 1; }
    .teaser .cmp-teaser.alignRight .cmp-teaser__image, .teaser .cmp-teaser.alignRight .imageAsBackground {
      order: 2; }

.teaser.media-text-split {
  min-height: 420px; }
  .teaser.media-text-split .componentbackground {
    width: 1440px;
    max-width: 96vw;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 1440px) {
    .teaser.media-text-split .cmp-teaser {
      min-height: 420px; } }
  @media (min-width: 768px) {
    .teaser.media-text-split .cmp-teaser {
      flex-direction: row; } }
  .teaser.media-text-split .cmp-teaser .imageAsBackground {
    display: none; }
  .teaser.media-text-split .cmp-teaser .categoryText {
    display: none; }
  .teaser.media-text-split .cmp-teaser .cmp-teaser__image {
    min-height: 170px;
    margin-top: 20px;
    align-items: flex-end;
    justify-content: center; }
    @media (min-width: 768px) {
      .teaser.media-text-split .cmp-teaser .cmp-teaser__image {
        flex-basis: 50%;
        max-width: 50%;
        min-height: 355px; } }
    .teaser.media-text-split .cmp-teaser .cmp-teaser__image .cmp-teaser__image .cmp-image {
      max-height: 100%;
      width: 100%;
      display: block;
      margin: 0 auto;
      min-height: 170px; }
      @media (min-width: 640px) {
        .teaser.media-text-split .cmp-teaser .cmp-teaser__image .cmp-teaser__image .cmp-image {
          min-height: 355px; } }
      @media (min-width: 1024px) {
        .teaser.media-text-split .cmp-teaser .cmp-teaser__image .cmp-teaser__image .cmp-image {
          min-height: initial; }
          html[dir="rtl"] .teaser.media-text-split .cmp-teaser .cmp-teaser__image .cmp-teaser__image .cmp-image {
            transform: initial; } }
  .teaser.media-text-split .cmp-teaser .cmp-teaser__content {
    padding: 35px 0;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    background: none !important;
    text-align: center; }
    .teaser.media-text-split .cmp-teaser .cmp-teaser__content svg, .teaser.media-text-split .cmp-teaser .cmp-teaser__content .icons-ui-svg {
      margin: 10px auto; }
      @media (min-width: 768px) {
        .teaser.media-text-split .cmp-teaser .cmp-teaser__content svg, .teaser.media-text-split .cmp-teaser .cmp-teaser__content .icons-ui-svg {
          margin: 10px 0; } }
    .teaser.media-text-split .cmp-teaser .cmp-teaser__content .separator {
      display: none; }
    @media (min-width: 768px) {
      .teaser.media-text-split .cmp-teaser .cmp-teaser__content {
        flex-basis: 50%;
        padding: 0 0 0 70px;
        text-align: initial; }
        html[dir="rtl"] .teaser.media-text-split .cmp-teaser .cmp-teaser__content {
          padding: 0 70px 0 0; } }
    .teaser.media-text-split .cmp-teaser .cmp-teaser__content .teaser__title {
      font-size: 1.414rem;
      line-height: 1.5; }
    .teaser.media-text-split .cmp-teaser .cmp-teaser__content .cmp-teaser__subtitle {
      display: none; }
  @media (max-width: 768px) {
    .teaser.media-text-split .cmp-teaser.alignRight {
      flex-direction: column; } }

.teaser.overlay-split {
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }
  .teaser.overlay-split .cmp-teaser {
    opacity: 0.9;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    flex-direction: column; }
    @media (min-width: 480px) {
      .teaser.overlay-split .cmp-teaser {
        min-height: 600px; } }
    @media (min-width: 600px) {
      .teaser.overlay-split .cmp-teaser {
        flex-direction: row; } }
    @media (min-width: 1240px) {
      .teaser.overlay-split .cmp-teaser {
        min-height: 960px; } }
    .teaser.overlay-split .cmp-teaser .imageAsBackground {
      display: none; }
    .teaser.overlay-split .cmp-teaser .categoryText {
      display: none; }
    .teaser.overlay-split .cmp-teaser .cmp-teaser__image {
      left: 0;
      background-position: right center;
      align-items: center;
      justify-content: center; }
      @media (min-width: 600px) {
        .teaser.overlay-split .cmp-teaser .cmp-teaser__image {
          max-width: 50%; } }
      @media (min-width: 600px) {
        .teaser.overlay-split .cmp-teaser .cmp-teaser__image .cmp-image {
          margin-left: 20px;
          left: 8%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 55%;
          z-index: 1; } }
  @media (min-width: 600px) and (min-width: 1024px) {
    .teaser.overlay-split .cmp-teaser .cmp-teaser__image .cmp-image {
      margin-left: 120px; } }
      @media (min-width: 600px) {
          html[dir="rtl"] .teaser.overlay-split .cmp-teaser .cmp-teaser__image .cmp-image {
            right: 8%;
            left: auto; } }
      @media (min-width: 1440px) {
        .teaser.overlay-split .cmp-teaser .cmp-teaser__image .cmp-image {
          min-height: 600px; } }
      .teaser.overlay-split .cmp-teaser .cmp-teaser__image .cmp-image .cmp-image__image {
        width: 100%;
        max-width: 1100px;
        min-height: auto; }
        @media (min-width: 1440px) {
          .teaser.overlay-split .cmp-teaser .cmp-teaser__image .cmp-image .cmp-image__image {
            min-height: 600px; } }
    .teaser.overlay-split .cmp-teaser .cmp-teaser__content {
      opacity: 0.9;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 40px 0; }
      @media (min-width: 768px) {
        .teaser.overlay-split .cmp-teaser .cmp-teaser__content {
          min-height: 600px; } }
      .teaser.overlay-split .cmp-teaser .cmp-teaser__content .cmp-teaser__subtitle {
        display: none; }
      @media (min-width: 1280px) {
        .teaser.overlay-split .cmp-teaser .cmp-teaser__content {
          min-height: 960px;
          max-width: 50%; } }
      .teaser.overlay-split .cmp-teaser .cmp-teaser__content * {
        max-width: 516px; }
      @media (max-width: 1280px) {
        .teaser.overlay-split .cmp-teaser .cmp-teaser__content-wrapper {
          padding: 0 40px; } }
      .teaser.overlay-split .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title {
        font-size: 1.66016rem;
        line-height: 1.35; }
        @media screen and (min-width: 600px) {
          .teaser.overlay-split .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title {
            font-size: 2.40307rem; } }
        .teaser.overlay-split .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title.megatitle {
          font-size: 40px; }
          @media screen and (min-width: 768px) {
            .teaser.overlay-split .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title.megatitle {
              font-size: calc(100% - 1vh);
              line-height: inherit; } }
          @media screen and (min-width: 1024px) {
            .teaser.overlay-split .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title.megatitle {
              font-size: 80px;
              line-height: 80px;
              margin-bottom: 30px; } }
      html[dir="rtl"] .teaser.overlay-split .cmp-teaser .cmp-teaser__content-wrapper .separator {
        margin-right: initial; }
    @media screen and (max-width: 600px) {
      .teaser.overlay-split .cmp-teaser.alignRight {
        flex-direction: column-reverse; } }
    .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__image .cmp-image {
      right: 8%;
      left: auto; }
      html[dir="rtl"] .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__image .cmp-image {
        left: 8%;
        right: auto; }
    .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper {
      text-align: right; }
      .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper .separator {
        margin-right: 0;
        margin-left: auto; }
      html[dir="rtl"] .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper {
        text-align: left; }
        html[dir="rtl"] .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper .separator {
          margin-right: auto;
          margin-left: 0; }
    .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__action-container a {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .teaser.overlay-split .cmp-teaser.alignRight .cmp-teaser__action-container a {
        margin: 0 10px 10px 0; }
    .teaser.overlay-split .cmp-teaser[data-theme="darktheme"] .cmp-teaser__content {
      background: #323232; }
    .teaser.overlay-split .cmp-teaser[data-theme="lighttheme"] .cmp-teaser__content {
      background: white; }

.teaser.fifty-fifty-split {
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }
  .teaser.fifty-fifty-split .cmp-teaser {
    opacity: 0.9;
    position: relative;
    width: 100%;
    flex-direction: column; }
    @media (min-width: 480px) {
      .teaser.fifty-fifty-split .cmp-teaser {
        min-height: 600px; } }
    @media (min-width: 1024px) {
      .teaser.fifty-fifty-split .cmp-teaser {
        flex-direction: row; } }
    .teaser.fifty-fifty-split .cmp-teaser .imageAsBackground {
      display: block;
      padding-bottom: 46.875%; }
      @media (min-width: 1024px) {
        .teaser.fifty-fifty-split .cmp-teaser .imageAsBackground {
          display: flex;
          flex-basis: 100%;
          background-size: cover !important;
          padding-bottom: 0;
          height: auto; } }
    .teaser.fifty-fifty-split .cmp-teaser .categoryText {
      display: none; }
    .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__image {
      display: none; }
    .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content {
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media (max-width: 1024px) {
        .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content {
          flex: 0 0 100%;
          padding: 80px 0;
          align-items: flex-start; } }
      .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content .cmp-teaser__subtitle, .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content .svg-icon, .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content svg, .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content .icons-ui-svg {
        display: none; }
      @media (min-width: 1280px) {
        .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content {
          max-width: 50%; } }
      .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content-wrapper {
        width: 100%;
        padding: 0 40px; }
        @media (min-width: 1280px) {
          .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content-wrapper {
            width: 80%; } }
        .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title {
          font-size: 1.66016rem;
          line-height: 1.35; }
          @media screen and (min-width: 600px) {
            .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title {
              font-size: 2.40307rem; } }
        .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content-wrapper .quotation-mark {
          margin-bottom: 12px;
          background-size: 100% 100%;
          background-position: center center;
          background-repeat: repeat;
          padding-top: 30px; }
          .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content-wrapper .quotation-mark svg {
            height: 48px;
            width: 48px; }
        html[dir="rtl"] .teaser.fifty-fifty-split .cmp-teaser .cmp-teaser__content-wrapper .separator {
          margin-right: initial; }
    @media screen and (max-width: 600px) {
      .teaser.fifty-fifty-split .cmp-teaser.alignRight {
        flex-direction: column-reverse; } }
    .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__image .cmp-image {
      right: 8%;
      left: auto; }
      html[dir="rtl"] .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__image .cmp-image {
        left: 8%;
        right: auto; }
    @media screen and (min-width: 600px) {
      .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper {
        text-align: right; }
        .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper .separator {
          margin-right: 0;
          margin-left: auto; } }
    html[dir="rtl"] .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper {
      text-align: left; }
      html[dir="rtl"] .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__content-wrapper .separator {
        margin-right: auto;
        margin-left: 0; }
    .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__action-container a {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .teaser.fifty-fifty-split .cmp-teaser.alignRight .cmp-teaser__action-container a {
        margin: 0 10px 10px 0; }

@media (min-width: 860px) {
  .teaser.large-horizontal-card {
    min-height: 725px; } }

.teaser.large-horizontal-card .componentbackground {
  width: 1440px;
  max-width: 96vw;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.teaser.large-horizontal-card .cmp-teaser {
  position: relative; }
  @media (min-width: 1440px) {
    .teaser.large-horizontal-card .cmp-teaser {
      min-height: 420px; } }
  @media (min-width: 860px) {
    .teaser.large-horizontal-card .cmp-teaser {
      flex-direction: row; } }
  .teaser.large-horizontal-card .cmp-teaser .imageAsBackground {
    min-height: 400px;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover; }
    @media (min-width: 860px) {
      .teaser.large-horizontal-card .cmp-teaser .imageAsBackground {
        min-height: 725px;
        width: 50%;
        padding-bottom: 0; } }
  .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__image {
    display: none; }
  .teaser.large-horizontal-card .cmp-teaser .categoryText {
    position: absolute;
    top: 50px;
    left: 0; }
    .teaser.large-horizontal-card .cmp-teaser .categoryText span {
      letter-spacing: .12em;
      font-size: 11px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin: 0;
      color: #ffffff;
      padding: 5px 20px;
      min-height: 27px;
      background-color: rgba(255, 255, 255, 0.9); }
      @media screen and (min-width: 640px) {
        .teaser.large-horizontal-card .cmp-teaser .categoryText span {
          font-size: 13px; } }
  .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content {
    padding: 35px;
    align-content: flex-start;
    justify-content: flex-start;
    flex: 0 0 100%; }
    .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content .icons-ui-svg {
      display: none; }
    .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content .separator {
      display: none; }
    @media (min-width: 860px) {
      .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content {
        flex-basis: 50%; }
        html[dir="rtl"] .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content {
          padding: 0 40px 0 70px; } }
    .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content .teaser__title {
      font-size: 1.414rem;
      line-height: 1.5; }
    .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content .cmp-teaser__subtitle {
      display: none; }
  .teaser.large-horizontal-card .cmp-teaser.alignRight .categoryText {
    left: 0;
    right: auto; }
    @media (min-width: 860px) {
      .teaser.large-horizontal-card .cmp-teaser.alignRight .categoryText {
        left: auto;
        right: 0; } }
    html[dir="rtl"] .teaser.large-horizontal-card .cmp-teaser.alignRight .categoryText {
      left: 0;
      right: auto; }
  html[dir="rtl"] .teaser.large-horizontal-card .cmp-teaser .categoryText {
    left: auto;
    right: 0; }
  @media (max-width: 860px) {
    .teaser.large-horizontal-card .cmp-teaser .imageAsBackground {
      order: 2; }
    .teaser.large-horizontal-card .cmp-teaser .cmp-teaser__content {
      order: 1; } }

.teaser.case-study-hero-ss .componentbackground {
  width: 1440px;
  max-width: 96vw;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.teaser.case-study-hero-ss .cmp-teaser {
  padding-top: 60px; }
  @media (min-width: 1440px) {
    .teaser.case-study-hero-ss .cmp-teaser {
      min-height: 420px; } }
  @media (min-width: 1024px) {
    .teaser.case-study-hero-ss .cmp-teaser {
      flex-direction: row; } }
  .teaser.case-study-hero-ss .cmp-teaser .imageAsBackground, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"] {
    flex-basis: 100%;
    flex: 1 1 auto;
    background-size: cover;
    position: relative;
    height: 480px; }
    .teaser.case-study-hero-ss .cmp-teaser .imageAsBackground .imageAsBackground_linkIcon, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"] .imageAsBackground_linkIcon {
      background-color: #4c4c4c;
      background-position: center center;
      background-repeat: no-repeat;
      border-radius: 100%;
      background-size: 30px 30px;
      height: 70px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 72px;
      transition: all .25s ease-out;
      z-index: 5; }
    @media (min-width: 1024px) {
      .teaser.case-study-hero-ss .cmp-teaser .imageAsBackground, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"] {
        flex-basis: 60%;
        min-height: 480px;
        height: auto; } }
  .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".pdf"] .imageAsBackground_linkIcon, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".doc"] .imageAsBackground_linkIcon, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".zip"] .imageAsBackground_linkIcon {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnIGlkPSJpY29ucyI+DQoJPGc+DQoJCTxyZWN0IHg9IjEwIiB5PSIxMiIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIxMCIgeT0iNiIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIxMCIgeT0iOCIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIzIiB5PSIzIiBjbGFzcz0ic3QwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+DQoJCTxyZWN0IHg9IjEwIiB5PSIxMCIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIzIiB5PSI2IiBjbGFzcz0ic3QwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+DQoJCTxyZWN0IHg9IjMiIHk9IjgiIGNsYXNzPSJzdDAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLDBIMXYxNmgxM1YzTDExLDB6IE0xMywxNUgyVjFoOC42TDEzLDMuNFYxNXoiLz4NCgkJPHJlY3QgeD0iMyIgeT0iMTAiIGNsYXNzPSJzdDAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4NCgkJPHJlY3QgeD0iMyIgeT0iMTIiIGNsYXNzPSJzdDAiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4="); }
  .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon {
    border: none;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus {
      outline: none; }
    .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:after {
      border-left: 12px solid #323232; }
      .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:after:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:after:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:after:hover {
        border-left: 12px solid #323232; }
    .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:hover, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:hover:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:hover:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:hover:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus:after {
        border-left: 12px solid white; }
    .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus {
      background: #0079c1;
      outline: none; }
      .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus:after {
        border-left: 12px solid white; }
    .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:after, .teaser.case-study-hero-ss .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
  .teaser.case-study-hero-ss .cmp-teaser .categoryText {
    display: none; }
  .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__image {
    display: none; }
  .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__content {
    padding: 35px;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    position: relative; }
    .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__content::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      top: -35px;
      left: calc(50% - 35px); }
      @media (min-width: 1024px) {
        .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__content::before {
          left: -35px;
          top: calc(50% - 35px); } }
    .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__content .separator {
      display: none; }
    @media (min-width: 1024px) {
      .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__content {
        flex-basis: 40%; } }
    .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__content .teaser__title {
      font-size: 1.414rem;
      line-height: 1.5; }
    .teaser.case-study-hero-ss .cmp-teaser .cmp-teaser__content .cmp-teaser__subtitle {
      display: none; }
  .teaser.case-study-hero-ss .cmp-teaser[data-theme='lighttheme'] .cmp-teaser__content {
    background: #f8f8f8; }
  .teaser.case-study-hero-ss .cmp-teaser[data-theme='darktheme'] .cmp-teaser__content {
    background: #323232; }
    .teaser.case-study-hero-ss .cmp-teaser[data-theme='darktheme'] .cmp-teaser__content::before {
      border-left: 35px solid transparent;
      border-right: 35px solid transparent;
      border-bottom: 35px solid #323232;
      border-top: none; }
      @media (min-width: 1024px) {
        .teaser.case-study-hero-ss .cmp-teaser[data-theme='darktheme'] .cmp-teaser__content::before {
          border-top: 35px solid transparent;
          border-bottom: 35px solid transparent;
          border-right: 35px solid #323232;
          border-left: none; } }
  @media (max-width: 1024px) {
    .teaser.case-study-hero-ss .cmp-teaser.alignLeft .imageAsBackground {
      order: 2; }
    .teaser.case-study-hero-ss .cmp-teaser.alignLeft .cmp-teaser__content {
      order: 1; } }
  .teaser.case-study-hero-ss .cmp-teaser.alignLeft[data-theme='lighttheme'] .cmp-teaser__content::before {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #f8f8f8;
    border-top: none; }
    @media (min-width: 1024px) {
      .teaser.case-study-hero-ss .cmp-teaser.alignLeft[data-theme='lighttheme'] .cmp-teaser__content::before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-right: 35px solid #f8f8f8;
        border-left: none; } }
  .teaser.case-study-hero-ss .cmp-teaser.alignLeft[data-theme='darktheme'] .cmp-teaser__content::before {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #323232;
    border-top: none; }
    @media (min-width: 1024px) {
      .teaser.case-study-hero-ss .cmp-teaser.alignLeft[data-theme='darktheme'] .cmp-teaser__content::before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-right: 35px solid #323232;
        border-left: none; } }
  .teaser.case-study-hero-ss .cmp-teaser.alignRight[data-theme='lighttheme'] .cmp-teaser__content::before {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #f8f8f8;
    border-top: none; }
    @media (min-width: 1024px) {
      .teaser.case-study-hero-ss .cmp-teaser.alignRight[data-theme='lighttheme'] .cmp-teaser__content::before {
        right: -35px;
        left: auto;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #f8f8f8;
        border-right: none; } }
  .teaser.case-study-hero-ss .cmp-teaser.alignRight[data-theme='darktheme'] .cmp-teaser__content::before {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #323232;
    border-top: none; }
    @media (min-width: 1024px) {
      .teaser.case-study-hero-ss .cmp-teaser.alignRight[data-theme='darktheme'] .cmp-teaser__content::before {
        right: -35px;
        left: auto;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #323232;
        border-right: none; } }

.teaser.large-content-stack .componentbackground {
  width: 1440px;
  max-width: 96vw;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }

.teaser.large-content-stack .cmp-teaser.alignRight, .teaser.large-content-stack .cmp-teaser.alignLeft {
  flex-direction: column; }

.teaser.large-content-stack .cmp-teaser .imageAsBackground, .teaser.large-content-stack .cmp-teaser a[data-linked="image"] {
  flex-basis: 100%;
  flex: 1 1 auto;
  background-size: cover;
  position: relative;
  height: 480px;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 0; }
  @media (min-width: 768px) {
    .teaser.large-content-stack .cmp-teaser .imageAsBackground, .teaser.large-content-stack .cmp-teaser a[data-linked="image"] {
      width: 92%; } }
  .teaser.large-content-stack .cmp-teaser .imageAsBackground .imageAsBackground_linkIcon, .teaser.large-content-stack .cmp-teaser a[data-linked="image"] .imageAsBackground_linkIcon {
    background-color: #4c4c4c;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-size: 30px 30px;
    height: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    transition: all .25s ease-out;
    z-index: 5; }
  @media (min-width: 1024px) {
    .teaser.large-content-stack .cmp-teaser .imageAsBackground, .teaser.large-content-stack .cmp-teaser a[data-linked="image"] {
      flex-basis: 60%;
      min-height: 480px;
      height: auto; } }

.teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".pdf"] .imageAsBackground_linkIcon, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".doc"] .imageAsBackground_linkIcon, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".zip"] .imageAsBackground_linkIcon {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnIGlkPSJpY29ucyI+DQoJPGc+DQoJCTxyZWN0IHg9IjEwIiB5PSIxMiIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIxMCIgeT0iNiIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIxMCIgeT0iOCIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIzIiB5PSIzIiBjbGFzcz0ic3QwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+DQoJCTxyZWN0IHg9IjEwIiB5PSIxMCIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIzIiB5PSI2IiBjbGFzcz0ic3QwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+DQoJCTxyZWN0IHg9IjMiIHk9IjgiIGNsYXNzPSJzdDAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLDBIMXYxNmgxM1YzTDExLDB6IE0xMywxNUgyVjFoOC42TDEzLDMuNFYxNXoiLz4NCgkJPHJlY3QgeD0iMyIgeT0iMTAiIGNsYXNzPSJzdDAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4NCgkJPHJlY3QgeD0iMyIgeT0iMTIiIGNsYXNzPSJzdDAiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4="); }

.teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon {
  border: none;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.9);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus {
    outline: none; }
  .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:after {
    border-left: 12px solid #323232; }
    .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:after:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:after:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:after:hover {
      border-left: 12px solid #323232; }
  .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:hover, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus {
    background: #0079c1;
    border: none;
    outline: none; }
    .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:hover:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:hover:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:hover:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus:after {
      border-left: 12px solid white; }
  .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus {
    background: #0079c1;
    outline: none; }
    .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:focus:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:focus:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:focus:after {
      border-left: 12px solid white; }
  .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mp4"] .imageAsBackground_linkIcon:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href$=".mov"] .imageAsBackground_linkIcon:after, .teaser.large-content-stack .cmp-teaser a[data-linked="image"][href^="https://www.esri.com/videos/"] .imageAsBackground_linkIcon:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }

.teaser.large-content-stack .cmp-teaser .categoryText {
  display: none; }

.teaser.large-content-stack .cmp-teaser .cmp-teaser__image {
  display: none; }

.teaser.large-content-stack .cmp-teaser .cmp-teaser__content {
  padding: 45px 0;
  margin: 0 auto;
  background: none !important;
  text-align: center;
  width: 90%; }
  @media (min-width: 768px) {
    .teaser.large-content-stack .cmp-teaser .cmp-teaser__content {
      width: 60%; } }
  .teaser.large-content-stack .cmp-teaser .cmp-teaser__content svg, .teaser.large-content-stack .cmp-teaser .cmp-teaser__content .icons-ui-svg {
    margin: 10px auto; }
    @media (min-width: 768px) {
      .teaser.large-content-stack .cmp-teaser .cmp-teaser__content svg, .teaser.large-content-stack .cmp-teaser .cmp-teaser__content .icons-ui-svg {
        margin: 10px auto; } }
  @media (min-width: 768px) {
    .teaser.large-content-stack .cmp-teaser .cmp-teaser__content {
      flex: 1 1 100%; } }
  .teaser.large-content-stack .cmp-teaser .cmp-teaser__content .teaser__title {
    font-size: 2.40307405rem;
    line-height: 3.1rem;
    font-weight: 300; }
  .teaser.large-content-stack .cmp-teaser .cmp-teaser__content .cmp-teaser__subtitle {
    display: none; }
  @media (max-width: 1280px) {
    .teaser.large-content-stack .cmp-teaser .cmp-teaser__content-wrapper {
      padding: 0 40px; } }
  .teaser.large-content-stack .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title {
    font-size: 1.66016rem;
    line-height: 1.35; }
    @media screen and (min-width: 600px) {
      .teaser.large-content-stack .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title {
        font-size: 2.40307rem; } }
    .teaser.large-content-stack .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title.megatitle {
      font-size: 40px; }
      @media screen and (min-width: 768px) {
        .teaser.large-content-stack .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title.megatitle {
          font-size: calc(100% - 1vh);
          line-height: inherit; } }
      @media screen and (min-width: 1024px) {
        .teaser.large-content-stack .cmp-teaser .cmp-teaser__content-wrapper .cmp-teaser__title.megatitle {
          font-size: 80px;
          line-height: 80px;
          margin-bottom: 30px; } }

.avenir-light {
  font-weight: 300;
  font-style: normal; }

.avenir-light-italic {
  font-weight: 300;
  font-style: italic; }

.avenir-regular {
  font-weight: 400;
  font-style: normal; }

.avenir-italic {
  font-weight: 400;
  font-style: italic; }

.avenir-demi {
  font-weight: 700;
  font-style: normal; }

.avenir-demi-italic {
  font-weight: 700;
  font-style: italic; }

.avenir-bold {
  font-weight: 700;
  font-style: normal; }

.avenir-bold-italic {
  font-weight: 700;
  font-style: italic; }

.code-face, .code-face .block {
  letter-spacing: 0em;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
  font-weight: 400;
  font-style: normal; }
  .code-face b, .code-face strong, .code-face .block b, .code-face .block strong {
    font-weight: 400; }

.code-italic, .code-italic .block {
  letter-spacing: 0em;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
  font-weight: 400;
  font-style: italic; }
  .code-italic b, .code-italic strong, .code-italic .block b, .code-italic .block strong {
    font-weight: 400; }

/* animations */
.animate-child.fade-left {
  transition: all .75s ease;
  -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);
  opacity: 0;
  transform: translateX(-30px); }

.animate-child.fade-right {
  transition: all .75s ease;
  -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);
  opacity: 0;
  transform: translateX(30px); }

.animate-child.fade-up {
  transition: all .75s ease;
  -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);
  opacity: 0;
  transform: translateY(30px); }

.animate-child.fade-in {
  transition: all .75s ease;
  -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);
  opacity: 0; }

.animate-child.fade-left-slow {
  transition: all 1.5s ease;
  -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);
  opacity: 0;
  transform: translateX(-30px); }

.animate-child.fade-right-slow {
  transition: all 1.5s ease;
  -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);
  opacity: 0;
  transform: translateX(30px); }

.animate-child.fade-up-slow {
  transition: all 1.5s ease;
  -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);
  opacity: 0;
  transform: translateY(30px); }

.animate-child.fade-in-slow {
  transition: all 1.5s ease;
  -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);
  opacity: 0; }

.animate-child.active {
  opacity: 1;
  transform: translate(0, 0); }

.icon-arrow {
  display: inline-block;
  background: none;
  padding: 0;
  position: relative; }
  .icon-arrow::after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICA8Zz48cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNOCwxNC4yOTY4NzVsNS4zMTI1LTUuMzEyNUgwVjhoMTMuMjgxMjVMOCwyLjcwMzEyNVYxLjI4MTI1TDE1LjIxODc1LDguNUw4LDE1LjcxODc1VjE0LjI5Njg3NXoiPjwvcGF0aD48L2c+Cjwvc3ZnPg==") no-repeat bottom right;
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -8px;
    transform: translateY(-55%); }
  .icon-arrow:hover::after {
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICA8Zz48cGF0aCBmaWxsPSIjMDA1ZTk1IiBkPSJNOCwxNC4yOTY4NzVsNS4zMTI1LTUuMzEyNUgwVjhoMTMuMjgxMjVMOCwyLjcwMzEyNVYxLjI4MTI1TDE1LjIxODc1LDguNUw4LDE1LjcxODc1VjE0LjI5Njg3NXoiPjwvcGF0aD48L2c+Cjwvc3ZnPg==") no-repeat bottom right; }

.icon-arrow-btn {
  display: inline-block;
  background: none;
  padding: 10px 42px 10px 20px;
  position: relative; }
  .icon-arrow-btn::after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICA8Zz48cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNOCwxNC4yOTY4NzVsNS4zMTI1LTUuMzEyNUgwVjhoMTMuMjgxMjVMOCwyLjcwMzEyNVYxLjI4MTI1TDE1LjIxODc1LDguNUw4LDE1LjcxODc1VjE0LjI5Njg3NXoiPjwvcGF0aD48L2c+Cjwvc3ZnPg==") no-repeat center right;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-55%); }
  .icon-arrow-btn:hover::after {
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICA8Zz48cGF0aCBmaWxsPSIjMDA1ZTk1IiBkPSJNOCwxNC4yOTY4NzVsNS4zMTI1LTUuMzEyNUgwVjhoMTMuMjgxMjVMOCwyLjcwMzEyNVYxLjI4MTI1TDE1LjIxODc1LDguNUw4LDE1LjcxODc1VjE0LjI5Njg3NXoiPjwvcGF0aD48L2c+Cjwvc3ZnPg==") no-repeat center right; }

.icon-ext-link {
  display: inline-block;
  padding: 9.5px 42px 9.5px 20px;
  position: relative; }
  .icon-ext-link::after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iSWNvbkxpbmsgQmx1ZSIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNSw4djdIMVYxaDd2MUgydjEyaDEyVjhIMTV6IE0xNSwxdjVoLTFWMi43MDMxMjVsLTYuNjQwNjI1LDYuNjU2MjVsLTAuNzE4NzUtMC43MTg3NUwxMy4yOTY4NzUsMkgxMFYxSDE1eiI+PC9wYXRoPjwvZz4KPC9zdmc+") no-repeat center right;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-55%); }

.icon-ext-link-blue {
  display: inline-block;
  padding: 5px 42px 5px 20px;
  position: relative; }
  .icon-ext-link-blue::after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iSWNvbkxpbmsgQmx1ZSIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxnPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xNSw4djdIMVYxaDd2MUgydjEyaDEyVjhIMTV6IE0xNSwxdjVoLTFWMi43MDMxMjVsLTYuNjQwNjI1LDYuNjU2MjVsLTAuNzE4NzUtMC43MTg3NUwxMy4yOTY4NzUsMkgxMFYxSDE1eiI+PC9wYXRoPjwvZz4KPC9zdmc+") no-repeat center right;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-55%); }
  .icon-ext-link-blue:hover::after {
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iSWNvbkxpbmsgQmx1ZSIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxnPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik0xNSw4djdIMVYxaDd2MUgydjEyaDEyVjhIMTV6IE0xNSwxdjVoLTFWMi43MDMxMjVsLTYuNjQwNjI1LDYuNjU2MjVsLTAuNzE4NzUtMC43MTg3NUwxMy4yOTY4NzUsMkgxMFYxSDE1eiI+PC9wYXRoPjwvZz4KPC9zdmc+") no-repeat center right; }

.icon-arrow-link {
  display: inline-block;
  background: none;
  padding: 0;
  position: absolute;
  bottom: -2px; }
  .icon-arrow-link::after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICA8Zz48cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNOCwxNC4yOTY4NzVsNS4zMTI1LTUuMzEyNUgwVjhoMTMuMjgxMjVMOCwyLjcwMzEyNVYxLjI4MTI1TDE1LjIxODc1LDguNUw4LDE1LjcxODc1VjE0LjI5Njg3NXoiPjwvcGF0aD48L2c+Cjwvc3ZnPg==") no-repeat bottom right;
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -8px;
    transform: translateY(-55%); }
  .icon-arrow-link:hover::after {
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICA8Zz48cGF0aCBmaWxsPSIjMDA1ZTk1IiBkPSJNOCwxNC4yOTY4NzVsNS4zMTI1LTUuMzEyNUgwVjhoMTMuMjgxMjVMOCwyLjcwMzEyNVYxLjI4MTI1TDE1LjIxODc1LDguNUw4LDE1LjcxODc1VjE0LjI5Njg3NXoiPjwvcGF0aD48L2c+Cjwvc3ZnPg==") no-repeat bottom right; }

.icon-arrow-link-white {
  display: inline-block;
  background: none;
  padding: 0;
  position: absolute;
  bottom: -2px; }
  .icon-arrow-link-white::after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICA8Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNOCwxNC4yOTY4NzVsNS4zMTI1LTUuMzEyNUgwVjhoMTMuMjgxMjVMOCwyLjcwMzEyNVYxLjI4MTI1TDE1LjIxODc1LDguNUw4LDE1LjcxODc1VjE0LjI5Njg3NXoiPjwvcGF0aD48L2c+Cjwvc3ZnPg==") no-repeat bottom right;
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: -8px;
    transform: translateY(-55%); }

.animated-link {
  position: relative; }

.animated-link:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #0079c1;
  transition: 0.4s; }

.animated-link:hover {
  text-decoration: none; }

.animated-link:hover:after {
  width: 100%; }

.animated-link-white {
  position: relative; }

.animated-link-white:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #fff;
  transition: 0.4s; }

.animated-link-white:hover {
  text-decoration: none; }

.animated-link-white:hover:after {
  width: 100%; }

.right-arrow {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px; }

.icon-ui-white {
  fill: #fff; }

.icon-ui-blue {
  fill: #0079c1; }

.icon-ui-cta-blue {
  fill: #49b0f2; }

@media screen and (max-width: 768px) {
  .tabbed-content-switcher-wrap .tabbed-content-switcher {
    min-height: auto;
    background-size: cover; } }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider h3 {
  line-height: 2.95rem; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider h1 {
  margin: 0; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 113px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav {
    display: flex;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
      width: 286px;
      min-width: 286px;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-top: none;
      border-left: none;
      border-right: none;
      margin-right: 0;
      margin-bottom: 4px;
      font-size: 1rem;
      line-height: 1.55rem;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative;
      z-index: 0;
      height: 112px;
      float: none;
      position: relative; }
      @media screen and (max-width: 480px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
          font-size: 0.85rem; } }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto 10px auto;
        position: relative;
        z-index: -2; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
        font-size: 40px;
        line-height: 40px;
        font-style: normal; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title span {
        display: block;
        position: relative;
        z-index: -1;
        margin-bottom: 9px; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:focus {
        background-image: none; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover {
        background-image: none;
        background: none; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav.tab-nav--fit-5-tabs .tab-title {
      width: 285px;
      min-width: 285px; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav.tab-nav--fit-6-tabs .tab-title {
      width: 237px;
      min-width: 237px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left,
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    width: 70px;
    padding: 60px 0 0 0;
    border: none;
    position: absolute;
    z-index: 1;
    height: 103px;
    outline: none; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left i,
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right i {
      font-size: 22px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left {
    text-align: left;
    left: 0; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    text-align: right;
    right: 0; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon {
    height: 53px; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tab-nav .tab-title {
      height: 52px; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tab-nav .tab-title img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tab-nav .tab-title svg {
        display: none; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-left {
      height: 52px;
      padding: 0; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-left .icon-ui-left {
        position: absolute;
        top: 8px;
        left: 0; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-right {
      height: 52px;
      padding: 0; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-right .icon-ui-right {
        position: absolute;
        top: 8px;
        right: 0; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section {
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0 60px 0;
    opacity: 0;
    margin-top: 110px; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-image {
      width: 100%;
      padding-bottom: 40px; }
      @media screen and (min-width: 800px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-image {
          width: 55%;
          float: left; } }
      @media screen and (min-width: 1440px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-image {
          font-size: 24px; } }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
      width: 100%;
      text-align: left; }
      html[dir='rtl'] .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
        text-align: right;
        float: right; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
        font-size: 1.6994866rem;
        line-height: 2.325rem; }
        @media screen and (max-width: 461px) {
          .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
            font-size: 1.503565rem; } }
        @media screen and (max-width: 479px) {
          .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
            font-size: 1.328125rem; } }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-desc {
        font-size: 0.9375rem;
        line-height: 1.55rem;
        line-height: 1.4rem !important;
        margin-bottom: 0; }
      @media screen and (min-width: 800px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          padding-left: 30px;
          box-sizing: border-box; } }
      @media screen and (min-width: 850px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 300px;
          height: 300px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1130px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 370px;
          height: 370px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1440px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 450px;
          height: 450px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section.is-active {
      display: block;
      opacity: 1;
      margin-top: 10px; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .textCenter {
  text-align: center; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .textCenter {
  text-align: center; }

.tabbed-content-switcher-wrap .tabbed-content-switcher.dark {
  background-color: #323232; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .tabbed-content-switcher--header {
    color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
    border-bottom-color: #323232;
    color: #efefef; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title img,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg *,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
      fill: #888888;
      color: #888888; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:focus {
      color: #ffffff; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(73, 176, 242, 0.5); }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover .icon-number {
        fill: #E5E5E5;
        color: #E5E5E5; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active {
      border-bottom-color: #49b0f2;
      color: #fff; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #ffffff;
        color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left {
    background: -moz-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: -webkit-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: linear-gradient(to right, #323232 20%, rgba(50, 50, 50, 0) 100%);
    cursor: pointer; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left .icon-ui-left {
      color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #323232 80%);
    cursor: pointer; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right .icon-ui-right {
      color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tab-contents {
    border-top-color: #4c4c4c; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
      color: #ffffff; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc; }

.tabbed-content-switcher-wrap .tabbed-content-switcher.light {
  background-color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .tabbed-content-switcher--header {
    color: #323232; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
    border-bottom-color: #ffffff;
    color: #000000; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title img,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg *,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
      fill: #6D6D6d;
      color: #6D6D6d; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(0, 121, 193, 0.5); }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover .icon-number {
        fill: #0079C1;
        color: #0079C1; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active {
      border-bottom-color: #0079C1;
      color: #000000; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #0079C1;
        color: #0079C1; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left {
    background: -moz-linear-gradient(left, white 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%); }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left .icon-ui-left {
      color: #6E6E6E; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%); }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right .icon-ui-right {
      color: #6E6E6E; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tab-contents {
    border-top-color: #CCCCCC; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
      color: #323232; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc;
      color: #595959; }

.sticky-dialog-bar_placeholder[data-position="below-banner"] {
  min-height: 64px; }

.sticky-dialog-bar_wrapper {
  position: relative;
  transition: all .25s ease-out;
  transition: margin-top 0s;
  width: 100%;
  text-align: center; }
  .sticky-dialog-bar_wrapper[data-fixed='true'] {
    position: fixed;
    top: 0;
    z-index: 8999; }
  .sticky-dialog-bar_wrapper[data-mode='edit'] {
    position: relative !important; }
  .sticky-dialog-bar_wrapper[data-position='top'] {
    position: fixed;
    top: 0;
    z-index: 8999; }
  .sticky-dialog-bar_wrapper[data-position='bottom'] {
    position: fixed;
    bottom: 0;
    z-index: 1000; }
  .sticky-dialog-bar_wrapper[data-theme='dark'] {
    background-color: rgba(50, 50, 50, 0.9); }
    .sticky-dialog-bar_wrapper[data-theme='dark'][data-position='top'], .sticky-dialog-bar_wrapper[data-theme='dark'][data-position='below-banner'] {
      border-bottom: thin solid #1f1f1f; }
    .sticky-dialog-bar_wrapper[data-theme='dark'][data-position='bottom'] {
      border-top: thin solid #1f1f1f; }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_message {
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_message a {
        color: #49b0f2; }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='internal']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='external']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='video']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='document']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='internal']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='external']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='video']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='document']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
      font-weight: 300;
      color: #ffffff;
      background: #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:hover, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:focus {
        background: #005e95;
        border: 1px solid #005e95;
        box-shadow: inset 0 0 0 3px #005e95; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"] {
      background: none;
      border: thin solid #74c6ff;
      color: #74c6ff; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:focus {
        box-shadow: inset 0 0 0 2px #74c6ff; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_close-button {
      color: #cccccc; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_close-button:hover, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_close-button:focus {
        color: #56a5d8; }
  .sticky-dialog-bar_wrapper[data-theme='light'] {
    background-color: rgba(255, 255, 255, 0.95); }
    .sticky-dialog-bar_wrapper[data-theme='light'][data-position='top'], .sticky-dialog-bar_wrapper[data-theme='light'][data-position='below-banner'] {
      border-bottom: thin solid #dedede; }
    .sticky-dialog-bar_wrapper[data-theme='light'][data-position='bottom'] {
      border-top: thin solid #dedede; }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_message {
      color: rgba(50, 50, 50, 0.9); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_message a {
        color: #0079c1; }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta {
      color: #0079c1; }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:not(.no-hover):hover {
      color: #005e95; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:not(.no-hover):hover:before {
        background: #005e95; }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
      font-weight: 300;
      color: #ffffff;
      background: #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:hover, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:focus {
        background: #005e95;
        border: 1px solid #005e95;
        box-shadow: inset 0 0 0 3px #005e95; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"] {
      background: none;
      border: thin solid #0079c1;
      color: #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:focus {
        box-shadow: inset 0 0 0 2px #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_close-button {
      color: #595959; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_close-button:hover {
        color: #0079c1; }
  .sticky-dialog-bar_wrapper[data-theme='blue'] {
    background-color: rgba(0, 121, 193, 0.95); }
    .sticky-dialog-bar_wrapper[data-theme='blue'][data-position='top'], .sticky-dialog-bar_wrapper[data-theme='blue'][data-position='below-banner'] {
      border-bottom: thin solid #005e95; }
    .sticky-dialog-bar_wrapper[data-theme='blue'][data-position='bottom'] {
      border-top: thin solid #005e95; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_message {
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_message a {
        color: #000; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta {
      color: #ffffff; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel:hover {
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel:hover:before {
        background: #ffffff; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta {
      box-shadow: inset 0 0 0 1px #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta:hover {
        box-shadow: inset 0 0 0 3px #ffffff;
        cursor: pointer; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style='solid'] {
        background: rgba(255, 255, 255, 0.75);
        color: #323232;
        border-width: 1px;
        box-shadow: none; }
        .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style='solid']:hover {
          background: white;
          border-color: #0079c1;
          box-shadow: none; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style='solid'] {
      font-weight: 300; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"] {
      background: none;
      border: thin solid #ffffff;
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:focus {
        box-shadow: inset 0 0 0 2px #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_close-button {
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_close-button:hover {
        color: #000000; }
  .sticky-dialog-bar_wrapper .sticky-dialog-bar {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 64px;
    position: relative; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
      position: relative;
      max-width: 100%;
      color: #efefef;
      font-size: 0.9375rem;
      line-height: 1.25;
      text-align: center;
      padding: 9px 12px;
      box-sizing: border-box; }
      @media (min-width: 640px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
          flex: 1;
          font-size: 1.2019rem;
          line-height: normal;
          margin-bottom: 0;
          text-align: left;
          padding: 0 80px 7px 0; } }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_message[data-text="long"] {
        font-size: 0.9375rem; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_message p {
        margin: 0; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact {
      text-align: right;
      white-space: nowrap;
      padding-bottom: 5px; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
        box-sizing: border-box;
        color: #56a5d8;
        font-size: 12px;
        margin: 0;
        text-align: center; }
        @media (min-width: 640px) {
          .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
            float: none;
            font-size: 1rem; } }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="phone"]:after {
        display: none; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel:not(.no-hover):hover {
        text-decoration: none; }
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel:not(.no-hover):hover::before {
          width: 100%; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
        margin-left: 25px; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_close-button {
      outline: none;
      margin-left: 10px;
      position: absolute;
      top: -4px;
      right: -4px; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_close-button:focus {
        outline: none; }
      @media (min-width: 640px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_close-button {
          position: static;
          top: unset;
          right: unset; } }
  .sticky-dialog-bar_wrapper .sticky-dialog-bar {
    max-width: 1450px;
    max-width: 95vw; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_contents {
      display: flex;
      align-items: center;
      min-height: 64px;
      flex-wrap: wrap; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
      flex: 0 0 100%; }
      @media (min-width: 640px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
          flex: 1;
          -ms-flex: 0 1 auto; } }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact {
      flex: 0 0 100%;
      text-align: center; }
      @media (min-width: 640px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact {
          flex: 1;
          text-align: right; } }
  .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar {
    display: inline-block;
    margin: 0 auto; }
    @media (min-width: 640px) {
      .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar {
        width: auto; } }
    .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar .sticky-dialog-bar_message p {
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar .sticky-dialog-bar_message p {
          max-width: 100%;
          white-space: nowrap;
          margin: 0; } }
  .sticky-dialog-bar_wrapper[data-text="long"] .sticky-dialog-bar_contents {
    width: 100%; }

/* Right to Left */
@media (min-width: 640px) {
  html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
    padding: 0 0 7px 20px; } }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_message p {
  margin-left: 25px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper[data-text="long"] .sticky-dialog-bar_contact {
  text-align: left; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
  margin-left: 0;
  margin-right: 25px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="external"]:after {
  transform: rotateY(180deg);
  margin-right: 5px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="internal"]:after {
  transform: rotate(180deg);
  margin-right: 5px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="document"]:after {
  transform: rotateY(180deg);
  margin-right: 5px; }

/* legacy styles */
[class*="icon-social-"] {
  margin-right: 10px;
  cursor: pointer; }
  [class*="icon-social-"]:last-child {
    margin-right: 0; }

[class*="icon-esri-social-"] {
  background-color: #b2b2b2;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  margin-right: 10px;
  cursor: pointer; }
  [class*="icon-esri-social-"]:last-child {
    margin-right: 0; }

[class*="icon-aem-social-"] {
  background-color: #b2b2b2;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  margin-right: 10px;
  cursor: pointer; }
  [class*="icon-aem-social-"]:last-child {
    margin-right: 0; }

[class*="icon-esri-social-"]:hover, [class*="icon-aem-social-"]:hover {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }

.icon-esri-social-share, .icon-aem-social-share {
  background-image: url("../../../../content/dam/esrisites/en-us/common/social-share-images/icons/social-share.svg") !important; }

.icon-esri-social-share:hover, .icon-aem-social-share:hover {
  background-color: #7461a8 !important; }

.icon-esri-social-contact, .icon-aem-social-contact {
  background-image: url("../../../../content/dam/esrisites/en-us/common/social-share-images/icons/contact.svg") !important; }

.icon-esri-social-contact:hover, .icon-aem-social-contact:hover {
  background-color: #8EC449 !important; }

.icon-esri-social-facebook, .icon-aem-social-facebook {
  background-image: url("../../../../content/dam/esrisites/en-us/common/social-share-images/icons/facebook.svg") !important; }

.icon-esri-social-facebook:hover, .icon-aem-social-facebook:hover {
  background-color: #3D5A96 !important; }

.icon-esri-social-linkedin, .icon-aem-social-linkedin {
  background-image: url("../../../../content/dam/esrisites/en-us/common/social-share-images/icons/linkedin.svg") !important; }

.icon-esri-social-linkedin:hover, .icon-aem-social-linkedin:hover {
  background-color: #127CB3 !important; }

.icon-esri-social-twitter, .icon-aem-social-twitter {
  background-image: url("../../../../content/dam/esrisites/en-us/common/social-share-images/icons/twitter.svg") !important; }

.icon-esri-social-twitter:hover, .icon-aem-social-twitter:hover {
  background-color: #59ADEB !important; }

/* v2 styles */
.essw-wrapper-aem {
  position: fixed;
  left: auto;
  bottom: auto;
  right: 0;
  top: 250px;
  z-index: 100; }
  .essw-wrapper-aem span {
    display: block;
    height: 35px;
    width: 35px;
    background-size: 35px;
    border-bottom: 1px solid #cccc; }
  .essw-wrapper-aem span.icon-aem-social-share {
    display: none; }

.draggable {
  cursor: move;
  cursor: url("../../../../content/dam/esrisites/en-us/common/social-share-images/icons/draggable.png");
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.draggable:active {
  cursor: url("../../../../content/dam/esrisites/en-us/common/social-share-images/icons/drag.png");
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.esms-email-drag_palette_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999999; }

.esms-email-drag_palette {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.esms-email-form-wrapper {
  width: 500px;
  min-height: 520px;
  padding: 40px;
  background-color: #f8f8f8;
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: absolute;
  overflow: hidden;
  z-index: 9999999999999; }

.esms-email-form-closer {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url(../../../../content/dam/esrisites/en-us/common/social-share-images/icons/closer.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center; }

.esms-email-form-title {
  font-weight: 400; }

.esms-email-form-body label {
  margin-bottom: 15px; }

.esms-email-form-body label:nth-child(4) {
  margin-bottom: 10px; }

.esms-email-form-body textarea {
  height: 60px; }

.esms-email-form-privacy p {
  font-size: .8em;
  color: #888888; }

.esms-email-form-controls .esms-email-form-controls-logo {
  display: inline-block;
  width: 110px;
  height: 50px; }

.esms-email-form-controls .esms-email-form-controls-button {
  vertical-align: top;
  float: right;
  min-width: 100px; }

.esms-email-form-required {
  color: #ab3c16; }

@media only screen and (min-width: 812px) and (max-width: 1024px) {
  .esms-email-form-wrapper {
    width: 500px;
    min-height: 520px;
    padding: 40px; }
  .esms-email-form-closer {
    right: 20px;
    top: 20px; } }

@media only screen and (min-width: 677px) and (max-width: 811px) {
  .esms-email-form-wrapper {
    width: 500px;
    min-height: 520px;
    padding: 40px; }
  .esms-email-form-closer {
    right: 15px;
    top: 15px; }
  .esms-email-form-title {
    margin-bottom: 20px; } }

@media only screen and (min-width: 568px) and (max-width: 676px) {
  .esms-email-form-wrapper {
    width: 500px;
    min-height: 540px;
    padding: 20px; }
  .esms-email-form-closer {
    right: 10px;
    top: 10px; }
  .esms-email-form-title {
    margin-bottom: 20px; } }

@media only screen and (min-width: 380px) and (max-width: 567px) {
  .esms-email-form-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0; }
  .esms-email-form-closer {
    right: 10px;
    top: 10px; }
  .esms-email-form-title {
    width: 94%;
    margin: 20px 3%; }
  .esms-email-form-body {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-privacy {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-controls .esms-email-form-controls-button {
    float: none;
    position: absolute;
    right: 10px;
    bottom: 10px; } }

@media only screen and (max-width: 379px) {
  .esms-email-form-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0; }
  .esms-email-form-closer {
    right: 10px;
    top: 10px; }
  .esms-email-form-title {
    width: 94%;
    margin: 20px 3%; }
  .esms-email-form-body {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-privacy {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-controls .esms-email-form-controls-button {
    float: none;
    position: absolute;
    right: 10px;
    bottom: 10px; } }

@media only screen and (max-width: 640px) {
  .essw-wrapper-aem {
    position: fixed;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    height: 35px;
    max-width: 35px; }
    .essw-wrapper-aem span {
      display: inline-block;
      height: 35px;
      width: 35px;
      background-size: 35px;
      border-right: 1px solid #cccc;
      margin: 0; }
    .essw-wrapper-aem span.icon-aem-social-share {
      display: inline-block; }
  .essw-wrapper-aem-expand {
    max-width: 100%;
    -webkit-transition: max-width 200ms linear;
    transition: max-width 200ms linear; } }

hr.separator {
  text-align: left; }

.separator hr.separator:not(.x-small) {
  border: none;
  border-top: 1px solid #ccc;
  background: none;
  width: 100%; }

hr {
  margin: 20px 0; }
  @media screen and (max-width: 1368px) and (min-width: 1280px) {
    hr {
      margin: 10px 0; } }
  hr.x-small {
    text-align: left;
    margin: 0 0 15px; }
    hr.x-small.center {
      margin: 15px auto; }

html[dir="rtl"] hr.center {
  margin: 0 auto; }

html[dir="rtl"] hr.separator {
  text-align: right; }

.esri-search-box {
  padding: 20px;
  margin-top: 20px;
  position: relative; }

.search-component {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #a9a9a9; }
  @media (min-width: 420px) {
    .search-component {
      width: 360px; } }

.esri-search-textfield {
  width: 300px;
  display: inline-block;
  border: none;
  box-shadow: none;
  height: 50px;
  color: #828282;
  font-size: 18px; }
  @media (max-width: 420px) {
    .esri-search-textfield {
      width: 100%;
      padding-right: 50px;
      box-sizing: border-box; } }
  .esri-search-textfield:focus {
    box-shadow: none; }
  .esri-search-textfield:focus ~ .esri-search-button-submit {
    background: url("data:image/svg+xml;base64, PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdmaWxsOiM0OWIwZjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE1LjM2NCAxNC42MzZMOS43MzUgOS4wMDhhNS41IDUuNSAwIDEgMC0uNzA2LjcwOGw1LjYyOCA1LjYyNy43MDctLjcwN3pNMSA1LjVDMSAzLjAxOSAzLjAxOSAxIDUuNSAxUzEwIDMuMDE5IDEwIDUuNSA3Ljk4MSAxMCA1LjUgMTAgMSA3Ljk4MSAxIDUuNXonLz48L3N2Zz4=") no-repeat center center; }

.esri-search-button-submit {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 12px;
  border: none;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;base64, PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdmaWxsOiM1OTU5NTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE1LjM2NCAxNC42MzZMOS43MzUgOS4wMDhhNS41IDUuNSAwIDEgMC0uNzA2LjcwOGw1LjYyOCA1LjYyNy43MDctLjcwN3pNMSA1LjVDMSAzLjAxOSAzLjAxOSAxIDUuNSAxUzEwIDMuMDE5IDEwIDUuNSA3Ljk4MSAxMCA1LjUgMTAgMSA3Ljk4MSAxIDUuNXonLz48L3N2Zz4=") no-repeat center center; }
  .esri-search-button-submit:hover, .esri-search-button-submit:focus {
    background: url("data:image/svg+xml;base64, PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdmaWxsOiM0OWIwZjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE1LjM2NCAxNC42MzZMOS43MzUgOS4wMDhhNS41IDUuNSAwIDEgMC0uNzA2LjcwOGw1LjYyOCA1LjYyNy43MDctLjcwN3pNMSA1LjVDMSAzLjAxOSAzLjAxOSAxIDUuNSAxUzEwIDMuMDE5IDEwIDUuNSA3Ljk4MSAxMCA1LjUgMTAgMSA3Ljk4MSAxIDUuNXonLz48L3N2Zz4=") no-repeat center center; }

[dir=rtl] .esri-search-button-submit {
  right: initial;
  left: 12px; }

.rss-renderer .rss-renderer-wrapper .card {
  box-shadow: none;
  border: 1px solid #ccc; }

.rss-renderer .rss-renderer-wrapper .text-rule {
  border-bottom: none; }

.rss-renderer .rss-renderer-wrapper .item-wrapper .card-content {
  padding-left: 20px;
  background-color: #fff; }
  .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content small {
    font-size: 0.8125rem;
    line-height: 1.55rem;
    color: #6e6e6e; }
  .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content a {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content a:hover {
      text-decoration: underline; }
  .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content p {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    color: #595959; }
  .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content .rss-feed-more-text {
    color: #595959;
    margin-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px; }
    .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content .rss-feed-more-text a.rss-feed-more-text-link {
      display: inline-block;
      white-space: nowrap;
      font-size: inherit; }
      .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content .rss-feed-more-text a.rss-feed-more-text-link .rss-feed-right-arrow-blue {
        fill: #0079c1;
        width: 12px;
        height: 12px;
        display: inline-block;
        padding-left: 4px; }
        .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content .rss-feed-more-text a.rss-feed-more-text-link .rss-feed-right-arrow-blue.animated {
          margin-left: -5px;
          fill: #0079c1;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0.4s, opacity 0.4s linear, all 0.5s ease-in-out; }
      .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content .rss-feed-more-text a.rss-feed-more-text-link:hover .rss-feed-right-arrow-blue.animated {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
  .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content .rss-feed-title {
    color: #0079c1;
    margin-bottom: .75rem;
    padding: 0 20px 0 20px;
    line-height: 2rem; }
    .rss-renderer .rss-renderer-wrapper .item-wrapper .card-content .rss-feed-title a {
      font-size: 1.414rem; }

.rss-renderer .rss-renderer-wrapper .btn-large {
  background: none;
  box-sizing: border-box;
  color: #005e95; }

/* Quote Carousel
/* ========================================================================== */
.quotousel {
  min-height: 45vh;
  position: relative; }
  .quotousel-list {
    margin: 0;
    padding: 0; }
  .quotousel-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-height: 45vh;
    padding: 3vh 0 4vh 0; }
    .quotousel-item.is-hidden {
      display: none; }
    .quotousel-item.is-visible {
      opacity: 1; }
    .quotousel-item p {
      margin: 0;
      padding: 0; }
  .quotousel .edc-quotousel-item[hidden] {
    display: none; }
  .quotousel-quotation {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2064%2064'%20color='%23323232'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M62%2016.922V7.223c-9.963%200-18.603%205.643-22.913%2013.904a25.712%2025.712%200%200%200-2.92%2011.93V56h18.54A7.292%207.292%200%200%200%2062%2048.708V33.057H45.865c0-8.91%207.224-16.135%2016.135-16.135zM5.087%2021.127a25.712%2025.712%200%200%200-2.92%2011.93V56h18.54A7.292%207.292%200%200%200%2028%2048.708V33.057H11.865c0-8.91%207.224-16.135%2016.135-16.135V7.223c-9.963%200-18.603%205.643-22.913%2013.904z'%20fill='rgba%2850%2C%2050%2C%2050%2C%20.6%29'/%3E%3Cpath%20d='M0%200h64v64H0z'%20fill='none'/%3E%3C/svg%3E");
    background-size: 53px 47px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #323232;
    font-size: 1.25rem;
    line-height: 1.25;
    padding-top: 60px;
    -webkit-transition: font-size .2s; }
  .quotousel-citation {
    color: #595959;
    display: block;
    font-size: 1.25rem;
    font-style: normal;
    margin-top: 1em;
    padding-top: 1em;
    position: relative; }
    .quotousel-citation::before {
      background-color: #a9a9a9;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 0;
      width: 42px; }
  .quotousel-controls {
    bottom: 25px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    text-align: center; }
    @media screen and (max-width: 736px) {
      .quotousel-controls {
        bottom: 5px; } }
  .quotousel-control {
    border-radius: 50%;
    border-style: none;
    box-shadow: inset 0 0 0 1px #959595;
    height: 12px;
    margin-right: 7px;
    margin-left: 7px;
    padding: 0;
    width: 12px; }
    .quotousel-control:hover {
      box-shadow: inset 0 0 0 2px #0079c1; }
    .quotousel-control:focus {
      outline: none;
      box-shadow: inset 0 0 0 1px #0079c1; }
  .quotousel [aria-pressed="true"] {
    background-color: #0079c1;
    box-shadow: inset 0 0 0 1px #0079c1; }
  .quotousel [aria-pressed="false"] {
    background-color: transparent; }
  .quotousel blockquote {
    border-left: none;
    width: 80%;
    max-width: 50em;
    margin: 0; }
    @media screen and (max-width: 736px) {
      .quotousel blockquote {
        margin-bottom: 1rem; } }

/* media queries */
/* colors */

/* media queries */
/* colors */
.product-pricing * {
  box-sizing: border-box; }
  .product-pricing *:focus {
    outline: none; }

.product-pricing .prc__pricing-cards {
  background-color: #f8f8f8;
  min-height: 65%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  @media screen and (max-width: 480px) {
    .product-pricing .prc__pricing-cards .grid-container {
      min-width: 100%;
      max-width: 100%; } }

.product-pricing .prc__card {
  padding: 20px 10px 10px 10px;
  flex-direction: column;
  margin-bottom: 20px; }
  .product-pricing .prc__card--icon .prc__card--svg, .product-pricing .prc__card--icon img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px; }
  @media screen and (min-width: 481px) {
    .product-pricing .prc__card--icon {
      width: 118px; }
      .product-pricing .prc__card--icon img {
        width: 50%;
        margin-left: 25%; } }
  .product-pricing .prc__card--info-extra {
    display: flex;
    flex-flow: column-reverse; }
    @media screen and (min-width: 861px) {
      .product-pricing .prc__card--info-extra {
        flex-flow: column; } }
  .product-pricing .prc__card--info .prc__card--cta {
    display: block;
    margin-top: 5px;
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef; }
    .product-pricing .prc__card--info .prc__card--cta button {
      display: block;
      margin-top: 15px; }
      .product-pricing .prc__card--info .prc__card--cta button:first-child {
        margin-left: 0; }
      .product-pricing .prc__card--info .prc__card--cta button.last-child {
        display: inline; }
    .product-pricing .prc__card--info .prc__card--cta-more-info {
      margin-left: 10px;
      display: inline;
      align-items: center; }
      @media screen and (min-width: 481px) {
        .product-pricing .prc__card--info .prc__card--cta-more-info {
          display: flex; } }
    @media screen and (min-width: 481px) {
      .product-pricing .prc__card--info .prc__card--cta {
        display: flex;
        margin-top: 22px;
        padding-bottom: 22px; }
        .product-pricing .prc__card--info .prc__card--cta button {
          margin-left: 15px;
          margin-top: 0; } }
    @media screen and (min-width: 861px) {
      .product-pricing .prc__card--info .prc__card--cta {
        margin-top: 10px;
        padding-bottom: 12px;
        border-bottom: none; } }
  .product-pricing .prc__card--info-items {
    padding: 0 0 0 16px; }
  @media screen and (min-width: 861px) {
    .product-pricing .prc__card--info {
      width: calc(60% - 118px); } }
  .product-pricing .prc__card--pricing {
    display: flex;
    flex-flow: column;
    align-items: center; }
    .product-pricing .prc__card--pricing .prc__pricing-text {
      margin-right: 10px; }
    .product-pricing .prc__card--pricing .prc__calc-total {
      margin-left: 20px;
      font-size: 1.5rem;
      margin-left: 50px; }
      @media screen and (min-width: 1025px) {
        .product-pricing .prc__card--pricing .prc__calc-total {
          margin-left: 80px;
          min-width: 180px;
          text-align: right; } }
    .product-pricing .prc__card--pricing .prc__pricing-controls {
      display: flex;
      height: 60px;
      margin-bottom: 10px;
      margin-bottom: 16px;
      align-items: center;
      position: relative; }
    .product-pricing .prc__card--pricing .prc__pricing-form {
      display: flex;
      height: 40px; }
      .product-pricing .prc__card--pricing .prc__pricing-form > button {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ccc;
        background: transparent;
        font-size: 14px;
        color: #4c4c4c;
        transition: all .25s ease-in-out; }
        .product-pricing .prc__card--pricing .prc__pricing-form > button:hover, .product-pricing .prc__card--pricing .prc__pricing-form > button:active, .product-pricing .prc__card--pricing .prc__pricing-form > button:focus, .product-pricing .prc__card--pricing .prc__pricing-form > button:focus-within {
          background-color: #4c4c4c;
          color: #ffffff; }
      .product-pricing .prc__card--pricing .prc__pricing-form .prc__qty {
        height: 40px;
        margin-top: 0;
        border: 1px solid #ccc;
        width: 60px;
        text-align: center; }
      .product-pricing .prc__card--pricing .prc__pricing-form .prc__less-qty-btn {
        border-right: none; }
      .product-pricing .prc__card--pricing .prc__pricing-form .prc__plus-qty-btn {
        border-left: none; }
    .product-pricing .prc__card--pricing .prc__add-to-cart {
      line-height: 40px;
      font-size: 1rem;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 861px) {
        .product-pricing .prc__card--pricing .prc__add-to-cart {
          width: auto;
          padding-left: 35px;
          padding-right: 35px;
          line-height: 35px; } }
    .product-pricing .prc__card--pricing .prc__contact-distributor {
      color: #4c4c4c;
      margin-top: 10px; }
    .product-pricing .prc__card--pricing .prc__show-no-pricing {
      display: flex;
      flex-flow: column;
      max-width: 66%;
      text-align: center;
      margin-top: 35px; }
    @media screen and (min-width: 861px) {
      .product-pricing .prc__card--pricing {
        align-items: flex-end;
        width: 40%; } }
  .product-pricing .prc__card .prc__desc {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px; }
    .product-pricing .prc__card .prc__desc--actions {
      display: flex; }
      .product-pricing .prc__card .prc__desc--actions [class^='icon-ui'] {
        display: inline-block;
        margin-left: 5px; }
    .product-pricing .prc__card .prc__desc--content {
      overflow: hidden;
      transition: all 0.3s ease;
      height: auto;
      max-height: 600px;
      margin-top: 16px;
      display: flex;
      flex-direction: column; }
      .product-pricing .prc__card .prc__desc--content h4 {
        margin-bottom: 1rem; }
      .product-pricing .prc__card .prc__desc--content.collapse {
        max-height: 0;
        margin-top: 0; }
      @media screen and (min-width: 861px) {
        .product-pricing .prc__card .prc__desc--content {
          flex-direction: row; } }
    .product-pricing .prc__card .prc__desc--compare {
      box-shadow: 0 0 0 2px transparent;
      padding: 10px 14px 10px 16px;
      border-radius: 16.5px;
      line-height: 1;
      animation: all 0.25s ease; }
      .product-pricing .prc__card .prc__desc--compare.compare-active {
        box-shadow: 0 0 0 2px #005e95;
        color: #005e95; }
        .product-pricing .prc__card .prc__desc--compare.compare-active span:before {
          font-weight: 600; }
      .product-pricing .prc__card .prc__desc--compare:hover {
        box-shadow: 0 0 0 2px #0079c1;
        text-decoration: none; }
        .product-pricing .prc__card .prc__desc--compare:hover span:before {
          font-weight: 600; }
      .product-pricing .prc__card .prc__desc--compare span:before {
        padding-left: 0;
        padding-right: 0;
        font-weight: 300;
        animation: all 0.25s ease; }
    .product-pricing .prc__card .prc__desc--compare_link {
      font-size: 0.775rem;
      line-height: 1.5;
      cursor: pointer;
      margin-left: 10px; }
    .product-pricing .prc__card .prc__desc--show {
      padding-left: 0; }
    .product-pricing .prc__card .prc__desc--links {
      padding-left: 0; }
      .product-pricing .prc__card .prc__desc--links li {
        list-style: none; }
    @media screen and (min-width: 861px) {
      .product-pricing .prc__card .prc__desc {
        border-bottom: none;
        padding-bottom: 0;
        z-index: 999;
        margin-right: calc(-80%); }
        .product-pricing .prc__card .prc__desc--content > div {
          flex-basis: calc(50%); }
        .product-pricing .prc__card .prc__desc-show-more-left {
          padding-right: 15px; }
        .product-pricing .prc__card .prc__desc-show-more-right {
          padding-left: 15px; } }
  .product-pricing .prc__card .prc__hide-price {
    display: none; }
  .product-pricing .prc__card--title {
    font-size: 1.414rem;
    line-height: 33px; }
    .product-pricing .prc__card--title-cat {
      background-color: #efefef;
      text-transform: uppercase;
      font-size: .8rem;
      letter-spacing: 3px;
      vertical-align: middle;
      margin-left: 20px;
      line-height: 33px;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
  @media screen and (max-width: 480px) {
    .product-pricing .prc__card {
      width: 100%;
      min-width: 100%; } }
  @media screen and (min-width: 861px) {
    .product-pricing .prc__card {
      padding: 40px 50px 10px 0;
      margin-bottom: 20px;
      flex-direction: row; } }

.product-pricing .prc__multi-pricing-cards {
  margin-bottom: 50px;
  padding: 0; }
  .product-pricing .prc__multi-pricing-cards .prc__card {
    margin-bottom: 0;
    display: flex; }
    .product-pricing .prc__multi-pricing-cards .prc__card .prc__card--pricing {
      padding-bottom: 30px;
      border-bottom: 1px solid #a9a9a9; }
    @media screen and (min-width: 861px) {
      .product-pricing .prc__multi-pricing-cards .prc__card .prc__card--info,
      .product-pricing .prc__multi-pricing-cards .prc__card .prc__card--pricing {
        padding-bottom: 30px;
        border-bottom: 1px solid #efefef; } }
  .product-pricing .prc__multi-pricing-cards .prc__card:not(:first-child) .prc__card--icon {
    visibility: hidden;
    height: 0; }
    @media screen and (min-width: 861px) {
      .product-pricing .prc__multi-pricing-cards .prc__card:not(:first-child) .prc__card--icon {
        height: auto; } }
  .product-pricing .prc__multi-pricing-cards .prc__card:last-child .prc__card--info,
  .product-pricing .prc__multi-pricing-cards .prc__card:last-child .prc__card--pricing {
    border-bottom: none; }

.product-pricing .prc__error-message.is-active {
  position: absolute;
  z-index: 99999;
  top: 45px;
  left: 52px; }
  .product-pricing .prc__error-message.is-active span {
    margin-left: 15px; }

.product-pricing .will-animate {
  opacity: 0;
  animation-duration: .450s !important;
  animation-delay: 0s !important; }

@keyframes customfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.product-pricing .customfadeInUp {
  -webkit-animation-name: customfadeInUp;
  animation-name: customfadeInUp; }

.product-pricing [class^='prc__cta'] {
  background-color: transparent;
  color: #4c4c4c;
  border: 1px solid #4c4c4c; }
  .product-pricing [class^='prc__cta'].selected {
    background-color: #4c4c4c;
    color: #ffffff;
    border: 1px solid #4c4c4c; }
  .product-pricing [class^='prc__cta']:hover, .product-pricing [class^='prc__cta']:focus, .product-pricing [class^='prc__cta']:focus-within {
    background-color: #4c4c4c;
    color: #ffffff; }

.pardotIFrame iframe {
  width: 1px;
  min-width: 100%; }

.overlay-split {
  max-width: 100%;
  overflow-x: hidden; }
  .overlay-split .overlay-split-content-block {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .overlay-split .overlay-split-content-block-wrapper {
      position: relative;
      width: 100%; }
      @media (min-width: 480px) {
        .overlay-split .overlay-split-content-block-wrapper {
          min-height: 600px; } }
      @media (min-width: 860px) {
        .overlay-split .overlay-split-content-block-wrapper {
          min-height: 960px; } }
  .overlay-split .main-image {
    width: 100%;
    height: 0;
    padding-bottom: 72.22%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1100px; }
    @media (min-width: 480px) {
      .overlay-split .main-image {
        width: 72%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        padding-bottom: 0;
        background-size: contain;
        min-height: 600px; }
        .overlay-split .main-image.position-left {
          left: 0;
          background-position: right center; }
        .overlay-split .main-image.position-right {
          right: 0;
          background-position: left center; } }
    @media (min-width: 860px) {
      .overlay-split .main-image {
        width: 55.5%;
        background-size: contain; }
        .overlay-split .main-image.position-left {
          margin-left: 120px; }
        .overlay-split .main-image.position-right {
          margin-right: 120px; } }
    @media (min-width: 1440px) {
      .overlay-split .main-image {
        background-size: contain; }
        .overlay-split .main-image.position-left {
          margin-left: 120px;
          left: 8%; }
        .overlay-split .main-image.position-right {
          margin-right: 120px;
          right: 8%; } }
  .overlay-split .overlay-wrapper {
    width: 100%;
    height: auto;
    min-height: 400px;
    opacity: 0.9;
    padding: 35px 0;
    margin-top: -8%; }
    .overlay-split .overlay-wrapper .overlay-text-wrapper {
      height: 100%; }
    @media (min-width: 480px) {
      .overlay-split .overlay-wrapper {
        padding: 0;
        width: 70%;
        position: absolute;
        top: 0;
        bottom: 0;
        min-height: 600px;
        margin-top: 0px; }
        .overlay-split .overlay-wrapper.position-left {
          left: 0; }
        .overlay-split .overlay-wrapper.position-right {
          right: 0; } }
    @media (min-width: 860px) {
      .overlay-split .overlay-wrapper {
        min-height: 960px;
        width: 50%; } }
    .overlay-split .overlay-wrapper .btn-cta {
      border-width: 1px;
      border-style: solid;
      transition: all .15s ease-in-out;
      margin-right: 5px;
      background: transparent; }
      .overlay-split .overlay-wrapper .btn-cta[aria-role]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px; }
    .overlay-split .overlay-wrapper .btn-cta-black {
      color: black;
      border-color: black; }
      .overlay-split .overlay-wrapper .btn-cta-black:hover {
        background: transparent;
        box-shadow: inset 0 0 0 1px black;
        color: black; }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .overlay-split .overlay-wrapper .btn-cta-white {
      color: white;
      border-color: white; }
      .overlay-split .overlay-wrapper .btn-cta-white:hover {
        background: transparent;
        box-shadow: inset 0 0 0 1px #FFFFFF;
        color: white; }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .overlay-split .overlay-wrapper .btn-cta-white[data-link-type]:after, .overlay-split .overlay-wrapper .btn-cta-black[data-link-type]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-out;
      width: 13px;
      display: inline-block;
      margin-left: 6px;
      position: relative;
      top: 2px; }
  .overlay-split .overlay-text {
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto; }
    html[dir='rtl'] .overlay-split .overlay-text hr.separator {
      margin: 0 0 20px 100%; }
    @media (min-width: 480px) {
      .overlay-split .overlay-text {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 426px; } }
    @media (min-width: 860px) {
      .overlay-split .overlay-text {
        max-width: 440px; } }
    @media (min-width: 1200px) {
      .overlay-split .overlay-text {
        max-width: 516px; } }
    .overlay-split .overlay-text .mega-title {
      font-size: 80px;
      line-height: 80px; }
      @media screen and (max-width: 1024px) {
        .overlay-split .overlay-text .mega-title p {
          font-size: calc(100% - 1vh);
          line-height: inherit; } }
      @media screen and (max-width: 768px) {
        .overlay-split .overlay-text .mega-title p {
          font-size: calc(100% - 3vh); } }
  .overlay-split .divider {
    width: 50px;
    height: 3px;
    margin: 0;
    padding-bottom: 15px; }
  .overlay-split .body.none {
    color: #bcbcbc; }
  .overlay-split .body ul {
    margin-left: 0px; }

/* Right to Left */
html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta[aria-role]:after {
  margin-left: 0px;
  margin-right: 10px; }

html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-white[data-link-type]:not([data-link-type='video']):after, html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-black[data-link-type]:not([data-link-type='video']):after {
  transform: scaleX(-1);
  position: relative;
  right: 5px; }

html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-white[data-link-type][data-link-type='video']:after, html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-black[data-link-type][data-link-type='video']:after {
  right: 5px; }

.mosaic-reveal {
  width: 100%; }
  .mosaic-reveal .btn-clear {
    background: transparent; }
  .mosaic-reveal .mosaic-reveal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box; }
    @media (min-width: 1200px) {
      .mosaic-reveal .mosaic-reveal.core-is-last .mosaic-reveal_core {
        order: 1; } }
  .mosaic-reveal_core {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    flex-basis: 100%;
    width: 100%;
    padding: 35px 11%;
    background: no-repeat center;
    background-size: cover; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_core {
        padding: 50px 16% 50px 16%; } }
    @media screen and (min-width: 1100px) {
      .mosaic-reveal_core {
        padding: 50px 6%; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_core {
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0 5%; } }
    @media screen and (min-width: 1400px) {
      .mosaic-reveal_core {
        padding: 0 8%; } }
    @media screen and (min-width: 1700px) {
      .mosaic-reveal_core {
        padding: 0 10%; } }
    @media screen and (min-width: 1920px) {
      .mosaic-reveal_core {
        padding: 0 12%; } }
  .mosaic-reveal_core-title {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
    line-height: 1.25; }
  .mosaic-reveal_core-body {
    line-height: 1.25; }
  .mosaic-reveal_core-mega-title {
    font-size: calc(100% + 6vw);
    line-height: 1.1; }
    @media screen and (min-width: 1024px) {
      .mosaic-reveal_core-mega-title {
        font-size: 4.75rem;
        line-height: 1.11; } }
  .mosaic-reveal_core-cta {
    display: table; }
  .mosaic-reveal_core-cta-icon {
    display: inline-block;
    margin-left: 3px;
    background-size: cover;
    width: 14px;
    height: 14px; }
  .mosaic-reveal_mosaics {
    box-sizing: border-box;
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_mosaics {
        flex-basis: 50%;
        width: 50%; } }
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2),
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic,
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) {
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
      @media screen and (min-width: 860px) {
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_tease-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-body,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_tease-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-body,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_tease-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-body {
          width: 50%; } }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-cta {
        font-size: 0.9375rem;
        line-height: 1.55rem; }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-cta-icon {
        width: 14px;
        height: 14px; }
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic,
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic + .mosaic-reveal_mosaic,
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4),
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) ~ .mosaic-reveal_mosaic {
      flex-basis: 50%;
      width: 50%;
      max-width: 50%; }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic + .mosaic-reveal_mosaic .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta {
        font-size: 0.875rem;
        line-height: 1.55rem; }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic + .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon {
        width: 13px;
        height: 13px; }
  .mosaic-reveal_mosaic {
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    background: no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 859px) {
      .mosaic-reveal_mosaic.show-content {
        position: static; }
        .mosaic-reveal_mosaic.show-content .mosaic-reveal_tease[aria-hidden="true"] {
          visibility: hidden;
          opacity: 0;
          transition: all 1s ease; }
        .mosaic-reveal_mosaic.show-content .mosaic-reveal_content {
          visibility: visible;
          opacity: 1.0;
          top: 0; }
          .mosaic-reveal_mosaic.show-content .mosaic-reveal_content::before {
            height: 0; }
          .mosaic-reveal_mosaic.show-content .mosaic-reveal_content > * {
            opacity: 1.0; }
          .mosaic-reveal_mosaic.show-content .mosaic-reveal_content > .mosaic-reveal_content-bg {
            opacity: 0.95; } }
    @media screen and (max-width: 859px) {
      .mosaic-reveal_mosaic .mosaic-reveal_tease[aria-hidden="true"] {
        visibility: hidden;
        opacity: 0;
        transition: all 1s ease; } }
    @media screen and (min-width: 360px) {
      .mosaic-reveal_mosaic {
        height: 220px; } }
    @media screen and (min-width: 400px) {
      .mosaic-reveal_mosaic {
        height: 240px; } }
    @media screen and (min-width: 440px) {
      .mosaic-reveal_mosaic {
        height: 260px; } }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_mosaic {
        height: 280px; } }
    @media screen and (min-width: 560px) {
      .mosaic-reveal_mosaic {
        height: 300px; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_mosaic {
        height: 400px;
        cursor: default; }
        .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content, .mosaic-reveal_mosaic--touched .mosaic-reveal_content {
          visibility: visible;
          opacity: 1.0;
          top: 0; }
          .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content::before, .mosaic-reveal_mosaic--touched .mosaic-reveal_content::before {
            height: 0; }
          .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content > *, .mosaic-reveal_mosaic--touched .mosaic-reveal_content > * {
            opacity: 1.0; }
          .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content > .mosaic-reveal_content-bg, .mosaic-reveal_mosaic--touched .mosaic-reveal_content > .mosaic-reveal_content-bg {
            opacity: 0.95; }
        .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_tease, .mosaic-reveal_mosaic--touched .mosaic-reveal_tease {
          visibility: hidden;
          opacity: 0;
          transition: all 1s ease; } }
  .mosaic-reveal_tease {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 1s ease; }
  .mosaic-reveal_tease-category {
    padding: 6px 8px 6px 20px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_tease-category {
        padding: 6px 8px 6px 30px; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_tease-category {
        padding: 8px 10px 8px 50px;
        font-size: 13px; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_tease-category {
        padding: 8px 10px 8px 20px; } }
    @media screen and (min-width: 1450px) {
      .mosaic-reveal_tease-category {
        padding: 8px 10px 8px 50px; } }
  .mosaic-reveal_tease-title {
    padding: 2px 50px 15px 20px;
    margin: 0;
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 859px) {
      .mosaic-reveal_tease-title {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 479px) {
      .mosaic-reveal_tease-title {
        font-size: 1.0625rem; } }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_tease-title {
        padding: 10px 50px 15px 30px;
        font-size: 1.414rem;
        line-height: 1.55rem; } }
  @media screen and (min-width: 480px) and (max-width: 859px) {
    .mosaic-reveal_tease-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .mosaic-reveal_tease-title {
      font-size: 1.25rem; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_tease-title {
        padding: 15px 50px 50px 50px; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_tease-title {
        padding: 15px 20px 50px;
        font-size: 1.999396rem;
        line-height: 2.325rem; } }
  @media screen and (min-width: 1200px) and (max-width: 859px) {
    .mosaic-reveal_tease-title {
      font-size: 1.7689rem; } }
  @media screen and (min-width: 1200px) and (max-width: 479px) {
    .mosaic-reveal_tease-title {
      font-size: 1.5625rem; } }
    @media screen and (min-width: 1450px) {
      .mosaic-reveal_tease-title {
        padding: 15px 50px 50px 50px; } }
  .mosaic-reveal_content {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0.0;
    transition: all .500s ease; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_content {
        padding: 0 15%; } }
    @media screen and (min-width: 650px) {
      .mosaic-reveal_content {
        padding: 0 20%; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_content {
        padding: 0 50px; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_content {
        padding: 0 20px; } }
    @media screen and (min-width: 1450px) {
      .mosaic-reveal_content {
        padding: 0 50px; } }
    .mosaic-reveal_content[aria-hidden="false"] {
      visibility: visible;
      opacity: 1.0; }
    .mosaic-reveal_content::before {
      height: 220px;
      content: "";
      display: block;
      width: 100%;
      transition: all 1s ease; }
    .mosaic-reveal_content > * {
      opacity: 0.0;
      transition: all 1s ease; }
  .mosaic-reveal_content-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.95; }
  .mosaic-reveal_content-category {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_content-category {
        font-size: 13px; } }
  .mosaic-reveal_content-title {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 859px) {
      .mosaic-reveal_content-title {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 479px) {
      .mosaic-reveal_content-title {
        font-size: 1.0625rem; } }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_content-title {
        font-size: 1.414rem;
        line-height: 1.55rem; } }
  @media screen and (min-width: 480px) and (max-width: 859px) {
    .mosaic-reveal_content-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .mosaic-reveal_content-title {
      font-size: 1.25rem; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_content-title {
        font-size: 1.999396rem;
        line-height: 2.325rem; } }
  @media screen and (min-width: 1200px) and (max-width: 859px) {
    .mosaic-reveal_content-title {
      font-size: 1.7689rem; } }
  @media screen and (min-width: 1200px) and (max-width: 479px) {
    .mosaic-reveal_content-title {
      font-size: 1.5625rem; } }
    .mosaic-reveal_content-title::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 50px;
      border-bottom-width: 1px;
      border-bottom-style: solid; }
  .mosaic-reveal_content-body {
    margin-bottom: 0;
    line-height: 1.25; }
  .mosaic-reveal_content-cta {
    margin-top: 1.55rem;
    padding-left: 0;
    padding-right: 0; }
  .mosaic-reveal_content-cta-icon {
    display: inline-block;
    margin-left: 3px;
    background-size: cover; }
  .mosaic-reveal_content-show {
    content: "";
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 22px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_content-show {
        height: 20px;
        width: 20px; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_content-show {
        display: none; } }
  .mosaic-reveal_content-hide {
    content: "";
    height: 25px;
    width: 25px;
    display: block;
    margin-left: 98%;
    margin-bottom: -20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    [dir="rtl"] .mosaic-reveal_content-hide {
      margin-left: 100%;
      margin-right: 98%; }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_content-hide {
        display: none; } }
  .mosaic-reveal.cta-variant .mosaic-reveal_content .mosaic-reveal_content-cta {
    padding: 6px 16px; }
    .mosaic-reveal.cta-variant .mosaic-reveal_content .mosaic-reveal_content-cta:after {
      border-bottom: none; }
  .mosaic-reveal.cta-variant [data-theme="dark-text"] .mosaic-reveal_content .mosaic-reveal_content-cta {
    border: solid 1px #000; }
    .mosaic-reveal.cta-variant [data-theme="dark-text"] .mosaic-reveal_content .mosaic-reveal_content-cta:hover {
      box-shadow: inset 0 0 0 1px #000; }
  .mosaic-reveal.cta-variant [data-theme="light-text"] .mosaic-reveal_content .mosaic-reveal_content-cta {
    border: solid 1px #fff; }
    .mosaic-reveal.cta-variant [data-theme="light-text"] .mosaic-reveal_content .mosaic-reveal_content-cta:hover {
      box-shadow: inset 0 0 0 1px #fff; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-mega-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-body, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_tease-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-body {
  color: #000000; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta {
  color: #000000; }
  .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta::after {
    border-color: #000000; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta {
  border-color: #000000;
  color: #000000; }
  .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta:hover {
    box-shadow: inset 0 0 0 1px #000000; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_tease-category {
  background: rgba(0, 0, 0, 0.85);
  color: #FFFFFF; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-show {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23000000%3B%22%20points%3D%227%2C9%206.3000002%2C9%202%2C13.3000002%202%2C9%201%2C9%201%2C15%207%2C15%207%2C14%202.7%2C14%207%2C9.6999998%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23000000%3B%22%20points%3D%229%2C7%209.6999998%2C7%2014%2C2.7%2014%2C7%2015%2C7%2015%2C1%209%2C1%209%2C2%2013.3000002%2C2%209%2C6.3000002%20%22%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-hide {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20%23000000%3B%22%20d%3D%22M18.404%2016l9.9%209.9-2.404%202.404-9.9-9.9-9.9%209.9L3.696%2025.9l9.9-9.9-9.9-9.898L6.1%203.698l9.9%209.899%209.9-9.9%202.404%202.406-9.9%209.898z%22%2F%3E%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-category {
  color: rgba(0, 0, 0, 0.85); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_mosaic::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 66%, white 100%); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_tease-title::after, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-title::after {
  border-bottom-color: rgba(0, 0, 0, 0.5); }

[dir="rtl"] .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon:not(.icon-video), [dir="rtl"] .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon:not(.icon-video) {
  transform: scaleX(-1); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-internal, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-internal {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-external, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-external {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-video, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-video {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-document, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-document {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-mega-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-body, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_tease-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-body {
  color: #FFFFFF; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta {
  color: #FFFFFF; }
  .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta::after {
    border-color: #FFFFFF; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_tease-category {
  background: rgba(255, 255, 255, 0.9);
  color: #323232; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-show {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%227%2C9%206.3000002%2C9%202%2C13.3000002%202%2C9%201%2C9%201%2C15%207%2C15%207%2C14%202.7%2C14%207%2C9.6999998%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%229%2C7%209.6999998%2C7%2014%2C2.7%2014%2C7%2015%2C7%2015%2C1%209%2C1%209%2C2%2013.3000002%2C2%209%2C6.3000002%20%22%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-hide {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20%23FFFFFF%3B%22%20d%3D%22M18.404%2016l9.9%209.9-2.404%202.404-9.9-9.9-9.9%209.9L3.696%2025.9l9.9-9.9-9.9-9.898L6.1%203.698l9.9%209.899%209.9-9.9%202.404%202.406-9.9%209.898z%22%2F%3E%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-category {
  color: rgba(255, 255, 255, 0.9); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_mosaic::before {
  background: linear-gradient(to bottom, transparent 66%, black 100%); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_tease-title::after, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-title::after {
  border-bottom-color: rgba(255, 255, 255, 0.5); }

[dir="rtl"] .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon:not(.icon-video), [dir="rtl"] .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon:not(.icon-video) {
  transform: scaleX(-1); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-internal, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-internal {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-external, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-external {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-video, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-video {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-document, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-document {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }

/* Right to Left */
html[dir="rtl"] body .mosaic-reveal .btn-animated-border-bottom::after {
  left: auto;
  right: 0; }

.simple_content_container {
  background-size: cover; }
  .simple_content_container[data-theme='text-light'] {
    background-color: #323232;
    color: #fff; }
    .simple_content_container[data-theme='text-light'] p h2,
    .simple_content_container[data-theme='text-light'] .simple_quotation-source h2,
    .simple_content_container[data-theme='text-light'] .simple_quotation-designation h2,
    .simple_content_container[data-theme='text-light'] .simple_case_study_section h2 {
      color: #fff; }
    .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link,
    .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link,
    .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link,
    .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link {
      color: #49b0f2; }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link:hover,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link:hover,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link:hover,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link:hover {
        color: #74c6ff; }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='internal']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='internal']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='internal']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='external']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='external']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='external']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='video']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='video']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='video']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='document']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='document']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='document']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .simple_content_container[data-theme='text-dark'] {
    background-color: #fff;
    color: #323232; }
    .simple_content_container[data-theme='text-dark'] p,
    .simple_content_container[data-theme='text-dark'] .simple_quotation-source,
    .simple_content_container[data-theme='text-dark'] .simple_quotation-designation,
    .simple_content_container[data-theme='text-dark'] .simple_case_study_section h2 {
      color: #323232; }
    .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link {
      color: #0079c1; }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link:hover {
        color: #005f96; }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.simple_image-container {
  width: 95%;
  height: 300px; }
  @media screen and (max-width: 479px) {
    .simple_image-container {
      margin: auto;
      width: 60%;
      height: 231px; } }
  .simple_image-container .circleimage {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    background: white; }

.simple_quotation-body {
  margin-bottom: 15px; }
  @media screen and (max-width: 479px) {
    .simple_quotation-body {
      line-height: 2.125rem; } }

.simple_quotation-mark {
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat; }
  .simple_quotation-mark .cls-1 {
    fill: #0079c1; }

.simple_socialIcons {
  overflow: auto;
  letter-spacing: 2px;
  margin-right: 10px;
  text-transform: uppercase; }
  .simple_socialIcons div {
    float: left;
    line-height: 30px; }
    [dir="rtl"] .modular-content-strip .simple_socialIcons div {
      float: right; }
  .simple_socialIcons .socialIcons {
    margin: 0 5px; }
    .simple_socialIcons .socialIcons [class^="icon-social"] {
      border-radius: 50%; }

.simple_heading {
  margin-bottom: 15px; }

.simple_case_study_section .simple_caseStudy_link[data-link-type]:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 13px;
  transition: all .25s ease-out;
  width: 13px;
  display: inline-block;
  margin-left: 4px; }

.simple_case_study_section .categoryLine {
  text-transform: uppercase; }

/* Right to Left */
html[dir="rtl"] body .modular-content-strip .simple_case_study_section .simple_caseStudy_link[data-link-type]:after {
  margin-left: 0;
  margin-right: 4px; }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link,
html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link,
html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link,
html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link {
  color: #49b0f2; }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link:hover,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link:hover,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link:hover,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link:hover {
    color: #74c6ff; }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='internal']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='internal']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='internal']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='internal']:after {
    transform: scale(-1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='external']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='external']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='external']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='external']:after {
    transform: scaleX(-1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='video']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='video']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='video']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='document']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='document']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='document']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='document']:after {
    transform: scale(-1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='internal']:after {
  transform: scale(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='external']:after {
  transform: scaleX(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='video']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='document']:after {
  transform: scale(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

html[dir="rtl"] body .modular-content-strip .separator {
  margin-left: auto;
  margin-right: 0; }

:root {
  --custom-theme-color: #0079c1; }

.modular-carousel {
  box-sizing: border-box;
  position: relative; }
  .modular-carousel--wrapper[data-theme='lighttheme'] .modular-carousel--body-header,
  .modular-carousel--wrapper[data-theme='lighttheme'] .modular-carousel--body-headline,
  .modular-carousel--wrapper[data-theme='lighttheme'] .modular-carousel--body-source,
  .modular-carousel--wrapper[data-theme='lighttheme'] .modular-carousel--body-designation,
  .modular-carousel--wrapper[data-theme='lighttheme'] .modular-carousel--body-text {
    color: #ffffff; }
  .modular-carousel--wrapper[data-theme='lighttheme'] .modular-carousel--paddle {
    color: #ffffff; }
    .modular-carousel--wrapper[data-theme='lighttheme'] .modular-carousel--paddle:hover:not([data-disabled="true"]) {
      color: var(--custom-theme-color); }
  .modular-carousel--wrapper[data-theme='darktheme'] .modular-carousel--body-header,
  .modular-carousel--wrapper[data-theme='darktheme'] .modular-carousel--body-headline,
  .modular-carousel--wrapper[data-theme='darktheme'] .modular-carousel--body-source,
  .modular-carousel--wrapper[data-theme='darktheme'] .modular-carousel--body-designation,
  .modular-carousel--wrapper[data-theme='darktheme'] .modular-carousel--body-text {
    color: #4c4c4c; }
  .modular-carousel--wrapper[data-theme='darktheme'] .modular-carousel--paddle {
    color: #323232; }
    .modular-carousel--wrapper[data-theme='darktheme'] .modular-carousel--paddle:hover:not([data-disabled="true"]) {
      color: var(--custom-theme-color); }
  .modular-carousel--inner {
    margin: auto;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .modular-carousel--inner {
        width: 80%; } }
    @media screen and (min-width: 1440px) {
      .modular-carousel--inner {
        width: 60%; } }
    @media screen and (min-width: 1920px) {
      .modular-carousel--inner {
        width: 50%; } }
  .modular-carousel--slider {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 100vw);
    transition: all .5s ease-out;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .modular-carousel--slider {
        grid-template-rows: none; } }
  .modular-carousel--slide {
    box-sizing: border-box;
    padding: 40px;
    padding-bottom: 0; }
    .modular-carousel--slide[data-content-type="no-image"] {
      grid-template-columns: 10% 55%; }
      .modular-carousel--slide[data-content-type="no-image"] .modular-carousel--image {
        height: auto; }
    @media screen and (min-width: 768px) {
      .modular-carousel--slide {
        display: -ms-grid;
        display: grid;
        grid-template-rows: 40% 60%;
        padding: 40px 80px; }
        .modular-carousel--slide[data-content-type="no-image"] {
          grid-template-columns: 10% 80% 10%;
          padding: 40px; }
          .modular-carousel--slide[data-content-type="no-image"] .modular-carousel--body {
            grid-column-start: 2; } }
    @media screen and (min-width: 1024px) {
      .modular-carousel--slide {
        grid-template-columns: 40% 60%; } }
    @media screen and (min-width: 1280px) {
      .modular-carousel--slide {
        grid-template-columns: 25% 55%;
        padding: 40px 0; }
        .modular-carousel--slide[data-content-type="no-image"] {
          grid-template-columns: 5% 70% 5%;
          padding: 40px 0; }
          .modular-carousel--slide[data-content-type="no-image"] .modular-carousel--body {
            grid-column-start: 2; } }
    @media screen and (min-width: 1440px) {
      .modular-carousel--slide {
        grid-template-columns: 20% 40%; }
        .modular-carousel--slide[data-content-type="no-image"] {
          grid-template-columns: 5% 50% 5%; }
          .modular-carousel--slide[data-content-type="no-image"] .modular-carousel--body {
            grid-column-start: 2; } }
    @media screen and (min-width: 1920px) {
      .modular-carousel--slide {
        grid-template-columns: 17% 45%; }
        .modular-carousel--slide[data-content-type="no-image"] {
          grid-template-columns: 5% 40% 5%;
          padding: 40px 0; }
          .modular-carousel--slide[data-content-type="no-image"] .modular-carousel--body {
            grid-column-start: 2; } }
    @media screen and (min-width: 2560px) {
      .modular-carousel--slide {
        grid-template-columns: 12.95% 35%; }
        .modular-carousel--slide[data-content-type="no-image"] {
          grid-template-columns: 5% 40% 5%;
          padding: 40px 0; }
          .modular-carousel--slide[data-content-type="no-image"] .modular-carousel--body {
            grid-column-start: 2; } }
  .modular-carousel--image {
    background: #959595;
    box-sizing: border-box;
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 170px; }
    @media (min-width: 768px) {
      .modular-carousel--image {
        height: 270px;
        margin-top: 10px;
        width: 270px; } }
  .modular-carousel--body-icon {
    max-height: 64px;
    max-width: 64px;
    margin-bottom: 10px; }
  .modular-carousel--body-header {
    box-sizing: border-box;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 3px;
    margin: 0;
    padding: 25px 0 5px 0; }
    @media (min-width: 1280px) {
      .modular-carousel--body-header {
        padding-top: 0; } }
  .modular-carousel--body-headline {
    font-size: 1.69949rem;
    line-height: 1.25;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .modular-carousel--body-headline {
        font-size: 2.40307rem; } }
  .modular-carousel--body-text {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0; }
    @media (min-width: 768px) {
      .modular-carousel--body-text {
        font-size: 1.414rem; } }
  .modular-carousel--body-divider {
    background-color: var(--custom-theme-color);
    border: 0;
    height: 3px;
    margin: 15px 0 15px 0;
    padding: 0;
    text-align: left;
    width: 50px; }
  .modular-carousel--body-link {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .modular-carousel--body-source {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px; }
  .modular-carousel--body-designation {
    font-size: 0.9375rem;
    margin-bottom: 15px; }
  .modular-carousel--social {
    margin-top: 15px; }
    .modular-carousel--social-sharing {
      font-size: 0.9375rem;
      font-weight: 700;
      list-style: none;
      padding: 0; }
      .modular-carousel--social-sharing li {
        display: inline-block; }
        .modular-carousel--social-sharing li:first-child {
          margin-right: 10px; }
        .modular-carousel--social-sharing li [class*="icon-social-"] {
          background-size: contain;
          border-radius: 100%;
          height: 25px;
          width: 25px; }
  .modular-carousel--paddle {
    border-radius: 100%;
    cursor: pointer;
    color: #ffffff;
    display: none;
    line-height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s ease-out; }
    .modular-carousel--paddle::before {
      padding: 10px; }
    .modular-carousel--paddle[data-disabled="true"] {
      cursor: auto;
      opacity: .7; }
    @media screen and (min-width: 1280px) {
      .modular-carousel--paddle {
        display: block; }
        .modular-carousel--paddle[data-direction="prev"] {
          left: 5%; }
        .modular-carousel--paddle[data-direction="next"] {
          right: 5%; } }
    @media screen and (min-width: 1440px) {
      .modular-carousel--paddle[data-direction="prev"] {
        left: 15%; }
      .modular-carousel--paddle[data-direction="next"] {
        right: 15%; } }
    @media screen and (min-width: 2560px) {
      .modular-carousel--paddle[data-direction="prev"] {
        left: 22%; }
      .modular-carousel--paddle[data-direction="next"] {
        right: 22%; } }
  @media screen and (min-width: 768px) {
    .modular-carousel--position {
      grid-column: 1 / -1;
      text-align: center; } }
  .modular-carousel--position-markers {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    margin: 25px auto;
    width: 15%; }
    .modular-carousel--position-markers [data-position] {
      background: #ffffff;
      border: thin solid #959595;
      border-radius: 100%;
      box-sizing: border-box;
      height: 12px;
      transition: all .15s ease-out;
      width: 12px; }
      .modular-carousel--position-markers [data-position][aria-current="true"] {
        background: var(--custom-theme-color);
        border: thin solid var(--custom-theme-color); }
      .modular-carousel--position-markers [data-position]:hover:not([aria-current="true"]) {
        cursor: pointer;
        box-shadow: inset 0 0 0 1px var(--custom-theme-color); }

@media (min-width: 1280px) {
  html[dir="rtl"] .modular-carousel--paddle[data-direction="prev"] {
    left: 85%;
    transform: rotateY(-180deg); }
  html[dir="rtl"] .modular-carousel--paddle[data-direction="next"] {
    right: 85%;
    transform: rotateY(-180deg); } }

.media-text-series-item:not(:last-child) .grid-container > div {
  padding-bottom: 60px;
  border-bottom: solid 1px #cccccc; }

.media-text-series-item:not(:first-child) .grid-container > div {
  padding-top: 60px; }

.media-text-series-item:first-child {
  margin-top: 3.1rem; }

.media-text-series-item:last-child {
  margin-bottom: 3.1rem; }

.media-text-series-item p:last-child {
  margin: 0; }

.media-text-series-flexy {
  display: flex; }
  .media-text-series-flexy .left-section {
    display: flex;
    flex-grow: 1; }
    .media-text-series-flexy .left-section svg {
      height: 48px;
      width: 48px; }
  .media-text-series-flexy .callout-section {
    flex: 0 0 60px;
    padding-right: 10px; }
  .media-text-series-flexy .text-section {
    padding-right: 150px; }
    .media-text-series-flexy .text-section div {
      padding-bottom: 15px; }
  .media-text-series-flexy .image-section {
    flex: 0 0 584px;
    margin-left: 40px;
    max-width: 45vw; }
    .media-text-series-flexy .image-section .image-border {
      padding: 15px;
      background-color: #efefef; }
    .media-text-series-flexy .image-section img {
      display: block; }

@media (max-width: 975px) and (min-width: 616px) {
  .media-text-series-flexy .left-section {
    display: block;
    flex-basis: 50%; }
  .media-text-series-flexy .text-section {
    padding-right: 0px; } }

@media (max-width: 615px) {
  .media-text-series-flexy {
    display: block; }
    .media-text-series-flexy .left-section {
      display: block; }
    .media-text-series-flexy .text-section {
      padding-right: 0px; }
    .media-text-series-flexy .image-section {
      max-width: unset;
      margin-left: 0px; } }


@media (min-width: 768px) {
  [dir=rtl] .media-text-float--background {
    left: 50px;
    top: 15px;
    right: 15px;
    bottom: 0px; }
  [dir=rtl] .media-text-float-item {
    padding: 70px 50px 0px 15px; }
    [dir=rtl] .media-text-float-item--map {
      float: left;
      text-align: left; }
    [dir=rtl] .media-text-float-item--content {
      float: right; }
    [dir=rtl] .media-text-float-item--actions {
      float: right; }
      [dir=rtl] .media-text-float-item--actions-cta {
        margin-left: 8px;
        margin-right: 0; } }

.mediatextfloat {
  box-sizing: border-box;
  position: relative; }

.media-text-float--background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
  @media (min-width: 768px) {
    .media-text-float--background {
      left: 15px;
      top: 15px;
      right: 50px;
      bottom: 0; } }

.media-text-float--outer {
  padding-bottom: 0;
  padding-top: 60px; }
  @media (min-width: 1440px) {
    .media-text-float--outer {
      padding-bottom: 80px; } }

.media-text-float--content {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 50px; }
  @media (min-width: 1440px) {
    .media-text-float--content {
      max-width: 1440px;
      margin: auto; } }

.media-text-float-item {
  box-sizing: border-box;
  padding: 20px 12px 40px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .media-text-float-item {
      padding: 70px 15px 0 50px; } }
  @media (min-width: 1440px) {
    .media-text-float-item .clear {
      display: none; } }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--svg .icons-ui-svg {
    fill: #323232; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--header {
    color: #4c4c4c; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--bar {
    background-color: rgba(0, 0, 0, 0.5); }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--body {
    color: #4c4c4c; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='true'] {
    background: rgba(50, 50, 50, 0.8);
    border-color: rgba(50, 50, 50, 0.8);
    color: #ffffff; }
    .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='true']:hover {
      background: #323232; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='false'] {
    border-color: rgba(50, 50, 50, 0.8);
    color: #4c4c4c; }
    .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='false']:hover {
      box-shadow: inset 0 0 0 2px rgba(50, 50, 50, 0.8); }
  .media-text-float-item--content {
    box-sizing: border-box;
    margin: 15px 0 25px; }
    @media (min-width: 768px) {
      .media-text-float-item--content {
        float: left;
        margin: 40px 0 0 0;
        width: 40%; } }
    .media-text-float-item--content .media-text-float-item--actions {
      display: none; }
      @media (min-width: 1440px) {
        .media-text-float-item--content .media-text-float-item--actions {
          display: flex; } }
  .media-text-float-item--map {
    position: relative; }
    .media-text-float-item--map .media-text-float-item--map-replay {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
    .media-text-float-item--map-image {
      max-height: 430px; }
      @media (min-width: 1440px) {
        .media-text-float-item--map-image {
          max-width: 764px; } }
    @media (min-width: 768px) {
      .media-text-float-item--map {
        float: right;
        width: 55%; } }
    @media (min-width: 1440px) {
      .media-text-float-item--map {
        text-align: right; } }
  .media-text-float-item--svg {
    display: none;
    height: auto;
    margin-bottom: 20px;
    width: 64px; }
    .media-text-float-item--svg .icons-ui-svg {
      fill: #ffffff; }
    @media (min-width: 1440px) {
      .media-text-float-item--svg {
        display: block; } }
  .media-text-float-item--header {
    color: #ffffff;
    font-size: 2.40307rem;
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .media-text-float-item--header {
        font-size: 2.82715rem; } }
  .media-text-float-item--bar {
    background-color: #ffffff;
    height: 1px;
    margin: 15px 0;
    width: 60px; }
  .media-text-float-item--body {
    color: #ffffff;
    line-height: 1.5;
    font-size: 1.2019rem; }
  .media-text-float-item--actions {
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .media-text-float-item--actions {
        margin: auto;
        margin-top: 40px;
        justify-content: center;
        width: 77%; } }
    @media (min-width: 1440px) {
      .media-text-float-item--actions {
        display: none;
        float: left;
        justify-content: left;
        margin-top: 0;
        width: 44%; } }
    .media-text-float-item--actions-cta {
      border: thin solid #ffffff;
      box-sizing: border-box;
      color: #323232;
      flex-grow: 1;
      font-size: 15px;
      margin: 7px 7px 0 0;
      max-width: 48%;
      padding: 10px 10px;
      transition: all .25s ease-in-out;
      text-align: center; }
      .media-text-float-item--actions-cta:hover {
        color: #323232;
        text-decoration: none; }
      @media (min-width: 768px) {
        .media-text-float-item--actions-cta {
          font-size: 16px;
          margin-right: 8px;
          max-width: 50%; } }
      @media (min-width: 1024px) {
        .media-text-float-item--actions-cta {
          font-size: 18px;
          max-width: 220px;
          padding: 10px 15px; } }
      @media (min-width: 1440px) {
        .media-text-float-item--actions-cta {
          max-width: 45%; } }
      .media-text-float-item--actions-cta[data-primary='true'] {
        background: rgba(255, 255, 255, 0.8); }
        .media-text-float-item--actions-cta[data-primary='true']:hover {
          background: white; }
      .media-text-float-item--actions-cta[data-primary='false'] {
        color: #ffffff; }
        .media-text-float-item--actions-cta[data-primary='false']:hover {
          box-shadow: inset 0 0 0 2px #ffffff; }

.mts-media-text-split {
  box-sizing: border-box;
  clear: both;
  display: flex;
  grid-template: 1fr/repeat(1, 1fr);
  grid-gap: 25px;
  padding: 0 25px 25px 25px;
  padding-bottom: 0; }
  .mts-media-text-split-wrapper {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover; }
  @supports (display: grid) {
    .mts-media-text-split {
      display: grid; } }
  @media (min-width: 768px) {
    .mts-media-text-split {
      grid-template: 1fr/repeat(1, 1fr);
      grid-gap: 35px; } }
  @media (min-width: 1024px) {
    .mts-media-text-split {
      grid-template: 1fr/repeat(2, 1fr);
      grid-gap: 25px;
      max-width: 1440px;
      margin: 0 auto;
      min-height: 480px; }
      .mts-media-text-split[data-direction='right'] {
        flex-direction: row-reverse; } }
    @media (min-width: 1024px) and (min-width: 1440px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
      .mts-media-text-split[data-direction='right'] {
        display: flex;
        flex-direction: row-reverse; } }
  @media (min-width: 1024px) {
        .mts-media-text-split[data-direction='right'] .mts-text-wrap {
          grid-column: 2 / -1;
          grid-row: 1 / -1; }
        .mts-media-text-split[data-direction='right'] .mts-media-wrap {
          grid-column: 1 / 2;
          grid-row: 1 / -1; } }
  @media (min-width: 1440px) {
    .mts-media-text-split {
      min-height: 420px; } }
  .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text-body, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-body {
    color: #ffffff; }
  .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-category {
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0;
    color: #4c4c4c; }
    @media screen and (min-width: 640px) {
      .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-category {
        font-size: 13px; } }
  .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ol li a, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a {
    color: #49b0f2; }
    .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover {
      color: #56a5d8; }
  .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      outline: none; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after {
      border-left: 12px solid #323232; }
      .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
        border-left: 12px solid #323232; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
        border-left: 12px solid white; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      background: #0079c1;
      outline: none; }
      .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
        border-left: 12px solid white; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 840px) {
      .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(255, 255, 255, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          outline: none; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after {
          border-left: 15px solid #323232; }
          .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
            border-left: 15px solid #323232; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
          .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
            border-left: 15px solid white; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          background: #0079c1;
          outline: none; }
          .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
            border-left: 15px solid white; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border {
    background: none;
    border: thin solid #ffffff;
    color: #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:focus {
      box-shadow: inset 0 0 0 2px #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-in-out;
      width: 13px;
      display: inline-block;
      margin-left: 5px; }
    html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border {
      margin-left: 10px; }
      html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary {
    padding: 0.375rem 0;
    margin-left: 10px;
    color: #ffffff;
    color: #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #ffffff; }
    html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary {
      margin-right: 0;
      margin-left: 10px; }
      html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
        transform: none; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary span, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary span {
      position: relative; }
      .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary span:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 2px; }
        html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary span:after {
          transform: scaleX(-1);
          margin-right: 2px; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-body, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-body {
    color: #323232; }
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-category {
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0;
    color: #ffffff; }
    @media screen and (min-width: 640px) {
      .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-category {
        font-size: 13px; } }
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ol li a, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a {
    color: #0079c1; }
    .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover {
      color: #005e95; }
  .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(50, 50, 50, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      outline: none; }
    .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after {
      border-left: 12px solid white; }
      .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
        border-left: 12px solid white; }
    .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
    .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 840px) {
      .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(50, 50, 50, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          outline: none; }
        .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after {
          border-left: 15px solid white; }
          .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
            border-left: 15px solid white; }
        .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
        .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border {
    background: none;
    border: thin solid #000000;
    color: #000000; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:focus, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:focus {
      box-shadow: inset 0 0 0 2px #000000; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-in-out;
      width: 13px;
      display: inline-block;
      margin-left: 5px; }
    html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border {
      margin-left: 10px; }
      html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary {
    padding: 0.375rem 0;
    margin-left: 10px;
    color: #000000;
    color: #323232; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #000000; }
    html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary {
      margin-right: 0;
      margin-left: 10px; }
      html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
        transform: none; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary span, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary span {
      position: relative; }
      .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary span:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 2px; }
        html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary span:after {
          transform: scaleX(-1);
          margin-right: 2px; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #000000; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split .mts-text-wrap {
    box-sizing: border-box;
    margin-top: 25px;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .mts-media-text-split .mts-text-wrap {
        margin: auto;
        width: 80%; } }
    @media (min-width: 1024px) {
      .mts-media-text-split .mts-text-wrap {
        width: 100%; } }
  @media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
    .mts-media-text-split .mts-text-wrap {
      float: left;
      min-height: 355px;
      width: 50%; } }
    .mts-media-text-split .mts-text-wrap .mts-text--content {
      text-align: center;
      padding: 10px 0 0 0; }
      @media (max-width: 1024px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ul, .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ol {
          text-align: left; } }
      @media (max-width: 1024px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ul, .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ol {
          text-align: left; } }
      @media (min-width: 1024px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content {
          text-align: left;
          box-sizing: border-box;
          padding-bottom: 25px;
          padding-left: 30px; } }
      @media (min-width: 1440px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content {
          left: 50%;
          padding-left: 70px;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
      html[dir="rtl"] .mts-media-text-split .mts-text-wrap .mts-text--content {
        text-align: right; }
    .mts-media-text-split .mts-text-wrap .mts-text-title {
      margin-bottom: 15px;
      margin-top: 10px;
      color: rgba(50, 50, 50, 0.9);
      font-weight: 300; }
    .mts-media-text-split .mts-text-wrap .mts-text-body {
      color: rgba(50, 50, 50, 0.9); }
    @media (min-width: 768px) {
      .mts-media-text-split .mts-text-wrap .mts-text--buttons {
        grid-gap: 15px; } }
  .mts-media-text-split .mts-media-wrap {
    box-sizing: border-box;
    min-height: 170px;
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: grid;
    align-items: end; }
    @media (min-width: 1024px) {
      .mts-media-text-split .mts-media-wrap {
        align-items: center;
        min-height: 355px; } }
    @media (min-width: 1260px) {
      .mts-media-text-split .mts-media-wrap {
        margin-top: 75px;
        align-items: end; } }
    .mts-media-text-split .mts-media-wrap_time-stamp {
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: 0;
      color: #4c4c4c;
      box-sizing: border-box;
      padding: 2px 9px; }
    @media (min-width: 1024px) {
      .mts-media-text-split .mts-media-wrap.adjust-for-gif {
        text-align: left;
        overflow: hidden; } }

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .mts-media-text-split .mts-media-wrap {
    float: left;
    min-height: 355px;
    width: 50%; } }
    .mts-media-text-split .mts-media-wrap img.is-gif, .mts-media-text-split .mts-media-wrap img.is-media-img {
      max-height: 100%;
      display: block;
      margin: 0 auto;
      min-height: 170px; }
      @media (min-width: 640px) {
        .mts-media-text-split .mts-media-wrap img.is-gif, .mts-media-text-split .mts-media-wrap img.is-media-img {
          min-height: 355px; } }
      @media (min-width: 1024px) {
        .mts-media-text-split .mts-media-wrap img.is-gif, .mts-media-text-split .mts-media-wrap img.is-media-img {
          min-height: initial; }
          html[dir="rtl"] .mts-media-text-split .mts-media-wrap img.is-gif, html[dir="rtl"] .mts-media-text-split .mts-media-wrap img.is-media-img {
            transform: initial; } }
    .mts-media-text-split .mts-media-wrap .mts-media-player {
      background: #595959;
      display: block;
      min-height: 170px;
      width: inherit;
      position: relative;
      margin: auto; }
      @media (min-width: 600px) {
        .mts-media-text-split .mts-media-wrap .mts-media-player {
          width: 100%;
          min-height: 355px; } }

.simple_content_container {
  background-size: cover; }
  .simple_content_container .large-content--modular .large-content--modular-content {
    margin: 50px 0; }
    @media (min-width: 1440px) {
      .simple_content_container .large-content--modular .large-content--modular-content.no-image {
        margin-left: 0; } }
    @media (min-width: 1440px) {
      .simple_content_container .large-content--modular .large-content--modular-content {
        margin-left: -170px; } }
    .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
      margin: auto;
      width: 55%; }
      .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic .simple_image-container {
        height: auto; }
      @media (min-width: 768px) {
        .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
          max-width: 170px; } }
      @media (min-width: 1440px) {
        .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
          max-width: 170px; } }
    @media (min-width: 1440px) {
      .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
        float: left;
        width: 25%; }
      .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-body {
        float: left;
        width: 75%; } }
    .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] {
      background-color: #323232;
      color: #fff; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p h2,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source h2,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation h2,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section h2 {
        color: #fff; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link {
        color: #49b0f2; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link:hover,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link:hover,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link:hover,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link:hover {
          color: #74c6ff; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='internal']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='internal']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='internal']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='internal']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='external']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='external']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='external']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='external']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='video']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='video']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='video']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='video']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='document']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='document']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='document']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='document']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] {
      background-color: #fff;
      color: #323232; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] p,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_quotation-source,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_quotation-designation,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_case_study_section h2 {
        color: #323232; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link {
        color: #0079c1; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link:hover {
          color: #005f96; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='internal']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='external']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='video']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='document']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.simple_image-container {
  width: 95%;
  height: 300px; }
  @media screen and (max-width: 479px) {
    .simple_image-container {
      margin: auto;
      width: 60%;
      height: 231px; } }
  .simple_image-container .circleimage {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    background: white; }

.simple_quotation-body {
  margin-bottom: 15px; }
  @media screen and (max-width: 479px) {
    .simple_quotation-body {
      line-height: 2.125rem; } }

.simple_quotation-mark {
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat; }
  .simple_quotation-mark .cls-1 {
    fill: #0079c1; }

.simple_socialIcons {
  display: inline-block; }
  .simple_socialIcons p {
    letter-spacing: 2px;
    margin-right: 10px;
    text-transform: uppercase; }
  .simple_socialIcons div {
    float: left; }
  .simple_socialIcons .socialIcons {
    margin: 0 5px; }

.simple_heading {
  margin-bottom: 15px; }

.simple_divider-bar-thick {
  height: 3px;
  width: 50px;
  background: #0079C0;
  border: none;
  margin: 20px auto 15px 0; }

.simple_case_study_section .simple_caseStudy_link[data-link-type]:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 13px;
  transition: all .25s ease-out;
  width: 13px;
  display: inline-block;
  margin-left: 4px; }

.simple_case_study_section .categoryLine {
  text-transform: uppercase; }

/*----------------------
----- Legal -----
----------------------*/
.long-form-legal-wrapper {
  border-top: thin solid #cccccc;
  box-sizing: border-box;
  padding-top: 20px;
  margin-left: 0; }
  .long-form-legal-wrapper-body {
    font-size: 11px;
    line-height: 1.5; }

@media (min-width: 768px) {
  .tablet-column-6 {
    padding: 0 10px; } }

@media (min-width: 768px) {
  .tablet-column-10 {
    padding: 0 25px; } }

@media (min-width: 1024px) {
  .tablet-column-10 {
    padding: 10px; } }

.large-content-wrapper {
  position: relative; }
  .large-content-wrapper .large-content {
    box-sizing: border-box;
    position: relative;
    text-align: left; }
    .large-content-wrapper .large-content--heading {
      color: #323232;
      font-size: 1.2019rem;
      margin-bottom: 10px; }
    .large-content-wrapper .large-content--body {
      color: #595959;
      margin-bottom: 0; }
  .large-content-wrapper .large-content--outer {
    background: #f8f8f8;
    box-shadow: inset 0 0 0 1px #b4b4b4;
    box-sizing: border-box;
    color: #464646;
    margin: 10px 0 30px 0;
    padding: 60px 40px; }
    @media (min-width: 768px) {
      .large-content-wrapper .large-content--outer {
        width: 95%; } }
    @media (min-width: 1024px) {
      .large-content-wrapper .large-content--outer {
        float: right;
        clear: right;
        margin-top: auto;
        margin-bottom: 10px;
        margin-left: 25px;
        width: 45%; } }
    @media (min-width: 1440px) {
      .large-content-wrapper .large-content--outer {
        margin-right: -200px;
        margin-top: 15px;
        width: 55%; } }
    .large-content-wrapper .large-content--outer ul li {
      line-height: 1;
      margin-left: 5px; }

/*----------------------
----- Large Header -----
----------------------*/
.main-content-wrapper {
  box-sizing: border-box;
  margin-top: -100px;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 1024px) {
    .main-content-wrapper {
      margin-top: -140px; }
      .main-content-wrapper .column-16 {
        max-width: 80vw; }
        .main-content-wrapper .column-16.pre-4 {
          margin-left: 7.5vw !important; } }
  @media (min-width: 1440px) {
    .main-content-wrapper .column-16.pre-4 {
      margin-left: 241.66667px !important; } }
  .main-content-wrapper .main-content {
    background: #ffffff;
    box-sizing: border-box;
    padding: 0;
    padding-top: 20px; }
    @media (min-width: 1024px) {
      .main-content-wrapper .main-content {
        padding: 25px 60px 0; } }
    .main-content-wrapper .main-content--heading {
      font-size: 14px;
      letter-spacing: .15rem;
      margin-bottom: 0;
      text-transform: uppercase; }
    .main-content-wrapper .main-content--title {
      color: #323232;
      font-size: 50px;
      letter-spacing: -.1rem;
      line-height: 1.25;
      margin-bottom: 0; }
  .main-content-wrapper .separator {
    background: #0079c1;
    height: 3px;
    margin: 25px auto;
    width: 50px; }

/*----------------------
----- Large Banner -----
----------------------*/
.long-form-banner {
  background-size: cover;
  overflow: hidden;
  min-height: 30vh;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .long-form-banner {
      background-position: top center;
      background-repeat: no-repeat;
      max-height: 20vh; } }
  @media (min-width: 1440px) {
    .long-form-banner {
      max-height: 20vh;
      min-height: 350px; } }

.linklist .group_desc {
  letter-spacing: .06rem;
  color: #6e6e6e;
  font-weight: 500; }

.linklist .link-anchor .news-link {
  border-bottom: 1px solid #cccccc;
  position: relative; }
  .linklist .link-anchor .news-link .icon-link {
    color: #0079c1;
    transition: all .25s ease-out;
    padding-right: 50px; }
    html[dir="rtl"] .linklist .link-anchor .news-link .icon-link {
      padding-right: 20px;
      transition: none; }
  .linklist .link-anchor .news-link .icon {
    float: right;
    fill: #959595;
    transition: all .25s ease-out;
    position: absolute;
    right: 0;
    top: 33%;
    transform: translateY(-50%); }
    html[dir="rtl"] .linklist .link-anchor .news-link .icon {
      float: left;
      left: 0;
      right: auto; }
  .linklist .link-anchor .news-link:hover {
    border-bottom: 1px solid #005e95; }
    .linklist .link-anchor .news-link:hover .icon-link {
      color: #005e95; }
    .linklist .link-anchor .news-link:hover .icon::before,
    .linklist .link-anchor .news-link:hover .icon-ui-gray::before {
      color: #005e95; }
    .linklist .link-anchor .news-link:hover .group_title-link {
      color: #005e95; }

.linklist .link-anchor:hover, .linklist .link-anchor:focus {
  text-decoration: none;
  outline: none; }
  .linklist .link-anchor:hover .news-link, .linklist .link-anchor:focus .news-link {
    outline: none;
    border-bottom-color: #005e95; }


/*---------------------
----Interactive Map----
---------------------*/
.ind-interactive {
  background: #f4f4f4;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*Storymap*/
  /*Storymap Scenario*/
  /*Map on left*/ }
  @media (min-width: 1024px) {
    .ind-interactive {
      flex-direction: row; } }
  .ind-interactive_map {
    background: #f8f8f8;
    height: 65vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-basis: 100%;
    max-width: 100%;
    /*Tablet Landscape and Desktop*/
    /*Incident Layers*/
    /*Legend UI*/ }
    @media (min-width: 480px) {
      .ind-interactive_map {
        height: 85vh;
        position: relative; } }
    @media (min-width: 600px) {
      .ind-interactive_map {
        height: 105vh;
        position: relative; } }
    @media (min-width: 768px) {
      .ind-interactive_map {
        height: 50vh;
        position: relative; } }
    @media (min-width: 1024px) {
      .ind-interactive_map {
        height: 100vh;
        flex-basis: 50%;
        max-width: 50%; } }
    .ind-interactive_map-layers {
      background: #2d2d2d;
      position: relative;
      height: 100%;
      overflow: hidden;
      width: 100%; }
      .ind-interactive_map-layers .layer {
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all .25s ease-out;
        width: 100%;
        /*Incident Maps*/ }
        .ind-interactive_map-layers .layer.is-active {
          opacity: 1; }
        .ind-interactive_map-layers .layer.incident-one {
          background: url("../../../../_/media/Phone-1.jpg") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 600px) {
            .ind-interactive_map-layers .layer.incident-one {
              background: url("../../../../_/media/Tablet-1.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-one {
              background: url("../../../../_/media/Desktop-1.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-one {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-two {
          background: url("../../../../_/media/Phone-2.jpg") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-two {
              background: url("../../../../_/media/Tablet-2.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-two {
              background: url("../../../../_/media/Desktop-2.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-two {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-three {
          background: url("../../../../_/media/Phone-3.jpg") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-three {
              background: url("../../../../_/media/Tablet-3.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-three {
              background: url("../../../../_/media/Desktop-3.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-three {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-four {
          background: url("../../../../_/media/Phone-4.jpg") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-four {
              background: url("../../../../_/media/Tablet-4.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-four {
              background: url("../../../../_/media/Desktop-4.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-four {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-five {
          background: url("../../../../_/media/Phone-5.jpg") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-five {
              background: url("../../../../_/media/Tablet-5.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-five {
              background: url("../../../../_/media/Desktop-5.jpg") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-five {
              background-size: cover; } }
    .ind-interactive_map-legend {
      background: #222;
      box-sizing: border-box;
      height: 100%;
      right: 0;
      opacity: 0;
      overflow-y: scroll;
      position: absolute;
      top: 0;
      transition: all .15s ease-out, opacity .45s ease-out;
      transform: translateX(100%);
      width: 100%;
      z-index: 5;
      /*Closes Legend*/ }
      .ind-interactive_map-legend.is-visible {
        opacity: .95;
        transform: translateX(0); }
      .ind-interactive_map-legend[data-hide-legend="true"] {
        display: none; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .ind-interactive_map-legend {
          bottom: 0;
          height: auto;
          min-height: auto;
          max-width: 300px;
          top: auto;
          width: 35%; } }
      @media (min-width: 1024px) {
        .ind-interactive_map-legend {
          background: rgba(50, 50, 50, 0.9);
          bottom: 15px;
          height: auto;
          left: 25px;
          min-height: auto;
          opacity: 1;
          overflow: hidden;
          top: auto;
          transform: translateX(0);
          min-width: 250px;
          max-width: 45px;
          width: 45%; } }
      @media (min-width: 1440px) {
        .ind-interactive_map-legend {
          min-width: 275px;
          max-width: 275px;
          width: 27%; } }
      .ind-interactive_map-legend .legend-feed-separator {
        background: rgba(0, 0, 0, 0.15);
        display: none;
        height: 3px;
        width: 100%; }
        .ind-interactive_map-legend .legend-feed-separator.is-visible {
          display: block; }
      .ind-interactive_map-legend .legend-icons, .ind-interactive_map-legend .legend-feed {
        padding: .75rem 1rem .5rem 1rem; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-icons .font-size--3, .ind-interactive_map-legend .legend-feed .font-size--3 {
            line-height: .05rem; } }
      .ind-interactive_map-legend .legend-feed {
        display: none; }
        .ind-interactive_map-legend .legend-feed.is-visible {
          display: block; }
        .ind-interactive_map-legend .legend-feed-details {
          margin-bottom: 15px; }
      .ind-interactive_map-legend .legend-title {
        letter-spacing: .05rem; }
        @media (min-width: 320px) and (max-width: 767px) {
          .ind-interactive_map-legend .legend-title {
            font-size: calc(60% + 1.5vw);
            margin-top: 0;
            margin-bottom: 0; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-title {
            font-size: calc(60% + 0.5vw); } }
        @media (min-width: 1024px) {
          .ind-interactive_map-legend .legend-title {
            margin: 0; } }
      .ind-interactive_map-legend .legend-list {
        color: #efefef; }
        @media (min-width: 320px) and (max-width: 767px) {
          .ind-interactive_map-legend .legend-list {
            font-size: calc(75% + 1vw); } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-list {
            font-size: calc(55% + 0.5vw); } }
      .ind-interactive_map-legend .legend-incident {
        border-top: 3px solid rgba(50, 50, 50, 0.9);
        margin-top: 5px; }
        @media (min-width: 320px) and (max-width: 767px) {
          .ind-interactive_map-legend .legend-incident {
            font-size: calc(90% + 1vw); } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-incident {
            font-size: calc(75% + 0.5vw); } }
      .ind-interactive_map-legend .legend-ui-close {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC40MDQgMTZsOS45IDkuOS0yLjQwNCAyLjQwNC05LjktOS45LTkuOSA5LjlMMy42OTYgMjUuOWw5LjktOS45LTkuOS05Ljg5OEw2LjEgMy42OThsOS45IDkuODk5IDkuOS05LjkgMi40MDQgMi40MDYtOS45IDkuODk4eiIvPjwvc3ZnPg==");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 25px;
        float: right;
        margin-right: 7px;
        margin-top: 10px;
        width: 25px; }
        @media (min-width: 1024px) {
          .ind-interactive_map-legend .legend-ui-close {
            display: none; } }
      @media (min-width: 767px) {
        .ind-interactive_map-legend .legend-ui-bottom-close {
          display: none; } }
      .ind-interactive_map-legend .icon {
        box-sizing: border-box;
        color: #efefef;
        font-size: 15px;
        line-height: 2rem;
        padding-left: 30px;
        position: relative;
        width: 100%; }
        @media (min-width: 768px) {
          .ind-interactive_map-legend .icon {
            line-height: 1.75rem; } }
        @media (min-width: 1024px) {
          .ind-interactive_map-legend .icon {
            line-height: 2.25rem; } }
      .ind-interactive_map-legend .gfx {
        height: 30px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px; }
  .ind-interactive_scenario {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    /*Shows Legend UI*/ }
    @media (min-width: 1024px) {
      .ind-interactive_scenario {
        height: 100%;
        min-width: 50%;
        width: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    .ind-interactive_scenario-steps {
      display: flex;
      flex-direction: row;
      float: left;
      width: 75%; }
      @media (min-width: 483px) and (max-width: 860px) {
        .ind-interactive_scenario-steps {
          margin-left: 30%;
          width: 40%; } }
      @media (min-width: 1024px) {
        .ind-interactive_scenario-steps {
          flex-direction: column;
          float: none;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 8.55%; } }
      @media (min-width: 1440px) {
        .ind-interactive_scenario-steps {
          flex-direction: column;
          float: none;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          max-width: 45px;
          width: 5.55%; } }
      .ind-interactive_scenario-steps .step {
        border-left: 1px solid #cccccc;
        color: #595959;
        flex-grow: 1;
        font-size: calc(75% + 0.5vw);
        padding: 10px 0;
        position: relative;
        text-align: center; }
        .ind-interactive_scenario-steps .step[data-hide='true'] {
          display: none; }
        .ind-interactive_scenario-steps .step:first-of-type {
          border-left: none; }
        .ind-interactive_scenario-steps .step:hover {
          background-color: #ffffff;
          color: #323232;
          text-decoration: none; }
        .ind-interactive_scenario-steps .step.is-active {
          background-color: #0079c1;
          color: #ffffff; }
          .ind-interactive_scenario-steps .step.is-active::after {
            border-bottom: 20px solid #0079c1;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            left: 50%;
            top: -15px;
            transform: translateX(-50%);
            width: 0; }
          @media (min-width: 1024px) {
            .ind-interactive_scenario-steps .step.is-active::after {
              border-top: 20px solid transparent;
              border-bottom: 20px solid transparent;
              border-left: 20px solid #0079c1;
              content: "";
              height: 0;
              left: auto;
              position: absolute;
              right: -30px;
              top: 50%;
              transform: translateY(-50%);
              width: 0; } }
        @media (min-width: 1024px) {
          .ind-interactive_scenario-steps .step {
            border-left: 0;
            border-bottom: 1px solid #959595;
            font-size: 1rem;
            padding: 7px 0; }
            .ind-interactive_scenario-steps .step:hover {
              border-bottom: 1px solid #0079c1; } }
    .ind-interactive_scenario-story {
      box-sizing: border-box;
      padding: 30px 20px; }
      @media (min-width: 1024px) {
        .ind-interactive_scenario-story {
          position: absolute;
          right: 10%;
          top: 50%;
          transform: translateY(-50%);
          max-width: 550px;
          width: 90%; } }
      @media (min-width: 1440px) {
        .ind-interactive_scenario-story {
          right: 20%;
          max-width: 550px;
          width: 90%; } }
      @media (min-width: 1920px) {
        .ind-interactive_scenario-story {
          max-width: 55%;
          width: 100%; } }
      .ind-interactive_scenario-story .story_heading {
        letter-spacing: .05rem;
        margin-bottom: .2rem;
        font-weight: 600 !important; }
        @media (min-width: 320px) and (max-width: 800px) {
          .ind-interactive_scenario-story .story_heading {
            font-size: calc(45% + 1vw); } }
      .ind-interactive_scenario-story .story_title {
        color: #323232;
        letter-spacing: -0.01rem;
        margin-bottom: .75rem;
        line-height: 2rem; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_scenario-story .story_title {
            font-size: calc(100% + 1.5vw);
            line-height: 1.75rem; } }
        @media (min-width: 1024px) {
          .ind-interactive_scenario-story .story_title {
            line-height: 2.6rem; } }
      .ind-interactive_scenario-story .story_details {
        color: #595959; }
        @media (min-width: 0) and (max-width: 768px) {
          .ind-interactive_scenario-story .story_details {
            font-size: calc(90% + .25vw); } }
        @media (max-width: 768px) {
          .ind-interactive_scenario-story .story_details {
            font-size: calc(90% + .25vw); } }
        @media (max-width: 1024px) {
          .ind-interactive_scenario-story .story_details {
            font-size: calc(90% + .15vw); } }
    .ind-interactive_scenario-toggle {
      box-sizing: border-box;
      float: right;
      padding: 10px 0 0 0;
      text-align: right;
      /*Hide LegendUI Toggle for Desktop*/ }
      .ind-interactive_scenario-toggle .icon-ui-layer-list {
        color: #595959;
        font-size: 25px; }
        .ind-interactive_scenario-toggle .icon-ui-layer-list.is-active {
          color: #0079c1; }
        .ind-interactive_scenario-toggle .icon-ui-layer-list[data-hide-toggle="true"] {
          opacity: .5;
          cursor: auto; }
      @media (min-width: 768px) {
        .ind-interactive_scenario-toggle {
          padding: 15px 5px 0 0; } }
      @media (min-width: 1024px) {
        .ind-interactive_scenario-toggle {
          display: none; } }
  @media (min-width: 1024px) {
    .ind-interactive[data-theme='map-on-left'] {
      height: 100vh; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_map-legend {
        right: 25px;
        left: auto; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps {
        left: 0;
        right: auto; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-story {
        left: 10%; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps .step.is-active::after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #0079c1;
        border-left: 20px solid transparent;
        right: auto;
        left: -30px;
        top: 50%; }
      html[dir="rtl"] .ind-interactive[data-theme='map-on-left'] .ind-interactive_map-legend {
        right: auto;
        left: 25px; }
      html[dir="rtl"] .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps {
        right: 0;
        left: auto; }
      html[dir="rtl"] .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps .step.is-active::after {
        border-left: 20px solid #0079c1;
        border-right: 20px solid transparent;
        content: "";
        height: 0;
        left: auto;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        width: 0; } }
  @media (min-width: 1024px) {
    .ind-interactive[data-theme='map-on-right'] .ind-interactive_map {
      order: 2; }
    html[dir="rtl"] .ind-interactive[data-theme='map-on-right'] .ind-interactive_map-legend {
      right: 25px;
      left: auto; }
    html[dir="rtl"] .ind-interactive[data-theme='map-on-right'] .ind-interactive_scenario-steps {
      right: auto;
      left: 0; }
    html[dir="rtl"] .ind-interactive[data-theme='map-on-right'] .ind-interactive_scenario-steps .step.is-active::after {
      border-right: 20px solid #0079c1;
      border-left: 20px solid transparent;
      right: auto;
      left: -30px;
      top: 50%; } }

/* Image Switcher
/* ========================================================================== */
.c-image-switcher {
  min-height: 100vh;
  position: relative; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-image-switcher {
      min-height: auto; } }

@media (min-width: 1096px) {
  .c-image-switcher {
    align-items: stretch;
    display: flex; } }

/* Image Switcher: Content
/* ========================================================================== */
.c-image-switcher-content {
  position: relative;
  -webkit-transition: padding 60ms;
  transition: padding 60ms;
  flex: 0 0 50%; }

.c-image-switcher-images::after {
  width: 0;
  height: 0;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: "";
  bottom: -2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1; }

@media (min-width: 1096px) {
  .c-image-switcher .c-image-switcher-content {
    order: 2; }
  .c-image-switcher--flip .c-image-switcher-content {
    order: inherit; }
  .c-image-switcher--flip .c-image-switcher-images::after {
    left: 0%;
    transform: scaleX(-1); }
    [dir="rtl"] .c-image-switcher--flip .c-image-switcher-images::after {
      right: 0%;
      transform: scaleX(1); }
  .c-image-switcher-content {
    box-sizing: border-box;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center; } }
  @media screen and (min-width: 1096px) and (-ms-high-contrast: active), (min-width: 1096px) and (-ms-high-contrast: none) {
    .c-image-switcher-content {
      padding: 80px 0; } }

@media (min-width: 1096px) {
  .c-image-switcher-content-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  .c-image-switcher-images::after {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #ffffff;
    content: "";
    top: calc(50% - 86px / 2);
    left: 100%;
    position: absolute;
    transform: translateX(-100%);
    z-index: 1; }
    [dir="rtl"] .c-image-switcher-images::after {
      left: 0;
      transform: scaleX(-1); } }

@media (max-width: 1095px) {
  .c-image-switcher-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 40px; } }

.c-image-switcher-headline {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  max-width: 600px; }

.c-image-switcher-bodycopy {
  font-size: 17px;
  line-height: 25px;
  max-width: 600px; }

/* Image Switcher: Links
/* ========================================================================== */
.c-image-switcher-links {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

@media (min-width: 1456px) {
  .c-image-switcher-links {
    max-height: 400px;
    max-width: 600px; } }

@media (max-width: 1095px) {
  .c-image-switcher-links {
    align-items: flex-start;
    height: 128px;
    margin-top: calc(100vh - 64px * 2);
    margin-right: auto;
    margin-left: auto;
    max-width: 384px;
    justify-content: center; } }

@media (max-width: 495px) {
  .c-image-switcher-links {
    max-width: 256px; } }

.c-image-switcher-link {
  box-sizing: border-box;
  color: #595959;
  background-color: #ffffff;
  text-decoration: none;
  -ms-word-break: break-all;
  -webkit-transition: background-color 180ms, box-shadow 180ms;
  transition: background-color 180ms, box-shadow 180ms; }
  .c-image-switcher-link svg {
    width: 48px;
    height: 48px;
    fill: rgba(50, 50, 50, 0.8);
    margin-right: 30px; }
    @media (max-width: 1095px) {
      .c-image-switcher-link svg {
        height: 42px;
        margin-right: 0; } }
  .c-image-switcher-link-image {
    border-radius: 50%; }

.c-image-switcher-link:nth-child(1) {
  box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(2) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(3) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(4) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(5) {
  box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(6) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(7) {
  box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(8) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:hover {
  text-decoration: none; }

@media (min-width: 600px) {
  .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }
  .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; } }

@media (min-width: 1096px) {
  .c-image-switcher-link {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 10px 25px;
    display: flex;
    align-items: center;
    min-height: 80px; }
  .c-image-switcher-link:nth-child(1) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 transparent, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(2) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 transparent, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(3) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 transparent, inset 0 1px #cccccc, inset 0 -1px #cccccc; }
  .c-image-switcher-link:nth-child(4) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }
  .c-image-switcher-link:nth-child(8) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; } }

@media (max-width: 1095px) {
  .c-image-switcher-links .c-image-switcher-link {
    padding: 8px; } }

@media (min-width: 1456px) {
  .c-image-switcher-link {
    width: 50%; }
  .c-image-switcher-links--2 .c-image-switcher-link,
  .c-image-switcher-links--3 .c-image-switcher-link,
  .c-image-switcher-links--4 .c-image-switcher-link {
    width: 100%; } }

.c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  color: #000000;
  outline: none;
  z-index: 1; }

.c-image-switcher-links .c-image-switcher-link svg, .c-image-switcher-links .c-image-switcher-link .icon-ui-svg--base, .c-image-switcher-links .c-image-switcher-link .icons-ui-svg--base {
  fill: rgba(50, 50, 50, 0.8); }

.c-image-switcher-links .c-image-switcher-link[aria-selected="true"] svg, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icon-ui-svg--base, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icons-ui-svg--base {
  fill: #323232; }

@media (min-width: 1096px) {
  .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: inset 3px 0 #0079c1, inset -1px 0 #0079c1, inset 0 1px #0079c1, inset 0 -1px #0079c1; } }

@media (max-width: 1095px) {
  .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: 0 0 0 0.5px #0079c1, inset 0 0 0 0.5px #0079c1, inset 0 3px 0 0 #0079c1; } }

.c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  background-color: #e2f1fb; }

.c-image-switcher-link-image,
.c-image-switcher-link-title {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 1096px) {
  .c-image-switcher-link-image {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    flex: 0 0 60px; } }

@media (max-width: 1095px) {
  .c-image-switcher-link-image {
    width: 48px;
    height: 48px; } }

@media (min-width: 1096px) {
  .c-image-switcher-link-title {
    flex: 1; }
    [dir="rtl"] .c-image-switcher-link-title {
      margin-right: 20px; } }

@media (max-width: 1095px) {
  .c-image-switcher-link-title {
    display: none; } }

/* Image Switcher: Images
/* ========================================================================== */
@media (min-width: 1096px) {
  .c-image-switcher-images {
    flex: 0 0 50%;
    position: relative; } }

@media (max-width: 1095px) {
  .c-image-switcher-images {
    height: calc(100vh - 188px);
    right: 0;
    bottom: 188px;
    left: 0;
    position: absolute; } }

.c-image-switcher-image {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all, .3s; }

@media (min-width: 1096px) {
  .c-image-switcher-image {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; } }

@media (max-width: 1095px) {
  .c-image-switcher-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; } }

.c-image-switcher-image[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0.0;
  transition: opacity linear 0s; }

.c-image-switcher-image-image {
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.c-image-switcher-image-content {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative; }

@media (min-width: 1096px) {
  .c-image-switcher-image-content {
    margin: 15px 15px 100px;
    max-width: 82%;
    padding: 30px; } }

@media (max-width: 1095px) {
  .c-image-switcher-image-content {
    margin: 40px;
    padding: 30px;
    max-height: 65%;
    overflow: auto; } }

@media (min-width: 736px) {
  .c-image-switcher-image-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; } }

@media (max-width: 735px) {
  .c-image-switcher-image-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; } }

.c-image-switcher-image-bodycopy {
  -webkit-transition: font-size 60ms, line-height 60ms;
  transition: font-size 60ms, line-height 60ms; }
  .c-image-switcher-image-bodycopy a {
    color: #0079c1;
    text-decoration: none; }
    .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue:hover, .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue:focus {
      color: #005e95; }
    .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue::after {
      border-bottom: 1px solid #005e95; }

@media (min-width: 736px) {
  .c-image-switcher-image-bodycopy {
    font-size: 16px;
    line-height: 25px; } }

@media (max-width: 735px) {
  .c-image-switcher-image-bodycopy {
    font-size: 15px;
    line-height: 20px; } }

.c-image-switcher-image-bodycopy :last-child {
  margin-bottom: 0; }

.c-image-switcher.darktheme .c-image-switcher-content {
  background: #323232; }
  .c-image-switcher.darktheme .c-image-switcher-content .c-image-switcher-headline {
    color: #ffffff; }
  .c-image-switcher.darktheme .c-image-switcher-content .c-image-switcher-bodycopy p {
    color: #bcbcbc; }

.c-image-switcher.darktheme .c-image-switcher-images::after {
  border-bottom: 25px solid #323232;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent; }
  @media (min-width: 1096px) {
    .c-image-switcher.darktheme .c-image-switcher-images::after {
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      border-right: 35px solid #323232; } }

.c-image-switcher.darktheme .c-image-switcher-image-content {
  background-color: rgba(50, 50, 50, 0.95); }
  .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-title {
    color: #ffffff; }
  .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy {
    color: #bcbcbc; }
    .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy a {
      color: #49b0f2;
      text-decoration: none; }
      .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy a:hover {
        color: #74c6ff; }
      .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue::after {
        border-bottom: 1px solid #74c6ff; }

.c-image-switcher.darktheme .c-image-switcher-link {
  color: #bcbcbc;
  background-color: #323232; }
  .c-image-switcher.darktheme .c-image-switcher-link svg, .c-image-switcher.darktheme .c-image-switcher-link .icon-ui-svg--base, .c-image-switcher.darktheme .c-image-switcher-link .icons-ui-svg--base {
    fill: rgba(255, 255, 255, 0.8); }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(1) {
  box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(2) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(3) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(4) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(5) {
  box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(6) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(7) {
  box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(8) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

@media (min-width: 600px) {
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; } }

@media (min-width: 1096px) {
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(1) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 transparent, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(2) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 transparent, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(3) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 transparent, inset 0 1px #595959, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(4) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(8) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; } }

.c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  color: #ffffff;
  outline: none;
  z-index: 1; }

@media (min-width: 1096px) {
  .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: inset 3px 0 #49b0f2, inset -1px 0 #49b0f2, inset 0 1px #49b0f2, inset 0 -1px #49b0f2; }
  .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    color: #ffffff; }
    .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] svg, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icon-ui-svg--base, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icons-ui-svg--base {
      fill: #ffffff; } }

@media (max-width: 1095px) {
  .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: 0 0 0 0.5px #49b0f2, inset 0 0 0 0.5px #49b0f2, inset 0 3px 0 0 #49b0f2; } }

.c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  background-color: #385167; }

html[dir='rtl'] .c-image-switcher-content-container hr.separator {
  margin: 0 0 20px 100%; }

.large-horizontal-card .lhc-container-textLight {
  background-color: #4c4c4c; }

.large-horizontal-card .lhc-container-textDark {
  background-color: #f8f8f8; }

.lhc {
  /* start light text */
  /* end light text */
  /* start dark text */
  /* end dark text */ }
  .lhc .lhc-main-image {
    background-size: cover;
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%; }
    .lhc .lhc-main-image .lhc-category-text {
      position: absolute;
      top: 50px;
      left: 0;
      box-sizing: border-box;
      padding: 5px 20px 4px 50px;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .lhc .lhc-main-image .warning {
      background-color: #f00;
      color: #fff;
      text-align: center;
      height: 0;
      padding-bottom: 100%; }
      .lhc .lhc-main-image .warning .warning-text {
        height: 0;
        padding-top: 50%; }
  .lhc .lhc-main-content {
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: auto; }
    .lhc .lhc-main-content .lhc-link-container {
      text-align: center; }
      .lhc .lhc-main-content .lhc-link-container .ctacontainer {
        border: solid 1px #0079c1;
        display: inline-block; }
        .lhc .lhc-main-content .lhc-link-container .ctacontainer .simplecta {
          background-color: transparent;
          color: #0079c1;
          border: solid 2px rgba(0, 121, 193, 0);
          transition: all .25s ease-out; }
          .lhc .lhc-main-content .lhc-link-container .ctacontainer .simplecta:hover {
            border: solid 2px #0079c1;
            transition: all .25s ease-out; }
          .lhc .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type]:after {
            content: "";
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%;
            height: 13px;
            transition: all .25s ease-out;
            width: 13px;
            display: inline-block;
            margin-left: 4px; }
        .lhc .lhc-main-content .lhc-link-container .ctacontainer .right-arrow-blue {
          width: 12px;
          height: 12px;
          display: inline-block;
          margin-left: 5px;
          fill: #0079c1; }
      .lhc .lhc-main-content .lhc-link-container .secondarylink {
        color: #0079c1;
        display: block;
        margin-left: 0;
        margin-top: 10px; }
        @media (min-width: 479px) {
          .lhc .lhc-main-content .lhc-link-container .secondarylink {
            margin-left: 40px;
            margin-top: 0;
            display: inline-block; } }
        @media (min-width: 861px) and (max-width: 940px) {
          .lhc .lhc-main-content .lhc-link-container .secondarylink {
            margin-left: 0;
            margin-top: 10px;
            display: block; } }
        .lhc .lhc-main-content .lhc-link-container .secondarylink .right-arrow-blue {
          width: 12px;
          height: 12px;
          display: inline-block;
          margin-left: 5px;
          fill: #0079c1; }
        .lhc .lhc-main-content .lhc-link-container .secondarylink a:hover {
          text-decoration: none; }
        .lhc .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type]:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 13px;
          transition: all .25s ease-out;
          width: 13px;
          display: inline-block;
          margin-left: 4px; }
  @media (min-width: 861px) {
    .lhc {
      height: 725px; }
      .lhc .lhc-main-image {
        width: 50%;
        float: left;
        height: 100%;
        padding-bottom: 0; }
      .lhc .lhc-main-content {
        width: 50%;
        float: right;
        height: 100%; } }
  .lhc-textLight .lhc-category-text {
    background-color: rgba(50, 50, 50, 0.9);
    color: #fff; }
  .lhc-textLight .lhc-main-content {
    background-color: #323232; }
    .lhc-textLight .lhc-main-content ul, .lhc-textLight .lhc-main-content ol {
      color: #fff; }
    .lhc-textLight .lhc-main-content h2 {
      color: #f8f8f8; }
    .lhc-textLight .lhc-main-content .card-text p {
      color: #fff; }
    .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer {
      border: solid 1px #49b0f2; }
      .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer:hover {
        border-color: #74c6ff; }
        .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer:hover .right-arrow-blue {
          fill: #74c6ff; }
      .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .simplecta {
        color: #49b0f2;
        border: solid 2px rgba(73, 176, 242, 0); }
        .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .simplecta:hover {
          border: solid 2px #74c6ff;
          color: #74c6ff; }
        .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .simplecta span {
          /* svg color #49b0f2 */ }
          .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='internal']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
          .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='external']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
          .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='video']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
          .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='document']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
      .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .right-arrow-blue {
        fill: #49b0f2; }
        .lhc-textLight .lhc-main-content .lhc-link-container .ctacontainer .right-arrow-blue:hover {
          fill: #74c6ff; }
    .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink .right-arrow-blue {
      fill: #49b0f2; }
    .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a {
      color: #49b0f2;
      border: none;
      background-color: transparent; }
      .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a:hover {
        color: #74c6ff; }
        .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a:hover .right-arrow-blue {
          fill: #74c6ff; }
      .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a span {
        /* svg color #49b0f2 */ }
        .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='internal']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
        .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='external']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
        .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='video']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
        .lhc-textLight .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='document']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
  .lhc-textDark .lhc-category-text {
    background-color: rgba(255, 255, 255, 0.9);
    color: #323232; }
  .lhc-textDark .lhc-main-content {
    background-color: #fff; }
    .lhc-textDark .lhc-main-content ul, .lhc-textDark .lhc-main-content ol {
      color: #323232; }
    .lhc-textDark .lhc-main-content h2 {
      color: #4c4c4c; }
    .lhc-textDark .lhc-main-content .card-text p {
      color: #323232; }
    .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer {
      border: solid 1px #0079c1; }
      .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer:hover {
        border-color: #005e95; }
        .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer:hover .right-arrow-blue {
          fill: #005e95; }
      .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .simplecta {
        color: #0079c1;
        border: solid 2px rgba(0, 121, 193, 0); }
        .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .simplecta:hover {
          border: solid 2px #005e95;
          color: #005e95; }
        .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .simplecta span {
          /* svg color #0079c1 */ }
          .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='internal']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
          .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='external']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
          .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='video']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
          .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type='document']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
      .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .right-arrow-blue {
        fill: #0079c1; }
        .lhc-textDark .lhc-main-content .lhc-link-container .ctacontainer .right-arrow-blue:hover {
          fill: #005e95; }
    .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink .right-arrow-blue {
      fill: #0079c1; }
    .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a {
      color: #0079c1;
      border: none;
      background-color: transparent; }
      .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a:hover {
        color: #005e95; }
        .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a:hover .right-arrow-blue {
          fill: #005e95; }
      .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a span {
        /* svg color #0079c1 */ }
        .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='internal']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
        .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='external']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
        .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='video']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
        .lhc-textDark .lhc-main-content .lhc-link-container .secondarylink a span[data-link-type='document']:after {
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
  @media (max-width: 500px) {
    .lhc .lhc-main-image .lhc-category-text {
      letter-spacing: 1px;
      font-size: 0.8125rem;
      line-height: 1.55rem; } }
  @media (min-width: 500px) {
    .lhc .lhc-main-content .lhc-link-container {
      text-align: left; } }
  @media (min-width: 941px) and (max-width: 1086px) {
    .lhc .lhc-main-content .lhc-link-container .secondarylink {
      margin-left: 0;
      display: block;
      margin-top: 10px; } }
  .lhc .nopadding {
    padding: 0; }

/* Right to Left */
html[dir="rtl"] body .lhc {
  /* start light text */
  /* end light text */
  /* start dark text */
  /* end dark text */ }
  html[dir="rtl"] body .lhc .lhc-main-image .lhc-category-text {
    right: 0;
    left: auto;
    padding: 5px 50px 4px 20px; }
  html[dir="rtl"] body .lhc .lhc-main-content .lhc-link-container {
    text-align: right; }
    html[dir="rtl"] body .lhc .lhc-main-content .lhc-link-container .ctacontainer .simplecta span[data-link-type]:after {
      margin-left: 0px;
      margin-right: 4px; }
    @media (min-width: 479px) {
      html[dir="rtl"] body .lhc .lhc-main-content .lhc-link-container .secondarylink {
        margin-right: 40px;
        margin-left: 0; } }
    @media (min-width: 861px) and (max-width: 940px) {
      html[dir="rtl"] body .lhc .lhc-main-content .lhc-link-container .secondarylink {
        margin-right: 0;
        margin-left: 0; } }
    html[dir="rtl"] body .lhc .lhc-main-content .lhc-link-container .secondarylink span[data-link-type]:after {
      margin-left: 0px;
      margin-right: 4px; }
  @media (min-width: 861px) {
    html[dir="rtl"] body .lhc .lhc-main-image {
      float: right; }
    html[dir="rtl"] body .lhc .lhc-main-content {
      float: left; } }
  html[dir="rtl"] body .lhc .btn-animated-border-bottom-blue::after {
    right: 0; }
  html[dir="rtl"] body .lhc-textLight .simplecta span {
    /* svg color #49b0f2 */ }
    html[dir="rtl"] body .lhc-textLight .simplecta span[data-link-type='internal']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
    html[dir="rtl"] body .lhc-textLight .simplecta span[data-link-type='external']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
    html[dir="rtl"] body .lhc-textLight .simplecta span[data-link-type='video']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
    html[dir="rtl"] body .lhc-textLight .simplecta span[data-link-type='document']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
  html[dir="rtl"] body .lhc-textLight .secondarylink a span {
    /* svg color #49b0f2 */ }
    html[dir="rtl"] body .lhc-textLight .secondarylink a span[data-link-type='internal']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
    html[dir="rtl"] body .lhc-textLight .secondarylink a span[data-link-type='external']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
    html[dir="rtl"] body .lhc-textLight .secondarylink a span[data-link-type='video']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
    html[dir="rtl"] body .lhc-textLight .secondarylink a span[data-link-type='document']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
  html[dir="rtl"] body .lhc-textDark .simplecta span {
    /* svg color #0079c1 */ }
    html[dir="rtl"] body .lhc-textDark .simplecta span[data-link-type='internal']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
    html[dir="rtl"] body .lhc-textDark .simplecta span[data-link-type='external']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
    html[dir="rtl"] body .lhc-textDark .simplecta span[data-link-type='video']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
    html[dir="rtl"] body .lhc-textDark .simplecta span[data-link-type='document']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
  html[dir="rtl"] body .lhc-textDark .secondarylink a span {
    /* svg color #0079c1 */ }
    html[dir="rtl"] body .lhc-textDark .secondarylink a span[data-link-type='internal']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
    html[dir="rtl"] body .lhc-textDark .secondarylink a span[data-link-type='external']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
    html[dir="rtl"] body .lhc-textDark .secondarylink a span[data-link-type='video']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
    html[dir="rtl"] body .lhc-textDark .secondarylink a span[data-link-type='document']:after {
      transform: rotateY(180deg);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }

.large-content-stack {
  text-align: center; }
  .large-content-stack .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
      outline: none; }
    .large-content-stack .play-button:after {
      border-left: 12px solid #323232; }
      .large-content-stack .play-button:after:hover {
        border-left: 12px solid #323232; }
    .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .large-content-stack .play-button:hover:after, .large-content-stack .play-button:focus:after {
        border-left: 12px solid white; }
    .large-content-stack .play-button:focus {
      background: #0079c1;
      outline: none; }
      .large-content-stack .play-button:focus:after {
        border-left: 12px solid white; }
    .large-content-stack .play-button:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 840px) {
      .large-content-stack .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(255, 255, 255, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
          outline: none; }
        .large-content-stack .play-button:after {
          border-left: 15px solid #323232; }
          .large-content-stack .play-button:after:hover {
            border-left: 15px solid #323232; }
        .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
          .large-content-stack .play-button:hover:after, .large-content-stack .play-button:focus:after {
            border-left: 15px solid white; }
        .large-content-stack .play-button:focus {
          background: #0079c1;
          outline: none; }
          .large-content-stack .play-button:focus:after {
            border-left: 15px solid white; }
        .large-content-stack .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .large-content-stack_time-stamp {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
    color: #4c4c4c;
    box-sizing: border-box;
    padding: 2px 9px; }
  .large-content-stack_content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 42px; }
    @media (min-width: 480px) {
      .large-content-stack_content {
        width: 65%;
        max-width: 600px; } }
  .large-content-stack_mega-title {
    font-size: 2.82714594rem;
    line-height: 3.1rem;
    font-weight: 600;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 859px) {
      .large-content-stack_mega-title {
        font-size: 2.352637rem; } }
    @media screen and (max-width: 479px) {
      .large-content-stack_mega-title {
        font-size: 1.953125rem;
        line-height: 2.325rem; } }
    @media (min-width: 480px) {
      .large-content-stack_mega-title {
        font-size: 3.39794671rem;
        line-height: 3.1rem; } }
  @media screen and (min-width: 480px) and (max-width: 859px) {
    .large-content-stack_mega-title {
      font-size: 2.65965613rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .large-content-stack_mega-title {
      font-size: 2.07519531rem;
      line-height: 2.325rem; } }
    @media (min-width: 860px) {
      .large-content-stack_mega-title {
        font-size: 3.99758436rem;
        line-height: 3.875rem; } }
  @media screen and (min-width: 860px) and (max-width: 859px) {
    .large-content-stack_mega-title {
      font-size: 3.12900721rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .large-content-stack_mega-title {
      font-size: 2.44140625rem;
      line-height: 3.1rem; } }
  .large-content-stack_title {
    font-size: 2.40307405rem;
    line-height: 3.1rem;
    font-weight: 300;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 859px) {
      .large-content-stack_title {
        font-size: 1.99974145rem; } }
    @media screen and (max-width: 479px) {
      .large-content-stack_title {
        font-size: 1.66015625rem;
        line-height: 2.325rem; } }
  .large-content-stack_body {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    font-weight: 300;
    margin: 13px auto 0;
    text-align: center; }
  .large-content-stack_main-image-wrap {
    margin: 44px auto 0;
    position: relative;
    max-width: 1050px;
    width: 92%; }
    .large-content-stack_main-image-wrap[data-modal="true"] {
      cursor: pointer; }
    .large-content-stack_main-image-wrap:hover .play-button {
      background: #0079c1; }
      .large-content-stack_main-image-wrap:hover .play-button::after {
        border-left: 15px solid #ffffff; }
  .large-content-stack_main-image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block; }
  .large-content-stack_wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_title, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_mega-title {
      color: #ffffff; }
    .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_body {
      color: #bcbcbc; }
    .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta {
      background: none;
      border: thin solid #ffffff;
      color: #ffffff; }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:hover, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:focus {
        box-shadow: inset 0 0 0 2px #ffffff; }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta {
        margin-left: 10px; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mp4"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mov"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".pdf"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".doc"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^="/"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mp4"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mov"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_title, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_mega-title {
      color: #323232; }
    .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_body {
      color: #595959; }
    .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta {
      background: none;
      border: thin solid #000000;
      color: #000000; }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:hover, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:focus {
        box-shadow: inset 0 0 0 2px #000000; }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta {
        margin-left: 10px; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mp4"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mov"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".pdf"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".doc"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^="/"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mp4"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mov"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .large-content-stack hr.separator {
    margin: 15px auto 20px; }

/* Right to Left */
html[dir="rtl"] .large-content-stack hr.separator {
  margin: 15px auto 20px; }

.video-text-split {
  box-sizing: border-box;
  padding: 25px 0 50px 0; }

.image-text-split {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%; }
  @media (max-width: 859px) {
    .image-text-split {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 859px) {
    .image-text-split .on-left {
      order: 1; }
    .image-text-split .on-right {
      order: 2; } }

.image-text-split.light {
  color: white; }

.image-text-split.dark {
  color: black; }

@media (min-width: 1280px) {
  .img-split {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

.img-split img {
  display: block; }

.video_modal {
  max-height: 480px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .video_modal .video_placeholder {
    max-width: 107%;
    height: 480px; }

.video-text-split .video_placeholder {
  max-width: 100%;
  height: auto; }

.video_play {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  height: 72px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s ease-out;
  width: 72px;
  z-index: 5; }
  .video_play::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #323232;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  .video_play:hover {
    cursor: pointer;
    background: #0079c1; }
    .video_play:hover::after {
      border-left-color: #fff; }

.video-text-split .image-text-split .on-right {
  padding: 0 30px; }

.video-text-split .image-text-split .on-left {
  padding: 0 30px; }

.video-text-split .image-text-split p.category {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
  margin-bottom: 5px; }

.video-text-split .image-text-split .category-title {
  margin-bottom: 10px;
  line-height: 2.5rem;
  font-size: 2.40307rem;
  letter-spacing: -0.1rem; }


.icon-title-series .icon-title-series-background > .title {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }

.icon-title-series .icon-title-series-background > .block-group {
  margin: auto;
  width: 90%; }

.icon-title-series .icon {
  height: 48px;
  width: 48px;
  padding-bottom: 20px;
  margin: auto; }

.icon-title-series .number {
  height: 48px;
  width: 48px;
  padding-bottom: 20px;
  margin: auto; }

.icon-title-series .icon > svg {
  height: 48px;
  width: 48px; }

.icon-title-series .icon-title {
  padding-bottom: 18px;
  word-wrap: break-word; }

.icon-title-series .icon-title-item {
  text-align: center; }

.icon-title-series .icon-body {
  margin: 9px 0 28px 0; }

.icon-title-series .btn-white-text {
  color: #ffffff;
  background: none;
  border-color: #ffffff; }

.icon-title-series .btn-white-text:hover {
  border: 3px solid;
  border-color: #ffffff;
  background: none;
  color: #ffffff; }

.icon-title-series .btn-black-text {
  color: #000;
  background: none;
  border-color: #4c4c4c; }

.icon-title-series .btn-black-text:hover {
  border: 3px solid;
  border-color: #4c4c4c;
  background: none;
  color: #4c4c4c; }

.icon-title-series .darktheme {
  color: #4c4c4c;
  border-color: #4c4c4c; }

.icon-title-series .lighttheme {
  color: #ffffff;
  border-color: #ffffff; }

.icon-title-series .divider {
  height: 1px;
  width: 40px;
  margin: auto; }

.icon-title-series .cta {
  width: 100%; }

.edc-about {
  position: relative; }

@media (min-width: 641px) {
  .edc-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.edc-about-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50%;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background-size .4s;
  transition: background-size .4s; }

@media (max-width: 640px) {
  .edc-about-heading {
    font-size: 12vw;
    line-height: 1.1;
    height: 50vh; } }

@media (min-width: 641px) {
  .edc-about-heading {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 5vw;
    line-height: 1.1;
    height: 45vw;
    max-height: 45vh;
    width: 50vw; } }

h2.edc-about-heading {
  font-weight: inherit;
  margin-top: 0;
  margin-bottom: 0;
  background-repeat: no-repeat; }

.edc-about-heading:focus,
.edc-about-heading:hover {
  background-size: 115% auto; }

@media (min-width: 641px) {
  .edc-about-heading:focus a:after,
  .edc-about-heading:hover a:after {
    margin-left: 0;
    opacity: 1; } }

.edc-about-heading a {
  color: #fff;
  text-decoration: none; }
  .edc-about-heading a:hover {
    color: #fff; }

.edc-about-heading a:hover {
  text-decoration: none; }

.edc-about-heading a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%23ffffff'%20width='1em'%20height='1em'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E");
  background-position: 20% 75%;
  background-size: 60%;
  content: "";
  display: inline-block;
  fill: #fff;
  width: 1em;
  height: 1em;
  -webkit-transition: margin-left .4s, opacity .4s;
  transition: margin-left .4s, opacity .4s;
  vertical-align: top;
  background-repeat: no-repeat; }

@media (max-width: 860px) {
  .edc-about-heading a:after {
    margin-left: 0;
    opacity: 1; } }

@media (min-width: 861px) {
  .edc-about-heading a:after {
    margin-left: -1em;
    opacity: 0; } }

.edc-about-citation {
  color: #bcbcbc;
  background-color: #323232;
  font: 11px/15px Helvetica Neue, Helvetica, sans-serif;
  padding: 5px 30px;
  text-align: center;
  z-index: 1; }

@media (max-width: 640px) {
  .edc-about-citation {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; } }

@media (min-width: 641px) {
  .edc-about-citation {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.edc-about-citation,
.edc-about-citation:hover {
  text-decoration: none; }

.edc-about-citation:focus,
.edc-about-citation:hover {
  color: #fff;
  background-color: #222; }

/* hero message */
@media (min-width: 861px) {
  .edc-related.-dark .edc-related-message-content a {
    display: inline-block;
    text-decoration: none;
    background-position: 100% calc(100% - .05em);
    background-repeat: no-repeat;
    background-size: 200% 1px;
    position: relative;
    -webkit-transition: background-position-x .4s;
    transition: background-position-x .4s;
    background-image: -webkit-linear-gradient(left, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    background-image: linear-gradient(90deg, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    color: #49b0f2;
    text-shadow: -0.075em -0.05em 0 #323232, -0.125em 0 0 #323232, -0.075em 0 0 #323232, -0.05em 0 0 #323232, 0.05em 0 0 #323232, 0.075em 0 0 #323232, 0.125em 0 0 #323232 !important; }
    .edc-related.-dark .edc-related-message-content a:hover {
      text-decoration: none;
      background-position-x: 0; }
    .edc-related.-dark .edc-related-message-content a::selection {
      background-color: #b3d4fc;
      color: #000;
      text-shadow: none; }
    .edc-related.-dark .edc-related-message-content a::-moz-selection {
      background-color: #b3d4fc;
      color: #000;
      text-shadow: none; }
  .edc-related.-dark .edc-related-message-content li {
    letter-spacing: 0; }
  .edc-related.-light .edc-related-message-content a::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none; }
  .edc-related.-light .edc-related-message-content a::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none; }
  .edc-related.-light .edc-related-message-content li {
    letter-spacing: 0; } }

.edc-related-aside.light {
  background-color: rgba(50, 50, 50, 0.85); }
  .edc-related-aside.light .edc-related-category {
    color: #323232; }
  .edc-related-aside.light .edc-related-action {
    color: #323232; }

.edc-related-aside.dark {
  background-color: rgba(255, 255, 255, 0.85); }
  .edc-related-aside.dark .edc-related-category {
    color: #fff; }
  .edc-related-aside.dark .edc-related-action {
    color: #fff; }

@media (max-width: 860px) {
  .-dark .edc-related-message a.edc-related-message-tooltip {
    color: #49b0f2; } }

.edc-related:first-child.-dark .edc-related-aside:hover .edc-related-link {
  background-color: #323232; }

.c-hero-video {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  overflow: hidden;
  position: relative; }

@media (min-width: 1456px) {
  .c-hero-video {
    padding: 80px calc(50vw - 1424px / 2); } }

@media (max-width: 1455px) {
  .c-hero-video {
    padding: 80px 20px; } }

.c-hero-video::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms; }

.c-hero-video.-dark {
  color: #fff;
  background-color: #000; }

.c-hero-video.-dark::after {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.05) 100%); }

@media (max-width: 1455px) {
  .c-hero-video.-dark::after {
    background-color: rgba(0, 0, 0, 0.4); } }

.c-hero-video.-dark .c-hero-video-headline {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75), 2px 2px 32px rgba(0, 0, 0, 0.65); }

.c-hero-video.-dark .c-hero-video-bodycopy {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 2px 2px 32px rgba(0, 0, 0, 0.65); }

.c-hero-video.-light {
  color: #000;
  background-color: #fff; }

.c-hero-video.-light::after {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.05) 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.05) 100%); }

@media (max-width: 1455px) {
  .c-hero-video.-light::after {
    background-color: rgba(255, 255, 255, 0.4); } }

.c-hero-video.-light .c-hero-video-headline {
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.55), 2px 2px 32px rgba(255, 255, 255, 0.45); }

.c-hero-video.-light .c-hero-video-bodycopy {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.95), 2px 2px 32px rgba(255, 255, 255, 0.95); }

/* Hero Video: Icon
/* ========================================================================== */
.c-hero-video-icon {
  display: block;
  margin-bottom: 20px;
  width: 80px;
  height: 80px; }

/* Hero Video: Content
/* ========================================================================== */
.c-hero-video-content {
  position: relative;
  z-index: 1; }
  .c-hero-video-content img {
    height: 90px; }

/* Hero Video: Headline
/* ========================================================================== */
.c-hero-video-headline {
  letter-spacing: -.025em;
  -webkit-transition: font-size 75ms, line-height 75ms;
  transition: font-size 75ms, line-height 75ms; }

@media (min-width: 1456px) {
  .c-hero-video-headline {
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -3px; } }

@media (max-width: 1455px) and (min-width: 616px) {
  .c-hero-video-headline {
    font-size: 60px;
    line-height: 70px; } }

@media (max-width: 615px) {
  .c-hero-video-headline {
    font-size: 40px;
    line-height: 50px; } }

/* Hero Video: Subhead
/* ========================================================================== */
.c-hero-video-subhead {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-transition: font-size 75ms, line-height 75ms;
  transition: font-size 75ms, line-height 75ms; }

@media (min-width: 616px) {
  .c-hero-video-subhead {
    font-size: 24px;
    line-height: 30px; } }

@media (max-width: 615px) {
  .c-hero-video-subhead {
    font-size: 16px;
    line-height: 30px; } }

/* Hero Video: Body Copy
/* ========================================================================== */
.c-hero-video-bodycopy {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 584px;
  -webkit-transition: font-size 75ms, line-height 75ms;
  transition: font-size 75ms, line-height 75ms; }

@media (min-width: 616px) {
  .c-hero-video-bodycopy {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 615px) {
  .c-hero-video-bodycopy {
    font-size: 14px;
    line-height: 20px; } }

.c-hero-video-bodycopy::before {
  background-color: #49b0f2;
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70px;
  height: 3px; }

.c-hero-video-bodycopy > *:first-child {
  margin-top: 0; }

.c-hero-video-bodycopy > *:last-child {
  margin-bottom: 0; }

/* Hero Video: Video
/* ========================================================================== */
.c-hero-video-video {
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.c-hero-video-video::-webkit-media-controls-start-playback-button {
  display: none; }

.cc-slides-slide.dark {
  color: #323232; }

.cc-slides-slide.light {
  color: #ffffff; }

.dark .cc-slides-label a {
  color: #333; }

.dark .cc-slides-label a:hover {
  color: #333; }

.home-slider .cc-slides {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #196fa6;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  transition: background-image .3s; }

@media (max-width: 499px) {
  .home-slider .cc-slides {
    text-align: center; } }

@media (min-width: 500px) {
  .home-slider .cc-slides {
    background-position: 50%; } }

@media (min-width: 1281px) {
  .home-slider .cc-slides {
    min-height: 70vh;
    height: 70vh; } }

.home-slider .cc-slides-immediate-control > span,
.home-slider .cc-slides-pagination-control > span {
  clip: rect(0 0 0 0);
  position: absolute; }

.home-slider .cc-slides-immediate-control {
  border-style: none;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.home-slider .cc-slides-immediate-control:not(:focus) {
  clip: rect(0 0 0 0); }

.home-slider .cc-slides-immediate-control:focus,
.home-slider .cc-slides-immediate-control:hover {
  opacity: 1; }

.home-slider .cc-slides-immediate-control:hover {
  outline-width: 0; }

.home-slider .cc-slides-previous-control {
  background-image: -webkit-linear-gradient(left, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  background-image: linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  left: 0; }

.home-slider .cc-slides-next-control {
  background-image: -webkit-linear-gradient(left, rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.5));
  background-image: linear-gradient(90deg, rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.5));
  right: 0; }

.home-slider .cc-slides-list {
  list-style-type: none;
  margin-left: 0;
  -webkit-transition: padding .4s;
  transition: padding .4s;
  min-height: 70vh;
  width: 100%;
  min-width: 100%; }

@media (max-width: 480px) {
  .home-slider .cc-slides-list {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 481px) and (max-width: 1280px) {
  .home-slider .cc-slides-list {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1281px) {
  .home-slider .cc-slides-list {
    padding-left: 0;
    padding-right: 0; } }

.home-slider .cc-slides-slide {
  margin: 0;
  position: relative; }

.home-slider .cc-slides-slide[aria-hidden=true] {
  display: none; }

.home-slider .text-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 70vh; }

.home-slider .cc-slides-label {
  font-weight: 300;
  letter-spacing: -.05em;
  margin: 0;
  max-width: 704px;
  text-shadow: none;
  -webkit-transition: font-size .4s;
  transition: font-size .4s; }

@media (max-width: 480px) {
  .home-slider .cc-slides-label {
    font-size: 48px;
    line-height: 1; } }

@media (min-width: 481px) and (max-width: 1280px) {
  .home-slider .cc-slides-label {
    font-size: 65px;
    line-height: 1; } }

@media (min-width: 1281px) and (max-width: 1500px) {
  .home-slider .cc-slides-label {
    font-size: 72px;
    line-height: 1.04167; } }

@media (min-width: 1501px) {
  .home-slider .cc-slides-label {
    font-size: 90px;
    line-height: 1.05556; } }

.home-slider .cc-slides-label a {
  color: inherit;
  text-decoration: none; }

.home-slider .cc-slides-label a:hover {
  color: inherit;
  text-decoration: none; }

.home-slider .cc-slides-action {
  background-color: #0079c1;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: inherit;
  line-height: 24.8px;
  line-height: 1.55rem;
  padding: 4.96px 14.4px;
  padding: .31rem .9rem;
  text-decoration: none;
  -webkit-transition: background-color .05s linear, color .05s linear;
  transition: background-color .05s linear, color .05s linear;
  vertical-align: middle;
  white-space: nowrap; }

@media (max-width: 499px) {
  .home-slider .cc-slides-action {
    max-width: 90vw;
    white-space: normal; } }

.home-slider .cc-slides-action:focus,
.home-slider .cc-slides-action:hover {
  color: #ffffff;
  background-color: #005e95;
  text-decoration: none; }

.home-slider .cc-slides-label + .cc-slides-action {
  margin-top: 40px; }

.home-slider .cc-slides-action:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20 fill='%23ffffff'%20 width='1em'%20 height='1em'%20 xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E");
  background-position: 100% 75%;
  background-size: 75%;
  content: "";
  display: inline-block;
  fill: #ffffff;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat; }

.home-slider .cc-slides-pagination-controls {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1; }

@media (min-width: 1281px) {
  .home-slider .cc-slides-pagination-controls {
    right: 0;
    bottom: -33px;
    left: 0; } }

@media (max-width: 1280px) {
  .home-slider .cc-slides-pagination-controls {
    right: 33px;
    bottom: -33px;
    left: 33px; } }

.home-slider .cc-slides-pagination-controls:not([data-require-js]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home-slider .cc-slides-pagination-control {
  background-color: #0079c1;
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  box-shadow: 0 0 0 3px transparent;
  cursor: pointer;
  display: block;
  padding: 0;
  -webkit-transition: box-shadow .2s, height .4s, outline-width .4s, width .4s, -webkit-filter .2s;
  transition: box-shadow .2s, height .4s, outline-width .4s, width .4s, -webkit-filter .2s;
  transition: box-shadow .2s, filter .2s, height .4s, outline-width .4s, width .4s;
  transition: box-shadow .2s, filter .2s, height .4s, outline-width .4s, width .4s, -webkit-filter .2s; }

@media (max-width: 860px) {
  .home-slider .cc-slides-pagination-control {
    background-position: 100% 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    max-height: 100%;
    min-width: 66px;
    min-height: 66px; } }

.home-slider .cc-slides-pagination-control:not(:hover) {
  overflow: hidden; }

.home-slider .cc-slides-pagination-control:not([aria-current=true]):not(:hover):not(:focus) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.home-slider .cc-slides-pagination-control:not(:first-child) {
  margin-left: 1.5px; }

.home-slider .cc-slides-pagination-control:not(:last-child) {
  margin-right: 1.5px; }

.home-slider .cc-slides-pagination-control:hover,
.home-slider .cc-slides-pagination-control[aria-current=true] {
  outline-width: 0; }

@media (min-width: 861px) {
  .home-slider .cc-slides-pagination-control {
    width: 176px;
    height: 66px; } }

.home-slider .cc-slides-pagination-control[aria-current=true] {
  box-shadow: 0 0 0 3px #ffffff; }

.home-slider .cc-slides[data-variation="1"] + .edc-scroll {
  background-color: rgba(50, 50, 50, 0.9); }

.home-slider .cc-slides[data-variation="1"] + .edc-scroll:focus,
.home-slider .cc-slides[data-variation="1"] + .edc-scroll:hover {
  background-color: #0079c1; }

.home-slider .cc-slides[data-variation="1"] + .edc-scroll span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2012%208'%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M%200%200%20L%206%206%20L%2012%200%20L%2012%203%20L%206.5%208%20L%205.5%208%20L%200%203'/%3E%3C/svg%3E");
  fill: #ffffff; }

.home-slider .edc-scroll {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border-style: none;
  cursor: pointer;
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 50px;
  height: 50px;
  top: -90px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  z-index: 2; }

.home-slider .edc-scroll span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2012%208'%20fill='%23323232'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M%200%200%20L%206%206%20L%2012%200%20L%2012%203%20L%206.5%208%20L%205.5%208%20L%200%203'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 12px 8px;
  fill: #323232;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: background-image .4s;
  transition: background-image .4s; }

.home-slider .edc-scroll:focus,
.home-slider .edc-scroll:hover {
  background-color: #0079c1;
  -webkit-transition: 0ms;
  transition: 0ms; }

.home-slider .edc-scroll:focus span,
.home-slider .edc-scroll:hover span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2012%208'%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M%200%200%20L%206%206%20L%2012%200%20L%2012%203%20L%206.5%208%20L%205.5%208%20L%200%203'/%3E%3C/svg%3E");
  fill: #ffffff;
  -webkit-transition: 0ms;
  transition: 0ms; }

@media (max-width: 699px) {
  .home-slider .edc-scroll {
    display: none; } }

.home-slider button.cc-slides-pagination-control {
  border: 0; }

.home-slider .gradient-bg-top.dark-gradient {
  background: -moz-linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  background: -webkit-linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  background: linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0)); }
  .home-slider .gradient-bg-top.dark-gradient .cc-slides-label {
    color: #ffffff; }

.home-slider .gradient-bg-top.light-gradient {
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
  .home-slider .gradient-bg-top.light-gradient .cc-slides-label {
    color: #323232; }

.home-slider .content-container {
  min-height: 70vh;
  width: 100%;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 65px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-slider .content-container {
      display: table-cell;
      vertical-align: middle; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-slider .content-container {
      display: table-cell;
      vertical-align: middle; } }

@media (max-width: 480px) {
  .home-slider .content-container {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 481px) and (max-width: 1280px) {
  .home-slider .content-container {
    padding-left: 36px;
    padding-right: 0; } }

@media (min-width: 1281px) {
  .home-slider .content-container {
    padding-left: calc(50vw - 640px + 36px);
    padding-right: 0; } }

@media (min-width: 1487px) {
  .home-slider .content-container {
    padding-left: calc(50vw - 1450px / 2);
    padding-right: 0; } }

/* Right to Left */
html[dir="rtl"] body .home-slider .cc-slides-action:after {
  background-position: 100% -25%;
  transform: rotate(180deg); }

@media (min-width: 481px) and (max-width: 1280px) {
  html[dir="rtl"] body .home-slider .content-container {
    padding-left: 0px;
    padding-right: 36px; } }

@media (min-width: 1281px) {
  html[dir="rtl"] body .home-slider .content-container {
    padding-right: calc(50vw);
    padding-left: 0; } }

@media (min-width: 1487px) {
  html[dir="rtl"] body .home-slider .content-container {
    padding-right: calc(50vw + 100px);
    padding-left: 0; } }

.hero-banner-global {
  font-kerning: normal; }
  .hero-banner-global .hbg-container {
    position: relative;
    overflow: hidden; }
    .hero-banner-global .hbg-container::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .hero-banner-global .herobanner {
    display: block;
    padding-top: 30px;
    position: relative; }
    .hero-banner-global .herobanner.has-no-foreground {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 0;
      flex-direction: row; }
      .hero-banner-global .herobanner.has-no-foreground .content {
        min-width: 100%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .hero-banner-global .herobanner.has-no-foreground .content {
            min-width: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .herobanner {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0; }
        .hero-banner-global .herobanner .content {
          min-width: none;
          min-width: 0; } }
    @media (min-width: 1024px) {
      .hero-banner-global .herobanner .content {
        padding: 0 20px 0 10px; } }
    .hero-banner-global .herobanner .banner__title {
      font-weight: 300;
      color: black;
      letter-spacing: -2px;
      margin-bottom: 0;
      line-height: 1.25; }
      .hero-banner-global .herobanner .banner__title.title--mega {
        font-weight: 600; }
    .hero-banner-global .herobanner .header-subtitle {
      margin-bottom: 0;
      line-height: 1.25; }
      @media (min-width: 1024px) {
        .hero-banner-global .herobanner .header-subtitle {
          margin-bottom: 1.25rem;
          letter-spacing: -2px; } }
    .hero-banner-global .herobanner .header-desc {
      font-weight: 300;
      line-height: 1.27 !important; }
    .hero-banner-global .herobanner .hero-icon {
      margin-bottom: 12px; }
      .hero-banner-global .herobanner .hero-icon img, .hero-banner-global .herobanner .hero-icon svg {
        height: 100%;
        width: 100%; }
    .hero-banner-global .herobanner .hr {
      height: 3px;
      width: 45px;
      background-color: rgba(50, 50, 50, 0.5);
      margin: 0.5rem auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .herobanner .hr {
          margin: 1rem 0; } }
    .hero-banner-global .herobanner .content,
    .hero-banner-global .herobanner .right-column {
      flex: 1;
      visibility: hidden; }
    .hero-banner-global .herobanner .right-column {
      width: 100%;
      margin: 0 auto;
      margin-top: 25px; }
      @media (min-width: 480px) {
        .hero-banner-global .herobanner .right-column {
          width: 71%; } }
      @media (min-width: 1024px) {
        .hero-banner-global .herobanner .right-column {
          height: 100%;
          margin-top: 0; } }
    .hero-banner-global .herobanner .right-column-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      /*--When Stacked Below: Start--*/
      height: 0;
      width: 100%;
      /*--When Stacked Below: End--*/
      /*--When Side-by-side: Start--*/
      /*--When Side-by-side: End--*/ }
      .hero-banner-global .herobanner .right-column-image img {
        display: none; }
      @media (min-width: 1024px) {
        .hero-banner-global .herobanner .right-column-image {
          background: none !important;
          position: relative;
          height: 100%;
          width: 100%;
          display: block; }
          .hero-banner-global .herobanner .right-column-image img {
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            max-width: none;
            max-height: 100%;
            height: 100%; } }
    .hero-banner-global .herobanner .btn-first-cta {
      border-width: 1px;
      border-style: solid; }
    .hero-banner-global .herobanner .btn-first-cta,
    .hero-banner-global .herobanner .btn-second-cta {
      transition: all .15s ease-in-out;
      margin-right: 5px;
      margin-bottom: 8px; }
      .hero-banner-global .herobanner .btn-first-cta[aria-role]:after,
      .hero-banner-global .herobanner .btn-second-cta[aria-role]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px; }
  .hero-banner-global .banner--tiny {
    min-height: 80px;
    height: 12vh;
    max-height: 173px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    display: flex;
    padding-top: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .hero-banner-global .banner--tiny.has-no-foreground {
      padding-top: 5px; }
    .hero-banner-global .banner--tiny .right-column {
      display: none; }
    .hero-banner-global .banner--tiny .banner__title {
      font-size: 1.999396rem;
      line-height: 2.325rem;
      letter-spacing: -1px; }
      @media screen and (max-width: 859px) {
        .hero-banner-global .banner--tiny .banner__title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 479px) {
        .hero-banner-global .banner--tiny .banner__title {
          font-size: 1.5625rem; } }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--tiny .banner__title {
          padding-top: 0; } }
      .hero-banner-global .banner--tiny .banner__title.title--mega {
        font-size: 1.6994866rem;
        line-height: 2.325rem; }
        @media screen and (max-width: 859px) {
          .hero-banner-global .banner--tiny .banner__title.title--mega {
            font-size: 1.503565rem; } }
        @media screen and (max-width: 479px) {
          .hero-banner-global .banner--tiny .banner__title.title--mega {
            font-size: 1.328125rem; } }
        @media (min-width: 500px) {
          .hero-banner-global .banner--tiny .banner__title.title--mega {
            font-size: 1.999396rem;
            line-height: 2.325rem; } }
  @media screen and (min-width: 500px) and (max-width: 859px) {
    .hero-banner-global .banner--tiny .banner__title.title--mega {
      font-size: 1.7689rem; } }
  @media screen and (min-width: 500px) and (max-width: 479px) {
    .hero-banner-global .banner--tiny .banner__title.title--mega {
      font-size: 1.5625rem; } }
        @media (min-width: 860px) {
          .hero-banner-global .banner--tiny .banner__title.title--mega {
            font-size: 2.40307405rem;
            line-height: 3.1rem; } }
  @media screen and (min-width: 860px) and (max-width: 859px) {
    .hero-banner-global .banner--tiny .banner__title.title--mega {
      font-size: 1.99974145rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .hero-banner-global .banner--tiny .banner__title.title--mega {
      font-size: 1.66015625rem;
      line-height: 2.325rem; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--tiny {
        text-align: left; } }
  .hero-banner-global .banner--small {
    flex-direction: column;
    text-align: center;
    min-height: 230px; }
    .hero-banner-global .banner--small * {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--small * {
          margin-left: 0;
          margin-right: auto; } }
    .hero-banner-global .banner--small .hero-icon {
      width: 54px;
      height: 54px;
      margin-bottom: 14px; }
    .hero-banner-global .banner--small .banner__title {
      font-size: 32px; }
      @media (min-width: 860px) {
        .hero-banner-global .banner--small .banner__title {
          font-size: 2.82714594rem;
          line-height: 3.1rem; } }
  @media screen and (min-width: 860px) and (max-width: 859px) {
    .hero-banner-global .banner--small .banner__title {
      font-size: 2.352637rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .hero-banner-global .banner--small .banner__title {
      font-size: 1.953125rem;
      line-height: 2.325rem; } }
      .hero-banner-global .banner--small .banner__title.title--mega {
        font-size: 58px;
        letter-spacing: -1px; }
        @media (min-width: 480px) {
          .hero-banner-global .banner--small .banner__title.title--mega {
            font-size: 3.99758436rem;
            line-height: 3.875rem; } }
  @media screen and (min-width: 480px) and (max-width: 859px) {
    .hero-banner-global .banner--small .banner__title.title--mega {
      font-size: 3.12900721rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .hero-banner-global .banner--small .banner__title.title--mega {
      font-size: 2.44140625rem;
      line-height: 3.1rem; } }
    .hero-banner-global .banner--small .header-subtitle {
      margin-top: 0.6rem;
      margin-bottom: 0;
      letter-spacing: -1px;
      font-size: 29; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--small .header-subtitle {
          font-size: 32px; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--small .header-subtitle {
          font-size: 34px; } }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--small .header-subtitle {
          margin-bottom: 1.25rem; } }
    .hero-banner-global .banner--small .header-desc {
      font-size: 15px;
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--small .header-desc {
          font-size: 1rem;
          line-height: 1.55rem; } }
    .hero-banner-global .banner--small .right-column-image {
      /*--When Stacked Below: Start--*/
      padding-bottom: 51.42%;
      /*--When Stacked Below: End--*/
      /*--When Side-by-Side: Start--*/
      /*--When Side-by-Side: End--*/ }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--small .right-column-image {
          padding-bottom: 0; } }
    @media (min-width: 480px) {
      .hero-banner-global .banner--small {
        min-height: 260px; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--small {
        flex-direction: row;
        text-align: left;
        min-height: 276px;
        height: 25vh;
        max-height: 400px; } }
  .hero-banner-global .banner--medium {
    flex-direction: column;
    text-align: center;
    min-height: 400px; }
    .hero-banner-global .banner--medium * {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--medium * {
          margin-left: 0;
          margin-right: auto; } }
    .hero-banner-global .banner--medium .hero-icon {
      width: 80px;
      height: 80px; }
    .hero-banner-global .banner--medium .banner__title {
      font-size: 45px; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--medium .banner__title {
          font-size: 52px; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--medium .banner__title {
          font-size: 3.39794671rem;
          line-height: 3.1rem; } }
  @media screen and (min-width: 860px) and (max-width: 859px) {
    .hero-banner-global .banner--medium .banner__title {
      font-size: 2.65965613rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .hero-banner-global .banner--medium .banner__title {
      font-size: 2.07519531rem;
      line-height: 2.325rem; } }
      .hero-banner-global .banner--medium .banner__title.title--mega {
        font-size: 55px; }
        @media (min-width: 480px) {
          .hero-banner-global .banner--medium .banner__title.title--mega {
            font-size: 62px; } }
        @media (min-width: 480px) {
          .hero-banner-global .banner--medium .banner__title.title--mega {
            font-size: 78px; } }
    .hero-banner-global .banner--medium .hr {
      width: 50px;
      margin-bottom: 0px;
      margin-top: 1.35rem; }
    .hero-banner-global .banner--medium .header-subtitle {
      font-size: 30px;
      margin-top: 1.7rem;
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--medium .header-subtitle {
          font-size: 34px; } }
      @media (min-width: 480px) {
        .hero-banner-global .banner--medium .header-subtitle {
          font-size: 40px; } }
    .hero-banner-global .banner--medium .header-desc {
      font-size: 1rem;
      line-height: 1.55rem;
      margin: 1.2rem 0 0; }
    .hero-banner-global .banner--medium .header-ctas {
      margin: 4.0rem 0 0; }
    .hero-banner-global .banner--medium .right-column-image {
      /*--When Stacked Below: Start--*/
      padding-bottom: 61.27%;
      /*--When Stacked Below: Start--*/
      /*--When Side-by-Side: Start--*/
      /*--When Side-by-Side: End--*/ }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--medium .right-column-image {
          padding-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--medium {
        height: 576px;
        flex-direction: row;
        text-align: left; } }
  .hero-banner-global .banner--large {
    flex-direction: column;
    text-align: center;
    min-height: 60vh; }
    .hero-banner-global .banner--large * {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--large * {
          margin-left: 0;
          margin-right: auto; } }
    .hero-banner-global .banner--large .hero-icon {
      width: 90px;
      height: 90px;
      margin-bottom: 17px; }
      @media screen and (min-width: 768px) {
        .hero-banner-global .banner--large .hero-icon {
          width: 90px;
          height: 90px; } }
    .hero-banner-global .banner--large .banner__title {
      font-size: 47px;
      letter-spacing: -2px; }
      @media screen and (min-width: 480px) {
        .hero-banner-global .banner--large .banner__title {
          font-size: 62px; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--large .banner__title {
          font-size: 4.705rem; } }
      .hero-banner-global .banner--large .banner__title.title--mega {
        font-size: 57px; }
        @media screen and (min-width: 480px) {
          .hero-banner-global .banner--large .banner__title.title--mega {
            font-size: 72px; } }
        @media screen and (min-width: 860px) {
          .hero-banner-global .banner--large .banner__title.title--mega {
            font-size: 100px; } }
    .hero-banner-global .banner--large .hr {
      width: 55px;
      margin-top: 2.1rem;
      margin-bottom: 0; }
    .hero-banner-global .banner--large .header-subtitle {
      font-size: 32px;
      margin-top: 1.6rem;
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--large .header-subtitle {
          font-size: 40px; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--large .header-subtitle {
          font-size: 2.82rem; } }
    .hero-banner-global .banner--large .header-desc {
      font-size: 1rem;
      line-height: 1.55rem;
      margin-top: 1.6rem; }
      @media (min-width: 860px) {
        .hero-banner-global .banner--large .header-desc {
          font-size: 1.2019rem;
          line-height: 1.55rem; } }
  @media screen and (min-width: 860px) and (max-width: 859px) {
    .hero-banner-global .banner--large .header-desc {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .hero-banner-global .banner--large .header-desc {
      font-size: 1.0625rem; } }
    .hero-banner-global .banner--large .header-ctas {
      margin-top: 72px; }
    .hero-banner-global .banner--large .right-column-image {
      /*--When Stacked Below: Start--*/
      padding-bottom: 73.53%;
      /*--When Stacked Below: Start--*/
      /*--When Side-by-Side: Start--*/
      /*--When Side-by-Side: End--*/ }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--large .right-column-image {
          padding-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--large {
        height: 60vh;
        min-height: 700px;
        max-height: 864px;
        flex-direction: row;
        text-align: left; } }
  .hero-banner-global .banner--full {
    min-height: 50vh;
    height: auto;
    max-height: 1152px;
    flex-direction: column;
    text-align: center;
    padding-top: 15px; }
    .hero-banner-global .banner--full.has-no-foreground {
      padding-top: 33px; }
    @media screen and (min-width: 600px) {
      .hero-banner-global .banner--full {
        padding-top: 30px;
        height: 80vh; } }
  @media screen and (min-width: 600px) and (orientation: landscape) {
    .hero-banner-global .banner--full {
      height: auto; } }
    @media screen and (min-width: 600px) {
        .hero-banner-global .banner--full.has-no-foreground {
          padding-top: 24px; } }
    @media screen and (min-width: 860px) and (orientation: landscape) {
      .hero-banner-global .banner--full {
        height: 80vh; } }
    @media screen and (min-width: 860px) {
      .hero-banner-global .banner--full {
        min-height: 650px; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--full {
        min-height: 740px; } }
    .hero-banner-global .banner--full * {
      margin-left: auto;
      margin-right: auto; }
    .hero-banner-global .banner--full .content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 2%;
      height: 100%;
      max-width: 100%; }
      @media screen and (min-width: 860px) {
        .hero-banner-global .banner--full .content {
          display: flex; } }
    .hero-banner-global .banner--full .hero-icon {
      width: 90px;
      height: 90px; }
      @media screen and (min-width: 768px) {
        .hero-banner-global .banner--full .hero-icon {
          width: 120px;
          height: auto; } }
    .hero-banner-global .banner--full .banner__title {
      font-size: 3.2rem; }
      @media screen and (min-width: 400px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 3.65rem; } }
      @media screen and (min-width: 440px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 3.95rem; } }
      @media screen and (min-width: 480px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 55px; } }
      @media screen and (min-width: 860px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 5.294rem; } }
      .hero-banner-global .banner--full .banner__title.title--mega {
        font-size: 3.9rem; }
        @media screen and (min-width: 480px) {
          .hero-banner-global .banner--full .banner__title.title--mega {
            font-size: 5.29rem; } }
        @media screen and (min-width: 860px) {
          .hero-banner-global .banner--full .banner__title.title--mega {
            font-size: 6.4rem; } }
    .hero-banner-global .banner--full .header-subtitle {
      line-height: 1.25; }
    .hero-banner-global .banner--full .header-desc {
      line-height: 1.27 !important; }
    .hero-banner-global .banner--full .hr {
      width: 60px;
      margin: 2.1rem auto 1.6rem auto; }
    .hero-banner-global .banner--full .scroll-down-ghost {
      margin-top: 10px; }
      @media (min-width: 600px) {
        .hero-banner-global .banner--full .scroll-down-ghost {
          margin-top: 0;
          height: 60px; } }
  @media screen and (min-width: 600px) and (orientation: landscape) {
    .hero-banner-global .banner--full .scroll-down-ghost {
      height: 120px; } }
      @media (min-width: 860px) and (orientation: landscape) {
        .hero-banner-global .banner--full .scroll-down-ghost {
          height: 60px; } }
    .hero-banner-global .banner--full .scroll-down {
      display: none;
      width: 50px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px;
      margin: 0 auto 20px auto;
      box-sizing: border-box;
      padding: 13px 0 0 9px;
      color: #000000;
      transition: background-color 100ms linear; }
      .hero-banner-global .banner--full .scroll-down .icon-down-arrow {
        position: relative;
        left: -5px; }
        .hero-banner-global .banner--full .scroll-down .icon-down-arrow::before {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23000000' d='M19 8.293v1.414l-7.5 7.5-7.5-7.5V8.293l7.5 7.5z' /%3E%3C/svg%3E"); }
      @media (min-width: 600px) {
        .hero-banner-global .banner--full .scroll-down {
          display: block;
          position: absolute;
          bottom: 50px;
          left: 50%;
          margin: 0 0 0 -25px; } }
      .hero-banner-global .banner--full .scroll-down:hover {
        background-color: #0079c1; }
        .hero-banner-global .banner--full .scroll-down:hover .icon-down-arrow::before {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffffff' d='M19 8.293v1.414l-7.5 7.5-7.5-7.5V8.293l7.5 7.5z' /%3E%3C/svg%3E"); }
    .hero-banner-global .banner--full .header-subtitle {
      font-size: 34px;
      margin-top: 1.8rem;
      margin-bottom: 0;
      letter-spacing: -2px; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--full .header-subtitle {
          font-size: 45px; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--full .header-subtitle {
          font-size: 3rem;
          letter-spacing: 0; } }
    .hero-banner-global .banner--full .header-desc {
      font-size: 1rem;
      line-height: 1.55rem;
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--full .header-desc {
          font-size: 1.2019rem;
          line-height: 1.55rem; } }
  @media screen and (min-width: 480px) and (max-width: 859px) {
    .hero-banner-global .banner--full .header-desc {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .hero-banner-global .banner--full .header-desc {
      font-size: 1.0625rem; } }
    .hero-banner-global .banner--full .header-ctas {
      margin-top: 72px; }
      @media (min-width: 860px) {
        .hero-banner-global .banner--full .header-ctas {
          margin-top: 97px; } }
    .hero-banner-global .banner--full .right-column {
      display: none; }
  .hero-banner-global [data-theme="light-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette)::before {
    background: linear-gradient(90deg, rgba(50, 50, 50, 0.5) 0%, rgba(50, 50, 50, 0) 100%); }
  .hero-banner-global [data-theme="light-text"] .banner__title,
  .hero-banner-global [data-theme="light-text"] .header-desc {
    color: #FFFFFF; }
  .hero-banner-global [data-theme="light-text"] .header-subtitle {
    color: rgba(255, 255, 255, 0.75); }
  .hero-banner-global [data-theme="light-text"] .hr {
    background-color: rgba(255, 255, 255, 0.5); }
  .hero-banner-global [data-theme="light-text"] .btn-first-cta {
    background: rgba(255, 255, 255, 0.85);
    border-color: transparent;
    color: #000000; }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta:hover {
      background: #FFFFFF;
      border-color: #FFFFFF;
      box-shadow: inset 0 0 0 1px #FFFFFF; }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }
  .hero-banner-global [data-theme="light-text"] .btn-second-cta {
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta:hover {
      background: transparent;
      box-shadow: inset 0 0 0 1px #FFFFFF; }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }
  .hero-banner-global [data-theme="dark-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette)::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
  .hero-banner-global [data-theme="dark-text"] .banner__title,
  .hero-banner-global [data-theme="dark-text"] .header-desc {
    color: #323232; }
  .hero-banner-global [data-theme="dark-text"] .header-subtitle {
    color: rgba(50, 50, 50, 0.75); }
  .hero-banner-global [data-theme="dark-text"] .hr {
    color: rgba(50, 50, 50, 0.5); }
  .hero-banner-global [data-theme="dark-text"] .btn-first-cta {
    background: rgba(50, 50, 50, 0.8);
    border-color: transparent;
    color: #FFFFFF; }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta:hover {
      background: #000000;
      border-color: #000000;
      box-shadow: inset 0 0 0 1px #000000; }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }
  .hero-banner-global [data-theme="dark-text"] .btn-second-cta {
    border-color: #000000;
    color: #000000; }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta:hover {
      background: transparent;
      box-shadow: inset 0 0 0 1px #000000; }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

/* Right to Left */
html[dir="rtl"] body .hero-banner-global .herobanner .btn-first-cta[aria-role]:not([aria-role='video']):after,
html[dir="rtl"] body .hero-banner-global .herobanner .btn-second-cta[aria-role]:not([aria-role='video']):after {
  transform: scaleX(-1); }

html[dir="rtl"] body .hero-banner-global .herobanner .btn-first-cta[aria-role]:after,
html[dir="rtl"] body .hero-banner-global .herobanner .btn-second-cta[aria-role]:after {
  margin-left: 0px;
  margin-right: 4px; }

html[dir="rtl"] body .hero-banner-global .herobanner .hero-icon, html[dir="rtl"] body .hero-banner-global .herobanner .separator {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    html[dir="rtl"] body .hero-banner-global .herobanner .hero-icon, html[dir="rtl"] body .hero-banner-global .herobanner .separator {
      margin-right: 0; } }

html[dir="rtl"] body .hero-banner-global .herobanner.banner--full .separator {
  margin-left: auto;
  margin-right: auto; }

html[dir="rtl"] body .hero-banner-global .herobanner.banner--large .hero-icon {
  margin-left: auto;
  margin-right: 0; }

@media screen and (min-width: 1024px) {
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .banner__title {
    text-align: right; }
    html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .banner__title.title--mega {
      text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .header-subtitle {
    text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .header-desc {
    text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .header-ctas {
    text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .right-column-image {
    /*--When Side-by-side: End--*/ } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .right-column-image img {
      left: auto;
      right: 0; } }

@media screen and (min-width: 1024px) {
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .btn-first-cta[aria-role]:after,
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .btn-second-cta[aria-role]:after {
    margin-left: 0px;
    margin-right: 4px; } }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

h1.mainHeader {
  color: #de2900; }

.ind-hero {
  background-size: auto 92%;
  padding-top: 40px;
  position: relative;
  width: 100%;
  /*Banner Title & Copy*/
  /*Banner Graphic*/ }
  @media (min-width: 1024px) {
    .ind-hero {
      background-size: auto 90%;
      min-height: 70vh;
      margin-top: 0; } }
  @media (min-width: 1440px) {
    .ind-hero {
      background-position: top center;
      max-height: 60vh;
      min-height: 600px; } }
  .ind-hero_text {
    box-sizing: border-box;
    padding: 40px 20px 0;
    visibility: hidden; }
    .ind-hero_text h1, .ind-hero_text p {
      text-align: center; }
      @media (min-width: 1024px) {
        .ind-hero_text h1, .ind-hero_text p {
          text-align: left; } }
      html[dir="rtl"] .ind-hero_text h1, html[dir="rtl"] .ind-hero_text p {
        text-align: right; }
    .ind-hero_text h1 {
      font-size: calc(100% + 4.25vh);
      margin-bottom: 0;
      line-height: 1; }
      @media (min-width: 1024px) {
        .ind-hero_text h1 {
          font-size: 4.71rem;
          letter-spacing: -.05em;
          margin-bottom: 25px;
          margin-left: -7px; } }
    @media (min-width: 1024px) {
      .ind-hero_text {
        float: left;
        padding: 40px 10px 0;
        position: absolute;
        top: 42.5%;
        transform: translateY(-50%);
        width: 37%; } }
    @media (min-width: 1440px) {
      .ind-hero_text {
        width: 29%; } }
  .ind-hero_graphic {
    text-align: center;
    margin-bottom: -60px;
    visibility: hidden; }
    @media (min-width: 1024px) {
      .ind-hero_graphic {
        float: right;
        margin-top: 40px;
        width: 50%; } }
    @media (min-width: 1440px) {
      .ind-hero_graphic {
        margin-top: 0; } }
    html[dir="rtl"] .ind-hero_graphic {
      float: left; }

.geonet {
  background-size: cover;
  background-attachment: fixed;
  /* center content under 1040px regardles of align property */ }
  .geonet .grid-container {
    border: none !important; }
  .geonet.center-align-text .geonet-header, .geonet.center-align-text .geonet-header--divider, .geonet.center-align-text .geonet-body {
    text-align: center; }
  @media screen and (min-width: 860px) {
    .geonet.center-align-text .geonet-body {
      margin: 0 auto; } }
  .geonet.center-align-text .geonet-header--divider {
    margin-left: auto;
    margin-right: auto; }
  .geonet.center-align-text .geonet-group--title {
    text-align: center; }
  .geonet.center-align-text .join-geonet {
    text-align: center; }
    .geonet.center-align-text .join-geonet button {
      display: inline-block; }
  .geonet.lighttheme {
    background-color: #ededed; }
    .geonet.lighttheme .geonet-header {
      color: #323232; }
    .geonet.lighttheme .geonet-body {
      color: #595959; }
    .geonet.lighttheme .join-geonet .btn-animated-border {
      color: #0079c1;
      border: thin solid #0079c3; }
      .geonet.lighttheme .join-geonet .btn-animated-border:hover, .geonet.lighttheme .join-geonet .btn-animated-border:focus {
        -webkit-box-shadow: inset 0 0 0 2px #0079c3;
        box-shadow: inset 0 0 0 2px #0079c3;
        color: #0079c1; }
  .geonet.darktheme .geonet-header, .geonet.darktheme .geonet-body, .geonet.darktheme .geonet-group--title {
    color: #fff; }
  .geonet.darktheme .join-geonet .btn-animated-border {
    color: #fff;
    border: thin solid #fff; }
    .geonet.darktheme .join-geonet .btn-animated-border:hover, .geonet.darktheme .join-geonet .btn-animated-border:focus {
      -webkit-box-shadow: inset 0 0 0 2px #fff;
      box-shadow: inset 0 0 0 2px #fff;
      color: #fff; }
  .geonet-header--divider {
    display: block;
    width: 50px;
    height: 3px;
    margin: 22px 0;
    background-color: #0079c1; }
  .geonet-feeds--group {
    float: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .geonet-feeds--group:first-of-type {
      margin-left: -0.5rem; }
    .geonet-feeds--group:last-of-type {
      margin-right: -0.5rem; }
  .geonet-feeds.triple-column .geonet-feeds--group {
    width: calc(100% / 3 - 1rem); }
  .geonet-feeds.double-column .geonet-feeds--group {
    width: calc(100% / 2 - 1rem);
    /* temp code */ }
  .geonet-feeds.single-column .geonet-feeds--group {
    width: calc(100% / 2 - 1rem);
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 1040px) {
    .geonet-feeds.triple-column .geonet-feeds--group, .geonet-feeds.double-column .geonet-feeds--group, .geonet-feeds.single-column .geonet-feeds--group {
      width: calc(100% / 2 - 1rem);
      margin-left: auto;
      margin-right: auto;
      float: none;
      margin-top: 30px;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 860px) {
    .geonet-feeds.triple-column .geonet-feeds--group, .geonet-feeds.double-column .geonet-feeds--group, .geonet-feeds.single-column .geonet-feeds--group {
      width: 75vw; } }
  @media screen and (max-width: 480px) {
    .geonet-feeds.triple-column .geonet-feeds--group, .geonet-feeds.double-column .geonet-feeds--group, .geonet-feeds.single-column .geonet-feeds--group {
      width: 95vw; } }
  .geonet-cards {
    padding: 0; }
    .geonet-cards li {
      margin: 0;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-right: 1px solid #000; }
      .geonet-cards li:last-of-type {
        border-bottom: 1px solid #000; }
      .geonet-cards li:hover {
        cursor: pointer;
        border-top: 1px solid #0079c1;
        border-left: 1px solid #0079c1;
        border-right: 1px solid #0079c1; }
        .geonet-cards li:hover + li {
          border-top: 1px solid #0079c1; }
        .geonet-cards li:hover:last-of-type {
          border: 1px solid #0079c1; }
    .geonet-cards.placeholder {
      height: 562px;
      min-height: 562px;
      width: 100%;
      max-width: 100%;
      background-color: #fff;
      background-image: url(../../../../content/dam/public/geonet-assets/geonet-placeHolder.jpg);
      background-repeat: no; }
  .geonet-card {
    list-style: none;
    background-color: #fff;
    padding: 1.55rem;
    height: 188px;
    max-height: 188px;
    position: relative;
    box-sizing: border-box; }
    .geonet-card--category {
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 21px;
      display: block; }
    .geonet-card--title {
      display: block;
      line-height: 28.8px; }
    .geonet-card--footer {
      position: absolute;
      bottom: 1.55rem;
      width: calc(100% - 3.1rem); }
    .geonet-card--cta {
      position: absolute;
      right: 0; }
    @media screen and (max-width: 480px) {
      .geonet-card {
        height: 240px;
        max-height: 240px; }
        .geonet-card--cta {
          position: relative;
          display: block; }
        .geonet-card--post_time {
          position: relative;
          display: block;
          margin-bottom: 10px; } }
  .geonet-group--cta {
    list-style: none;
    text-align: center;
    background-color: #fff;
    height: 36px;
    box-sizing: border-box; }
    .geonet-group--cta a {
      line-height: 36px; }
  .geonet-group--title {
    text-transform: capitalize; }
    .geonet-group--title .no-icon {
      display: none; }
  .geonet-body {
    max-width: 95vw; }
    .geonet-body a {
      text-decoration: underline; }
    .geonet-body.links-white a {
      color: #fff; }
    @media screen and (min-width: 1040px) {
      .geonet-body {
        max-width: 50%; } }
    @media screen and (min-width: 860px) and (max-width: 1039px) {
      .geonet-body {
        max-width: 65%; } }
  .geonet .join-geonet .btn-animated-border {
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    -webkit-transition: .3s;
    transition: .3s;
    background: 0 0;
    padding: 15px 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem; }
    .geonet .join-geonet .btn-animated-border:hover, .geonet .join-geonet .btn-animated-border:focus {
      text-decoration: none;
      background: 0 0; }
  @media screen and (max-width: 1039px) {
    .geonet .geonet-header, .geonet .geonet-header--divider, .geonet .geonet-body {
      text-align: center; }
    .geonet .geonet-body {
      margin: 0 auto; }
    .geonet .geonet-header--divider {
      margin-left: auto;
      margin-right: auto; }
    .geonet .geonet-group--title {
      text-align: center; }
    .geonet .join-geonet {
      text-align: center; }
      .geonet .join-geonet button {
        display: inline-block; } }

.garage-door-section {
  position: relative; }
  .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
    top: 10%;
    width: 100%; }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content img {
      transform: scale(1.05); }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .ind-interactive-image_overlay {
      opacity: 1; }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .ind-interactive-image_title {
      margin-bottom: 0 !important; }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .btn {
      font-size: 9px;
      width: 100%; }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .btn {
          font-size: 14px; } }
    @media (min-width: 480px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 30%; } }
    @media (min-width: 768px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 25%; }
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .ind-interactive-image_title {
          margin-bottom: 20px !important; }
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .btn {
          margin: auto;
          width: 75%; } }
    @media (min-width: 1024px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 15%; } }
    @media (min-width: 1440px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 30%; } }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
      margin-bottom: .5rem; }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
          margin-bottom: .95rem; } }
      @media (min-width: 1024px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
          margin-bottom: .75rem; } }
      @media (min-width: 1440px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
          margin-bottom: .75rem; } }
  .garage-door-section .ind-interactive-image {
    position: relative;
    overflow: hidden; }
    .garage-door-section .ind-interactive-image-title {
      margin-bottom: 2rem; }
    .garage-door-section .ind-interactive-image img {
      transition: all .45s ease-out; }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within ~ img {
      transform: scale(1.05); }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within ~ .ind-interactive-image_overlay {
      opacity: 1; }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
      top: 10%;
      width: 100%; }
      .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .ind-interactive-image_title {
        margin-bottom: 0 !important; }
      .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .btn {
        font-size: 9px;
        width: 100%; }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .btn {
            font-size: 14px; } }
      @media (min-width: 480px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 30%; } }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 25%; }
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .ind-interactive-image_title {
            margin-bottom: 20px !important; }
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .btn {
            margin: auto;
            width: 75%; } }
      @media (min-width: 1024px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 15%; } }
      @media (min-width: 1440px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 30%; } }
      .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
        margin-bottom: .5rem; }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
            margin-bottom: .95rem; } }
        @media (min-width: 1024px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
            margin-bottom: .75rem; } }
        @media (min-width: 1440px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
            margin-bottom: .75rem; } }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content .btn {
      font-size: 9px;
      width: 100%; }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content .btn {
          font-size: 14px;
          margin: auto;
          width: 75%; } }
    .garage-door-section .ind-interactive-image:hover {
      cursor: pointer; }
      .garage-door-section .ind-interactive-image:hover img {
        transform: scale(1.05); }
      .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
        top: 10%;
        width: 100%; }
        .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .ind-interactive-image_title {
          margin-bottom: 0 !important; }
        .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .btn {
          font-size: 9px;
          width: 100%; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .btn {
              font-size: 14px; } }
        @media (min-width: 480px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 30%; } }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 25%; }
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .ind-interactive-image_title {
              margin-bottom: 20px !important; }
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .btn {
              margin: auto;
              width: 75%; } }
        @media (min-width: 1024px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 15%; } }
        @media (min-width: 1440px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 30%; } }
        .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
          margin-bottom: .5rem; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
              margin-bottom: .95rem; } }
          @media (min-width: 1024px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
          @media (min-width: 1440px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
      .garage-door-section .ind-interactive-image:hover .ind-interactive-image_overlay {
        opacity: 1; }
    .garage-door-section .ind-interactive-image:focus {
      cursor: pointer; }
      .garage-door-section .ind-interactive-image:focus img {
        transform: scale(1.05); }
      .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
        top: 10%;
        width: 100%; }
        .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .ind-interactive-image_title {
          margin-bottom: 0 !important; }
        .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .btn {
          font-size: 9px;
          width: 100%; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .btn {
              font-size: 14px; } }
        @media (min-width: 480px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 30%; } }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 25%; }
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .ind-interactive-image_title {
              margin-bottom: 20px !important; }
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .btn {
              margin: auto;
              width: 75%; } }
        @media (min-width: 1024px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 15%; } }
        @media (min-width: 1440px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 30%; } }
        .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
          margin-bottom: .5rem; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
              margin-bottom: .95rem; } }
          @media (min-width: 1024px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
          @media (min-width: 1440px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
      .garage-door-section .ind-interactive-image:focus .ind-interactive-image_overlay {
        opacity: 1; }
    .garage-door-section .ind-interactive-image_overlay {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      height: 200%;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: all .5s ease-out;
      transform-origin: bottom bottom;
      z-index: 2; }
    .garage-door-section .ind-interactive-image_content {
      box-sizing: border-box;
      padding: 0 25px;
      position: absolute;
      top: 75%;
      transition: all .35s ease-out;
      text-align: center;
      width: 100%;
      z-index: 5; }
      @media (min-width: 0px) and (max-width: 568px) {
        .garage-door-section .ind-interactive-image_content .font-size--1 {
          font-size: 0.6rem;
          line-height: 1rem;
          margin-bottom: 7px; } }
      @media (min-width: 480px) {
        .garage-door-section .ind-interactive-image_content {
          top: 85%; } }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image_content {
          top: 87%;
          padding: 0 65px; }
          .garage-door-section .ind-interactive-image_content .font-size--1 {
            font-size: 1rem;
            line-height: 1.55rem;
            margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 1280px) {
        .garage-door-section .ind-interactive-image_content .font-size-1 {
          font-size: 1.5rem; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .garage-door-section .ind-interactive-image_content {
          top: 82%;
          padding: 0 20px; }
          .garage-door-section .ind-interactive-image_content .font-size-1 {
            font-size: 1.2rem; }
          .garage-door-section .ind-interactive-image_content .font-size--1 {
            font-size: .80rem;
            line-height: 1.45rem;
            margin-bottom: 40px; } }
    .garage-door-section .ind-interactive-image_gradient {
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }

.accordian {
  display: block;
  position: relative;
  width: 100%; }
  .accordian .nopadding {
    padding: 0; }
  .accordian-header_wrapper {
    box-sizing: border-box;
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .accordian-header_wrapper {
        padding: 30px 0; } }
    .accordian-header_wrapper:after {
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 0;
      z-index: 99;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #fff;
      bottom: -10px;
      top: auto; }
      @media (min-width: 768px) {
        .accordian-header_wrapper:after {
          bottom: -15px; } }
    .accordian-header_wrapper .accordian-header {
      font-size: 24px;
      line-height: 1.15;
      margin: 0 auto;
      width: 90%; }
      @media (min-width: 768px) {
        .accordian-header_wrapper .accordian-header {
          font-size: 2.40307rem;
          max-width: 600px;
          width: 90%; } }
      @media (min-width: 1024px) {
        .accordian-header_wrapper .accordian-header {
          font-size: 2.40307rem;
          width: 70%; } }
      @media (min-width: 1440px) {
        .accordian-header_wrapper .accordian-header {
          font-size: 2.40307rem;
          width: 40%; } }
      .accordian-header_wrapper .accordian-header_sub {
        font-size: 14px;
        line-height: 1.55;
        margin: 10px auto;
        width: 90%; }
        @media (min-width: 768px) {
          .accordian-header_wrapper .accordian-header_sub {
            font-size: 0.9375rem;
            max-width: 550px;
            width: 70%; } }
        @media (min-width: 1024px) {
          .accordian-header_wrapper .accordian-header_sub {
            font-size: 0.9375rem;
            width: 50%; } }
        @media (min-width: 1440px) {
          .accordian-header_wrapper .accordian-header_sub {
            font-size: 0.9375rem;
            width: 50%; } }
  .accordian-sector {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    max-height: 700px;
    overflow: hidden;
    position: relative; }
    .accordian-sector:hover, .accordian-sector:focus, .accordian-sector:active {
      cursor: pointer; }
      .accordian-sector:hover .accordian-sector_target, .accordian-sector:focus .accordian-sector_target, .accordian-sector:active .accordian-sector_target {
        text-decoration: none; }
      .accordian-sector:hover .accordian-sector-underlay, .accordian-sector:focus .accordian-sector-underlay, .accordian-sector:active .accordian-sector-underlay {
        opacity: 0; }
      .accordian-sector:hover .accordian-sector-expand, .accordian-sector:focus .accordian-sector-expand, .accordian-sector:active .accordian-sector-expand {
        background-color: #56a5d8; }
        .accordian-sector:hover .accordian-sector-expand:before, .accordian-sector:focus .accordian-sector-expand:before, .accordian-sector:active .accordian-sector-expand:before {
          color: #ffffff; }
    .accordian-sector a:hover ~ .accordian-sector-underlay, .accordian-sector a:focus ~ .accordian-sector-underlay, .accordian-sector a:active ~ .accordian-sector-underlay {
      opacity: 0; }
    .accordian-sector a:hover .accordian-sector-expand, .accordian-sector a:focus .accordian-sector-expand, .accordian-sector a:active .accordian-sector-expand {
      background-color: #56a5d8; }
      .accordian-sector a:hover .accordian-sector-expand:before, .accordian-sector a:focus .accordian-sector-expand:before, .accordian-sector a:active .accordian-sector-expand:before {
        color: #ffffff; }
    .accordian-sector_target {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .accordian-sector-title {
      color: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 5; }
      @media (min-width: 768px) {
        .accordian-sector-title {
          margin: 60px auto;
          padding: 50px 0;
          top: 35%;
          width: 80%; } }
      @media (max-width: 840px) and (min-width: 800px) {
        .accordian-sector-title {
          margin: 30px auto; } }
      .accordian-sector-title_icon, .accordian-sector-title_desc {
        display: inline-block;
        margin: 0;
        padding: 0; }
        @media (min-width: 768px) {
          .accordian-sector-title_icon, .accordian-sector-title_desc {
            display: block; } }
      .accordian-sector-title_icon {
        font-size: 24px;
        left: 15px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 30px; }
        @media (min-width: 768px) {
          .accordian-sector-title_icon {
            font-size: 48px;
            left: auto;
            position: relative;
            width: 100%; } }
        .accordian-sector-title_icon .icon-ui-svg, .accordian-sector-title_icon .icons-ui-svg {
          width: 36px;
          height: 36px; }
          @media (min-width: 768px) {
            .accordian-sector-title_icon .icon-ui-svg, .accordian-sector-title_icon .icons-ui-svg {
              width: 64px;
              height: 64px; } }
      .accordian-sector-title_desc {
        line-height: 1.2;
        margin-left: 65px;
        text-align: left;
        width: 75%; }
        @media (min-width: 768px) {
          .accordian-sector-title_desc {
            margin: 0px;
            min-height: 100px;
            text-align: center;
            width: 100%; } }
        @media (min-width: 768px) {
          .accordian-sector-title_desc {
            min-height: 70px; } }
      .accordian-sector-title .accordian-sector-expand {
        display: inline-block; }
        @media (min-width: 768px) {
          .accordian-sector-title .accordian-sector-expand {
            display: block;
            left: 50%;
            position: absolute;
            top: 100%;
            transform: translate(-50%, -50%); } }
    .accordian-sector-content {
      box-sizing: border-box;
      color: #fff;
      height: 100%;
      left: 50%;
      opacity: 0;
      padding: 20px 0;
      position: absolute;
      top: 45%;
      transform: translate(-50%, -50%);
      transition: all .15s ease-out;
      width: 100%; }
      @media (min-width: 768px) {
        .accordian-sector-content {
          height: auto;
          padding: 30px 25px;
          width: 90%; } }
      @media (min-width: 768px) {
        .accordian-sector-content {
          padding: 30px; } }
      .accordian-sector-content.is-expanded {
        opacity: 1;
        top: 50%; }
        @media (max-width: 768px) {
          .accordian-sector-content.is-expanded .icon-ui-svg, .accordian-sector-content.is-expanded .icons-ui-svg {
            width: 36px;
            height: 36px; } }
      .accordian-sector-content_image {
        display: none;
        height: 0;
        padding-bottom: 50%;
        width: 55%; }
        @media (min-width: 768px) {
          .accordian-sector-content_image {
            display: block;
            float: left;
            height: 0;
            padding-bottom: 30%;
            width: 40%; } }
        @media (min-width: 800px) and (max-width: 840px) {
          .accordian-sector-content_image {
            width: 30%; } }
      .accordian-sector-content.border-box {
        background-color: rgba(0, 0, 0, 0.75); }
      .accordian-sector-content_icon {
        float: left;
        margin-left: 15px;
        text-align: center;
        width: 30px; }
        .accordian-sector-content_icon.fwa-icon {
          background-size: contain;
          margin-left: 20px;
          height: 30px;
          width: 30px; }
        @media (min-width: 768px) {
          .accordian-sector-content_icon {
            background-position: center;
            float: none;
            font-size: 1.69949rem;
            margin: 0;
            padding: 10px 0;
            text-align: left;
            height: 64px;
            width: 50px; }
            .accordian-sector-content_icon.fwa-icon {
              background-size: contain;
              margin-left: 0;
              width: 50px; } }
        @media (min-width: 800px) and (max-width: 840px) {
          .accordian-sector-content_icon {
            padding: 0; } }
      .accordian-sector-content_desc {
        float: left;
        margin-top: 10px;
        width: 90%; }
        @media (min-width: 768px) {
          .accordian-sector-content_desc {
            float: left;
            margin-left: 5%;
            width: 55%; } }
        @media (min-width: 800px) and (max-width: 840px) {
          .accordian-sector-content_desc {
            width: 65%; } }
        .accordian-sector-content_desc-inner {
          float: left;
          margin-left: 20px;
          width: 70%; }
          @media (min-width: 768px) {
            .accordian-sector-content_desc-inner {
              margin-left: 0;
              width: 95%; } }
          .accordian-sector-content_desc-inner_info {
            font-size: 20px;
            line-height: 1.2;
            margin-bottom: 10px; }
            @media (min-width: 768px) {
              .accordian-sector-content_desc-inner_info {
                font-size: auto;
                line-height: 1.5;
                margin: 10px 0; } }
          .accordian-sector-content_desc-inner_details {
            font-size: 14px;
            max-height: 120px;
            line-height: 1.55;
            margin-bottom: .80rem;
            overflow: hidden; }
            @media (min-width: 768px) {
              .accordian-sector-content_desc-inner_details {
                font-size: 14px;
                height: auto;
                margin-right: auto; } }
          .accordian-sector-content_desc-inner_link {
            color: #49b0f2;
            font-size: 14px;
            position: relative; }
            .accordian-sector-content_desc-inner_link[data-link-type]:after {
              content: "";
              background-repeat: no-repeat;
              background-size: contain;
              background-position: 50% 50%;
              height: 13px;
              transition: all .25s ease-out;
              width: 13px;
              display: inline-block;
              margin-left: 4px; }
            .accordian-sector-content_desc-inner_link:hover, .accordian-sector-content_desc-inner_link:focus, .accordian-sector-content_desc-inner_link:active {
              color: #74c6ff;
              text-decoration: none; }
            .accordian-sector-content_desc-inner_link[data-link-type='internal']:after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .accordian-sector-content_desc-inner_link[data-link-type='external']:after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
            .accordian-sector-content_desc-inner_link[data-link-type='video']:after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
            .accordian-sector-content_desc-inner_link[data-link-type='document']:after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
            @media (min-width: 768px) {
              .accordian-sector-content_desc-inner_link {
                font-size: 14px; } }
    .accordian-sector-underlay {
      background-color: #111;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      opacity: .5;
      transition: all .15s ease-out;
      z-index: 3; }
      .accordian-sector-underlay.is-visible {
        display: block;
        opacity: 1; }
      .accordian-sector-underlay.is-invisible {
        display: none;
        opacity: 0; }
    .accordian-sector hr {
      background: #a9a9a9;
      margin: 25px auto;
      width: 75px; }
      .accordian-sector hr.align-left {
        margin: 25px 0; }
    .accordian-sector-expand {
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.9);
      color: #56a5d8;
      height: 20px;
      margin: auto;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      z-index: 5; }
      @media (min-width: 768px) {
        .accordian-sector-expand {
          height: 50px;
          left: 50%;
          right: auto;
          transform: translate(-50%, -50%);
          top: 100%;
          width: 50px; } }
      .accordian-sector-expand:before {
        color: #323232;
        left: 50%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px; }
    .accordian-sector-expand-icon {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
  @media (min-width: 0px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 40vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 40vh;
        width: 100%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 26.66666667vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 20vh;
        width: 100%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 20vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 13.33333333vh;
        width: 100%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 16vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 10vh;
        width: 100%; } }
  @media (min-width: 768px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 50vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 55vh;
        width: 100%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 33.33333333vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 27.5vh;
        width: 100%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 25vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 18.33333333vh;
        width: 100%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 20vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 13.75vh;
        width: 100%; } }
  @media (min-width: 768px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 50%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 40%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 33.33333333%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 20%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 25%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 13.33333333%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 20%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 10%; } }
  @media (min-width: 768px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 50%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 40%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 33.33333333%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 20%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 25%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 13.33333333%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 20%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 10%; } }

.fixed-scroll-split {
  display: flex;
  flex: 1 0 auto;
  overflow: hidden; }
  .fixed-scroll-split_time-stamp {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999;
    bottom: 0px;
    right: 0;
    color: #000;
    box-sizing: border-box;
    padding: 2px 9px; }
  .fixed-scroll-split a:hover {
    text-decoration: none; }
  .fixed-scroll-split .colorbox-evlarge {
    position: relative;
    height: 80px; }
  .fixed-scroll-split .content-section .replayButton {
    display: block;
    clear: both;
    border: none;
    background: none;
    margin: 1.5rem auto 0; }
  @media screen and (max-width: 860px) {
    .fixed-scroll-split {
      flex-direction: column; } }
  .fixed-scroll-split .right-arrow {
    width: 14px;
    height: 14px; }
  .fixed-scroll-split[data-theme='dark'] .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .fixed-scroll-split[data-theme='dark'] .play-button:hover, .fixed-scroll-split[data-theme='dark'] .play-button:focus {
      outline: none; }
    .fixed-scroll-split[data-theme='dark'] .play-button:after {
      border-left: 12px solid #323232; }
      .fixed-scroll-split[data-theme='dark'] .play-button:after:hover {
        border-left: 12px solid #323232; }
    .fixed-scroll-split[data-theme='dark'] .play-button:hover, .fixed-scroll-split[data-theme='dark'] .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .fixed-scroll-split[data-theme='dark'] .play-button:hover:after, .fixed-scroll-split[data-theme='dark'] .play-button:focus:after {
        border-left: 12px solid white; }
    .fixed-scroll-split[data-theme='dark'] .play-button:focus {
      background: #0079c1;
      outline: none; }
      .fixed-scroll-split[data-theme='dark'] .play-button:focus:after {
        border-left: 12px solid white; }
    .fixed-scroll-split[data-theme='dark'] .play-button:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 840px) {
      .fixed-scroll-split[data-theme='dark'] .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(255, 255, 255, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .fixed-scroll-split[data-theme='dark'] .play-button:hover, .fixed-scroll-split[data-theme='dark'] .play-button:focus {
          outline: none; }
        .fixed-scroll-split[data-theme='dark'] .play-button:after {
          border-left: 15px solid #323232; }
          .fixed-scroll-split[data-theme='dark'] .play-button:after:hover {
            border-left: 15px solid #323232; }
        .fixed-scroll-split[data-theme='dark'] .play-button:hover, .fixed-scroll-split[data-theme='dark'] .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
          .fixed-scroll-split[data-theme='dark'] .play-button:hover:after, .fixed-scroll-split[data-theme='dark'] .play-button:focus:after {
            border-left: 15px solid white; }
        .fixed-scroll-split[data-theme='dark'] .play-button:focus {
          background: #0079c1;
          outline: none; }
          .fixed-scroll-split[data-theme='dark'] .play-button:focus:after {
            border-left: 15px solid white; }
        .fixed-scroll-split[data-theme='dark'] .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .fixed-scroll-split[data-theme='dark'] .itemizedContent {
    background: #323232; }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content p {
      color: #ffffff; }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content h3 {
      color: #ffffff; }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .rowIcon,
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .rowIcon * {
      fill: #ffffff; }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .btn-animated-border-bottom {
      color: #ffffff; }
      .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .btn-animated-border-bottom::after {
        border-bottom: 1px solid #ffffff; }
      .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .btn-animated-border-bottom .right-arrow {
        fill: #ffffff; }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .multilink span[data-link-type]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-out;
      width: 13px;
      display: inline-block;
      margin-left: 4px; }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .multilink span[data-link-type][data-link-type='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .multilink span[data-link-type][data-link-type='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .multilink span[data-link-type][data-link-type='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .fixed-scroll-split[data-theme='dark'] .itemizedContent .side-card-content .multilink span[data-link-type][data-link-type='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }
  .fixed-scroll-split[data-theme='dark'] div.itemizedContent div a:nth-of-type(odd),
  .fixed-scroll-split[data-theme='dark'] div.itemizedContent div.splitSect:nth-of-type(odd) {
    background: #2a2a2a; }
  .fixed-scroll-split[data-theme='dark'] div.itemizedContent div a:nth-of-type(even) .sidecard,
  .fixed-scroll-split[data-theme='dark'] div.itemizedContent div.splitSect:nth-of-type(even) .sidecard {
    background: #1f1f1f; }
  .fixed-scroll-split[data-theme='dark'] .sidecard::before {
    background: url(../../../../_/media/Images/Content/landing-pages/AEMtest/Fixed-Scroll-Split_Image-Dark.jpg) right;
    background-size: cover; }
  .fixed-scroll-split[data-theme='dark'] .sidecard:hover {
    border-left: 3px solid #0079c1; }
  .fixed-scroll-split[data-theme='dark'] .sidecard.no-url:hover {
    border-left: 3px solid transparent; }
  .fixed-scroll-split[data-theme='dark'].left-to-right .itemizedContent .sidecard {
    border-left: none;
    box-sizing: border-box; }
  .fixed-scroll-split[data-theme='dark'].left-to-right div.itemizedContent div a:nth-of-type(odd) {
    display: block; }
    .fixed-scroll-split[data-theme='dark'].left-to-right div.itemizedContent div a:nth-of-type(odd) .sidecard {
      border-right: 3px solid #2a2a2a; }
  .fixed-scroll-split[data-theme='dark'].left-to-right div.itemizedContent div a:nth-of-type(even) {
    display: block; }
    .fixed-scroll-split[data-theme='dark'].left-to-right div.itemizedContent div a:nth-of-type(even) .sidecard {
      border-right: 3px solid #1f1f1f; }
  .fixed-scroll-split[data-theme='dark'].left-to-right .itemizedContent .sidecard:hover:before {
    opacity: 0.15; }
  .fixed-scroll-split[data-theme='dark'].left-to-right div.itemizedContent div a:nth-of-type(odd):hover .sidecard {
    border-right: 3px solid #0079c1;
    border-left: none; }
  .fixed-scroll-split[data-theme='dark'].left-to-right div.itemizedContent div a:nth-of-type(even):hover .sidecard {
    border-right: 3px solid #0079c1;
    border-left: none; }
  .fixed-scroll-split[data-theme='light'] .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(50, 50, 50, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .fixed-scroll-split[data-theme='light'] .play-button:hover, .fixed-scroll-split[data-theme='light'] .play-button:focus {
      outline: none; }
    .fixed-scroll-split[data-theme='light'] .play-button:after {
      border-left: 12px solid white; }
      .fixed-scroll-split[data-theme='light'] .play-button:after:hover {
        border-left: 12px solid white; }
    .fixed-scroll-split[data-theme='light'] .play-button:hover, .fixed-scroll-split[data-theme='light'] .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
    .fixed-scroll-split[data-theme='light'] .play-button:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 840px) {
      .fixed-scroll-split[data-theme='light'] .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(50, 50, 50, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .fixed-scroll-split[data-theme='light'] .play-button:hover, .fixed-scroll-split[data-theme='light'] .play-button:focus {
          outline: none; }
        .fixed-scroll-split[data-theme='light'] .play-button:after {
          border-left: 15px solid white; }
          .fixed-scroll-split[data-theme='light'] .play-button:after:hover {
            border-left: 15px solid white; }
        .fixed-scroll-split[data-theme='light'] .play-button:hover, .fixed-scroll-split[data-theme='light'] .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
        .fixed-scroll-split[data-theme='light'] .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .fixed-scroll-split[data-theme='light'] .itemizedContent {
    background: #efefef; }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content p {
      color: #323232; }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content h3 {
      color: #323232; }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .rowIcon,
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .rowIcon * {
      fill: #323232; }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .btn-animated-border-bottom {
      color: #323232; }
      .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .btn-animated-border-bottom::after {
        border-bottom: 1px solid #323232; }
      .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .btn-animated-border-bottom .right-arrow {
        fill: #323232; }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .multilink span[data-link-type]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-out;
      width: 13px;
      display: inline-block;
      margin-left: 4px; }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .multilink span[data-link-type='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .multilink span[data-link-type='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .multilink span[data-link-type='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .fixed-scroll-split[data-theme='light'] .itemizedContent .side-card-content .multilink span[data-link-type='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }
  .fixed-scroll-split[data-theme='light'] div.itemizedContent div a:nth-of-type(odd) div.sidecard {
    background: #efefef; }
  .fixed-scroll-split[data-theme='light'] div.itemizedContent div a:nth-of-type(even) div.sidecard {
    background: #ffffff; }
  .fixed-scroll-split[data-theme='light'] .sidecard::before {
    background: url(../../../../_/media/Images/Content/landing-pages/AEMtest/Fixed-Scroll-Split_Image-Light.jpg) right;
    background-size: cover; }
  .fixed-scroll-split[data-theme='light'] .sidecard:hover {
    border-left: 3px solid #49b0f2; }
  .fixed-scroll-split[data-theme='light'] .sidecard.no-url:hover {
    border-left: 3px solid transparent; }
  .fixed-scroll-split[data-theme='light'].left-to-right itemizedContent .sidecard {
    border-left: none;
    box-sizing: border-box;
    border-right: 3px solid transparent; }
  .fixed-scroll-split[data-theme='light'].left-to-right .itemizedContent .sidecard:hover:before {
    opacity: 0.15; }
  .fixed-scroll-split[data-theme='light'].left-to-right .itemizedContent .sidecard:hover {
    border-right: 3px solid #49b0f2;
    border-left: none; }
  .fixed-scroll-split .coreContent[data-theme='lighttheme'] {
    background: #efefef; }
    @media screen and (max-width: 860px) {
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] {
        background: #efefef; } }
    .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section {
      color: #323232; }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section h2,
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section p {
        color: #323232; }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .divider-line {
        background: #323232; }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .btn-animated-border {
        border: thin solid #323232;
        color: #323232; }
        .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .btn-animated-border:hover {
          background: transparent;
          box-shadow: inset 0 0 0 2px #323232;
          color: #323232; }
        .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .btn-animated-border .right-arrow {
          fill: #323232; }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .replayButton {
        color: #323232; }
        .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .replayButton .icon-replay:before {
          color: #323232; }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .linkIcon a span[data-link-type]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px; }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .linkIcon a span[data-link-type='internal']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .linkIcon a span[data-link-type='external']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .linkIcon a span[data-link-type='video']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
      .fixed-scroll-split .coreContent[data-theme='lighttheme'] .content-wrapper .content-section .linkIcon a span[data-link-type='document']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }
  .fixed-scroll-split .coreContent[data-theme='darktheme'] {
    background: #2d2d2d; }
    @media screen and (max-width: 860px) {
      .fixed-scroll-split .coreContent[data-theme='darktheme'] {
        background: #2d2d2d; } }
    .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section {
      color: #ffffff; }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section h2,
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section p {
        color: #ffffff; }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .divider-line {
        background: #ffffff; }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .btn-animated-border {
        border: thin solid #ffffff;
        color: #ffffff; }
        .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .btn-animated-border:hover {
          background: transparent;
          box-shadow: inset 0 0 0 2px #ffffff;
          color: #ffffff; }
        .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .btn-animated-border .right-arrow {
          fill: #ffffff; }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .gifImage {
        display: block;
        margin: auto; }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .replayButton {
        color: #ffffff; }
        .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .replayButton .icon-replay:before {
          color: #ffffff; }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .linkIcon a[data-link-type]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-out;
        width: 13px;
        display: inline-block;
        margin-left: 4px; }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .linkIcon a[data-link-type][data-link-type='internal']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .linkIcon a[data-link-type][data-link-type='external']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .linkIcon a[data-link-type][data-link-type='video']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
      .fixed-scroll-split .coreContent[data-theme='darktheme'] .content-wrapper .content-section .linkIcon a[data-link-type][data-link-type='document']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }
  .fixed-scroll-split .coreContent {
    flex-grow: 1;
    justify-content: flex-end;
    width: 50%;
    position: relative;
    background-size: cover;
    display: flex;
    align-content: center; }
    @media screen and (max-width: 860px) {
      .fixed-scroll-split .coreContent {
        width: 100%; } }
    .fixed-scroll-split .coreContent .content-wrapper {
      position: relative;
      z-index: 5; }
      .fixed-scroll-split .coreContent .content-wrapper .content-section::after {
        content: '';
        display: table;
        clear: both; }
      .fixed-scroll-split .coreContent .content-wrapper .content-section-placeholder {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
      .fixed-scroll-split .coreContent .content-wrapper.imgVariant {
        width: 100%;
        max-width: 100%;
        text-align: center; }
        .fixed-scroll-split .coreContent .content-wrapper.imgVariant img {
          height: auto; }
          .fixed-scroll-split .coreContent .content-wrapper.imgVariant img.gifImage {
            display: block;
            margin: auto; }
        .fixed-scroll-split .coreContent .content-wrapper.imgVariant .content-section {
          text-align: center;
          width: 100%;
          max-width: 100%;
          padding: 0 30px; }
          .fixed-scroll-split .coreContent .content-wrapper.imgVariant .content-section.centered {
            width: 100%;
            max-width: 100%;
            text-align: center; }
            @media screen and (min-width: 860px) {
              .fixed-scroll-split .coreContent .content-wrapper.imgVariant .content-section.centered {
                width: 50%;
                max-width: 50%; } }
      .fixed-scroll-split .coreContent .content-wrapper p {
        line-height: 1.85rem; }
      .fixed-scroll-split .coreContent .content-wrapper .content-section {
        position: relative;
        top: inherit;
        transform: translateY(0); }
        .fixed-scroll-split .coreContent .content-wrapper .content-section.centered {
          position: relative;
          top: 0; }
          @media (min-width: 860px) {
            .fixed-scroll-split .coreContent .content-wrapper .content-section.centered {
              position: fixed;
              top: 50%;
              transform: translateY(-50%); } }
        .fixed-scroll-split .coreContent .content-wrapper .content-section.bottom-aligned {
          position: relative;
          bottom: 0; }
          @media (min-width: 860px) {
            .fixed-scroll-split .coreContent .content-wrapper .content-section.bottom-aligned {
              position: absolute;
              bottom: 0%; } }
        .fixed-scroll-split .coreContent .content-wrapper .content-section .btn-animated-border {
          background: transparent;
          transition: all .15s ease-in-out; }
        .fixed-scroll-split .coreContent .content-wrapper .content-section .replayButton {
          cursor: pointer; }
          .fixed-scroll-split .coreContent .content-wrapper .content-section .replayButton span {
            width: 14px;
            height: 14px; }
        .fixed-scroll-split .coreContent .content-wrapper .content-section .divider-line {
          height: 3px;
          width: 50px;
          border-top: 0;
          text-align: left;
          margin-left: 0; }
          @media (min-width: 1024px) {
            .fixed-scroll-split .coreContent .content-wrapper .content-section .divider-line .ind-hero_seperator {
              margin: 20px 0px; } }
          @media (min-width: 768px) {
            .fixed-scroll-split .coreContent .content-wrapper .content-section .divider-line .ind-hero_seperator {
              margin: 20px auto 15px; } }
  .fixed-scroll-split .itemizedContent {
    flex-grow: 1;
    width: 50%; }
    @media screen and (max-width: 860px) {
      .fixed-scroll-split .itemizedContent {
        width: 100%; } }
    .fixed-scroll-split .itemizedContent .sidecard {
      cursor: default;
      height: 325px;
      width: 100%;
      transition: all 0.10s ease-out;
      border-left: 3px solid transparent;
      box-sizing: border-box;
      position: relative; }
      .fixed-scroll-split .itemizedContent .sidecard.is-url {
        cursor: pointer; }
      .fixed-scroll-split .itemizedContent .sidecard.card-height-2 {
        height: 460px; }
      .fixed-scroll-split .itemizedContent .sidecard:hover .btn-animated-border-bottom::after {
        width: 100%; }
      @media (min-width: 1024px) {
        .fixed-scroll-split .itemizedContent .sidecard {
          height: 340px; } }
      .fixed-scroll-split .itemizedContent .sidecard::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .30s ease-out; }
      .fixed-scroll-split .itemizedContent .sidecard:hover:before {
        opacity: 0.15; }
      .fixed-scroll-split .itemizedContent .sidecard .side-card-content {
        position: absolute;
        background: initial !important;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        padding-left: 50px;
        width: 80%; }
        @media screen and (min-width: 1400px) {
          .fixed-scroll-split .itemizedContent .sidecard .side-card-content {
            width: 60%; } }
        @media screen and (min-width: 1800px) {
          .fixed-scroll-split .itemizedContent .sidecard .side-card-content {
            width: 45%; } }
        .fixed-scroll-split .itemizedContent .sidecard .side-card-content .rowIcon {
          width: 48px;
          height: 48px; }
        .fixed-scroll-split .itemizedContent .sidecard .side-card-content .btn-animated-border-bottom {
          position: relative;
          display: inline-block; }
          .fixed-scroll-split .itemizedContent .sidecard .side-card-content .btn-animated-border-bottom::after {
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all .15s ease-in-out; }
  .fixed-scroll-split.left-to-right .itemizedContent .sidecard {
    border-left: 0; }
  .fixed-scroll-split.left-to-right .itemizedContent .side-card-content {
    right: 0;
    margin-right: 12%; }
    @media screen and (max-width: 860px) {
      .fixed-scroll-split.left-to-right .itemizedContent .side-card-content {
        left: 0;
        right: auto; } }
  @media screen and (min-width: 860px) {
    .fixed-scroll-split.left-to-right {
      flex-direction: row-reverse; } }

.video_modal {
  max-height: 480px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .video_modal .video_placeholder {
    max-width: 107%;
    height: 480px; }

.video_play {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  height: 72px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s ease-out;
  width: 72px;
  z-index: 5; }
  .video_play::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #323232;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  .video_play:hover {
    cursor: pointer;
    background: #0079c1; }
    .video_play:hover::after {
      border-left-color: #ffffff; }

html[dir="rtl"] body .fixed-scroll-split .itemizedContent .sidecard {
  padding-right: 40px; }
  html[dir="rtl"] body .fixed-scroll-split .itemizedContent .sidecard .side-card-content .multilink span {
    margin-right: 5px; }
    html[dir="rtl"] body .fixed-scroll-split .itemizedContent .sidecard .side-card-content .multilink span[data-link-type="internal"]:after, html[dir="rtl"] body .fixed-scroll-split .itemizedContent .sidecard .side-card-content .multilink span[data-link-type="external"]:after, html[dir="rtl"] body .fixed-scroll-split .itemizedContent .sidecard .side-card-content .multilink span[data-link-type="document"]:after {
      transform: scaleX(-1); }

html[dir="rtl"] body .fixed-scroll-split .coreContent .content-wrapper .content-section .linkIcon a[data-link-type="internal"]:after, html[dir="rtl"] body .fixed-scroll-split .coreContent .content-wrapper .content-section .linkIcon a[data-link-type="external"]:after, html[dir="rtl"] body .fixed-scroll-split .coreContent .content-wrapper .content-section .linkIcon a[data-link-type="document"]:after {
  transform: scaleX(-1); }

html[dir="rtl"] body .fixed-scroll-split .coreContent .content-wrapper .content-section .divider-line {
  text-align: right;
  margin-right: 0; }

html[dir="rtl"] body .fixed-scroll-split .coreContent .content-wrapper .content-section .separator {
  margin-left: auto;
  margin-right: 0; }

.fifty-fifty_container {
  width: 100%;
  background: #f8f8f8; }
  @media (min-width: 1024px) {
    .fifty-fifty_container {
      height: 600px;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-align: center;
      -ms-flex-align: center; } }

.fifty-fifty_image {
  flex: 0 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 46.875%; }
  @media (min-width: 1024px) {
    .fifty-fifty_image {
      flex: 0 0 50%;
      height: 100%;
      padding-bottom: 0; } }

.fifty-fifty_content {
  flex: 0 0 100%;
  max-width: 90%;
  padding: 35px 0 45px; }
  .fifty-fifty_content p {
    width: 100%; }
  @media (min-width: 859px) {
    .fifty-fifty_content {
      flex: 0 0 50%;
      height: 100%;
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .fifty-fifty_container--content-end .fifty-fifty_content {
        order: 2; } }

.fifty-fifty_content-container {
  padding: 0 30px;
  width: 90%; }
  @media (min-width: 1024px) {
    .fifty-fifty_content-container {
      padding-left: 10px;
      max-width: 720px;
      width: 90%;
      align-self: flex-end;
      padding-right: 6.7%;
      box-sizing: border-box;
      text-align: left; }
      [dir="rtl"] .fifty-fifty_content-container {
        padding-left: 6.7%;
        padding-right: 2.2%; }
      .fifty-fifty_container--content-end .fifty-fifty_content-container {
        align-self: flex-start;
        padding-left: 6.7%;
        padding-right: 0; }
      [dir="rtl"] .fifty-fifty_container--content-end .fifty-fifty_content-container {
        padding-left: 0;
        padding-right: 6.7%; } }

.fifty-fifty_quotation-body {
  margin-bottom: 15px; }

.fifty-fifty_quotation-mark {
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
  padding-top: 30px; }

.fifty-fifty_heading {
  margin-bottom: 15px; }

.fifty-fifty_divider-bar {
  height: 3px;
  width: 50px;
  background: #0079C0;
  border: none;
  margin: 20px auto 20px 0; }

.fifty-fifty_thin-divider-bar {
  height: 1px;
  width: 40px;
  background: #0079C0;
  border: none;
  margin: 20px auto 15px 0; }

.fifty-fifty_cta1 {
  display: table;
  transition: all .15s ease-in-out;
  background: none;
  margin: 40px auto 20px; }
  .fifty-fifty_cta1:hover {
    background: transparent;
    box-shadow: inset 0 0 0 1px #0079C1;
    color: #005e95; }
    .fifty-fifty_cta1:hover svg {
      fill: #005e95; }
  .fifty-fifty_cta1[data-link-type]:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-out;
    width: 13px;
    display: inline-block;
    margin-left: 4px; }
  .fifty-fifty_cta1[data-link-type='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .fifty-fifty_cta1[data-link-type='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .fifty-fifty_cta1[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .fifty-fifty_cta1[data-link-type='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  @media (min-width: 520px) {
    .fifty-fifty_cta1 {
      margin: 0 35px 20px 0;
      display: inline-block; } }
  @media (min-width: 860px) {
    .fifty-fifty_cta1 {
      margin: 30px 35px 0 0; } }

.fifty-fifty_cta2 {
  position: relative;
  text-decoration: none;
  width: auto;
  display: block;
  text-align: center;
  margin: 20px auto; }
  @media (min-width: 520px) {
    .fifty-fifty_cta2 {
      display: inline-block; } }
  .fifty-fifty_cta2:hover {
    text-decoration: none; }
  .fifty-fifty_cta2::before {
    background: #56a5d8;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all .15s ease-out;
    width: 0; }
  .fifty-fifty_cta2[data-link-type]:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-out;
    width: 13px;
    display: inline-block;
    margin-left: 4px; }
  .fifty-fifty_cta2:not(.no-hover):hover::before {
    width: 100%; }
  .fifty-fifty_cta2[data-link-type='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .fifty-fifty_cta2[data-link-type='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .fifty-fifty_cta2[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .fifty-fifty_cta2[data-link-type='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .fifty-fifty_cta2:hover[data-link-type='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .fifty-fifty_cta2:hover[data-link-type='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .fifty-fifty_cta2:hover[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .fifty-fifty_cta2:hover[data-link-type='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

/* Right to Left */
html[dir="rtl"] body .fifty-fifty-rt .separator {
  margin-left: auto;
  margin-right: 0; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_heading {
  text-align: right; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_content p {
  text-align: right; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_divider-bar {
  margin: 20px 0 20px auto; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_thin-divider-bar {
  margin: 20px 0 20px auto; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_quotation-source, html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_quotation-designation {
  text-align: right; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta-container {
  text-align: right; }

@media (min-width: 520px) {
  html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta1 {
    margin: 0 0 20px 35px; } }

@media (min-width: 860px) {
  html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta1 {
    margin: 0 0 0 35px; } }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta2 {
  margin: 20px 0; }
  @media (min-width: 520px) {
    html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta2 {
      margin: 0; } }

html[dir="rtl"] body .fifty-fifty-rt .btn-animated-border-bottom::after {
  left: auto;
  right: 0; }

html[dir="rtl"] body .fifty-fifty-rt .right-arrow {
  transform: scale(-1);
  margin-left: 0;
  margin-right: 5px; }

[dir='ltr'] .richtext-container ul, [dir='ltr'] .richtext-container ol {
  margin-right: auto; }

/* variables */
.event-footer * {
  box-sizing: border-box; }

.event-footer_container {
  color: #ffffff;
  background: #4c4c4c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.event-footer_wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 640px) {
    .event-footer_wrapper {
      flex-wrap: nowrap; } }

.event-footer_border {
  display: none; }
  @media only screen and (min-width: 640px) {
    .event-footer_border {
      background-color: 1px solid rgba(255, 255, 255, 0.5);
      height: 1px;
      margin: 0 0 20px 0;
      display: block; } }

.event-footer_heading {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2rem;
  white-space: nowrap;
  letter-spacing: 1px;
  outline: none;
  margin-right: 30px; }
  [dir='rtl'] .event-footer_heading {
    margin-right: 0;
    margin-left: 30px; }
  .event-footer_heading-text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis; }
    .event-footer_heading-text .signupLink {
      color: #56a5d8; }
      .event-footer_heading-text .signupLink:hover {
        text-decoration: none;
        color: #74c6ff; }
    @media only screen and (max-width: 549px) {
      .event-footer_heading-text {
        border-bottom: none;
        width: 100%;
        cursor: pointer; }
        .event-footer_heading-text span {
          padding-right: 50px; }
        .event-footer_heading-text:after {
          content: '';
          background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20white%3B%22%20d%3D%22M28%209v5L16%2026%204%2014V9l12%2012L28%209z%22/%3E%3C/svg%3E") center center no-repeat;
          display: inline-block;
          width: 14px;
          height: 19px;
          position: absolute;
          top: -2px;
          right: 0; } }
  .event-footer_heading[aria-expanded="true"] span:after {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20white%3B%22%20d%3D%22M4%2023v-5L16%206l12%2012v5L16%2011%204%2023z%22/%3E%3C/svg%3E") center center no-repeat;
    top: 0; }

.event-footer [data-event-footer-link][role=button] {
  cursor: pointer;
  margin-top: 6px; }
  .event-footer [data-event-footer-link][role=button][aria-expanded=true] {
    color: #74c6ff; }

@media only screen and (max-width: 549px) {
  .event-footer [data-event-footer-panel] {
    padding-left: 18px;
    max-height: 200vh;
    overflow: hidden;
    transition: max-height .4s ease-in-out; }
    .event-footer [data-event-footer-panel] a {
      padding: 10px 0; }
    .event-footer [data-event-footer-panel] a:not(.event-footer_col-app-apple-store):not(.event-footer_col-app-google-store) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .event-footer [data-event-footer-panel][aria-hidden=true] {
      visibility: hidden;
      overflow: hidden;
      max-height: 0;
      transition: max-height .4s,visibility 0s .4s; } }

.event-footer_text, .event-footer_link {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  line-height: 1.75; }
  @media screen and (max-width: 1024px) {
    .event-footer_text, .event-footer_link {
      white-space: normal; } }

.event-footer_col-social {
  flex-basis: 24%;
  margin-right: 50px; }
  @media only screen and (max-width: 719px) {
    .event-footer_col-social {
      padding-left: 20px; } }
  .event-footer_col-social .event-footer_heading {
    font-size: 1.6994866rem;
    line-height: 2.325rem;
    letter-spacing: -1px;
    text-transform: none;
    white-space: normal;
    margin-right: 0; }
    @media screen and (max-width: 859px) {
      .event-footer_col-social .event-footer_heading {
        font-size: 1.503565rem; } }
    @media screen and (max-width: 479px) {
      .event-footer_col-social .event-footer_heading {
        font-size: 1.328125rem; } }
  .event-footer_col-social .event-footer_text {
    line-height: 1.25; }
    .event-footer_col-social .event-footer_text p {
      margin-bottom: 0; }
    .event-footer_col-social .event-footer_text .event-footer_in-text-link, .event-footer_col-social .event-footer_text a {
      color: #49b0f2;
      display: inline; }
      .event-footer_col-social .event-footer_text .event-footer_in-text-link:hover, .event-footer_col-social .event-footer_text a:hover {
        color: #74c6ff;
        text-decoration: none; }
  .event-footer_col-social .event-footer_list {
    margin: 0;
    padding: 0; }
    .event-footer_col-social .event-footer_list-item {
      list-style-type: none;
      display: inline-block;
      padding: 10px 7px 0 0;
      margin: 0; }
      .event-footer_col-social .event-footer_list-item [class*="icon-social-"] {
        background-color: #18032e; }
      .event-footer_col-social .event-footer_list-item .icon-social-facebook:hover {
        background-color: #3D5A96; }
      .event-footer_col-social .event-footer_list-item .icon-social-twitter:hover {
        background-color: #59ADEB; }
      .event-footer_col-social .event-footer_list-item .icon-social-linkedin:hover {
        background-color: #127CB3; }
      .event-footer_col-social .event-footer_list-item .icon-social-geonet:hover {
        background-color: #127BC0; }
      .event-footer_col-social .event-footer_list-item .icon-social-instagram:hover {
        background-color: #DA3075; }
      .event-footer_col-social .event-footer_list-item .icon-social-youtube:hover {
        background-color: #C31A1E; }

.event-footer_col-info {
  flex-basis: 74%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 20px; }
  @media only screen and (min-width: 640px) {
    .event-footer_col-info {
      margin: 0; } }
  @media only screen and (max-width: 879px) {
    .event-footer_col-info .event-footer_heading {
      white-space: normal;
      line-height: 1.6;
      margin-right: 0; }
      .event-footer_col-info .event-footer_heading span {
        padding-bottom: 6px; } }
    @media only screen and (max-width: 879px) and (max-width: 640px) {
      .event-footer_col-info .event-footer_heading span {
        padding-right: 30px; } }
  @media only screen and (max-width: 1024px) {
    .event-footer_col-info {
      flex-basis: 66%; } }
  .event-footer_col-info .event-footer_link {
    position: relative;
    color: #ffffff; }
    .event-footer_col-info .event-footer_link::after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out;
      width: 13px;
      display: inline-block;
      visibility: hidden;
      opacity: 0;
      margin-left: -6px;
      position: absolute;
      top: 4px; }
      html[dir="rtl"] .event-footer_col-info .event-footer_link::after {
        transform: scaleX(-1); }
      html[dir="rtl"] .event-footer_col-info .event-footer_link::after[href$=".mp4"]::after, html[dir="rtl"] .event-footer_col-info .event-footer_link::after[href$=".mov"]::after, html[dir="rtl"] .event-footer_col-info .event-footer_link::after[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .event-footer_col-info .event-footer_link:hover {
      text-decoration: none; }
      .event-footer_col-info .event-footer_link:hover:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
      html[dir="rtl"] .event-footer_col-info .event-footer_link:hover:after {
        margin-right: 5px;
        margin-left: 0; }
    .event-footer_col-info .event-footer_link::after {
      background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgPGc+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTgsMTQuMjk2ODc1bDUuMzEyNS01LjMxMjVIMFY4aDEzLjI4MTI1TDgsMi43MDMxMjVWMS4yODEyNUwxNS4yMTg3NSw4LjVMOCwxNS43MTg3NVYxNC4yOTY4NzV6Ij48L3BhdGg+PC9nPgo8L3N2Zz4=") no-repeat center center; }
    .event-footer_col-info .event-footer_link:hover {
      color: #74c6ff; }
    @media only screen and (max-width: 640px) {
      .event-footer_col-info .event-footer_link:after {
        top: 13px; } }

@media only screen and (max-width: 640px) {
  .event-footer_col-social, .event-footer_col-info {
    width: 100%;
    flex-basis: 100%; } }

.event-footer_col-location {
  flex-basis: 30%;
  max-width: 30%; }
  @media only screen and (max-width: 1024px) {
    .event-footer_col-location {
      flex-basis: 50%;
      max-width: 50%; } }

.event-footer_col-resources {
  flex-basis: 25%;
  max-width: 30%; }
  @media only screen and (max-width: 1024px) {
    .event-footer_col-resources {
      flex-basis: 50%;
      max-width: 50%; } }

.event-footer_col-help {
  width: 20%;
  max-width: 25%; }
  @media only screen and (max-width: 1024px) {
    .event-footer_col-help {
      width: 50%;
      max-width: 50%; } }

.event-footer_col-app {
  width: 20%; }
  @media only screen and (max-width: 1024px) {
    .event-footer_col-app {
      width: 50%; } }
  @media only screen and (max-width: 640px) {
    .event-footer_col-app [data-esri-uc-footer-panel] a {
      border-bottom: none;
      padding-bottom: 0; } }
  .event-footer_col-app-apple-store, .event-footer_col-app-google-store {
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
    border-bottom: none; }
  .event-footer_col-app-img {
    max-width: 130px;
    border-radius: 5px; }

.event-footer_col-location, .event-footer_col-resources, .event-footer_col-help, .event-footer_col-app {
  padding-right: 50px;
  margin-bottom: 45px;
  flex-grow: 1; }
  @media only screen and (max-width: 640px) {
    .event-footer_col-location, .event-footer_col-resources, .event-footer_col-help, .event-footer_col-app {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%;
      margin-bottom: 20px; } }

html[dir="rtl"] .event-footer_container {
  padding-left: 50px; }
  html[dir="rtl"] .event-footer_container a.event-footer_link {
    text-align: right; }

/*-------------------------
--Industries How to Start--
-------------------------*/
.event-detail {
  margin: 60px 0 30px;
  text-align: center; }
  @media (min-width: 600px) {
    .event-detail {
      text-align: left; } }
  @media (min-width: 1024px) {
    .event-detail {
      margin-top: 60px; } }
  .event-detail-registration {
    margin-bottom: 15px;
    outline: 1px solid #cccccc;
    position: relative;
    text-align: left;
    overflow: auto; }
    @media (max-width: 420px) {
      .event-detail-registration.grid-container {
        width: 100vw;
        max-width: 100vw; } }
    .event-detail-registration h2, .event-detail-registration h3, .event-detail-registration p {
      margin: 0; }
    .event-detail-registration h2 {
      line-height: 1.325rem; }
    .event-detail-registration p {
      line-height: 1.35rem; }
    .event-detail-registration_heading {
      min-height: 85px;
      color: #ffffff;
      padding: 15px 20px 15px;
      position: relative; }
      html[dir="rtl"] .event-detail-registration_heading {
        text-align: right; }
      @media (max-width: 768px) {
        .event-detail-registration_heading h3.registration-title {
          line-height: 1.75rem; } }
      .event-detail-registration_heading h3.nocategory {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .event-detail-registration_heading h3.yescategory {
        margin-top: 5px; }
      .event-detail-registration_heading.darktheme {
        background-color: #0079c1; }
        .event-detail-registration_heading.darktheme h2.registration-category {
          letter-spacing: .12em;
          font-size: 11px;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          box-sizing: border-box;
          width: 100%;
          position: relative;
          margin: 0;
          color: #ffffff;
          color: rgba(50, 50, 50, 0.8); }
          @media screen and (min-width: 640px) {
            .event-detail-registration_heading.darktheme h2.registration-category {
              font-size: 13px; } }
        .event-detail-registration_heading.darktheme h3.registration-title {
          color: #323232; }
      .event-detail-registration_heading.lighttheme {
        background-color: #005e95; }
        .event-detail-registration_heading.lighttheme h2.registration-category {
          letter-spacing: .12em;
          font-size: 11px;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          box-sizing: border-box;
          width: 100%;
          position: relative;
          margin: 0;
          color: #4c4c4c;
          color: rgba(255, 255, 255, 0.8); }
          @media screen and (min-width: 640px) {
            .event-detail-registration_heading.lighttheme h2.registration-category {
              font-size: 13px; } }
        .event-detail-registration_heading.lighttheme h3 {
          color: #ffffff; }
      .event-detail-registration_heading h2 {
        font-size: 13px;
        letter-spacing: .12rem; }
        @media (max-width: 860px) {
          .event-detail-registration_heading h2 {
            font-size: 12px; } }
      .event-detail-registration_heading h4 {
        margin-bottom: 5px; }
    .event-detail-registration_content {
      padding: 0; }
      @media (min-width: 768px) {
        .event-detail-registration_content {
          padding: 10px 0 0 20px; } }
      .event-detail-registration_content .event-detail_details {
        box-sizing: border-box;
        padding: 10px 0 0 0;
        display: block; }
        @media (min-width: 768px) {
          .event-detail-registration_content .event-detail_details {
            display: flex; } }
        .event-detail-registration_content .event-detail_details-date-cost {
          padding: 10px 0 0 20px;
          display: block;
          flex-wrap: wrap; }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-date-cost {
              display: flex;
              padding: 0;
              width: 30%;
              margin-bottom: 35px;
              flex-wrap: nowrap; } }
          html[dir="rtl"] .event-detail-registration_content .event-detail_details-date-cost {
            text-align: right;
            margin-right: 30px; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details-date-cost .event-time {
              direction: ltr; }
        .event-detail-registration_content .event-detail_details-date, .event-detail-registration_content .event-detail_details-cost {
          width: 100%; }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-date, .event-detail-registration_content .event-detail_details-cost {
              width: 50%; } }
        .event-detail-registration_content .event-detail_details-cost {
          box-sizing: border-box;
          padding-left: 0;
          padding-top: 20px; }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-cost {
              padding-left: 15px;
              padding-top: 0; } }
        .event-detail-registration_content .event-detail_details-info {
          margin-top: 20px;
          overflow: hidden;
          position: relative;
          transition: height .25s ease-out;
          transition-delay: .25s;
          width: 100%;
          box-sizing: border-box;
          padding-left: 20px; }
          @media screen and (min-width: 769px) {
            .event-detail-registration_content .event-detail_details-info {
              padding: 0; } }
          @media screen and (max-width: 769px) {
            .event-detail-registration_content .event-detail_details-info {
              min-height: 80px; } }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-info {
              padding: 0 0 0 15px; } }
          @media (min-width: 768px) {
            .event-detail-registration_content .event-detail_details-info {
              float: left;
              margin-bottom: 70px;
              margin-top: 0;
              width: 65%;
              margin-left: 30px; } }
          @media (min-width: 1440px) {
            .event-detail-registration_content .event-detail_details-info {
              margin-left: 0; } }
          .event-detail-registration_content .event-detail_details-info p {
            position: relative;
            z-index: 0;
            font-size: 0.875rem;
            line-height: 1.35rem;
            font-weight: 400; }
            @media (max-width: 768px) {
              .event-detail-registration_content .event-detail_details-info p {
                margin-bottom: 1rem; } }
        .event-detail-registration_content .event-detail_details-footer {
          text-align: center; }
          .event-detail-registration_content .event-detail_details-footer .ind-read_more.js-read_more {
            display: inline-block; }
          @media (min-width: 768px) {
            .event-detail-registration_content .event-detail_details-footer {
              display: none; } }
        @media (min-width: 768px) {
          .event-detail-registration_content .event-detail_details .ind-register {
            text-align: right;
            position: absolute;
            bottom: 0;
            right: 0; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register {
              left: 0;
              right: auto; } }
        .event-detail-registration_content .event-detail_details .ind-register a.btn {
          width: 100%;
          font-weight: 300;
          color: #ffffff;
          background: #0079c1; }
          .event-detail-registration_content .event-detail_details .ind-register a.btn:hover, .event-detail-registration_content .event-detail_details .ind-register a.btn:focus {
            background: #005e95;
            border: 1px solid #005e95;
            box-shadow: inset 0 0 0 3px #005e95; }
          .event-detail-registration_content .event-detail_details .ind-register a.btn:after {
            content: "";
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%;
            height: 13px;
            transition: all .25s ease-in-out;
            width: 13px;
            display: inline-block;
            margin-left: 5px; }
          html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn {
            margin-left: 10px; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn:after {
              transform: scaleX(-1);
              margin-right: 6px;
              margin-left: 0; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mp4"]::after, html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mov"]::after, html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn[href^="https://www.esri.com/videos/"]::after {
              transform: none; }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href*="esri.com"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn:not([href*="esri.com"])::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".pdf"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".doc"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".zip"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href^="/"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href^=".."]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mp4"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mov"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href^="https://www.esri.com/videos/"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href*="tel:"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
          @media (min-width: 768px) {
            .event-detail-registration_content .event-detail_details .ind-register a.btn {
              width: auto; } }

.video-card-container .video-card:hover {
  color: #005e95; }

.video-card-container .block-group-resources {
  text-align: left;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc; }
  .video-card-container .block-group-resources .group-title-details {
    padding: 20px;
    position: relative; }
    .video-card-container .block-group-resources .group-title-details .group-title-heading {
      color: #323232;
      height: 78px;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      letter-spacing: -0.05rem; }
  .video-card-container .block-group-resources .group-more-text p {
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .video-card-container .block-group-resources:hover {
    border: 1px solid #56a5d8;
    cursor: pointer; }
    .video-card-container .block-group-resources:hover .video_play {
      background: #0079c1; }
  .video-card-container .block-group-resources .video_play {
    background: rgba(50, 50, 50, 0.9);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 5;
    transition: all .25s ease-out; }
    .video-card-container .block-group-resources .video_play:after {
      content: "";
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid white;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
      .video-card-container .block-group-resources .video_play:after:hover {
        border-left: 9px solid #ffffff !important; }
    .video-card-container .block-group-resources .video_play:hover {
      background: #0079c1; }

.video-card-container .modal-content {
  max-height: 540px; }

.video-card-container .video_modal .video_placeholder {
  max-width: 100%;
  height: auto; }

@media (max-width: 959px) {
  .video-card-container .video-card .js-modal .modal-content {
    width: 90vw; }
    .video-card-container .video-card .js-modal .modal-content iframe.video_content, .video-card-container .video-card .js-modal .modal-content iframe.youtube {
      width: 100%; } }

.partner-logo {
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px; }
  .partner-logo:hover {
    border: solid 1px #0079c1; }
    .partner-logo:hover .card-content .card-content-bottom-link a .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .partner-logo a:hover {
    text-decoration: none; }
  .partner-logo .card-content {
    padding: 0;
    height: auto;
    position: relative;
    box-sizing: border-box; }
    .partner-logo .card-content .card-title {
      margin-bottom: 0.775rem;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      color: #323232;
      min-height: 60px; }
    .partner-logo .card-content .card-content-bottom-link {
      margin-bottom: 0; }
      .partner-logo .card-content .card-content-bottom-link a .right-arrow-blue {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        fill: #0079c1;
        visibility: hidden;
        opacity: 0;
        transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
      .partner-logo .card-content .card-content-bottom-link a:hover {
        text-decoration: none; }
    .partner-logo .card-content .icon-container {
      min-height: 90px; }
      @media (min-width: 950px) {
        .partner-logo .card-content .icon-container {
          min-height: 100px; } }
  .partner-logo .card-text p {
    font-size: 0.8125rem;
    line-height: 1.55rem; }

.card-logo-text .lighttheme .card-logo {
  overflow: hidden;
  text-align: left;
  min-height: 240px;
  box-sizing: border-box;
  padding: 20px; }
  .card-logo-text .lighttheme .card-logo.icon-true {
    min-height: 64px; }
  @media screen and (min-width: 462px) {
    .card-logo-text .lighttheme .card-logo {
      position: relative; } }
  .card-logo-text .lighttheme .card-logo img {
    position: relative;
    fill: #4c4c4c; }
    @media screen and (min-width: 462px) {
      .card-logo-text .lighttheme .card-logo img {
        position: absolute;
        bottom: 0;
        left: 0; } }
    .card-logo-text .lighttheme .card-logo img.icon-true {
      width: 64px;
      height: auto; }

.card-logo-text .lighttheme .card-content h3 {
  color: #fff;
  font-size: 1.414rem;
  margin: 0 0 20px 0;
  letter-spacing: -0.05rem;
  line-height: 1.55rem;
  min-height: 52px; }

.card-logo-text .lighttheme .card-content .card-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.card-logo-text .lighttheme .card-content p a {
  color: #fff;
  padding-bottom: 10px; }

.card-logo-text .darktheme .card-logo {
  overflow: hidden;
  text-align: left;
  min-height: 240px;
  box-sizing: border-box;
  padding: 20px; }
  .card-logo-text .darktheme .card-logo.icon-true {
    min-height: 64px; }
  @media screen and (min-width: 462px) {
    .card-logo-text .darktheme .card-logo {
      position: relative; } }
  .card-logo-text .darktheme .card-logo img {
    position: relative;
    fill: #4c4c4c; }
    @media screen and (min-width: 462px) {
      .card-logo-text .darktheme .card-logo img {
        position: absolute;
        bottom: 0;
        left: 0; } }
    .card-logo-text .darktheme .card-logo img.icon-true {
      width: 64px;
      height: auto; }

.card-logo-text .darktheme .card-content h3 {
  color: #323232;
  font-size: 1.414rem;
  margin: 0 0 20px 0;
  letter-spacing: -0.05rem;
  line-height: 1.55rem;
  min-height: 52px; }

.card-logo-text .darktheme .card-content .card-text {
  color: #595959;
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.card-logo-text .darktheme .card-content p a {
  padding-bottom: 10px; }

.card-content {
  height: auto !important; }

.card-events {
  border: solid 1px #ccc;
  margin-bottom: 20px; }
  .card-events:hover {
    border: solid 1px #56a5d8; }
    .card-events:hover .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .card-events .card-background {
    min-height: 190px;
    position: relative; }
    .card-events .card-background .card-overlay {
      position: absolute;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      padding: 4px 4px 4px 10px;
      box-sizing: border-box; }
  .card-events .card-content {
    padding: 1rem;
    min-height: 220px;
    position: relative; }
    .card-events .card-content .bottom-link {
      position: absolute;
      bottom: 0;
      margin-bottom: 10px; }
  .card-events .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
    fill: #0079c1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
  .card-events .card-text p {
    color: #6e6e6e; }

.card-content a:hover {
  text-decoration: none; }

.card-content .icon-ui-right-arrow::before {
  content: "" !important;
  display: none; }

.card-content .svg-icon.icon {
  position: relative; }
  .card-content .svg-icon.icon::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.withbackground {
  border: solid 1px #ccc; }
  .withbackground .card-content {
    padding: 1rem; }
  .withbackground .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
    fill: #0079c1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
  .withbackground:hover {
    border: solid 1px #56a5d8; }
    .withbackground:hover .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }

.withlogo .block-group-partner {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc; }
  .withlogo .block-group-partner p.withlogo a .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
    fill: #0079c1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
  .withlogo .block-group-partner p.withlogo a:hover {
    text-decoration: none; }
  .withlogo .block-group-partner:hover {
    border: 1px solid #0079c1; }
    .withlogo .block-group-partner:hover p.withlogo a .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .withlogo .block-group-partner h3 {
    height: 52px;
    font-weight: 500; }
  .withlogo .block-group-partner .group_icon {
    min-height: 90px;
    max-height: 90px; }

.withlogo-true.side-card {
  padding: 0 0 0 40px; }
  .withlogo-true.side-card .card-logo {
    min-height: 90px;
    max-height: 90px; }
  .withlogo-true.side-card .card-content .svg-icon {
    display: none; }

.withlogo-true.dark-bg-theme .card-content p a.btn-animated-border-bottom-blue {
  color: #fff; }
  .withlogo-true.dark-bg-theme .card-content p a.btn-animated-border-bottom-blue:hover {
    text-decoration: none; }

.withvideo .video-card:hover {
  color: #005e95; }

.withvideo .block-group-resources {
  text-align: left;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc; }
  .withvideo .block-group-resources .group-title-details {
    padding: 20px;
    position: relative; }
    .withvideo .block-group-resources .group-title-details .group-title-heading {
      color: #323232;
      height: 78px;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      letter-spacing: -0.05rem; }
  .withvideo .block-group-resources .group-more-text p {
    font-size: 0.875rem;
    line-height: 1.55rem;
    padding: 0 20px 0 20px; }
  .withvideo .block-group-resources:hover {
    border: 1px solid #56a5d8;
    cursor: pointer; }
    .withvideo .block-group-resources:hover .video_play {
      background: #0079c1; }
  .withvideo .block-group-resources .video_play {
    background: rgba(50, 50, 50, 0.9);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 5;
    transition: all .25s ease-out; }
    .withvideo .block-group-resources .video_play:after {
      content: "";
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid white;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
      .withvideo .block-group-resources .video_play:after:hover {
        border-left: 9px solid #ffffff !important; }
    .withvideo .block-group-resources .video_play:hover {
      background: #0079c1; }

.withvideo .modal-content {
  max-height: 540px; }

.withvideo .video_modal .video_placeholder {
  max-width: 100%;
  height: auto; }

.withvideo .modal-overlay {
  display: none; }
  .withvideo .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.withvideo .modal-content {
  background-color: transparent; }

@media (max-width: 959px) {
  .withvideo .modal-content {
    width: 90vw;
    background-color: transparent; }
    .withvideo .modal-content iframe.video_content, .withvideo .modal-content iframe.youtube {
      width: 100%; } }

.noimage {
  margin: 100px 0 100px 0; }
  .noimage .card-text {
    margin-bottom: 1.55rem; }
  @media screen and (max-width: 462px) {
    .noimage {
      margin: 50px 0 50px 0; } }
  .noimage .group-title h2 {
    font-weight: 400; }
  .noimage .group-title .bottom-link {
    color: #fff;
    font-weight: 400;
    position: relative;
    text-decoration: none; }
    .noimage .group-title .bottom-link::after {
      left: 0; }
  .noimage .group-title .card-last {
    height: 70px;
    margin-bottom: 10px; }
  .noimage.arcgispro-feature-text {
    margin: 0; }
  .noimage .arcgispro-feature-text .heading-title {
    color: #fff;
    margin-bottom: 0.775rem;
    font-size: 1.2019rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text .card-text {
    color: #bcbcbc;
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text.violet-text .card-text {
    color: #e3d7e6; }
  .noimage .arcgispro-feature-text.blue-text .card-text {
    color: #d7dde6; }
  .noimage.arcgispro-feature-text-light {
    margin: 0; }
  .noimage .arcgispro-feature-text-light .heading-title {
    color: #4c4c4c;
    margin-bottom: 0.775rem;
    font-size: 1.2019rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text-light .card-text {
    color: #595959;
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text-light a.btn-animated-border-bottom-white {
    color: #0079c1; }
  .noimage.card-border-box {
    border: thin solid #ccc;
    background-color: #fff;
    padding: 20px;
    margin: 0; }
    .noimage.card-border-box .card-border-box {
      margin-bottom: 0; }
    .noimage.card-border-box .heading-title {
      margin-bottom: 0.775rem;
      font-size: 0.9375rem;
      line-height: 1.55rem;
      font-weight: 500;
      font-style: normal; }
    .noimage.card-border-box .card-text {
      margin-bottom: 1.55rem; }
      .noimage.card-border-box .card-text p {
        height: 120px; }
    .noimage.card-border-box p {
      margin-bottom: 0;
      font-size: 0.8125rem;
      line-height: 1.55rem; }
      .noimage.card-border-box p .bottom-link {
        color: #0079c1;
        font-size: 0.9375rem;
        line-height: 1.55rem; }

.withlogo-true .card-logo {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  text-align: center; }
  @media screen and (min-width: 462px) {
    .withlogo-true .card-logo {
      position: relative; } }
  .withlogo-true .card-logo img {
    position: relative;
    fill: #4c4c4c; }
    @media screen and (min-width: 462px) {
      .withlogo-true .card-logo img {
        position: absolute;
        bottom: 0;
        left: 0; } }

.withlogo-true.white-card-icon {
  padding: 20px 0; }
  .withlogo-true.white-card-icon .card-logo {
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 30px; }
    .withlogo-true.white-card-icon .card-logo img {
      width: 64px;
      height: 64px; }
  .withlogo-true.white-card-icon .card-content .card-title {
    height: 52px;
    font-weight: 400; }

.withlogo-true.arcgispro-icon {
  padding: 20px; }
  .withlogo-true.arcgispro-icon .card-logo {
    min-height: 60px;
    max-height: 60px; }
    .withlogo-true.arcgispro-icon .card-logo img {
      width: 48px;
      height: 48px; }
  .withlogo-true.arcgispro-icon .card-content {
    height: auto; }
    .withlogo-true.arcgispro-icon .card-content h3 {
      color: #fff;
      margin-bottom: 0.775rem;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      font-weight: 500; }
    .withlogo-true.arcgispro-icon .card-content .card-text {
      font-size: 0.8125rem;
      line-height: 1.55rem;
      color: #fff; }
    .withlogo-true.arcgispro-icon .card-content a {
      font-size: 0.9375rem;
      line-height: 1.55rem;
      color: #fff; }
      .withlogo-true.arcgispro-icon .card-content a:hover {
        text-decoration: none; }

.withlogo-true.arcgispro-icon-dark .card-logo {
  min-height: 60px;
  max-height: 60px;
  text-align: left; }
  .withlogo-true.arcgispro-icon-dark .card-logo img {
    width: 48px;
    height: 48px; }

.withlogo-true.arcgispro-icon-dark .card-content {
  height: auto; }
  .withlogo-true.arcgispro-icon-dark .card-content h3 {
    color: #323232;
    font-weight: 400; }
    @media (min-width: 462px) {
      .withlogo-true.arcgispro-icon-dark .card-content h3 {
        height: 52px; } }
  .withlogo-true.arcgispro-icon-dark .card-content .card-text {
    font-size: 16px;
    line-height: 1.55rem;
    color: #4c4c4c;
    margin-bottom: 25px;
    height: 65px; }
  .withlogo-true.arcgispro-icon-dark .card-content a {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    color: #0079c1; }
    .withlogo-true.arcgispro-icon-dark .card-content a:hover {
      text-decoration: none; }

.withlogo-true .card-content {
  padding-left: 0; }

.card-last {
  margin-bottom: 0 !important; }

.card-logo {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  position: relative; }

.card-content {
  padding-left: 0;
  position: relative;
  height: 220px;
  box-sizing: border-box; }
  .card-content .bottom-link {
    bottom: 0; }

.bottom-link {
  position: relative;
  text-decoration: none; }

/* Added from /etc/clientlibs/esri-common/clientlibs/partials/cards.scss, 
   which mostly seemed irrelevant at worst, and misplaced at best. */
.med-block {
  box-sizing: border-box;
  padding: 25px 30px;
  width: 100%; }
  .med-block .card-logo img {
    width: 48px;
    height: 48px; }
  .med-block .card-body .card-link {
    color: #0079c1;
    margin-bottom: 0.775rem; }
    .med-block .card-body .card-link a.btn {
      text-decoration: none;
      background: 0 0;
      border: thin solid #56a5d8;
      color: #56a5d8;
      transition: all .15s ease-in-out; }
      .med-block .card-body .card-link a.btn:hover {
        background: 0 0;
        border: thin solid #005e95;
        box-shadow: inset 0 0 0 2px #005e95;
        color: #005e95; }

/**------------------------
***-Elastic Content Strip--
---------------------------
-------------------------*/
.ec-strip_wrapper {
  overflow: hidden; }
  .ec-strip_wrapper .ec-strip_header {
    box-sizing: border-box;
    font-size: 2.40307rem;
    padding: 40px 0;
    text-align: center; }
    .ec-strip_wrapper .ec-strip_header h2 {
      margin: 0; }
  .ec-strip_wrapper .ec-strip_main {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .ec-strip_wrapper .ec-strip_main[data-hastitle='true']:before {
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 0;
      z-index: 99;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #ffffff; }
    .ec-strip_wrapper .ec-strip_main .ec-strip {
      background: #595959;
      box-sizing: border-box;
      color: #ffffff;
      flex-grow: 1;
      position: relative;
      margin: 0;
      overflow: hidden;
      text-align: center; }
      .ec-strip_wrapper .ec-strip_main .ec-strip_icon .icon-ui-svg,
      .ec-strip_wrapper .ec-strip_main .ec-strip_icon .icon-ui-svg--base,
      .ec-strip_wrapper .ec-strip_main .ec-strip_icon .icons-ui-svg,
      .ec-strip_wrapper .ec-strip_main .ec-strip_icon .icons-ui-svg--base,
      .ec-strip_wrapper .ec-strip_main .ec-strip_icon svg, .ec-strip_wrapper .ec-strip_main .ec-strip_icon img.svg {
        max-height: 64px;
        max-width: 64px; }
      .ec-strip_wrapper .ec-strip_main .ec-strip_title-wrapper {
        margin-bottom: 1rem; }
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1),
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div {
        flex-basis: 100%;
        flex: 0 0 100%;
        padding: 80px 20px 80px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_number,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_number {
          font-size: 2.82715rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_title,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_title {
          font-size: 1.9994rem;
          margin-bottom: 1rem;
          font-weight: 300;
          width: 80%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_title[data-megatitle='true'],
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_title[data-megatitle='true'] {
            font-weight: 500;
            font-size: 50px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_body {
          font-size: 0.9375rem;
          line-height: 1.55;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1rem;
          width: 100%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_link,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_link {
          font-size: 0.9375rem; }
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2),
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div {
        flex-basis: 100%;
        padding: 80px 20px 80px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_number,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_number {
          font-size: 1.9994rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_title,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_title {
          font-size: 1.69949rem;
          font-weight: 300;
          width: 80%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_title:after,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_title:after {
            margin-top: 14px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_title[data-megatitle='true'],
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_title[data-megatitle='true'] {
            font-weight: 500;
            font-size: 50px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_body {
          font-size: 0.9375rem;
          margin-left: auto;
          margin-right: auto;
          width: 75%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_link,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_link {
          font-size: 0.9375rem; }
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3),
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div {
        flex-basis: 100%;
        flex: 0 0 100%;
        padding: 50px 20px 60px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_number,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_number {
          font-size: 2.40307rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_title,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_title {
          font-size: 1.69949rem; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_title:after,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_title:after {
            height: 20px;
            margin-top: 5px;
            width: 20px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_body {
          font-size: 0.875rem;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1rem;
          width: 95%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_link,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_link {
          font-size: 0.875rem; }
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4),
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div {
        flex-basis: 100%;
        padding: 50px 20px 60px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_number,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_number {
          font-size: 2.40307rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_title,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_title {
          font-size: 1.69949rem; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_title:after,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_title:after {
            height: 20px;
            margin-top: 5px;
            width: 20px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_body {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1rem;
          width: 95%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_link,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_link {
          font-size: 0.875rem; }
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5),
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div {
        flex-basis: 100%;
        padding: 50px 20px 60px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_number,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_number {
          font-size: 2.40307rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_title,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_title {
          font-size: 1.414rem;
          font-weight: 300; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_title[data-megatitle='true'],
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_title[data-megatitle='true'] {
            font-weight: 500;
            font-size: 40px; }
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_title[data-megatitle='true']:after,
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_title[data-megatitle='true']:after {
              height: 20px;
              margin-top: 14px;
              width: 20px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_body {
          font-size: 0.8125rem;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1rem;
          width: 100%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_link,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_link {
          font-size: 0.8125rem; }
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6),
      .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div {
        flex-basis: 100%;
        padding: 40px 20px 40px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_number,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_number {
          font-size: 1.9994rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_title,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_title {
          font-size: 1.414rem;
          font-weight: 300; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_title[data-megatitle='true'],
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_title[data-megatitle='true'] {
            font-weight: 500;
            font-size: 25px; }
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_title[data-megatitle='true']:after,
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_title[data-megatitle='true']:after {
              height: 15px;
              margin-top: 8px;
              width: 15px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_body {
          font-size: 0.8125rem;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1rem;
          width: 90%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_link,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_link {
          font-size: 0.8125rem; }
      @media (min-width: 640px) {
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_number,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_number {
          font-size: 2.82715rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_title,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_title {
          font-size: 1.9994rem;
          margin-bottom: 1rem;
          font-weight: 300;
          width: 48%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_title[data-megatitle='true'],
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_title[data-megatitle='true'] {
            font-weight: 500;
            font-size: 70px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_body {
          font-size: 0.9375rem;
          line-height: 1.55;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1rem;
          width: 40%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_link,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_link {
          font-size: 0.9375rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div {
          flex-basis: 50%;
          flex-basis: 0 0 50%;
          max-width: 50%;
          padding: 90px 20px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_content,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_content {
            margin: auto;
            width: 90%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_number,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_number {
            font-size: 2.82715rem; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_title,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_title {
            font-size: 2.40307rem;
            font-weight: 300;
            width: 80%; }
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_title[data-megatitle='true'],
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_title[data-megatitle='true'] {
              font-weight: 500;
              font-size: 65px; }
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_title[data-megatitle='true']:after,
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_title[data-megatitle='true']:after {
                margin-top: 20px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_body,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_body {
            font-size: 0.9375rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1rem;
            width: 80%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_link,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_link {
            font-size: 0.9375rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div {
          flex-basis: 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%;
          padding: 60px 20px 70px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_title,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_title {
            font-size: 1.69949rem;
            font-weight: 300;
            width: 100%; }
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_title[data-megatitle='true'],
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_title[data-megatitle='true'] {
              font-weight: 500;
              font-size: 55px; }
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_title[data-megatitle='true']:after,
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_title[data-megatitle='true']:after {
                margin-top: 20px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_body,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_body {
            width: 75%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div {
          flex-basis: 50%;
          flex: 0 0 50%;
          max-width: 50%;
          padding: 90px 20px 70px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_number,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_number {
            font-size: 2.40307rem; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_title,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_title {
            font-size: 1.69949rem;
            font-weight: 300; }
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_title[data-megatitle='true'],
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_title[data-megatitle='true'] {
              font-weight: 500;
              font-size: 45px; }
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_title[data-megatitle='true']:after,
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_title[data-megatitle='true']:after {
                margin-top: 20px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_body,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_body {
            font-size: 0.875rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1rem;
            width: 95%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_link,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_link {
            font-size: 0.875rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) + div + div + div,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) + div + div + div + div {
          flex-basis: 50%;
          flex: 0 0 50%;
          max-width: 50%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div {
          flex-basis: 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%;
          padding: 70px 20px 70px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_number,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_number {
            font-size: 2.40307rem; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_title,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_title {
            font-size: 1.414rem;
            font-weight: 300; }
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_title[data-megatitle='true'],
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_title[data-megatitle='true'] {
              font-weight: 500;
              font-size: 40px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_body,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_body {
            font-size: 0.8125rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1rem;
            width: 100%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_link,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_link {
            font-size: 0.8125rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div {
          flex-basis: 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%;
          padding: 90px 20px 80px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_number,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_number {
            font-size: 1.9994rem; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_title,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_title {
            font-size: 1.414rem;
            font-weight: 300; }
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_title[data-megatitle='true'],
            .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_title[data-megatitle='true'] {
              font-weight: 500;
              font-size: 35px; }
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_title[data-megatitle='true']:after,
              .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_title[data-megatitle='true']:after {
                margin-top: 13px; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_body,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_body {
            font-size: 0.8125rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1rem;
            width: 100%; }
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_link,
          .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_link {
            font-size: 0.8125rem; } }
      @media (min-width: 1024px) {
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div {
          flex-basis: 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div {
          flex-basis: 25%;
          flex: 0 0 25%;
          max-width: 25%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div {
          flex-basis: 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
      @media (min-width: 1280px) {
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div {
          flex-basis: 20%;
          flex: 0 0 20%;
          max-width: 20%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) + div + div + div,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) + div + div + div + div {
          flex-basis: 20%;
          flex: 0 0 20%;
          max-width: 20%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6),
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div {
          flex-basis: 16.6666%;
          flex: 0 0 16.6666%;
          max-width: 16.6666%; } }
      @media (min-width: 1440px) {
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_body {
          width: 35%;
          flex: 0 0 35%;
          max-width: 35%; } }
      @media (min-width: 1441px) {
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(1) ~ div .ec-strip_body {
          width: 20%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(2) ~ div .ec-strip_body {
          width: 40%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) + div + div .ec-strip_body {
          width: 60%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(3) ~ div .ec-strip_body {
          width: 60%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(4) ~ div .ec-strip_body {
          width: 60%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(5) ~ div .ec-strip_body {
          width: 70%; }
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) .ec-strip_body,
        .ec-strip_wrapper .ec-strip_main .ec-strip:first-child:nth-last-child(6) ~ div .ec-strip_body {
          width: 75%; } }
      .ec-strip_wrapper .ec-strip_main .ec-strip_content {
        align-self: center;
        position: relative;
        z-index: 3; }
      .ec-strip_wrapper .ec-strip_main .ec-strip_title {
        display: inline;
        line-height: 1.15;
        margin: 0 auto 15px;
        position: relative; }
        .ec-strip_wrapper .ec-strip_main .ec-strip_title:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 25px;
          margin-top: 20px;
          position: absolute;
          transition: all .35s ease-out;
          opacity: 0;
          width: 25px; }
          html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_title:after {
            transform: scaleX(-1);
            left: 0; }
      .ec-strip_wrapper .ec-strip_main .ec-strip_body {
        line-height: 1.55;
        margin-bottom: 1rem; }
        .ec-strip_wrapper .ec-strip_main .ec-strip_body[data-megatitle='true'] {
          display: none; }
      .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper {
        color: #ffffff;
        overflow: hidden;
        margin-bottom: 0;
        text-decoration: none; }
        .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper:hover .ec-strip_title[data-megatitle='true'][aria-role]:after {
          opacity: 1;
          margin-left: 10px; }
        html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper:hover .ec-strip_title[data-megatitle='true'][aria-role]:after {
          left: -40px; }
        .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper:hover .ec-strip_underlay {
          transform: scale(1.15); }
        .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] {
          color: #323232; }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon .icons-ui-svg, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon .icons-ui-svg--base, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon .icon-ui-svg, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon .icons, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon .icon, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon .Layer_1, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon svg.Layer_1 g path, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_content .ec-strip_icon svg path {
            fill: #323232; }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_title[data-megatitle='true'][aria-role='internal']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_title[data-megatitle='true'][aria-role='external']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_title[data-megatitle='true'][aria-role='video']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_title[data-megatitle='true'][aria-role='document']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link {
            position: relative;
            color: #323232; }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link::after {
              content: "";
              background-repeat: no-repeat;
              background-size: contain;
              background-position: 50% 50%;
              height: 13px;
              transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out;
              width: 13px;
              display: inline-block;
              visibility: hidden;
              opacity: 0;
              margin-left: -6px;
              position: absolute;
              top: 4px; }
              html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link::after {
                transform: scaleX(-1); }
              html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link::after[href$=".mp4"]::after, html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link::after[href$=".mov"]::after, html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link::after[href^="https://www.esri.com/videos/"]::after {
                transform: none; }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link:hover {
              text-decoration: none; }
              .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link:hover:after {
                opacity: 1;
                visibility: visible;
                margin-left: 5px; }
              html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link:hover:after {
                margin-right: 5px;
                margin-left: 0; }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href*="esri.com"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link:not([href*="esri.com"])::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href$=".pdf"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href$=".doc"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href$=".zip"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href^="/"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href^=".."]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href$=".mp4"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href$=".mov"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href^="https://www.esri.com/videos/"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link[href*="tel:"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='dark'] .ec-strip_link:hover {
              color: #74c6ff; }
        .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] {
          color: #ffffff; }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .icons, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .icons-ui-svg, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .icon-ui-svg, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .icons-ui-svg--base, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .Layer_1, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] svg.Layer_1 g path, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] svg path {
            fill: #ffffff; }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link {
            position: relative;
            color: #ffffff; }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link::after {
              content: "";
              background-repeat: no-repeat;
              background-size: contain;
              background-position: 50% 50%;
              height: 13px;
              transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out;
              width: 13px;
              display: inline-block;
              visibility: hidden;
              opacity: 0;
              margin-left: -6px;
              position: absolute;
              top: 4px; }
              html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link::after {
                transform: scaleX(-1); }
              html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link::after[href$=".mp4"]::after, html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link::after[href$=".mov"]::after, html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link::after[href^="https://www.esri.com/videos/"]::after {
                transform: none; }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link:hover {
              text-decoration: none; }
              .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link:hover:after {
                opacity: 1;
                visibility: visible;
                margin-left: 5px; }
              html[dir="rtl"] .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link:hover:after {
                margin-right: 5px;
                margin-left: 0; }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href*="esri.com"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link:not([href*="esri.com"])::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href$=".pdf"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href$=".doc"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href$=".zip"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href^="/"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href^=".."]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href$=".mp4"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href$=".mov"]::after, .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href^="https://www.esri.com/videos/"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link[href*="tel:"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
            .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_link:hover {
              color: #74c6ff; }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_title[data-megatitle='true'][aria-role='internal']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_title[data-megatitle='true'][aria-role='external']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_title[data-megatitle='true'][aria-role='video']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
          .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper[data-theme='light'] .ec-strip_title[data-megatitle='true'][aria-role='document']:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }
        .ec-strip_wrapper .ec-strip_main .ec-strip_link-wrapper .ec-strip_underlay {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 50% 50%;
          bottom: 0;
          left: 0;
          overflow: hidden;
          position: absolute;
          right: 0;
          transition: all .4s ease-out;
          top: 0;
          z-index: 1; }
      .ec-strip_wrapper .ec-strip_main .ec-strip_overlay {
        background-color: rgba(50, 50, 50, 0.8);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2; }

/* Right to Left */
html[dir="rtl"] .ec-strip_link-wrapper:hover .ec-strip_title[data-megatitle='true'][aria-role]:after {
  left: 30px; }

.lighttheme .detailed-list-item-title {
  color: #4c4c4c; }

.lighttheme .detailed-list-item-subtitle {
  color: #6e6e6e; }

.lighttheme .detailed-list-item-description {
  color: #6e6e6e;
  border-bottom: solid 1px #cccccc; }

.lighttheme .detailed-list-item .no-subtitle, .lighttheme .detailed-list-item .no-content {
  border-bottom: solid 1px #cccccc; }

.lighttheme .detailed-list-item .detailed-list-primary-link a {
  padding: 0.375rem 0;
  margin-left: 10px;
  color: #0079c1; }
  .lighttheme .detailed-list-item .detailed-list-primary-link a:after {
    border-bottom: 1px solid #0079c1; }
  html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a {
    margin-right: 0;
    margin-left: 10px; }
    html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
      transform: none; }
  .lighttheme .detailed-list-item .detailed-list-primary-link a span {
    position: relative; }
    .lighttheme .detailed-list-item .detailed-list-primary-link a span:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-in-out;
      width: 13px;
      display: inline-block;
      margin-left: 2px; }
      html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a span:after {
        transform: scaleX(-1);
        margin-right: 2px; }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href*="esri.com"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a:not([href*="esri.com"]) span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".pdf"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".doc"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".zip"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href^="/"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href^=".."] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href*="tel:"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.darktheme .detailed-list-item-title {
  color: #ffffff; }

.darktheme .detailed-list-item-subtitle {
  color: #828282; }

.darktheme .detailed-list-item-description {
  color: #efefef;
  border-bottom: solid 1px #595959; }

.darktheme .detailed-list-item .no-subtitle, .darktheme .detailed-list-item .no-content {
  border-bottom: solid 1px #595959; }

.darktheme .detailed-list-item .detailed-list-primary-link a {
  padding: 0.375rem 0;
  margin-left: 10px;
  color: #49b0f2; }
  .darktheme .detailed-list-item .detailed-list-primary-link a:after {
    border-bottom: 1px solid #49b0f2; }
  html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a {
    margin-right: 0;
    margin-left: 10px; }
    html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
      transform: none; }
  .darktheme .detailed-list-item .detailed-list-primary-link a span {
    position: relative; }
    .darktheme .detailed-list-item .detailed-list-primary-link a span:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-in-out;
      width: 13px;
      display: inline-block;
      margin-left: 2px; }
      html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a span:after {
        transform: scaleX(-1);
        margin-right: 2px; }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href*="esri.com"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .darktheme .detailed-list-item .detailed-list-primary-link a:not([href*="esri.com"]) span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".pdf"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".doc"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".zip"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href^="/"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href^=".."] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

.detailed-list-item {
  max-width: 100%;
  margin-bottom: 75px; }
  @media (max-width: 600px) {
    .detailed-list-item {
      padding-left: 20px;
      box-sizing: border-box; }
      [dir='rtl'] .detailed-list-item {
        padding-left: 0;
        padding-right: 20px; } }
  .detailed-list-item .detailed-list-image {
    margin-bottom: 10px; }
    .detailed-list-item .detailed-list-image img {
      width: 48px;
      height: auto; }
  .detailed-list-item-title {
    margin-bottom: 5px; }
  .detailed-list-item-subtitle {
    padding-bottom: 15px;
    margin-bottom: 0; }
  .detailed-list-item-description {
    padding: 15px 0;
    margin-bottom: 0; }
    .detailed-list-item-description:last-of-type {
      border-bottom: none; }
  .detailed-list-item .no-subtitle, .detailed-list-item .no-content {
    padding-bottom: 15px;
    border-bottom: solid 1px #cccccc; }
  .detailed-list-item .nopadding {
    padding: 0; }
  .detailed-list-item .primarylink {
    border: none;
    background-color: transparent;
    padding-top: 15px; }
    .detailed-list-item .primarylink:hover {
      background-color: transparent; }

.dl-lighttheme {
  background-color: #fff; }
  .dl-lighttheme .headercontainer .headertitle {
    color: #000; }
  .dl-lighttheme .headercontainer .description {
    color: #4c4c4c; }

.dl-darktheme {
  background-color: #323232; }
  .dl-darktheme .headercontainer .headertitle {
    color: #fff; }
  .dl-darktheme .headercontainer .description {
    color: #ccc; }

.dl .headercontainer {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box; }
  .dl .headercontainer.text-center .headertitle {
    text-align: center; }
  .dl .headercontainer.text-center hr {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px; }
  .dl .headercontainer.text-center .description {
    margin: 0 auto;
    margin-bottom: 50px; }
  .dl .headercontainer.text-left hr {
    text-align: left; }
  .dl .headercontainer .headertitle {
    margin-bottom: 0; }
  .dl .headercontainer .description {
    margin: 0;
    margin-bottom: 50px;
    width: 80%; }

@media (min-width: 860px) {
  .dl .headercontainer {
    padding: 0; }
    .dl .headercontainer hr {
      margin-top: 15px;
      margin-bottom: 20px; }
    .dl .headercontainer .description {
      margin-bottom: 50px;
      width: 60%; } }

html[dir="rtl"] body .detailed-list .separator {
  margin-left: auto;
  margin-right: 0; }

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  z-index: 1000; }
  .cookie-banner.top {
    position: relative; }
  .cookie-banner.top[data-fixed] {
    position: fixed;
    bottom: unset;
    top: 60px; }
  .cookie-banner div.text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 60%; }
  .cookie-banner div.button-wrapper {
    display: inline-block;
    margin: 20px 0;
    float: right; }
  .cookie-banner p {
    margin-bottom: 0; }
  .cookie-banner.dark {
    background-color: rgba(50, 50, 50, 0.95);
    color: #efefef; }
  .cookie-banner.light {
    background-color: rgba(244, 244, 244, 0.95);
    color: #323232; }
  .cookie-banner.blue {
    background-color: rgba(0, 121, 193, 0.95);
    color: #ffffff; }
    .cookie-banner.blue div.button-wrapper a {
      color: #000000;
      background: rgba(255, 255, 255, 0.75); }

.cookie-text {
  display: inline-block; }

.toggle-switch, .cookie-radio-button label {
  display: inline-block;
  padding-left: 0.5rem; }

.intro-block p.font-size-8 {
  letter-spacing: -0.05em; }

@media screen and (max-width: 768px) {
  .feature-wrapper {
    margin: 20px 0; } }

.learn-more {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px; }

.learn-more-2 {
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  padding: 0 20px; }

.white-bg {
  background: #fff; }

.white-bg.block {
  position: relative; }

.white-bg.block .padding-all-20 {
  min-height: 180px; }

@media screen and (max-width: 640px) {
  .white-bg.block {
    min-height: 350px;
    margin-bottom: 15px; } }

.transparent-bg {
  background: rgba(248, 248, 248, 0.95); }

.off-white-bg {
  background: #f8f8f8; }

.off-white-bg.block {
  position: relative; }

.lightest-gray-bg {
  background: #efefef; }

.lightest-gray-border {
  border: thin solid #ccc; }

.dark-bg {
  background: #323232; }

.dark-transparent-bg {
  background: rgba(39, 39, 39, 0.95); }

.darker-bg {
  background: #272727; }

.blue-bg {
  background: #0079c1; }

.blue-transparent-bg {
  background: rgba(0, 95, 150, 0.95); }

.dark-blue-bg {
  background: #005e95; }

.violet-bg {
  background: #7b00e0; }

.violet-transparent-bg {
  background: rgba(98, 0, 178, 0.95); }

.violet-dark-bg {
  background: #6200b2; }

.text-custom-gray {
  color: #bcbcbc; }

.text-custom-blue {
  color: #d7dde6; }

.text-custom-violet {
  color: #e3d7e6; }

.feature {
  box-sizing: border-box;
  padding-top: 85px;
  position: relative;
  width: 100%; }

@media screen and (max-width: 768px) {
  .feature {
    padding-top: 0; } }

@media screen and (max-width: 480px) {
  .feature .grid-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%; } }

.feature-img {
  box-sizing: border-box;
  margin: auto;
  min-height: 400px;
  position: relative;
  width: 80%; }

@media screen and (max-width: 768px) {
  .feature-img {
    width: 100%; } }

.feature-img-info {
  box-sizing: border-box;
  padding: 50px 25px 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%; }

.feature-img-info p.font-size-5 {
  letter-spacing: -.04em; }

@media screen and (max-width: 768px) {
  .feature-img-info {
    width: 90%; } }

.feature-img.img-pro-auth {
  background: url("../../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.html") top center no-repeat;
  background-size: contain; }

.feature-img.img-adv-analytics {
  background: url("../../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.html") top center no-repeat;
  background-size: contain; }

.feature-img.img-data-management {
  background: url("../../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.html") top center no-repeat;
  background-size: contain; }

.feature-img.img-info-sharing {
  background: url("../../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.html") top center no-repeat;
  background-size: contain; }

.feature-img.img-processing {
  background: url("../../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.html") top center no-repeat;
  background-size: contain; }

.feature-img.img-3d {
  background: url("../../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.html") top center no-repeat;
  background-size: contain; }

.feature-desc {
  position: relative;
  padding: 80px 0;
  width: 100%; }

.columnsystem.web-article-case-study img.cq-dd-image {
  border: solid 1px #ccc;
  margin-bottom: 50px; }

.columnsystem.web-article-case-study .column-14 {
  padding: 50px 20px 20px 20px;
  margin-top: -35px;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  @media (min-width: 1440px) {
    .columnsystem.web-article-case-study .column-14 {
      margin-top: -100px;
      padding: 50px; } }

.columnsystem.web-article-case-study p[style="text-align: center;"] > b {
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55rem;
  color: #6e6e6e; }

.contentfragment.wacs-call-out {
  background-color: #efefef;
  padding: 20px;
  margin: 0 0 60px 0; }
  .contentfragment.wacs-call-out p:last-of-type {
    margin-bottom: 0; }

@media (min-width: 1440px) {
  .contentfragment.wacs-call-out {
    width: 600px;
    float: right;
    padding: 50px;
    margin: 0 0 30px 30px;
    margin-right: -350px; } }

.contentfragment .cmp-contentfragment__element--caseStudyTitle .cmp-contentfragment__element-value {
  font-size: 2.82714594rem;
  line-height: 3.1rem;
  font-weight: 300;
  font-style: normal;
  color: #4c4c4c;
  text-align: center; }
  @media screen and (max-width: 859px) {
    .contentfragment .cmp-contentfragment__element--caseStudyTitle .cmp-contentfragment__element-value {
      font-size: 2.352637rem; } }
  @media screen and (max-width: 479px) {
    .contentfragment .cmp-contentfragment__element--caseStudyTitle .cmp-contentfragment__element-value {
      font-size: 1.953125rem;
      line-height: 2.325rem; } }

.contentfragment .cmp-contentfragment div > h2, .contentfragment .cmp-contentfragment h3 {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 700;
  font-style: normal;
  color: #4c4c4c; }

.contentfragment .cmp-contentfragment p {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal;
  color: #4c4c4c;
  margin-bottom: 60px; }

.contentbar {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal; }
  .contentbar .aligncenter .separator {
    margin: 15px auto 20px; }
  .contentbar .richtext-container p {
    margin-bottom: 0;
    font-weight: 400; }
  .contentbar .richtext-container li {
    font-weight: 400; }
  .contentbar .primary-cta {
    margin: 0 20px 0 0; }
    html[dir="rtl"] .contentbar .primary-cta {
      margin: 0 0 0 20px; }
  .contentbar .divider-bar {
    height: 3px;
    width: 50px;
    border: none;
    margin: 20px auto 15px 0; }
    html[dir="rtl"] .contentbar .divider-bar {
      margin: 20px 0 15px auto; }
  .contentbar .btn-animated-border-bottom {
    padding: 0; }
  .contentbar .content-cta-icon {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 5px;
    background-size: cover;
    height: 13px;
    width: 13px; }
  .contentbar.aligncenter {
    text-align: center; }
    .contentbar.aligncenter .divider-bar {
      margin: 20px auto 15px; }
      html[dir="rtl"] .contentbar.aligncenter .divider-bar {
        margin: 20px auto 15px; }
    .contentbar.aligncenter li {
      text-align: left; }
  .contentbar.lighttheme {
    background-color: #f8f8f8; }
    .contentbar.lighttheme .richtext-container div p, .contentbar.lighttheme .richtext-container div li {
      color: #323232; }
    .contentbar.lighttheme .richtext-container div a {
      color: #0079c1; }
    .contentbar.lighttheme .contentbar_heading {
      color: #323232; }
    .contentbar.lighttheme .contentbar_subhead {
      color: rgba(0, 0, 0, 0.7); }
    .contentbar.lighttheme .primary-cta {
      background: none;
      border: thin solid #000000;
      color: #000000; }
      .contentbar.lighttheme .primary-cta:hover, .contentbar.lighttheme .primary-cta:focus {
        box-shadow: inset 0 0 0 2px #000000; }
      .contentbar.lighttheme .primary-cta:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .contentbar.lighttheme .primary-cta {
        margin-left: 10px; }
        html[dir="rtl"] .contentbar.lighttheme .primary-cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .contentbar.lighttheme .primary-cta[href$=".mp4"]::after, html[dir="rtl"] .contentbar.lighttheme .primary-cta[href$=".mov"]::after, html[dir="rtl"] .contentbar.lighttheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .contentbar.lighttheme .primary-cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .primary-cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.lighttheme .primary-cta[href$=".pdf"]::after, .contentbar.lighttheme .primary-cta[href$=".doc"]::after, .contentbar.lighttheme .primary-cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .primary-cta[href^="/"]::after, .contentbar.lighttheme .primary-cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .primary-cta[href$=".mp4"]::after, .contentbar.lighttheme .primary-cta[href$=".mov"]::after, .contentbar.lighttheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .contentbar.lighttheme .primary-cta[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .contentbar.lighttheme .divider-bar {
      background: #0079c1; }
    .contentbar.lighttheme .content-cta {
      padding: 0.375rem 0;
      margin-left: 10px;
      color: #000000;
      color: #323232; }
      .contentbar.lighttheme .content-cta:after {
        border-bottom: 1px solid #000000; }
      html[dir="rtl"] .contentbar.lighttheme .content-cta {
        margin-right: 0;
        margin-left: 10px; }
        html[dir="rtl"] .contentbar.lighttheme .content-cta[href$=".mp4"] span:after, html[dir="rtl"] .contentbar.lighttheme .content-cta[href$=".mov"] span:after, html[dir="rtl"] .contentbar.lighttheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
          transform: none; }
      .contentbar.lighttheme .content-cta span {
        position: relative; }
        .contentbar.lighttheme .content-cta span:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 13px;
          transition: all .25s ease-in-out;
          width: 13px;
          display: inline-block;
          margin-left: 2px; }
          html[dir="rtl"] .contentbar.lighttheme .content-cta span:after {
            transform: scaleX(-1);
            margin-right: 2px; }
      .contentbar.lighttheme .content-cta:after {
        border-bottom: 1px solid #000000; }
      .contentbar.lighttheme .content-cta[href*="esri.com"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .content-cta:not([href*="esri.com"]) span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.lighttheme .content-cta[href$=".pdf"] span:after, .contentbar.lighttheme .content-cta[href$=".doc"] span:after, .contentbar.lighttheme .content-cta[href$=".zip"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .content-cta[href^="/"] span:after, .contentbar.lighttheme .content-cta[href^=".."] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .content-cta[href$=".mp4"] span:after, .contentbar.lighttheme .content-cta[href$=".mov"] span:after, .contentbar.lighttheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .contentbar.lighttheme .content-cta[href*="tel:"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .contentbar.darktheme {
    background-color: #4c4c4c; }
    .contentbar.darktheme .richtext-container div p,
    .contentbar.darktheme .richtext-container div li {
      color: #ffffff; }
    .contentbar.darktheme .richtext-container div a {
      color: #49b0f2; }
    .contentbar.darktheme .contentbar_heading {
      color: #ffffff; }
    .contentbar.darktheme .contentbar_subhead {
      color: rgba(255, 255, 255, 0.8); }
    .contentbar.darktheme .primary-cta {
      background: none;
      border: thin solid #49b0f2;
      color: #49b0f2; }
      .contentbar.darktheme .primary-cta:hover, .contentbar.darktheme .primary-cta:focus {
        box-shadow: inset 0 0 0 2px #49b0f2; }
      .contentbar.darktheme .primary-cta:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .contentbar.darktheme .primary-cta {
        margin-left: 10px; }
        html[dir="rtl"] .contentbar.darktheme .primary-cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .contentbar.darktheme .primary-cta[href$=".mp4"]::after, html[dir="rtl"] .contentbar.darktheme .primary-cta[href$=".mov"]::after, html[dir="rtl"] .contentbar.darktheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .contentbar.darktheme .primary-cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .primary-cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.darktheme .primary-cta[href$=".pdf"]::after, .contentbar.darktheme .primary-cta[href$=".doc"]::after, .contentbar.darktheme .primary-cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.darktheme .primary-cta[href^="/"]::after, .contentbar.darktheme .primary-cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .primary-cta[href$=".mp4"]::after, .contentbar.darktheme .primary-cta[href$=".mov"]::after, .contentbar.darktheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .contentbar.darktheme .divider-bar {
      background: #49b0f2; }
    .contentbar.darktheme .content-cta {
      padding: 0.375rem 0;
      margin-left: 10px;
      color: #49b0f2; }
      .contentbar.darktheme .content-cta:after {
        border-bottom: 1px solid #49b0f2; }
      html[dir="rtl"] .contentbar.darktheme .content-cta {
        margin-right: 0;
        margin-left: 10px; }
        html[dir="rtl"] .contentbar.darktheme .content-cta[href$=".mp4"] span:after, html[dir="rtl"] .contentbar.darktheme .content-cta[href$=".mov"] span:after, html[dir="rtl"] .contentbar.darktheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
          transform: none; }
      .contentbar.darktheme .content-cta span {
        position: relative; }
        .contentbar.darktheme .content-cta span:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 13px;
          transition: all .25s ease-in-out;
          width: 13px;
          display: inline-block;
          margin-left: 2px; }
          html[dir="rtl"] .contentbar.darktheme .content-cta span:after {
            transform: scaleX(-1);
            margin-right: 2px; }
      .contentbar.darktheme .content-cta[href*="esri.com"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .content-cta:not([href*="esri.com"]) span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.darktheme .content-cta[href$=".pdf"] span:after, .contentbar.darktheme .content-cta[href$=".doc"] span:after, .contentbar.darktheme .content-cta[href$=".zip"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.darktheme .content-cta[href^="/"] span:after, .contentbar.darktheme .content-cta[href^=".."] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .content-cta[href$=".mp4"] span:after, .contentbar.darktheme .content-cta[href$=".mov"] span:after, .contentbar.darktheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

/* Right to Left */
html[dir="rtl"] .contentbar hr.separator {
  margin-right: 0;
  margin-left: auto; }

html[dir="rtl"] .contentbar .aligncenter hr.separator {
  margin: 15px auto 20px; }

.padding-all-20 {
  padding: 20px; }

.margin-left-20 {
  margin-left: 20px; }

@media screen and (max-width: 480px) {
  .margin-left-20 {
    margin-left: 0; } }

.sm-img {
  background: #828282;
  height: 175px;
  width: 90%; }

.sm-block-group {
  width: 100%; }

.sm-block-group .sm-block {
  box-sizing: border-box;
  min-height: 250px;
  padding: 25px 30px;
  width: 50%; }

@media screen and (max-width: 1440px) {
  .sm-block-group .sm-block {
    width: 49.85%; } }

@media screen and (max-width: 480px) {
  .sm-block-group .sm-block {
    width: 100%; } }

@media screen and (max-width: 860px) {
  .sm-block-group .sm-block {
    width: 100%; } }

.sm-block-group .med-block {
  box-sizing: border-box;
  padding: 25px 30px;
  width: 100%; }

@media screen and (max-width: 480px) {
  .sm-block-group .med-block {
    padding: 20px 10px; } }

@media screen and (max-width: 860px) {
  .sm-block-group .med-block {
    padding: 20px 10px; } }

.bot-border-anim:before {
  content: "";
  background: url("../content/content-mosaic-mini/clientlibs/css/content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.html") 0 0 no-repeat;
  height: 15px;
  opacity: 0;
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .15s ease-out, left .25s ease-out;
  width: 15px; }

.bot-border-anim::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all .15s ease-in-out; }

.bot-border-anim:hover {
  cursor: pointer;
  text-decoration: none; }

.bot-border-anim:hover:before {
  opacity: 1; }

.bot-border-anim:hover:before {
  left: 100px; }

.bot-border-anim:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0; }

.bot-border-anim-blue {
  padding: 0 20px; }

.bot-border-anim-blue:before {
  content: "";
  background: url("../content/content-mosaic-mini/clientlibs/css/content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.html") 0 0 no-repeat;
  height: 15px;
  opacity: 0;
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .15s ease-out, left .25s ease-out;
  width: 15px; }

.bot-border-anim-blue::after {
  content: "";
  border-bottom: 1px solid #0079c1;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  transition: all .15s ease-in-out; }

.bot-border-anim-blue:hover {
  cursor: pointer;
  text-decoration: none; }

.bot-border-anim-blue:hover:before {
  opacity: 1; }

.bot-border-anim-blue:hover:before {
  left: 100px; }

.bot-border-anim-blue:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: 0; }

.sm-img.arcgis {
  background-size: cover; }

.sm-img.arcmap {
  background-size: cover; }

.content-mosaic-mini .lg-block {
  width: 100%;
  margin-left: 0; }

.content-mosaic-mini .sm-block {
  /*width: 50%;*/
  margin-left: 0; }

.content-mosaic-mini .sm-block.right {
  /*border-left: none;*/ }

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

.contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

.contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

.contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: 32px;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: auto;
  right: 0; }

[dir=ltr] .contact-us_tab,
.contact-us_tab {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #f4f4f4;
  padding-top: 30px;
  -webkit-transition: margin 0.1s ease-in;
  transition: margin 0.1s ease-in;
  margin-top: -30px; }
  @media (min-width: 414px) {
    [dir=ltr] .contact-us_tab,
    .contact-us_tab {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 620px) {
    [dir=ltr] .contact-us_tab,
    .contact-us_tab {
      padding-left: 60px;
      padding-right: 60px; } }

@media (min-width: 790px) {
  [dir=ltr] .contact-us_tab,
  .contact-us_tab {
    margin-top: -30px; } }

[dir=ltr] .contact-us_tab-top-section,
.contact-us_tab-top-section {
  text-align: left; }

[dir=ltr] .contact-us_address-details,
.contact-us_address-details {
  text-align: left; }

[dir=rtl] .contact-us_tab-top-section {
  text-align: right; }

[dir=rtl] .contact-us_address-details {
  text-align: right; }

@media (min-width: 1240px) {
  [dir=rtl] .contact-us_tab-left {
    text-align: right; } }

@media (min-width: 1240px) {
  [dir=ltr] .contact-us_tab-left {
    text-align: left; } }

.contact-us {
  color: #323232; }
  .contact-us_text-parbase-send-feedback p {
    color: #f8f8f8; }
    .contact-us_text-parbase-send-feedback p a {
      color: #56a5d8; }
      .contact-us_text-parbase-send-feedback p a:hover {
        color: #0079c1; }
  .contact-us_text-parbase-send-feedback li {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    border-bottom: #666 1px solid;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0.55rem;
    z-index: 10;
    text-shadow: 2px 2px #222, 2px -2px #222, -2px 2px #222, -2px -2px #222; }
    .contact-us_text-parbase-send-feedback li:hover {
      text-decoration: none; }
      .contact-us_text-parbase-send-feedback li:hover::after {
        width: 100%;
        z-index: 200; }
    .contact-us_text-parbase-send-feedback li::after {
      box-sizing: border-box;
      content: '';
      display: block;
      border-bottom: 1px solid #0079c1;
      width: 0;
      position: absolute;
      z-index: 200;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      transition: 0.15s ease;
      background: transparent; }
  .contact-us_location-search-result-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  .contact-us_modal-form-thank-you-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  .contact-us_modal-form-thank-you {
    z-index: -1;
    position: fixed;
    display: inline-block;
    width: 80%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    line-height: 4rem;
    padding-top: 4rem;
    vertical-align: middle;
    text-align: center;
    background: white; }
  @media (min-width: 790px) {
    .contact-us_modal-form-thank-you {
      width: 50%;
      height: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .contact-us_distributor-heading-title {
    margin-bottom: 0.4rem; }
  .contact-us_distributor-heading-subtitle {
    font-size: 1.2rem;
    line-height: 1.5rem; }
  .contact-us_tab-top-section {
    margin: 0 0 0rem 0; }
    .contact-us_tab-top-section ul {
      margin-right: auto;
      margin-left: auto;
      text-align: left; }
      .contact-us_tab-top-section ul li {
        margin-left: 30px;
        text-align: left; }
    @media (min-width: 790px) {
      .contact-us_tab-top-section {
        margin-bottom: 0;
        height: 160px; }
        .contact-us_tab-top-section ul {
          margin-right: auto;
          margin-left: auto;
          text-align: left; }
          .contact-us_tab-top-section ul li {
            margin-left: 20px;
            text-align: left; } }
  .contact-us_tab-content-title {
    color: #323232;
    font-size: 1.414rem;
    line-height: 1.55rem;
    margin-bottom: 0.55rem;
    text-align: inherit;
    display: none; }
    @media (min-width: 790px) {
      .contact-us_tab-content-title {
        display: block; } }
  .contact-us_tab-content-subtitle {
    max-width: 100%;
    text-align: center;
    color: #595959; }
    @media (min-width: 790px) {
      .contact-us_tab-content-subtitle {
        text-align: inherit;
        padding-bottom: 60px;
        max-width: 80%; } }
    @media (min-width: 1240px) {
      .contact-us_tab-content-subtitle {
        max-width: 60%; } }
  .contact-us_tab-bottom-section {
    width: 100%;
    padding-bottom: 30px; }
  @media (min-width: 790px) {
    .contact-us_tab-bottom-section {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      padding-bottom: 0; } }
  .contact-us_tab-left, .contact-us_tab-right {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: auto;
    box-sizing: border-box; }
  .contact-us_tab-left {
    text-align: center; }
  @media (min-width: 790px) {
    .contact-us_tab-left {
      width: calc( 50% + 0px);
      margin-bottom: 0; }
    .contact-us_tab-right {
      width: calc( 50% - 0px); } }
  @media (min-width: 1240px) {
    .contact-us_tab-left {
      width: calc( 50% + 90px); }
    .contact-us_tab-right {
      width: calc( 50% - 90px); } }
  .contact-us_address-box-left, .contact-us_cta-box-right, .contact-us_cta-box {
    box-sizing: border-box;
    margin: 0 0 16px 0;
    display: inline-block;
    width: calc( 100% - 16px);
    color: #666;
    background-color: white;
    text-align: center;
    overflow: hidden; }
  .contact-us_address-box-left {
    min-height: 216px; }
  .contact-us_cta-box-right, .contact-us_cta-box {
    height: 216px; }
  .contact-us_cta-box-bottom {
    text-align: center; }
  .contact-us_cta-box-right > .contact-us_cta-anchor,
  .contact-us_cta-box > .contact-us_cta-anchor {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: solid #cccccc 1px;
    box-shadow: gba(0, 0, 0, 0.075) 0px 1px 2px 0px inset;
    -webkit-transition: border 0.2s, color 0.15s ease-in-out;
    transition: border 0.2s, color 0.15s ease-in-out; }
    .contact-us_cta-box-right > .contact-us_cta-anchor:hover,
    .contact-us_cta-box > .contact-us_cta-anchor:hover {
      text-decoration: none;
      border: solid #0079c1 1px; }
      .contact-us_cta-box-right > .contact-us_cta-anchor:hover .contact-us_cta-icon svg,
      .contact-us_cta-box > .contact-us_cta-anchor:hover .contact-us_cta-icon svg {
        fill: #005e95; }
      .contact-us_cta-box-right > .contact-us_cta-anchor:hover .contact-us_cta-action::after,
      .contact-us_cta-box > .contact-us_cta-anchor:hover .contact-us_cta-action::after {
        width: 100%; }
    .contact-us_cta-box-right > .contact-us_cta-anchor .contact-us_cta-action,
    .contact-us_cta-box > .contact-us_cta-anchor .contact-us_cta-action {
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      z-index: 10;
      font-size: 1.1rem;
      text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white; }
    .contact-us_cta-box-right > .contact-us_cta-anchor .contact-us_cta-action::after,
    .contact-us_cta-box > .contact-us_cta-anchor .contact-us_cta-action::after {
      content: '';
      display: block;
      border-bottom: 1px solid #0079c1;
      width: 0;
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      transition: 0.15s ease;
      background: transparent; }
  .contact-us_cta-section-margin-top {
    margin-top: 0; }
  @media (min-width: 790px) {
    .contact-us_address-box-left, .contact-us_cta-box {
      margin: 0 16px 16px 0;
      width: 284px;
      display: inline-block; } }
  @media (min-width: 790px) {
    .contact-us_cta-box-right {
      margin: 0 0 0 0;
      min-width: 284px;
      width: 100%;
      display: inline-block; } }
  .contact-us_address-box-left {
    padding: 40px 20px;
    border: solid #cccccc 1px;
    box-shadow: gba(0, 0, 0, 0.075) 0px 1px 2px 0px inset; }
  .contact-us_cta-box-top {
    height: 65%;
    padding: 0 6px; }
    .contact-us_cta-box-top .cta-small-text {
      font-size: 0.9rem; }
    @media (min-width: 790px) {
      .contact-us_cta-box-top {
        padding: 0 20px; } }
  .contact-us_cta-icon {
    height: 40px;
    margin-top: 14px;
    fill: #595959; }
    .contact-us_cta-icon svg {
      height: 36px;
      width: 36px;
      -webkit-transition: fill 0.15s ease-in-out;
      transition: fill 0.15s ease-in-out; }
  @media (min-width: 790px) {
    .contact-us_cta-icon {
      margin-top: 18px; } }
  .contact-us_cta-title {
    color: #323232;
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 4px; }
    @media (min-width: 321px) {
      .contact-us_cta-title {
        font-size: 18.4px;
        line-height: 1.55rem;
        margin-bottom: 6px; } }
    @media (min-width: 790px) {
      .contact-us_cta-title {
        font-size: 20.4px;
        margin-bottom: 10px; } }
  .contact-us_cta-subtitle {
    color: #696969;
    font-size: 15.9px;
    line-height: 17.5px;
    max-width: 250px;
    display: inline-block; }
    @media (min-width: 790px) {
      .contact-us_cta-subtitle {
        line-height: 18px; } }
  .contact-us_cta-action {
    color: #0079c1;
    font-size: 0.9rem;
    line-height: 1em; }
    @media (min-width: 321px) {
      .contact-us_cta-action {
        font-size: 1.1rem;
        line-height: 1.2em; } }
    @media (min-width: 790px) {
      .contact-us_cta-action {
        font-size: 1.1rem;
        line-height: 1.2em; } }
  .contact-us_cta-action-anchor {
    color: inherit;
    font-size: 20.4px;
    line-height: inherit; }
  .contact-us_cta-action-anchor-btn {
    color: inherit; }
  .contact-us_cta-blue-text {
    color: #0079c1; }
  .contact-us_cta-big-text {
    font-size: 1.5rem;
    line-height: 1.7rem; }
  .contact-us_btn {
    width: 165px; }
  .contact-us_address-box-right {
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc; }
  .contact-us_address-box-right {
    padding: 40px 30px 40px 30px;
    margin: 0; }
  .contact-us_address-box-right {
    display: none; }
  @media (min-width: 790px) {
    .contact-us_address-box-left {
      display: none; }
    .contact-us_address-box-right {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      width: 100%;
      min-width: 300px;
      min-height: 216px; } }
  @media (min-width: 790px) {
    .contact-us_address-box-right {
      justify-content: left;
      padding-left: 90px; } }
  @media (min-width: 1340px) {
    .contact-us_address-box-right {
      justify-content: left;
      padding-left: 118px; } }
  .contact-us_address-details {
    display: inline-block;
    padding: 0;
    max-width: 400px; }
  @media (min-width: 790px) {
    .contact-us .contact-us_address-box-right .contact-us_address-details {
      max-width: 340px; } }
  .contact-us_address-detail-line {
    font-size: 20.4px;
    color: #595959; }
    @media (min-width: 790px) {
      .contact-us_address-detail-line {
        font-size: 20.4px; } }
  .contact-us_address-detail-line-company-name {
    font-size: 24px;
    color: #323232;
    padding-bottom: 8px; }
    @media (min-width: 790px) {
      .contact-us_address-detail-line-company-name {
        font-size: 24px; } }
  .contact-us_address-detail-line-1 {
    font-size: 24px;
    color: #323232; }
  .contact-us_address-detail-line {
    margin: 0;
    padding: 0;
    font-size: 20.4px;
    color: #595959;
    line-height: 1.6rem;
    text-align: inherit; }
  .contact-us_form-label-v-space, .contact-us_form-label {
    margin: 0 3px 8px 3px; }
  .contact-us_form-wrap {
    position: relative;
    padding: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin: 0;
    overflow: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .contact-us_form-wrap.aem-form {
      height: 100% !important;
      padding: 0; }
      .contact-us_form-wrap.aem-form .aem-form-data-sly-resource {
        height: 100% !important;
        overflow: visible; }
        .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform {
          overflow: visible;
          position: relative;
          z-index: 100; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar {
            -webkit-appearance: none; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar:vertical {
            width: 11px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar:horizontal {
            height: 11px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar-thumb {
            border-radius: 8px;
            border: 2px solid white;
            /* should match background, can't be transparent */
            background-color: rgba(0, 0, 0, 0.5); }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar-track {
            background-color: #fff;
            border-radius: 8px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe {
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe #guide-mobile-navigator-wrapper {
              display: none !important; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar {
              -webkit-appearance: none; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar:vertical {
              width: 11px; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar:horizontal {
              height: 11px; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar-thumb {
              border-radius: 8px;
              border: 2px solid white;
              /* should match background, can't be transparent */
              background-color: rgba(0, 0, 0, 0.5); }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar-track {
              background-color: #fff;
              border-radius: 8px; }
    .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
      padding-left: 8px;
      padding-right: 0;
      max-width: calc( 96% - 0px);
      height: 100%;
      width: 100%;
      overflow: visible;
      background: #f4f4f4; }
      @media (min-width: 414px) {
        .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
          max-width: calc( 100% - 16px); } }
      @media (min-width: 790px) {
        .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
          padding-left: 0;
          padding-right: 0;
          width: 100%; } }
    .contact-us_form-wrap.customer-service {
      min-height: 890px; }
      .contact-us_form-wrap.customer-service iframe {
        min-height: 890px; }
    .contact-us_form-wrap.training {
      min-height: 806px; }
      .contact-us_form-wrap.training iframe {
        min-height: 806px; }
    @media (min-width: 790px) {
      .contact-us_form-wrap {
        top: -33px;
        max-width: 600px;
        text-align: left;
        margin: 0;
        width: 100%; } }
    .contact-us_form-wrap.pardot-form {
      padding-right: 10px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form {
          padding-right: 6px; } }
      .contact-us_form-wrap.pardot-form iframe {
        width: 100%; }
      .contact-us_form-wrap.pardot-form.sales {
        min-height: 1180px;
        overflow: hidden; }
        .contact-us_form-wrap.pardot-form.sales iframe {
          min-height: 1180px; }
      .contact-us_form-wrap.pardot-form.consulting {
        min-height: 1150px; }
        .contact-us_form-wrap.pardot-form.consulting iframe {
          min-height: 1150px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form {
          top: -40px;
          left: -10px; } }
    .contact-us_form-wrap .contact-us_form {
      position: relative;
      left: 0;
      top: 0;
      opacity: 1;
      z-index: 10;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      margin-left: 3px;
      width: calc(100% - 6px); }
      @media (min-width: 790px) {
        .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you {
          width: 100%;
          top: 19px; } }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you div {
        text-align: center; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-title {
        padding-top: 1.55em;
        color: #338033;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-subtitle {
        max-width: 350px; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor {
        border: solid #338033 1px;
        box-shadow: gba(0, 127, 0, 0.075) 0px 1px 2px 0px inset; }
        .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor:hover {
          text-decoration: none;
          border: solid #0079c1 1px; }
          .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor:hover .contact-us_cta-title {
            color: #0079c1; }
    .contact-us_form-wrap.submitted {
      height: 240px; }
      .contact-us_form-wrap.submitted .contact-us_form {
        opacity: 0;
        z-index: 1; }
      .contact-us_form-wrap.submitted .contact-us_cta-box-right.contact-form-thank-you {
        opacity: 1;
        z-index: 10; }
    .contact-us_form-wrap div {
      text-align: left; }
    .contact-us_form-wrap .form-submit-button-container {
      text-align: center;
      padding-bottom: 1rem; }
    .contact-us_form-wrap p.form-field {
      position: relative;
      top: 0;
      left: 0;
      height: 40px;
      -webkit-transition: height 0.4s ease-in-out;
      transition: height 0.4s ease-in-out; }
    .contact-us_form-wrap label.field-label {
      position: absolute;
      left: 9px;
      top: 7px;
      opacity: 1;
      font-size: 0.95rem;
      margin: 0;
      z-index: 20;
      color: #797979;
      -webkit-transition: top 0.4s, opacity 0.4s ease-in-out;
      transition: top 0.4s, opacity 0.4s ease-in-out; }
    .contact-us_form-wrap input, .contact-us_form-wrap textarea {
      position: relative;
      top: 0;
      left: 0;
      border: solid #ccc 1px;
      box-sizing: border-box;
      width: calc( 100% - 6px);
      margin: 0 3px;
      -webkit-transition: top 0.4s ease-in-out;
      transition: top 0.4s ease-in-out; }
    .contact-us_form-wrap p.form-field.active {
      height: 80px; }
      .contact-us_form-wrap p.form-field.active label.field-label {
        color: #0079c1;
        top: 0;
        opacity: 1; }
      .contact-us_form-wrap p.form-field.active input {
        top: 40px; }
    .contact-us_form-wrap p.form-field.complete label.field-label {
      opacity: 0; }
  .contact-us_location-section-container {
    background-color: #f4f4f4; }
  .contact-us_location-search {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 120px; }
    .contact-us_location-search h3, .contact-us_location-search h4 {
      text-align: center;
      color: #323232; }
  .contact-us_location-search-center {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    justify-content: center; }
  .contact-us_location-search-input-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 60px;
    width: 80%;
    max-width: 460px; }
    .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
      position: absolute;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2 ease-in-out; }
      .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass svg {
        fill: #595959; }
      .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.active:hover {
        cursor: pointer; }
        .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.active:hover svg {
          fill: #0079c1; }
    .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
      position: absolute;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2 ease-in-out; }
      .contact-us_location-search-input-container .contact-us_location-search-input-delete-x.active {
        opacity: 0.6; }
        .contact-us_location-search-input-container .contact-us_location-search-input-delete-x.active:hover {
          cursor: pointer;
          opacity: 1; }
      .contact-us_location-search-input-container .contact-us_location-search-input-delete-x svg {
        fill: #de2900; }
  .contact-us_location-search-popup-message {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: -10%;
    width: 120%;
    font-size: 1rem;
    text-align: center;
    color: #595959;
    color: white;
    border-radius: 4px;
    margin: 0;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3 ease-in-out; }
    .contact-us_location-search-popup-message .alert-close {
      opacity: 1;
      -webkit-appearance: none;
      font-size: 1rem;
      line-height: 1.5;
      cursor: pointer;
      padding: 0;
      border: none;
      outline: none;
      color: #0079c1;
      background: transparent;
      color: currentColor;
      position: absolute; }
    .contact-us_location-search-popup-message:hover {
      top: -80px;
      opacity: 1;
      z-index: 10;
      color: #323232; }
      .contact-us_location-search-popup-message:hover.inactive, .contact-us_location-search-popup-message:hover.is-inactive {
        color: white;
        top: 0;
        opacity: 0;
        z-index: -1; }
    .contact-us_location-search-popup-message.active, .contact-us_location-search-popup-message.is-active {
      color: #595959;
      top: -80px;
      opacity: 1;
      z-index: 10; }
  .contact-us_location-search-input {
    background: transparent;
    max-width: 84%;
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 4px;
    border: none !important;
    box-shadow: none !important;
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    color: #323232;
    line-height: 45px;
    height: 44px; }
    .contact-us_location-search-input:focus {
      border: none !important;
      box-shadow: none !important; }
    .contact-us_location-search-input::-ms-clear {
      display: none; }
  .contact-us_location-search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input-measure-grayline {
    position: absolute;
    top: 50px;
    padding-top: 0;
    left: 0;
    box-sizing: border-box;
    border: none;
    border-top: solid #cccccc 1px;
    display: inline-block;
    min-width: calc( 100% - 6px);
    background: transparent;
    height: 1px;
    max-width: 800px; }
  .contact-us_location-search-input-measure-blueline {
    position: absolute;
    top: 50px;
    overflow-x: hidden;
    max-width: 84%;
    box-sizing: border-box;
    border: none;
    border-top: solid #0079c1 1px;
    display: inline-block;
    color: transparent;
    background: transparent;
    height: 3px;
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out; }
  .contact-us_location-search-result {
    position: absolute;
    top: 51px;
    left: 0;
    padding: 0 2px 4px 2px;
    border: solid #cccccc 1px;
    border-top: none;
    background: white;
    display: none;
    min-width: calc( 100% - 6px);
    opacity: 1;
    max-height: 300px;
    overflow: auto;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out; }
    .contact-us_location-search-result::-webkit-scrollbar {
      width: 0.5rem; }
    .contact-us_location-search-result::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .contact-us_location-search-result::-webkit-scrollbar-thumb {
      border-radius: 0.25rem;
      background-color: darkgrey;
      outline: 1px solid slategrey; }
    .contact-us_location-search-result div.location-search-item {
      text-align: left;
      cursor: pointer;
      padding: 4px 2px 0;
      margin: 4px 2px 8px;
      border-bottom: 1px solid #ccc;
      min-width: 300px; }
      .contact-us_location-search-result div.location-search-item.focus {
        background: #ccc; }

.centered-content-switcher_slide[data-slide="1"] .centered-content-switcher_info {
  padding-top: 20px; }

.centered-content-switcher_slide[data-slide="1"] .centered-content-switcher_video-body {
  padding-bottom: 80px; }

.centered-content-switcher .tablet-column-10 {
  padding: 0; }

.centered-content-switcher .play-button {
  border: none;
  margin-top: 160px;
  background: rgba(255, 255, 255, 0.9);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
    outline: none; }
  .centered-content-switcher .play-button:after {
    border-left: 12px solid #323232; }
    .centered-content-switcher .play-button:after:hover {
      border-left: 12px solid #323232; }
  .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
    background: #0079c1;
    border: none;
    outline: none; }
    .centered-content-switcher .play-button:hover:after, .centered-content-switcher .play-button:focus:after {
      border-left: 12px solid white; }
  .centered-content-switcher .play-button:focus {
    background: #0079c1;
    outline: none; }
    .centered-content-switcher .play-button:focus:after {
      border-left: 12px solid white; }
  .centered-content-switcher .play-button:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  @media screen and (min-width: 840px) {
    .centered-content-switcher .play-button {
      border: none;
      margin-top: 130px;
      background: rgba(255, 255, 255, 0.9);
      width: 72px;
      height: 72px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
        outline: none; }
      .centered-content-switcher .play-button:after {
        border-left: 15px solid #323232; }
        .centered-content-switcher .play-button:after:hover {
          border-left: 15px solid #323232; }
      .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
        .centered-content-switcher .play-button:hover:after, .centered-content-switcher .play-button:focus:after {
          border-left: 15px solid white; }
      .centered-content-switcher .play-button:focus {
        background: #0079c1;
        outline: none; }
        .centered-content-switcher .play-button:focus:after {
          border-left: 15px solid white; }
      .centered-content-switcher .play-button:after {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; } }

.centered-content-switcher_wrapper {
  position: relative;
  background: #323232; }
  .centered-content-switcher_wrapper > section.centered-content-switcher_slide:only-of-type .centered-content-switcher_nav {
    display: none; }

.centered-content-switcher_slide {
  transition: all, .5s;
  position: relative;
  background-color: #005e95;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity linear 0.5s; }
  .centered-content-switcher_slide[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0.0;
    height: 0 !important;
    min-height: none;
    transition: opacity linear 0s; }
    .centered-content-switcher_slide[aria-hidden="true"]:not(.centered-content-switcher_slide--ghost) > * {
      display: none; }
  .centered-content-switcher_slide[aria-hidden="false"] {
    padding: 40px 0; }
    @media (min-width: 480px) {
      .centered-content-switcher_slide[aria-hidden="false"] {
        min-height: 500px;
        height: 55vh;
        max-height: 1100px; } }
    @media (min-width: 860px) {
      .centered-content-switcher_slide[aria-hidden="false"] {
        min-height: 800px;
        height: 80vh;
        max-height: 1100px;
        padding: 0; } }
  .centered-content-switcher_slide.centered-content-switcher_slide--ghost {
    height: auto !important;
    position: absolute; }
    .centered-content-switcher_slide.centered-content-switcher_slide--ghost > * {
      opacity: 0; }

.centered-content-switcher_call-out {
  position: relative;
  align-self: center;
  background: rgba(50, 50, 50, 0.9);
  padding: 0; }

.centered-content-switcher_time-stamp {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  color: #4c4c4c;
  box-sizing: border-box;
  padding: 2px 9px; }

.centered-content-switcher_content {
  width: 100%;
  padding: 50px 10px;
  min-height: 350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }

.centered-content-switcher_info {
  width: 100% !important;
  text-align: center;
  color: white;
  position: relative;
  min-height: 167px;
  /* prevent siteCore styles */
  background-color: transparent;
  background-image: none;
  border-color: transparent; }

.centered-content-switcher_adjHeight {
  top: -26.66666667px; }
  @media screen and (min-width: 860px) {
    .centered-content-switcher_adjHeight {
      top: -32.5px; } }

.centered-content-switcher_category {
  color: #efefef;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0.55rem; }
  @media (min-width: 860px) {
    .centered-content-switcher_category {
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

.centered-content-switcher_title {
  color: #FFFFFF;
  font-weight: 300;
  font-style: normal;
  font-size: 1.999396rem;
  line-height: 2.325rem;
  margin-bottom: 1.2rem; }
  @media screen and (max-width: 859px) {
    .centered-content-switcher_title {
      font-size: 1.7689rem; } }
  @media screen and (max-width: 479px) {
    .centered-content-switcher_title {
      font-size: 1.5625rem; } }

.centered-content-switcher_divider {
  height: 3px;
  width: 60px;
  background-color: #828282;
  margin: 0 auto 20px; }

.centered-content-switcher_thin-divider {
  height: 1px;
  width: 60px;
  background-color: #828282;
  margin: 0 auto 10px; }

.centered-content-switcher_body, .centered-content-switcher_testimonial, .centered-content-switcher_video-body, .centered-content-switcher_mega-body {
  font-size: 1.2019rem;
  line-height: 1.55rem;
  color: #FFFFFF;
  width: 680px;
  max-width: 90%;
  margin: 0 auto 1.85rem auto; }
  @media screen and (max-width: 859px) {
    .centered-content-switcher_body, .centered-content-switcher_testimonial, .centered-content-switcher_video-body, .centered-content-switcher_mega-body {
      font-size: 1.1305rem; } }
  @media screen and (max-width: 479px) {
    .centered-content-switcher_body, .centered-content-switcher_testimonial, .centered-content-switcher_video-body, .centered-content-switcher_mega-body {
      font-size: 1.0625rem; } }

.centered-content-switcher_testimonial {
  margin-bottom: 1.1rem; }

.centered-content-switcher_mega-body {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal;
  text-align: left; }

.centered-content-switcher_quote-mark {
  margin: 0 auto 20px; }

.centered-content-switcher_quotee-name {
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.55rem;
  margin-bottom: 0.1rem; }

.centered-content-switcher_quotee-title-company {
  color: #CCCCCC;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.centered-content-switcher_cta.btn {
  border: 1px solid #49b0f2; }

.centered-content-switcher_cta.btn.btn-custom {
  background: rgba(255, 255, 255, 0.85);
  border-color: transparent;
  color: #000000; }
  .centered-content-switcher_cta.btn.btn-custom:hover, .centered-content-switcher_cta.btn.btn-custom:focus, .centered-content-switcher_cta.btn.btn-custom:active {
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: inset 0 0 0 1px #FFFFFF; }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='internal']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='internal']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='external']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='external']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='video']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='video']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='document']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='document']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='phone']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='phone']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='phone']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role]:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-out;
    width: 13px;
    display: inline-block;
    margin-left: 4px; }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='phone']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.centered-content-switcher_nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid #4c4c4c;
  position: relative; }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav {
      display: block;
      padding: 0;
      border-top: none;
      color: #EFEFEF; }
      .centered-content-switcher_nav:hover, .centered-content-switcher_nav:focus, .centered-content-switcher_nav:active {
        color: #FFFFFF; } }

.centered-content-switcher [data-action-slide="prev"],
.centered-content-switcher [data-action-slide="next"] {
  background-color: transparent;
  border: 0;
  background-repeat: none;
  background-size: contain;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  outline: none;
  margin-top: -3px; }
  @media (min-width: 1024px) {
    .centered-content-switcher [data-action-slide="prev"],
    .centered-content-switcher [data-action-slide="next"] {
      display: none; } }
  @media (max-width: 480px) {
    .centered-content-switcher [data-action-slide="prev"],
    .centered-content-switcher [data-action-slide="next"] {
      position: absolute; } }

.centered-content-switcher [data-action-slide="prev"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxzdHlsZT5wYXRoIHtmaWxsOiAjQ0NDQ0NDO308L3N0eWxlPjxwYXRoIGQ9Ik0yNSAyOGgtNUw4IDE2IDIwIDRoNUwxMyAxNmwxMiAxMnoiLz48L3N2Zz4=);
  left: 10px; }
  @media (min-width: 480px) {
    .centered-content-switcher [data-action-slide="prev"] {
      margin-right: 3%; } }

.centered-content-switcher [data-action-slide="next"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxzdHlsZT5wYXRoIHtmaWxsOiAjQ0NDQ0NDO308L3N0eWxlPjxwYXRoIGQ9Ik03IDRoNWwxMiAxMi0xMiAxMkg3bDEyLTEyTDcgNHoiLz48L3N2Zz4=);
  right: 10px; }
  @media (min-width: 480px) {
    .centered-content-switcher [data-action-slide="next"] {
      margin-left: 3%; } }

.centered-content-switcher_options {
  display: inline-block; }
  @media (min-width: 1024px) {
    .centered-content-switcher_options {
      display: block;
      width: 100%; } }
  .centered-content-switcher_options > .centered-content-switcher_nav-item {
    color: white;
    box-sizing: border-box;
    cursor: pointer !important;
    width: auto;
    display: inline-block;
    border: none;
    padding: 10px 8px 8px 8px;
    float: none;
    margin: 0; }
    @media (min-width: 1024px) {
      .centered-content-switcher_options > .centered-content-switcher_nav-item {
        float: left;
        display: block;
        border: 1px solid #595959;
        border-right: none;
        padding: 0; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(1) {
          width: 100%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(2),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(2) ~ .centered-content-switcher_nav-item {
          width: 50%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(3),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(3) ~ .centered-content-switcher_nav-item {
          width: 33.33333333333%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(4),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(4) ~ .centered-content-switcher_nav-item {
          width: 50%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) ~ .centered-content-switcher_nav-item {
          width: 33.33333333333%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          border-right: 1px solid #595959; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item,
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          width: 50%;
          border-top: none; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) ~ .centered-content-switcher_nav-item {
          width: 33.33333333333%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          border-right: 1px solid #595959; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item,
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item,
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          border-top: none; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child {
          border-right: 1px solid #595959; }
          .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:hover, .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:focus, .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:active, .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child[aria-hidden="false"] {
            border-right: 1px solid #595959; } }

.centered-content-switcher_nav-label-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  display: none;
  padding-right: 10px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav-label-container {
      display: flex; } }

.centered-content-switcher_nav-label {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal;
  display: none; }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav-label {
      display: block; } }

.centered-content-switcher_nav-item {
  background: transparent;
  position: relative;
  text-align: left;
  outline: none; }
  .centered-content-switcher_nav-item::before {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid white;
    display: inline-block;
    content: ""; }
    @media (min-width: 1024px) {
      .centered-content-switcher_nav-item::before {
        display: none; } }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav-item:hover, .centered-content-switcher_nav-item:focus, .centered-content-switcher_nav-item:active {
      background: #323232;
      position: relative;
      overflow: visible; }
      .centered-content-switcher_nav-item:hover::after, .centered-content-switcher_nav-item:focus::after, .centered-content-switcher_nav-item:active::after {
        border: 1px solid #49b0f2;
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        z-index: 1; }
      .centered-content-switcher_nav-item:hover .centered-content-switcher_nav-label, .centered-content-switcher_nav-item:focus .centered-content-switcher_nav-label, .centered-content-switcher_nav-item:active .centered-content-switcher_nav-label {
        color: #FFFFFF; } }
  .centered-content-switcher_nav-item[aria-selected="true"] {
    background: none;
    position: relative; }
    @media (min-width: 1024px) {
      .centered-content-switcher_nav-item[aria-selected="true"] {
        background: #000000; }
        .centered-content-switcher_nav-item[aria-selected="true"]::after {
          border: 1px solid #49b0f2;
          content: "";
          display: block;
          position: absolute;
          top: -1px;
          right: -1px;
          bottom: -1px;
          left: -1px;
          z-index: 1; } }
    .centered-content-switcher_nav-item[aria-selected="true"]::before {
      border: 1px solid #49B0F2;
      background: #49B0F2; }
      @media (min-width: 1024px) {
        .centered-content-switcher_nav-item[aria-selected="true"]::before {
          display: none; } }
    .centered-content-switcher_nav-item[aria-selected="true"] .centered-content-switcher_nav-label {
      color: #FFFFFF; }

.centered-content-switcher_thumb {
  width: 60px;
  height: 60px;
  margin: 10px;
  display: none; }
  @media (min-width: 1024px) {
    .centered-content-switcher_thumb {
      display: block; } }

.centered-content-switcher .modal-overlay {
  display: none; }
  .centered-content-switcher .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.centered-content-switcher .modal-content {
  background-color: transparent; }

.centered-content-switcher .video_modal {
  max-width: 107%;
  height: 480px; }

@media (max-width: 959px) {
  .centered-content-switcher .modal-content {
    width: 90vw;
    background-color: transparent; }
    .centered-content-switcher .modal-content iframe.video_content,
    .centered-content-switcher .modal-content iframe.youtube {
      width: 100%; } }

.centered-content-switcher hr.separator {
  margin: 0 auto;
  margin-bottom: 20px; }

/* Right to Left */
html[dir="rtl"] body .centered-content-switcher_nav-label-container {
  right: 100px;
  left: 0; }
  @media (min-width: 1024px) {
    html[dir="rtl"] body .centered-content-switcher_nav-label-container {
      text-align: right; } }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='internal']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='internal']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='internal']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+);
  transform: rotate(180deg); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='external']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='external']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='external']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='video']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='video']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='video']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='document']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='document']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='document']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='phone']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='phone']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='phone']:after {
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role]:after {
  margin-left: 0px;
  margin-right: 4px; }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='internal']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+);
  transform: rotate(180deg); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='external']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='video']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='document']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='phone']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==);
  transform: scaleX(-1); }

@media (min-width: 860px) {
  .case-study-hero {
    margin-bottom: -7px; } }

.case-study-hero .ind-case_study_resource-details {
  margin-top: 0 !important;
  box-sizing: border-box;
  position: relative; }
  @media (min-width: 860px) {
    .case-study-hero .ind-case_study_resource-details {
      min-height: 480px; } }
  @media (min-width: 860px) {
    .case-study-hero .ind-case_study_resource-details .resource-details-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

.case-study-hero .play-button {
  border: none;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
    outline: none; }
  .case-study-hero .play-button:after {
    border-left: 12px solid #323232; }
    .case-study-hero .play-button:after:hover {
      border-left: 12px solid #323232; }
  .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
    background: #0079c1;
    border: none;
    outline: none; }
    .case-study-hero .play-button:hover:after, .case-study-hero .play-button:focus:after {
      border-left: 12px solid white; }
  .case-study-hero .play-button:focus {
    background: #0079c1;
    outline: none; }
    .case-study-hero .play-button:focus:after {
      border-left: 12px solid white; }
  .case-study-hero .play-button:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  @media screen and (min-width: 840px) {
    .case-study-hero .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(255, 255, 255, 0.9);
      width: 72px;
      height: 72px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
        outline: none; }
      .case-study-hero .play-button:after {
        border-left: 15px solid #323232; }
        .case-study-hero .play-button:after:hover {
          border-left: 15px solid #323232; }
      .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
        .case-study-hero .play-button:hover:after, .case-study-hero .play-button:focus:after {
          border-left: 15px solid white; }
      .case-study-hero .play-button:focus {
        background: #0079c1;
        outline: none; }
        .case-study-hero .play-button:focus:after {
          border-left: 15px solid white; }
      .case-study-hero .play-button:after {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; } }

.case-study-hero .modal-overlay {
  display: none; }
  .case-study-hero .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.case-study-hero .modal-content {
  background-color: transparent; }

.case-study-hero .video_modal {
  max-width: 107%;
  height: 480px; }

@media (max-width: 959px) {
  .case-study-hero .modal-content {
    width: 90vw;
    background-color: transparent; }
    .case-study-hero .modal-content iframe.video_content, .case-study-hero .modal-content iframe.youtube {
      width: 100%; } }

.ind-case_study_resource {
  margin: 60px 0 0 0;
  width: 100%; }
  .ind-case_study_resource_time-stamp {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999;
    bottom: 1px;
    right: 0;
    box-sizing: border-box;
    padding: 2px 9px; }
  .ind-case_study_resource_icon {
    width: 64px;
    margin: 30px 0 0 25px; }
    @media (min-width: 1024px) {
      .ind-case_study_resource_icon {
        margin: 40px 0 0 0; } }
  .ind-case_study_resource_text {
    box-sizing: border-box;
    padding: 10px 0; }
    .ind-case_study_resource_text .ind-hero_seperator {
      margin: 15px 0; }
    .ind-case_study_resource_text h1 {
      font-size: calc(100% + 3.25vh);
      letter-spacing: -0.2rem; }
      @media (min-width: 1024px) {
        .ind-case_study_resource_text h1 {
          font-size: 3.39795rem;
          line-height: 3.1rem; } }
    @media (min-width: 1024px) {
      .ind-case_study_resource_text {
        float: left;
        width: 50%; } }
    @media (min-width: 1440px) {
      .ind-case_study_resource_text {
        width: 50%; } }
  .ind-case_study_resource-video {
    position: relative;
    text-align: center;
    min-height: 260px; }
    .ind-case_study_resource-video:hover {
      cursor: pointer; }
      .ind-case_study_resource-video:hover .video_play {
        background: #0079c1; }
        .ind-case_study_resource-video:hover .video_play:after {
          border-left-color: #fff; }
    @media (min-width: 600px) {
      .ind-case_study_resource-video {
        min-height: 480px; } }
    .ind-case_study_resource-video:hover .ind-video-dark_play {
      background: #0079c1; }
      .ind-case_study_resource-video:hover .ind-video-dark_play:after {
        border-left: 13px solid #ffffff; }
    .ind-case_study_resource-video:hover .ind-video_play {
      background: #0079c1; }
      .ind-case_study_resource-video:hover .ind-video_play:after {
        border-left: 13px solid #ffffff; }
    .ind-case_study_resource-video:hover .ind-doc-dark_play {
      background-color: #0079c1; }
    .ind-case_study_resource-video .ind-video_placeholder {
      width: 100%;
      background-color: #005e95; }
    @media (min-width: 860px) {
      .ind-case_study_resource-video {
        float: left;
        width: 58%; } }
  .ind-case_study_resource-details {
    margin-left: 5%;
    position: relative;
    padding-top: 30px; }
    .ind-case_study_resource-details .left-arrow {
      width: 0;
      height: 0;
      top: -35px;
      transform: translateX(-50%);
      left: 48%;
      position: absolute;
      border-left: 35px solid transparent;
      border-right: 35px solid transparent;
      border-bottom: 35px solid #323232; }
    @media (min-width: 860px) {
      .ind-case_study_resource-details {
        float: left;
        margin-left: 1%; }
        .ind-case_study_resource-details .left-arrow {
          border-top: 35px solid transparent;
          border-bottom: 35px solid transparent;
          border-right: 35px solid #323232;
          border-left: none;
          top: 50%;
          transform: translateY(-50%);
          left: -42px;
          position: absolute;
          display: block; } }
    @media (min-width: 768px) {
      .ind-case_study_resource-details {
        padding-top: 40px; } }
    @media (min-width: 860px) {
      .ind-case_study_resource-details {
        width: 40%; } }
    @media (min-width: 1024px) {
      .ind-case_study_resource-details {
        margin-top: 70px; } }
    @media (min-width: 1440px) {
      .ind-case_study_resource-details {
        margin-top: 100px; } }
    @media (min-width: 860px) {
      .ind-case_study_resource-details-heading, .ind-case_study_resource-details-title, .ind-case_study_resource-details-body {
        padding: 0 25px; } }
    @media (min-width: 1024px) {
      .ind-case_study_resource-details-heading, .ind-case_study_resource-details-title, .ind-case_study_resource-details-body {
        padding: 0 35px; } }
    .ind-case_study_resource-details-heading {
      color: #cccccc;
      font-size: calc(30% + .75vh);
      margin-bottom: 5px;
      letter-spacing: .05rem; }
      @media (min-width: 768px) {
        .ind-case_study_resource-details-heading {
          font-size: 0.8125rem; } }
    .ind-case_study_resource-details-title {
      font-size: calc(70% + 1vh);
      line-height: 1.5rem;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .ind-case_study_resource-details-title {
          line-height: 2.5rem;
          font-size: 1.9994rem;
          letter-spacing: -0.1rem; } }
      @media (min-width: 860px) {
        .ind-case_study_resource-details-title {
          line-height: 2rem;
          font-size: 1.7rem; } }
      @media (min-width: 1440px) {
        .ind-case_study_resource-details-title {
          line-height: 2.5rem;
          font-size: 1.9994rem; } }
    .ind-case_study_resource-details-body {
      font-size: calc(50% + .75vh);
      color: #bcbcbc;
      word-wrap: break-word; }
      @media (min-width: 768px) {
        .ind-case_study_resource-details-body {
          font-size: 1rem; } }

.lighttheme .value-prop {
  margin: 60px 0 60px 0; }
  .lighttheme .value-prop.borderbox-true {
    margin: 20px 0 20px 0;
    border: solid 1px #ccc;
    padding: 20px;
    background-color: #fff; }
    .lighttheme .value-prop.borderbox-true .group-title h2 {
      color: #333; }
    .lighttheme .value-prop.borderbox-true .group-title .card-text {
      color: #333; }
    .lighttheme .value-prop.borderbox-true .group-title .bottom-text {
      margin-bottom: 0; }
    .lighttheme .value-prop.borderbox-true .group-title .bottom-link {
      color: #333; }
  .lighttheme .value-prop .group-title h2 {
    font-weight: 400;
    margin-bottom: 0.775rem;
    font-size: 1.69949rem;
    line-height: 2.325rem;
    color: #fff; }
  .lighttheme .value-prop .group-title .card-text {
    color: #fff; }
  .lighttheme .value-prop .group-title .bottom-link {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 0.31rem; }
  .lighttheme .value-prop .group-title .card-last {
    height: 70px;
    margin-bottom: 10px; }
  .lighttheme .value-prop .group-title .svg-icon {
    vertical-align: -0.03rem; }
  @media (min-width: 860px) {
    .lighttheme .value-prop {
      margin: 100px 0 100px 0; } }

.darktheme .value-prop {
  margin: 60px 0 60px 0; }
  .darktheme .value-prop.borderbox-true {
    margin: 20px 0 20px 0;
    border: solid 1px #ccc;
    padding: 20px;
    background-color: #fff; }
    .darktheme .value-prop.borderbox-true .group-title h2 {
      color: #333; }
    .darktheme .value-prop.borderbox-true .group-title .card-text {
      color: #333; }
    .darktheme .value-prop.borderbox-true .group-title .bottom-text {
      margin-bottom: 0; }
    .darktheme .value-prop.borderbox-true .group-title .bottom-link {
      color: #333; }
  .darktheme .value-prop .group-title h2 {
    font-weight: 400;
    margin-bottom: 0.775rem;
    font-size: 1.69949rem;
    line-height: 2.325rem;
    color: #4c4c4c; }
  .darktheme .value-prop .group-title .card-text {
    color: #595959; }
  .darktheme .value-prop .group-title .bottom-link {
    color: #0079c1;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 0.31rem; }
  .darktheme .value-prop .group-title .card-last {
    height: 70px;
    margin-bottom: 10px; }
  .darktheme .value-prop .group-title .svg-icon {
    vertical-align: -0.03rem; }
  @media (min-width: 860px) {
    .darktheme .value-prop {
      margin: 100px 0 100px 0; } }

.icon-ui-noicon {
  display: none; }

.cards-standard-series {
  /* start title/seperator/desc pattern */
  /* end title/seperator/desc pattern */ }
  .cards-standard-series .block {
    margin-bottom: 20px;
    display: flex; }
  .cards-standard-series .marginbottom50px {
    margin-bottom: 50px; }
  .cards-standard-series-lighttheme .headercontainer .headertitle {
    color: #000; }
  .cards-standard-series-lighttheme .headercontainer .description {
    color: #4c4c4c; }
  .cards-standard-series-darktheme .headercontainer .headertitle {
    color: #fff; }
  .cards-standard-series-darktheme .headercontainer .description {
    color: #ccc; }
  .cards-standard-series .headercontainer {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
    .cards-standard-series .headercontainer.text-center .headertitle {
      text-align: center; }
    .cards-standard-series .headercontainer.text-center hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-standard-series .headercontainer.text-center .description {
      margin: 0 auto;
      margin-bottom: 50px; }
    .cards-standard-series .headercontainer.text-left hr {
      text-align: left; }
    .cards-standard-series .headercontainer .headertitle {
      margin-bottom: 0; }
    .cards-standard-series .headercontainer hr {
      margin: 0;
      border-top: none;
      height: 3px;
      width: 50px;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-standard-series .headercontainer .description {
      margin: 0;
      margin-bottom: 50px;
      width: 80%; }
  @media (min-width: 860px) {
    .cards-standard-series .headercontainer {
      padding: 0 0 0 12px; }
      .cards-standard-series .headercontainer hr {
        margin-top: 15px;
        margin-bottom: 20px; }
      .cards-standard-series .headercontainer .description {
        margin-bottom: 50px;
        width: 60%; } }

.cards-standard-container:hover {
  cursor: pointer; }
  .cards-standard-container:hover .ctaLinkIcon:after {
    opacity: 1;
    visibility: visible;
    margin-left: 5px; }

.cards-standard-container-lighttheme {
  border: solid 1px #cccccc;
  background-color: #ffffff;
  width: 100%; }
  .cards-standard-container-lighttheme.nohoverborder:hover {
    border: solid 1px #cccccc; }
  .cards-standard-container-lighttheme:hover {
    border: solid 1px #0079c1; }
    .cards-standard-container-lighttheme:hover .lighttheme .csc-image .timestamp-container .play-button {
      background: #0079c1; }
    .cards-standard-container-lighttheme:hover .linkurl2-lighttheme a, .cards-standard-container-lighttheme:hover .linkurl2-lighttheme span {
      color: #0079c1; }

.cards-standard-container-darktheme {
  border: solid 1px #595959;
  background-color: #323232;
  width: 100%; }
  .cards-standard-container-darktheme.nohoverborder:hover {
    border: solid 1px #595959; }
  .cards-standard-container-darktheme:hover {
    border: solid 1px #49b0f2; }
    .cards-standard-container-darktheme:hover .darktheme .csc-image .timestamp-container .play-button {
      background: #0079c1; }
      .cards-standard-container-darktheme:hover .darktheme .csc-image .timestamp-container .play-button:after {
        border-left: 15px solid #ffffff; }
    .cards-standard-container-darktheme:hover .linkurl2-darktheme a:hover, .cards-standard-container-darktheme:hover .linkurl2-darktheme span:hover {
      color: #49b0f2; }
    @media screen and (max-width: 507px) {
      .cards-standard-container-darktheme:hover {
        cursor: pointer; } }

@media (max-width: 506px) {
  .cards-standard-container .linkurl {
    display: none; }
  .cards-standard-container .cards-standard-container .time-stamp {
    font-size: 11px !important;
    padding: 0, 5px !important; }
  .cards-standard-container [data-toggle-panel][aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    max-height: 0;
    transition: max-height 0.08s linear, opacity 0.25s linear; }
  .cards-standard-container [data-toggle-panel][aria-hidden="false"] {
    max-height: 500px;
    visibility: visible;
    opacity: 1.0;
    transition: max-height 0.6s linear, opacity 0.6s linear; } }

.cards-standard-container .clickable-card {
  cursor: pointer;
  display: flex;
  height: 100%; }

.cards-standard-container .standardcard {
  position: relative;
  width: 100%;
  display: inline-block; }
  .cards-standard-container .standardcard .csc-image {
    width: 29vw;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden; }
    .cards-standard-container .standardcard .csc-image .cs-card-link {
      width: 100%;
      height: 100%;
      display: block; }
      .cards-standard-container .standardcard .csc-image .cs-card-link:hover {
        text-decoration: none; }
    .cards-standard-container .standardcard .csc-image img {
      width: 100%;
      height: auto; }
    .cards-standard-container .standardcard .csc-image .csc-overlaytext-desktop {
      display: none; }
    .cards-standard-container .standardcard .csc-image .csc-overlaytext-video {
      display: none; }
    .cards-standard-container .standardcard .csc-image .time-stamp {
      display: block;
      position: absolute;
      z-index: 999;
      right: 0;
      top: 0;
      box-sizing: border-box;
      padding: 0px 6px;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 22px; }
      @media screen and (max-width: 507px) {
        .cards-standard-container .standardcard .csc-image .time-stamp {
          font-size: 10px;
          line-height: 16px; } }
    @media (max-width: 959px) {
      .cards-standard-container .standardcard .csc-image .modal-content {
        width: 90vw;
        background-color: transparent; }
        .cards-standard-container .standardcard .csc-image .modal-content iframe.video_content, .cards-standard-container .standardcard .csc-image .modal-content iframe.youtube {
          width: 100%; } }
  .cards-standard-container .standardcard .csc-rightcolumn {
    width: 67%;
    position: relative;
    float: right; }
    .cards-standard-container .standardcard .csc-rightcolumn .cs-card-link:hover {
      text-decoration: none; }
    .cards-standard-container .standardcard .csc-rightcolumn .csc-content {
      width: 100%;
      display: block;
      position: relative; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title {
        margin-bottom: 0.75rem;
        padding: 10px 10px 0 16px !important; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title-video {
          padding-top: 20px; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title.nopaddingtop {
          padding-top: 0px; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-context {
        padding-left: 20px;
        margin-bottom: 1rem;
        line-height: 1.25rem; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-more-text {
        margin-bottom: 1rem;
        padding-left: 20px;
        padding-right: 20px; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-more-text P {
          margin-bottom: 0;
          padding-bottom: 1.55rem; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl {
        margin-bottom: 0; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span {
          display: block;
          padding: 0 20px 0 20px;
          padding-bottom: 1.55rem; }
          .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a:hover, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span:hover {
            text-decoration: none; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription {
        margin-bottom: 0;
        z-index: 10;
        cursor: pointer; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-down, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-up {
          position: relative; }
          .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-down:before, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-up:before {
            position: absolute;
            right: -30px; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription span {
          display: inline-block;
          box-sizing: border-box;
          padding-left: 18px; }
          .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription span:focus, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription span:hover {
            text-decoration: none;
            outline: 0; }
  .cards-standard-container .standardcard.lighttheme .csc-image .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(50, 50, 50, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .cards-standard-container .standardcard.lighttheme .csc-image .play-button:hover, .cards-standard-container .standardcard.lighttheme .csc-image .play-button:focus {
      outline: none; }
    .cards-standard-container .standardcard.lighttheme .csc-image .play-button:after {
      border-left: 8px solid white; }
      .cards-standard-container .standardcard.lighttheme .csc-image .play-button:after:hover {
        border-left: 8px solid white; }
    .cards-standard-container .standardcard.lighttheme .csc-image .play-button:hover, .cards-standard-container .standardcard.lighttheme .csc-image .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
    .cards-standard-container .standardcard.lighttheme .csc-image .play-button:after {
      content: "";
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 506px) {
      .cards-standard-container .standardcard.lighttheme .csc-image .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(50, 50, 50, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .cards-standard-container .standardcard.lighttheme .csc-image .play-button:hover, .cards-standard-container .standardcard.lighttheme .csc-image .play-button:focus {
          outline: none; }
        .cards-standard-container .standardcard.lighttheme .csc-image .play-button:after {
          border-left: 15px solid white; }
          .cards-standard-container .standardcard.lighttheme .csc-image .play-button:after:hover {
            border-left: 15px solid white; }
        .cards-standard-container .standardcard.lighttheme .csc-image .play-button:hover, .cards-standard-container .standardcard.lighttheme .csc-image .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
        .cards-standard-container .standardcard.lighttheme .csc-image .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .cards-standard-container .standardcard.lighttheme .csc-image .time-stamp {
    background-color: rgba(76, 76, 76, 0.9);
    color: #ffffff; }
  .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-overlaytext {
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0;
    color: #4c4c4c;
    padding: 5px 20px;
    min-height: 27px; }
    @media screen and (min-width: 640px) {
      .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-overlaytext {
        font-size: 13px; } }
  .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-text-container .csc-title {
    color: #323232 !important; }
  .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-text-container .csc-context {
    color: #6e6e6e; }
  .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-text-container .csc-more-text {
    color: #595959; }
  .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-text-container .linkurl a, .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-text-container .linkurl span {
    color: #0079c1; }
    .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-text-container .linkurl a:hover, .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .csc-text-container .linkurl span:hover {
      color: #0079c1; }
  .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .showdescription {
    color: #6e6e6e;
    border-top: solid 1px #e0e0e0; }
    .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .showdescription span:focus, .cards-standard-container .standardcard.lighttheme .csc-rightcolumn .csc-content .showdescription span:hover {
      color: #0079c1; }
  .cards-standard-container .standardcard.darktheme .csc-image .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .cards-standard-container .standardcard.darktheme .csc-image .play-button:hover, .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus {
      outline: none; }
    .cards-standard-container .standardcard.darktheme .csc-image .play-button:after {
      border-left: 8px solid #323232; }
      .cards-standard-container .standardcard.darktheme .csc-image .play-button:after:hover {
        border-left: 8px solid #323232; }
    .cards-standard-container .standardcard.darktheme .csc-image .play-button:hover, .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .cards-standard-container .standardcard.darktheme .csc-image .play-button:hover:after, .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus:after {
        border-left: 8px solid white; }
    .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus {
      background: #0079c1;
      outline: none; }
      .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus:after {
        border-left: 8px solid white; }
    .cards-standard-container .standardcard.darktheme .csc-image .play-button:after {
      content: "";
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 506px) {
      .cards-standard-container .standardcard.darktheme .csc-image .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(255, 255, 255, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .cards-standard-container .standardcard.darktheme .csc-image .play-button:hover, .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus {
          outline: none; }
        .cards-standard-container .standardcard.darktheme .csc-image .play-button:after {
          border-left: 15px solid #323232; }
          .cards-standard-container .standardcard.darktheme .csc-image .play-button:after:hover {
            border-left: 15px solid #323232; }
        .cards-standard-container .standardcard.darktheme .csc-image .play-button:hover, .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
          .cards-standard-container .standardcard.darktheme .csc-image .play-button:hover:after, .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus:after {
            border-left: 15px solid white; }
        .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus {
          background: #0079c1;
          outline: none; }
          .cards-standard-container .standardcard.darktheme .csc-image .play-button:focus:after {
            border-left: 15px solid white; }
        .cards-standard-container .standardcard.darktheme .csc-image .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .cards-standard-container .standardcard.darktheme .csc-image .time-stamp {
    background-color: rgba(255, 255, 255, 0.9);
    color: #4c4c4c; }
  .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-overlaytext {
    background-color: rgba(50, 50, 50, 0.85);
    color: #efefef; }
  .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-text-container .csc-title {
    color: #ffffff; }
  .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-text-container .csc-context {
    color: #9f9f9f; }
  .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-text-container .csc-more-text {
    color: #bcbcbc; }
  .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-text-container .linkurl a, .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-text-container .linkurl span {
    color: #49b0f2; }
    .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-text-container .linkurl a:hover, .cards-standard-container .standardcard.darktheme .csc-rightcolumn .csc-content .csc-text-container .linkurl span:hover {
      color: #49b0f2; }

.cards-standard-container .linkurl2-lighttheme, .cards-standard-container .linkurl2-darktheme {
  display: none; }

@media (min-width: 507px) {
  .cards-standard-container {
    width: 100%;
    position: relative; }
    .cards-standard-container .videoshowdescription {
      display: none; }
    .cards-standard-container .lighttheme {
      width: 100%;
      padding-bottom: 60px; }
      .cards-standard-container .lighttheme .cs-card-link {
        width: 100%;
        display: block; }
      .cards-standard-container .lighttheme .csc-image {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; }
        .cards-standard-container .lighttheme .csc-image .csc-overlaytext-desktop {
          display: block;
          position: absolute;
          bottom: 0;
          padding: 5px 20px 5px 20px;
          font-size: 11px;
          background-color: rgba(255, 255, 255, 0.9);
          color: #4c4c4c;
          box-sizing: border-box;
          width: 100%;
          text-transform: uppercase;
          letter-spacing: 0.2rem;
          line-height: 1.10rem; }
        .cards-standard-container .lighttheme .csc-image .csc-overlaytext-video {
          display: block;
          position: absolute;
          bottom: 0;
          right: 0;
          font-size: 13px;
          background-color: rgba(255, 255, 255, 0.9);
          color: #4c4c4c;
          padding: 0 5px 0 5px;
          box-sizing: border-box;
          z-index: 100; }
      .cards-standard-container .lighttheme .csc-rightcolumn {
        width: 100%; }
        .cards-standard-container .lighttheme .csc-rightcolumn .csc-content .csc-overlaytext {
          display: none; }
        .cards-standard-container .lighttheme .csc-rightcolumn .csc-content .csc-text-container .csc-title {
          padding: 20px 0px 0 20px;
          color: #323232;
          padding-right: 10px; }
        .cards-standard-container .lighttheme .csc-rightcolumn .csc-content .csc-text-container .linkurl {
          display: none; }
        .cards-standard-container .lighttheme .csc-rightcolumn .csc-content .showdescription {
          display: none; }
    .cards-standard-container .darktheme {
      width: 100%;
      padding-bottom: 60px; } }
    @media (min-width: 507px) and (min-width: 861px) and (max-width: 1265px) {
      .cards-standard-container .darktheme {
        padding-bottom: 80px; } }

@media (min-width: 507px) {
      .cards-standard-container .darktheme .cs-card-link {
        width: 100%;
        display: block; }
      .cards-standard-container .darktheme .csc-image {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; }
        .cards-standard-container .darktheme .csc-image .csc-overlaytext-desktop {
          display: block;
          position: absolute;
          bottom: 0;
          padding: 5px 20px 5px 20px;
          font-size: 11px;
          background-color: rgba(50, 50, 50, 0.85);
          color: #efefef;
          box-sizing: border-box;
          width: 100%;
          text-transform: uppercase;
          letter-spacing: 0.2rem;
          line-height: 1.10rem; }
        .cards-standard-container .darktheme .csc-image .csc-overlaytext-video {
          display: block;
          position: absolute;
          bottom: 0;
          right: 0;
          font-size: 13px;
          background-color: rgba(50, 50, 50, 0.85);
          color: #efefef;
          padding: 0 5px 0 5px;
          box-sizing: border-box;
          z-index: 100; }
      .cards-standard-container .darktheme .csc-rightcolumn {
        width: 100%; }
        .cards-standard-container .darktheme .csc-rightcolumn .csc-content .csc-overlaytext {
          display: none; }
        .cards-standard-container .darktheme .csc-rightcolumn .csc-content .csc-text-container .csc-title {
          padding: 10px 10px 0 16px !important;
          color: #ffffff;
          margin-right: 10px; }
        .cards-standard-container .darktheme .csc-rightcolumn .csc-content .csc-text-container .linkurl {
          display: none; }
        .cards-standard-container .darktheme .csc-rightcolumn .csc-content .showdescription {
          display: none; }
    .cards-standard-container .linkurl2-lighttheme {
      padding: 0 20px 20px 20px;
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0; }
      .cards-standard-container .linkurl2-lighttheme a, .cards-standard-container .linkurl2-lighttheme span {
        color: #0079c1; }
        .cards-standard-container .linkurl2-lighttheme a:hover, .cards-standard-container .linkurl2-lighttheme span:hover {
          color: #0079c1; }
        .cards-standard-container .linkurl2-lighttheme a .circle-play-button, .cards-standard-container .linkurl2-lighttheme span .circle-play-button {
          width: 17px;
          height: 17px;
          display: inline-block;
          margin-left: -5px;
          margin-bottom: -3px;
          fill: #0079c1;
          visibility: hidden;
          opacity: 0;
          transition: all 0.15s ease-in-out; }
        .cards-standard-container .linkurl2-lighttheme a:hover, .cards-standard-container .linkurl2-lighttheme span:hover {
          text-decoration: none;
          color: #0079c1; }
    .cards-standard-container .linkurl2-darktheme {
      padding: 0 20px 20px 20px;
      box-sizing: border-box;
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0; }
      .cards-standard-container .linkurl2-darktheme a, .cards-standard-container .linkurl2-darktheme span {
        color: #49b0f2; }
        .cards-standard-container .linkurl2-darktheme a .circle-play-button, .cards-standard-container .linkurl2-darktheme span .circle-play-button {
          width: 17px;
          height: 17px;
          display: inline-block;
          margin-left: -5px;
          margin-bottom: -3px;
          fill: #49b0f2;
          visibility: hidden;
          opacity: 0;
          transition: all 0.15s ease-in-out; }
        .cards-standard-container .linkurl2-darktheme a:hover, .cards-standard-container .linkurl2-darktheme span:hover {
          text-decoration: none;
          color: #0079c1; } }

.cards-standard-container .image-missing-container {
  padding-bottom: 56.25%;
  background-color: #c00; }
  .cards-standard-container .image-missing-container .image-missing {
    padding-top: 22%;
    text-align: center;
    background-color: #c00;
    color: #ffffff; }
    .cards-standard-container .image-missing-container .image-missing:hover {
      text-decoration: none; }

.cards-standard-container .ctaLinkIcon::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 13px;
  transition: all 0.15s ease-in-out;
  width: 13px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  margin-left: -5px; }

.cards-standard-container .linkurl2-lighttheme .ctaLinkIcon[data-link-type='internal']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }

.cards-standard-container .linkurl2-lighttheme .ctaLinkIcon[data-link-type='external']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }

.cards-standard-container .linkurl2-lighttheme .ctaLinkIcon[data-link-type='document']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='internal']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }

.cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='external']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }

.cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='video']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

.cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='document']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.cards-standard-container .timestamp-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

/* Right to Left */
html[dir="rtl"] .cards-standard-container .csc-context {
  padding-right: 20px; }

html[dir="rtl"] .cards-standard-container .lighttheme .csc-image .csc-overlaytext-video, html[dir="rtl"] .cards-standard-container .darktheme .csc-image .csc-overlaytext-video {
  left: 0;
  right: auto; }

html[dir="rtl"] .cards-standard-container .right-arrow-blue, html[dir="rtl"] .cards-standard-container .ctaLinkIcon:after {
  margin-right: -5px;
  margin-left: 0px;
  transform: rotateY(180deg); }

html[dir="rtl"] .cards-standard-container:hover .right-arrow-blue, html[dir="rtl"] .cards-standard-container:hover .circle-play-button, html[dir="rtl"] .cards-standard-container:hover .ctaLinkIcon:after {
  margin-right: 5px; }

.card-container-v2 .block, .card-container-v3 .block {
  margin-bottom: -4px !important; }

.card-container-v3.cardsPerRow-2 .cards-standard-container .csc-title, .card-container-v3.cardsPerRow-3 .cards-standard-container .csc-title {
  font-size: 1.414rem;
  line-height: 1.5; }

.card-container-v3.cardsPerRow-4 .cards-standard-container .csc-title, .card-container-v3.cardsPerRow-5 .cards-standard-container .csc-title {
  font-size: 1.2019rem;
  line-height: 1.5; }

.card-container-v3.cardsPerRow-6 .cards-standard-container .csc-title {
  font-size: 1rem;
  line-height: 1.5; }

.cards-simple2 a {
  color: #000;
  display: flex; }
  .cards-simple2 a:hover {
    text-decoration: none; }

.cards-simple2 .card-content2 {
  padding: 20px; }
  .cards-simple2 .card-content2 .icon-container .svg-icon {
    width: 48px;
    height: auto; }
  .cards-simple2 .card-content2 .card-title {
    margin-bottom: 0; }
  .cards-simple2 .card-content2 .icon-container img {
    width: 48px; }
  .cards-simple2 .card-content2 .card-text {
    margin-top: 0.5rem; }
    .cards-simple2 .card-content2 .card-text p {
      margin-bottom: 0; }

.cards-simple2:hover .card-content2 .card-title .right-arrow, .cards-simple2:hover .card-content2 .card-title .svg-icon {
  opacity: 1;
  visibility: visible;
  margin-left: 5px; }

.cards-simple2.darktheme {
  border: solid 1px #595959;
  transition: border-color .25s linear;
  background-color: #323232; }
  .cards-simple2.darktheme .card-content2 {
    border-left: solid 2px #323232;
    transition: border-color .25s linear; }
    .cards-simple2.darktheme .card-content2:hover {
      border-left: solid 2px #49b0f2;
      transition: border-color .25s linear; }
    .cards-simple2.darktheme .card-content2 .card-title {
      color: #fff; }
      .cards-simple2.darktheme .card-content2 .card-title .right-arrow {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        visibility: hidden;
        opacity: 0;
        transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
    .cards-simple2.darktheme .card-content2 .card-text p {
      color: #bcbcbc; }
  .cards-simple2.darktheme:hover {
    border: solid 1px #49b0f2;
    transition: border-color .25s linear; }
    .cards-simple2.darktheme:hover .card-content2 {
      border-left: solid 2px #49b0f2;
      transition: border-color .25s linear; }
      .cards-simple2.darktheme:hover .card-content2 .card-title .right-arrow {
        fill: #fff;
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }

.cards-simple2.lighttheme {
  border: solid 1px #cccccc;
  transition: border-color .25s linear;
  background-color: #fff; }
  .cards-simple2.lighttheme .card-content2 {
    border-left: solid 2px white;
    transition: border-color .25s linear; }
    .cards-simple2.lighttheme .card-content2:hover {
      border-left: solid 2px #0079c1;
      transition: border-color .25s linear; }
    .cards-simple2.lighttheme .card-content2 .card-title {
      color: #000; }
      .cards-simple2.lighttheme .card-content2 .card-title .right-arrow {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        visibility: hidden;
        opacity: 0;
        transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
    .cards-simple2.lighttheme .card-content2 .card-text p {
      color: #595959; }
  .cards-simple2.lighttheme:hover {
    border: solid 1px #0079c1;
    transition: border-color .25s linear; }
    .cards-simple2.lighttheme:hover .card-content2 {
      border-left: solid 2px #0079c1;
      transition: border-color .25s linear; }
      .cards-simple2.lighttheme:hover .card-content2 .card-title .right-arrow {
        fill: #000;
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .darktheme .card-title {
  font-size: 1.2019rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .darktheme .card-text p {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .lighttheme .card-title {
  font-size: 1.2019rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .darktheme .card-title {
  font-size: 1.2019rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .darktheme .card-text p {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .lighttheme .card-title {
  font-size: 1.2019rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(4) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .darktheme .card-title {
  font-size: 1rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(4) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .darktheme .card-text p {
  font-size: 0.875rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(4) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .lighttheme .card-title {
  font-size: 1rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(4) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.875rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(5) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .darktheme .card-title {
  font-size: 1rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(5) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .darktheme .card-text p {
  font-size: 0.8125rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(5) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .lighttheme .card-title {
  font-size: 1rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(5) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.8125rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(6) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .darktheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .darktheme .card-title {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(6) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .darktheme .card-text p {
  font-size: 0.8125rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(6) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .lighttheme .card-title {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(6) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.8125rem; }

.cards-simple-series {
  /* start headercontainer text pattern */
  /* end headercontainer text pattern */
  /* start CTA button pattern */
  /* end CTA button pattern */ }
  .cards-simple-series .block {
    margin-bottom: 25px; }
  .cards-simple-series .cards-simple-series .block {
    display: flex; }
  .cards-simple-series .cards-simple {
    display: flex;
    flex: 1; }
  .cards-simple-series .headercontainer {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
    .cards-simple-series .headercontainer.text-center .headertitle {
      text-align: center; }
    .cards-simple-series .headercontainer.text-center hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-simple-series .headercontainer.text-center .description {
      margin: 0 auto;
      margin-bottom: 33px; }
    .cards-simple-series .headercontainer .headertitle {
      margin-bottom: 0; }
    .cards-simple-series .headercontainer hr {
      margin: 0;
      border-top: none;
      height: 3px;
      width: 50px;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-simple-series .headercontainer .description {
      margin: 0;
      margin-bottom: 33px;
      width: 80%; }
    .cards-simple-series .headercontainer.content-right {
      padding-left: 40px; }
  @media (min-width: 860px) {
    .cards-simple-series .headercontainer {
      padding: 0; }
      .cards-simple-series .headercontainer hr {
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: left; }
      .cards-simple-series .headercontainer .description {
        margin-bottom: 35px;
        width: 60%; }
        .cards-simple-series .headercontainer .description.content-left, .cards-simple-series .headercontainer .description.content-right {
          width: 80%; }
      .cards-simple-series .headercontainer.text-left {
        padding-left: 0; }
    .cards-simple-series .vertical-align-content {
      align-items: center;
      display: flex; } }
  .cards-simple-series .marginbottom50px {
    margin-bottom: 50px; }
  .cards-simple-series .textlight .headertitle {
    color: #fff; }
  .cards-simple-series .textlight .description {
    color: #ccc; }
  .cards-simple-series .textdark .headertitle {
    color: #000; }
  .cards-simple-series .textdark .description {
    color: #323232; }
  .cards-simple-series .ctacontainer {
    width: 100%;
    display: flex; }
    .cards-simple-series .ctacontainer .cta {
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto;
      border: solid 1px #0079c1; }
      .cards-simple-series .ctacontainer .cta .simplecta {
        background-color: transparent;
        color: #0079c1;
        border: solid 2px rgba(0, 121, 193, 0);
        transition: all .25s ease-out; }
        .cards-simple-series .ctacontainer .cta .simplecta:hover {
          border: solid 2px #0079c1;
          transition: all .25s ease-out; }
      .cards-simple-series .ctacontainer .cta .right-arrow-blue {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: 5px;
        fill: #0079c1; }
  .cards-simple-series .lhc-link-container .ctacontainer {
    border: solid 1px #0079c1;
    display: inline-block;
    width: auto; }
    .cards-simple-series .lhc-link-container .ctacontainer .simplecta {
      background-color: transparent;
      color: #0079c1;
      border: solid 2px rgba(0, 121, 193, 0);
      transition: all .25s ease-out; }
      .cards-simple-series .lhc-link-container .ctacontainer .simplecta:hover {
        border: solid 2px #0079c1;
        transition: all .25s ease-out; }
    .cards-simple-series .lhc-link-container .ctacontainer .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px;
      fill: #0079c1; }
  .cards-simple-series .lhc-link-container .secondarylink {
    color: #0079c1;
    display: block;
    margin-left: 0;
    margin-top: 10px; }
    @media (min-width: 479px) {
      .cards-simple-series .lhc-link-container .secondarylink {
        margin-left: 40px;
        margin-top: 0;
        display: inline-block; } }
    @media (min-width: 861px) and (max-width: 940px) {
      .cards-simple-series .lhc-link-container .secondarylink {
        margin-left: 0;
        margin-top: 10px;
        display: block; } }
    .cards-simple-series .lhc-link-container .secondarylink .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px;
      fill: #0079c1; }
    .cards-simple-series .lhc-link-container .secondarylink a:hover {
      text-decoration: none; }
  .cards-simple-series .textlight .lhc-link-container .ctacontainer {
    border: solid 1px #49b0f2; }
    .cards-simple-series .textlight .lhc-link-container .ctacontainer:hover {
      border-color: #74c6ff; }
      .cards-simple-series .textlight .lhc-link-container .ctacontainer:hover .right-arrow-blue {
        fill: #74c6ff; }
    .cards-simple-series .textlight .lhc-link-container .ctacontainer .simplecta {
      color: #49b0f2;
      border: solid 2px rgba(73, 176, 242, 0); }
      .cards-simple-series .textlight .lhc-link-container .ctacontainer .simplecta:hover {
        border: solid 2px #74c6ff;
        color: #74c6ff; }
    .cards-simple-series .textlight .lhc-link-container .ctacontainer .right-arrow-blue {
      fill: #49b0f2; }
      .cards-simple-series .textlight .lhc-link-container .ctacontainer .right-arrow-blue:hover {
        fill: #74c6ff; }
  .cards-simple-series .textlight .lhc-link-container .secondarylink .right-arrow-blue {
    fill: #49b0f2; }
  .cards-simple-series .textlight .lhc-link-container .secondarylink a {
    color: #49b0f2; }
    .cards-simple-series .textlight .lhc-link-container .secondarylink a:hover {
      color: #74c6ff; }
      .cards-simple-series .textlight .lhc-link-container .secondarylink a:hover .right-arrow-blue {
        fill: #74c6ff; }
  .cards-simple-series .textlight .lhc-link-container .btn-animated-border-bottom-blue:hover::after {
    border-bottom: 1px solid #74c6ff; }
  .cards-simple-series .nopadding {
    padding-left: 0;
    padding-right: 0; }
  .cards-simple-series .content-left .child-card, .cards-simple-series .content-right .child-card {
    display: flex; }
  @media (max-width: 1200px) {
    .cards-simple-series .block-group-2-up > .block {
      -ms-flex-preferred-size: calc(100% - 1.5rem);
      flex-basis: calc(100% - 1.5rem);
      width: calc(100% - 1.5rem); }
    .cards-simple-series .container-cards {
      order: 2; }
    .cards-simple-series .container-content {
      order: 1; }
    .cards-simple-series .headercontainer.content-left, .cards-simple-series .headercontainer.content-right {
      padding-left: 0px; } }
  @media (max-width: 480px) {
    .cards-simple-series .headercontainer.content-left, .cards-simple-series .headercontainer.content-right {
      padding-left: 10px; } }
  @media (min-width: 861px) {
    .cards-simple-series .cardsPerRow-2 .block, .cards-simple-series .cardsPerRow-3 .block, .cards-simple-series .cardsPerRow-4 .block, .cards-simple-series .cardsPerRow-5 .block, .cards-simple-series .cardsPerRow-6 .block {
      margin-bottom: 25px; }
    .cards-simple-series .cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) ~ div {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) ~ div {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-5 .block:nth-child(5n+1):nth-last-child(-n+5) {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-5 .block:nth-child(5n+1):nth-last-child(-n+5) ~ div {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-6 .block:nth-child(6n+1):nth-last-child(-n+6) {
      margin-bottom: 0px; }
    .cards-simple-series .cardsPerRow-6 .block:nth-child(6n+1):nth-last-child(-n+6) ~ div {
      margin-bottom: 0px; } }

/* Right to Left */
html[dir="rtl"] body .cards-simple-series .headercontainer.content-right {
  padding-right: 40px;
  padding-left: 0; }

html[dir="rtl"] body .cards-simple-series .headercontainer.text-left {
  padding-left: 0;
  padding-right: 15px; }

html[dir="rtl"] body .cards-simple-series .ctacontainer .cta .right-arrow-blue {
  margin-right: 5px;
  margin-left: 0;
  transform: rotate(180deg); }

html[dir="rtl"] body .cards-simple-series .ctacontainer .right-arrow-blue {
  margin-right: 5px;
  margin-left: 0;
  transform: rotate(180deg); }

html[dir="rtl"] body .cards-simple-series .secondarylink {
  margin-left: 0;
  margin-right: 40px; }
  html[dir="rtl"] body .cards-simple-series .secondarylink .right-arrow-blue {
    margin-right: 5px;
    margin-left: 0;
    transform: rotate(180deg); }

html[dir="rtl"] body .cards-simple-series .btn-animated-border-bottom-blue::after {
  left: auto;
  right: 0; }

.block-group-4-up.cards-simple-block-series > .block:first-child {
  flex-basis: calc(75% - 1.5rem);
  margin-bottom: 20px; }
  @media (max-width: 860px) {
    .block-group-4-up.cards-simple-block-series > .block:first-child {
      flex-basis: 100%; } }

.cards-simple-block-series .block {
  display: flex; }
  @media (max-width: 860px) {
    .cards-simple-block-series .block {
      margin-bottom: 20px; } }

.cards-simple-block-series .block:nth-child(2) {
  margin-bottom: 20px; }

.cards-simple-block-series .cards-simple2 {
  display: flex;
  flex: 1; }

.cards-simple-block-series .headercontainer {
  text-align: center;
  width: 100%; }
  .cards-simple-block-series .headercontainer .headertitle {
    margin-bottom: 60px; }
  .cards-simple-block-series .headercontainer.textlight .headertitle {
    color: #fff; }
  .cards-simple-block-series .headercontainer.textdark .headertitle {
    color: #000; }

.cards-simple-block-series .ctacontainer {
  width: 100%;
  display: flex; }
  .cards-simple-block-series .ctacontainer .cta {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0079c1; }
    .cards-simple-block-series .ctacontainer .cta .simplecta {
      background-color: transparent;
      color: #0079c1;
      border: solid 2px rgba(0, 121, 193, 0);
      transition: all .25s ease-out;
      padding: 8px 14px; }
      .cards-simple-block-series .ctacontainer .cta .simplecta:hover {
        border: solid 2px #0079c1;
        transition: all .25s ease-out; }
    .cards-simple-block-series .ctacontainer .cta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px;
      fill: #0079c1; }

.cards-simple-block-series .hero-container {
  width: 100%;
  display: flex;
  box-sizing: border-box; }
  .cards-simple-block-series .hero-container .hero-block, .cards-simple-block-series .hero-container .hero-video {
    float: left;
    width: 43%; }
  .cards-simple-block-series .hero-container .linkcard {
    display: flex;
    flex: 1; }
    .cards-simple-block-series .hero-container .linkcard:hover {
      text-decoration: none; }
  .cards-simple-block-series .hero-container .hero-text-container {
    float: right;
    width: 57%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center; }
  @media (max-width: 462px) {
    .cards-simple-block-series .hero-container {
      display: block; }
      .cards-simple-block-series .hero-container .linkcard {
        display: block;
        flex: none; }
      .cards-simple-block-series .hero-container .hero-block, .cards-simple-block-series .hero-container .hero-text-container {
        width: 100%; } }
  @media (min-width: 463px) and (max-width: 860px) {
    .cards-simple-block-series .hero-container .hero-block, .cards-simple-block-series .hero-container .hero-text-container {
      width: 50%; } }
  .cards-simple-block-series .hero-container .hero-video .video_play {
    background: rgba(50, 50, 50, 0.9);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 5;
    transition: all .25s ease-out; }
    .cards-simple-block-series .hero-container .hero-video .video_play:after {
      content: "";
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid white;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
      .cards-simple-block-series .hero-container .hero-video .video_play:after:hover {
        border-left: 9px solid #ffffff !important; }
    .cards-simple-block-series .hero-container .hero-video .video_play:hover {
      background: #0079c1; }
  .cards-simple-block-series .hero-container .hero-video .modal-content {
    max-height: 540px; }
  .cards-simple-block-series .hero-container .hero-video .video_modal .video_placeholder {
    max-width: 100%;
    height: auto;
    display: block; }
  .cards-simple-block-series .hero-container .hero-video .modal-overlay {
    display: none; }
    .cards-simple-block-series .hero-container .hero-video .modal-overlay.is-active {
      display: block;
      z-index: 10000; }
  .cards-simple-block-series .hero-container .hero-video .modal-content {
    background-color: transparent; }
  @media (max-width: 959px) {
    .cards-simple-block-series .hero-container .hero-video .modal-content {
      width: 90vw;
      background-color: transparent; }
      .cards-simple-block-series .hero-container .hero-video .modal-content iframe.video_content, .cards-simple-block-series .hero-container .hero-video .modal-content iframe.youtube {
        width: 100%; } }
  .cards-simple-block-series .hero-container.textlight {
    border: solid 1px #595959;
    transition: all .25s ease-out;
    background-color: #323232; }
    .cards-simple-block-series .hero-container.textlight:hover {
      border-color: #49b0f2;
      transition: all .25s ease-out; }
      .cards-simple-block-series .hero-container.textlight:hover .hero-video .video_modal .colorbox-evlarge .video_play {
        background-color: #49b0f2; }
    .cards-simple-block-series .hero-container.textlight .hero-block {
      background-color: transparent; }
      .cards-simple-block-series .hero-container.textlight .hero-block .hero-image img, .cards-simple-block-series .hero-container.textlight .hero-block .hero-video img {
        width: 100%;
        height: auto;
        display: block; }
    .cards-simple-block-series .hero-container.textlight .hero-text-container {
      background-color: transparent; }
      .cards-simple-block-series .hero-container.textlight .hero-text-container .hero-title {
        color: #fff; }
      .cards-simple-block-series .hero-container.textlight .hero-text-container .hero-content {
        color: #bcbcbc;
        margin-bottom: 0; }
  .cards-simple-block-series .hero-container.textdark {
    border: solid 1px #ccc;
    transition: all .25s ease-out;
    background-color: #fff; }
    .cards-simple-block-series .hero-container.textdark:hover {
      border-color: #0079c1;
      transition: all .25s ease-out; }
      .cards-simple-block-series .hero-container.textdark:hover .hero-video .video_modal .colorbox-evlarge .video_play {
        background-color: #0079c1; }
    .cards-simple-block-series .hero-container.textdark .hero-block {
      background-color: #fff; }
      .cards-simple-block-series .hero-container.textdark .hero-block .hero-image img, .cards-simple-block-series .hero-container.textdark .hero-block .hero-video img {
        width: 100%;
        height: auto;
        display: block; }
    .cards-simple-block-series .hero-container.textdark .hero-text-container {
      background-color: #fff; }
      .cards-simple-block-series .hero-container.textdark .hero-text-container .hero-title {
        color: #323232; }
      .cards-simple-block-series .hero-container.textdark .hero-text-container .hero-content {
        color: #595959;
        margin-bottom: 0; }

.cards-simple a {
  color: #000;
  display: flex;
  flex: 1; }
  .cards-simple a:hover {
    text-decoration: none; }

.cards-simple .card-content {
  padding: 20px;
  width: 100%; }
  .cards-simple .card-content:hover {
    padding: 20px 20px 20px 18px; }
  .cards-simple .card-content .icon-container svg {
    width: 48px;
    height: auto; }
  .cards-simple .card-content .icon-container .icon-true {
    width: 48px;
    height: auto; }
  .cards-simple .card-content .icon-container img.svg {
    height: 48px;
    width: auto; }
  .cards-simple .card-content .card-title {
    margin-bottom: 0;
    line-height: 1.55rem;
    font-size: 0.9375rem;
    color: #f00; }
  .cards-simple .card-content .card-text {
    margin-top: 0.5rem; }
    .cards-simple .card-content .card-text p {
      margin-bottom: 0;
      font-size: 0.8125rem;
      color: #f00; }

.cards-simple.darktheme {
  background-color: #323232; }
  .cards-simple.darktheme a {
    border: solid 1px #595959;
    transition: border-color .25s linear; }
    .cards-simple.darktheme a:hover {
      border: solid 1px #49b0f2;
      transition: border-color .25s linear; }
      .cards-simple.darktheme a:hover .card-content {
        padding: 20px 20px 20px 18px;
        border-left: solid 3px #49b0f2;
        transition: border-color .25s linear; }
        .cards-simple.darktheme a:hover .card-content .card-title .right-arrow {
          fill: #ffffff;
          opacity: 1;
          visibility: visible;
          margin-left: 5px; }
    .cards-simple.darktheme a .card-content {
      border-left: solid 1px #323232; }
  .cards-simple.darktheme .card-content {
    padding: 20px; }
    .cards-simple.darktheme .card-content.card-border {
      border: solid 1px #595959; }
    .cards-simple.darktheme .card-content .card-title {
      color: #fff; }
      .cards-simple.darktheme .card-content .card-title .right-arrow {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        visibility: hidden;
        opacity: 0;
        transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
    .cards-simple.darktheme .card-content .card-text {
      color: #bcbcbc; }
      .cards-simple.darktheme .card-content .card-text p {
        color: #bcbcbc; }

.cards-simple.lighttheme {
  background-color: #fff; }
  .cards-simple.lighttheme a {
    border: solid 1px #cccccc;
    transition: border-color .25s linear; }
    .cards-simple.lighttheme a:hover {
      border: solid 1px #0079c1;
      transition: border-color .25s linear; }
      .cards-simple.lighttheme a:hover .card-content {
        padding: 20px 20px 20px 18px;
        border-left: solid 3px #0079c1;
        transition: border-color .25s linear; }
        .cards-simple.lighttheme a:hover .card-content .card-title .right-arrow {
          fill: #000000;
          opacity: 1;
          visibility: visible;
          margin-left: 5px; }
    .cards-simple.lighttheme a .card-content {
      border-left: solid 1px white; }
  .cards-simple.lighttheme .card-content {
    padding: 20px; }
    .cards-simple.lighttheme .card-content.card-border {
      border: solid 1px #cccccc; }
    .cards-simple.lighttheme .card-content .card-title {
      color: #000; }
      .cards-simple.lighttheme .card-content .card-title .right-arrow {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        visibility: hidden;
        opacity: 0;
        transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
    .cards-simple.lighttheme .card-content .card-text {
      color: #595959; }
      .cards-simple.lighttheme .card-content .card-text p {
        color: #595959; }

.cards-simple-series .content-left .block-group-3-up .block .card-title, .cards-simple-series .content-right .block-group-3-up .block .card-title {
  font-size: 1.2019rem; }

.cards-simple-series .content-left .block-group-3-up .block .card-text, .cards-simple-series .content-right .block-group-3-up .block .card-text {
  font-size: 0.9375rem; }

.cards-simple-series .block-group-2-up .block .card-title {
  font-size: 1.2019rem; }

.cards-simple-series .block-group-2-up .block .card-text {
  font-size: 0.9375rem; }

.cards-simple-series .block-group-3-up .block .card-title {
  font-size: 1.2019rem; }

.cards-simple-series .block-group-3-up .block .card-text {
  font-size: 0.9375rem; }

.cards-simple-series .block-group-4-up .block .card-title, .cards-simple-series .block-group-5-up .block .card-title {
  font-size: 1rem; }

.cards-simple-series .block-group-4-up .block .card-text, .cards-simple-series .block-group-5-up .block .card-text {
  font-size: 0.8125rem; }

/* Right to Left */
html[dir="rtl"] body .cards-simple-series .card-title .right-arrow {
  transform: rotate(180deg); }

html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content {
  border-right: solid 2px white;
  border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content.card-border {
    border: solid 1px #cccccc; }
    html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content.card-border:hover {
      border: solid 1px #cccccc; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content:hover {
    border-right: solid 2px #0079c1;
    border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content .card-title .right-arrow {
    margin-left: 0px;
    margin-right: -5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme:hover .card-content .card-title .right-arrow {
  margin-left: 0px;
  margin-right: 5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content {
  border-right: solid 2px black;
  border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content.card-border {
    border: solid 1px #595959; }
    html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content.card-border:hover {
      border: solid 1px #595959; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content:hover {
    border-right: solid 2px #49b0f2;
    border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content .card-title .right-arrow {
    margin-left: 0px;
    margin-right: -5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme:hover .card-content .card-title .right-arrow {
  margin-left: 0px;
  margin-right: 5px; }

.unconfigured {
  justify-content: center;
  background-color: #c00;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0; }

.shopping-card-container .block {
  display: flex;
  margin-bottom: 25px; }
  .shopping-card-container .block:last-child {
    margin-bottom: 0; }
  .shopping-card-container .block .cards-shopping {
    width: 100%;
    text-align: center;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; }
    .shopping-card-container .block .cards-shopping--gradient {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%; }
    .shopping-card-container .block .cards-shopping--content {
      margin-bottom: 0;
      display: block;
      width: 100%;
      flex: 1 0 auto; }
    .shopping-card-container .block .cards-shopping--icon {
      margin-bottom: 20px; }
    .shopping-card-container .block .cards-shopping__title {
      font-size: 1.999396rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 859px) {
        .shopping-card-container .block .cards-shopping__title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 479px) {
        .shopping-card-container .block .cards-shopping__title {
          font-size: 1.5625rem; } }
    .shopping-card-container .block .cards-shopping__subtitle {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.20rem; }
    .shopping-card-container .block .cards-shopping__separator {
      width: 40px;
      height: 1px;
      margin: 10px auto 20px auto; }
    .shopping-card-container .block .cards-shopping__description {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
      .shopping-card-container .block .cards-shopping__description ul {
        list-style-position: inside;
        -webkit-padding-start: 0;
        -webkit-padding-end: 20px; }
      .shopping-card-container .block .cards-shopping__description ul li[style*="text-align: left;"] {
        list-style-position: outside;
        margin-left: 16px; }
    .shopping-card-container .block .cards-shopping__price1 {
      font-size: 1.6994866rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 859px) {
        .shopping-card-container .block .cards-shopping__price1 {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 479px) {
        .shopping-card-container .block .cards-shopping__price1 {
          font-size: 1.328125rem; } }
    .shopping-card-container .block .cards-shopping__auxtext {
      font-size: 0.875rem;
      line-height: 1.55rem; }
    .shopping-card-container .block .cards-shopping__price2 {
      font-size: 1rem;
      line-height: 1.55rem; }
    .shopping-card-container .block .cards-shopping__cta {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
      .shopping-card-container .block .cards-shopping__cta .btn-large {
        word-wrap: break-word;
        white-space: pre-wrap;
        margin: 0 15px; }

.shopping-card-container.darktheme .cards-shopping {
  border: solid 1px #595959;
  background-color: #323232; }
  .shopping-card-container.darktheme .cards-shopping__title {
    color: white; }
  .shopping-card-container.darktheme .cards-shopping__subtitle {
    color: #efefef; }
  .shopping-card-container.darktheme .cards-shopping__separator {
    background-color: #595959; }
  .shopping-card-container.darktheme .cards-shopping__description {
    color: #bcbcbc; }
    .shopping-card-container.darktheme .cards-shopping__description p {
      color: #bcbcbc; }
  .shopping-card-container.darktheme .cards-shopping__price1 {
    color: white; }
  .shopping-card-container.darktheme .cards-shopping__auxtext {
    color: #9f9f9f; }
  .shopping-card-container.darktheme .cards-shopping__price2 {
    color: #efefef; }
  .shopping-card-container.darktheme .cards-shopping__cta {
    color: white; }
  .shopping-card-container.darktheme .cards-shopping .displayPrice .cards-pricing__price1, .shopping-card-container.darktheme .cards-shopping .qty-box .cards-pricing__price1 {
    color: #fff; }
  .shopping-card-container.darktheme .cards-shopping .icon-ui-plus:before, .shopping-card-container.darktheme .cards-shopping .icon-ui-minus:before {
    color: #bcbcbc; }
  .shopping-card-container.darktheme .cards-shopping .number-input button {
    background-color: #323232;
    border: solid 1px #6e6e6e; }
    .shopping-card-container.darktheme .cards-shopping .number-input button:hover {
      background-color: #222;
      border: solid 1px #959595; }
    .shopping-card-container.darktheme .cards-shopping .number-input button:active, .shopping-card-container.darktheme .cards-shopping .number-input button:focus {
      background-color: #323232;
      border: solid 1px #49b0f2; }
    .shopping-card-container.darktheme .cards-shopping .number-input button .minusText, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText {
      color: #bcbcbc; }
      .shopping-card-container.darktheme .cards-shopping .number-input button .minusText:hover, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText:hover {
        color: #fff; }
      .shopping-card-container.darktheme .cards-shopping .number-input button .minusText:active, .shopping-card-container.darktheme .cards-shopping .number-input button .minusText:focus, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText:active, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText:focus {
        color: #49b0f2; }
  .shopping-card-container.darktheme .cards-shopping .number-input input[type=number] {
    color: #bcbcbc;
    border: solid 1px #6e6e6e;
    background-color: #323232; }
    .shopping-card-container.darktheme .cards-shopping .number-input input[type=number]:hover {
      color: #fff;
      border: solid 1px #959595;
      background-color: #222; }
    .shopping-card-container.darktheme .cards-shopping .number-input input[type=number]:active, .shopping-card-container.darktheme .cards-shopping .number-input input[type=number]:focus {
      background-color: #323232;
      border: solid 1px #49b0f2;
      color: #fff; }
  .shopping-card-container.darktheme .cards-shopping .quantityTextHidden {
    color: #bcbcbc; }

.shopping-card-container.lighttheme .cards-shopping {
  border: solid 1px #cccccc;
  background-color: white; }
  .shopping-card-container.lighttheme .cards-shopping__title {
    color: #323232; }
  .shopping-card-container.lighttheme .cards-shopping__subtitle {
    color: #4c4c4c; }
  .shopping-card-container.lighttheme .cards-shopping__separator {
    background-color: #cccccc; }
  .shopping-card-container.lighttheme .cards-shopping__description {
    color: #595959; }
  .shopping-card-container.lighttheme .cards-shopping__price1 {
    color: #323232; }
  .shopping-card-container.lighttheme .cards-shopping__auxtext {
    color: #6e6e6e; }
  .shopping-card-container.lighttheme .cards-shopping__price2 {
    color: #4c4c4c; }
  .shopping-card-container.lighttheme .cards-shopping__cta {
    color: white; }
  .shopping-card-container.lighttheme .cards-shopping .displayPrice .cards-pricing__price1, .shopping-card-container.lighttheme .cards-shopping .qty-box .cards-pricing__price1 {
    color: #323232; }
  .shopping-card-container.lighttheme .cards-shopping .number-input button {
    background-color: #fff;
    border: solid 1px #a9a9a9; }
    .shopping-card-container.lighttheme .cards-shopping .number-input button:hover {
      background-color: #f4f4f4;
      border: solid 1px #6e6e6e; }
    .shopping-card-container.lighttheme .cards-shopping .number-input button:active, .shopping-card-container.lighttheme .cards-shopping .number-input button:focus {
      background-color: #fff;
      border: solid 1px #0079c1; }
    .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText {
      color: #595959; }
      .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText:hover, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText:hover {
        color: #000; }
      .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText:active, .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText:focus, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText:active, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText:focus {
        color: #0079c1; }
  .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number] {
    color: #6e6e6e;
    border: solid 1px #a9a9a9; }
    .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number]:hover {
      color: #000;
      border: solid 1px #6e6e6e; }
    .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number]:active, .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number]:focus {
      background-color: #fff;
      border: solid 1px #0079c1;
      color: #000; }
  .shopping-card-container.lighttheme .cards-shopping .quantityTextHidden {
    color: #595959; }

.shopping-card-container.cardsPerRow-5 .cards-shopping, .shopping-card-container.cardsPerRow-6 .cards-shopping {
  padding: 25px 15px 20px 15px; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__title, .shopping-card-container.cardsPerRow-6 .cards-shopping__title {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 859px) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__title, .shopping-card-container.cardsPerRow-6 .cards-shopping__title {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 479px) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__title, .shopping-card-container.cardsPerRow-6 .cards-shopping__title {
        font-size: 1.0625rem; } }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__subtitle, .shopping-card-container.cardsPerRow-6 .cards-shopping__subtitle {
    font-size: 11px; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__description, .shopping-card-container.cardsPerRow-6 .cards-shopping__description {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__price1, .shopping-card-container.cardsPerRow-6 .cards-shopping__price1 {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 859px) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__price1, .shopping-card-container.cardsPerRow-6 .cards-shopping__price1 {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 479px) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__price1, .shopping-card-container.cardsPerRow-6 .cards-shopping__price1 {
        font-size: 1.0625rem; } }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__auxtext, .shopping-card-container.cardsPerRow-6 .cards-shopping__auxtext {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__price2, .shopping-card-container.cardsPerRow-6 .cards-shopping__price2 {
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__cta, .shopping-card-container.cardsPerRow-6 .cards-shopping__cta {
    font-size: 0.9375rem;
    line-height: 1.55rem; }

@media (min-width: 481px) and (max-width: 860px) {
  .shopping-card-container.tablet-block-group-2-up.cardsPerRow-2 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-3 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-4 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-5 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-6 .block {
    margin-bottom: 25px; }
  .shopping-card-container.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) {
    margin-bottom: 0px; }
  .shopping-card-container.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0px; } }

@media (min-width: 861px) {
  .shopping-card-container.cardsPerRow-2 .block, .shopping-card-container.cardsPerRow-3 .block, .shopping-card-container.cardsPerRow-4 .block, .shopping-card-container.cardsPerRow-5 .block, .shopping-card-container.cardsPerRow-6 .block {
    margin-bottom: 25px; } }

.shopping-card-container .displayPrice {
  display: block;
  width: 100%; }

.shopping-card-container .qty-box {
  margin-bottom: 25px;
  text-align: center;
  min-height: 31px; }
  .shopping-card-container .qty-box .qty-left {
    width: 50%;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
    display: inline-block;
    padding-top: 4px; }
  .shopping-card-container .qty-box .qty-right {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    float: right;
    display: inline-block;
    height: 31px; }
  .shopping-card-container .qty-box .cards-pricing__price1 {
    margin-bottom: 3px; }

.shopping-card-container input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  box-shadow: none;
  border-left: none;
  border-right: none; }

.shopping-card-container input[type=number]::-webkit-inner-spin-button,
.shopping-card-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.shopping-card-container .number-input {
  display: inline-flex; }

.shopping-card-container .number-input,
.shopping-card-container .number-input * {
  box-sizing: border-box; }

.shopping-card-container .number-input button {
  outline: none;
  -webkit-appearance: none;
  border: none;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 31px;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 0; }
  .shopping-card-container .number-input button .minusText, .shopping-card-container .number-input button .plusText {
    font-size: 16px; }

.shopping-card-container .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg); }

.shopping-card-container .number-input input[type=number] {
  width: 58px;
  font-size: 15px;
  height: 31px;
  text-align: center; }

.shopping-card-container .quantityTextHidden {
  margin-right: 7px;
  margin-top: 4px;
  font-size: 14px; }

/* Right to Left */
html[dir="rtl"] .shopping-card-container .quantityTextHidden {
  margin-left: 7px;
  margin-right: 0; }

.unconfigured {
  justify-content: center;
  background-color: #c00;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0; }

.card-container-v2 .block, .card-container-v3 .block {
  display: flex;
  margin-bottom: 25px; }
  .card-container-v2 .block:last-child, .card-container-v3 .block:last-child {
    margin-bottom: 0; }
  .card-container-v2 .block .cards-pricing, .card-container-v3 .block .cards-pricing {
    width: 100%;
    text-align: center;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center; }
    .card-container-v2 .block .cards-pricing--gradient, .card-container-v3 .block .cards-pricing--gradient {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%; }
    .card-container-v2 .block .cards-pricing--content, .card-container-v3 .block .cards-pricing--content {
      margin-bottom: 0;
      display: block;
      width: 100%;
      flex: 1 0 auto; }
      .card-container-v2 .block .cards-pricing--content ul, .card-container-v3 .block .cards-pricing--content ul {
        list-style-position: inside;
        -webkit-padding-start: 0;
        -webkit-padding-end: 20px; }
    .card-container-v2 .block .cards-pricing--icon, .card-container-v3 .block .cards-pricing--icon {
      margin-bottom: 20px; }
    .card-container-v2 .block .cards-pricing__title, .card-container-v3 .block .cards-pricing__title {
      font-size: 1.999396rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 859px) {
        .card-container-v2 .block .cards-pricing__title, .card-container-v3 .block .cards-pricing__title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 479px) {
        .card-container-v2 .block .cards-pricing__title, .card-container-v3 .block .cards-pricing__title {
          font-size: 1.5625rem; } }
    .card-container-v2 .block .cards-pricing__subtitle, .card-container-v3 .block .cards-pricing__subtitle {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.20rem; }
    .card-container-v2 .block .cards-pricing__separator, .card-container-v3 .block .cards-pricing__separator {
      width: 40px;
      height: 1px;
      margin: 10px auto 20px auto; }
    .card-container-v2 .block .cards-pricing__description, .card-container-v3 .block .cards-pricing__description {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
    .card-container-v2 .block .cards-pricing__price1, .card-container-v3 .block .cards-pricing__price1 {
      font-size: 1.6994866rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 859px) {
        .card-container-v2 .block .cards-pricing__price1, .card-container-v3 .block .cards-pricing__price1 {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 479px) {
        .card-container-v2 .block .cards-pricing__price1, .card-container-v3 .block .cards-pricing__price1 {
          font-size: 1.328125rem; } }
    .card-container-v2 .block .cards-pricing__auxtext, .card-container-v3 .block .cards-pricing__auxtext {
      font-size: 0.875rem;
      line-height: 1.55rem; }
    .card-container-v2 .block .cards-pricing__price2, .card-container-v3 .block .cards-pricing__price2 {
      font-size: 1rem;
      line-height: 1.55rem; }
    .card-container-v2 .block .cards-pricing__cta, .card-container-v3 .block .cards-pricing__cta {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
      .card-container-v2 .block .cards-pricing__cta .btn-large, .card-container-v3 .block .cards-pricing__cta .btn-large {
        word-wrap: break-word;
        white-space: pre-wrap;
        margin: 0 15px; }

.card-container-v2.darktheme .cards-pricing, .card-container-v3.darktheme .cards-pricing {
  border: solid 1px #595959;
  background-color: #323232; }
  .card-container-v2.darktheme .cards-pricing__title, .card-container-v3.darktheme .cards-pricing__title {
    color: white; }
  .card-container-v2.darktheme .cards-pricing__subtitle, .card-container-v3.darktheme .cards-pricing__subtitle {
    color: #efefef; }
  .card-container-v2.darktheme .cards-pricing__separator, .card-container-v3.darktheme .cards-pricing__separator {
    background-color: #595959; }
  .card-container-v2.darktheme .cards-pricing__description, .card-container-v3.darktheme .cards-pricing__description {
    color: #bcbcbc; }
    .card-container-v2.darktheme .cards-pricing__description p, .card-container-v3.darktheme .cards-pricing__description p {
      color: #bcbcbc; }
  .card-container-v2.darktheme .cards-pricing__price1, .card-container-v3.darktheme .cards-pricing__price1 {
    color: white; }
  .card-container-v2.darktheme .cards-pricing__auxtext, .card-container-v3.darktheme .cards-pricing__auxtext {
    color: #9f9f9f; }
  .card-container-v2.darktheme .cards-pricing__price2, .card-container-v3.darktheme .cards-pricing__price2 {
    color: #efefef; }
  .card-container-v2.darktheme .cards-pricing__cta, .card-container-v3.darktheme .cards-pricing__cta {
    color: white; }

.card-container-v2.lighttheme .cards-pricing, .card-container-v3.lighttheme .cards-pricing {
  border: solid 1px #cccccc;
  background-color: white; }
  .card-container-v2.lighttheme .cards-pricing__title, .card-container-v3.lighttheme .cards-pricing__title {
    color: #323232; }
  .card-container-v2.lighttheme .cards-pricing__subtitle, .card-container-v3.lighttheme .cards-pricing__subtitle {
    color: #4c4c4c; }
  .card-container-v2.lighttheme .cards-pricing__separator, .card-container-v3.lighttheme .cards-pricing__separator {
    background-color: #cccccc; }
  .card-container-v2.lighttheme .cards-pricing__description, .card-container-v3.lighttheme .cards-pricing__description {
    color: #595959; }
  .card-container-v2.lighttheme .cards-pricing__price1, .card-container-v3.lighttheme .cards-pricing__price1 {
    color: #323232; }
  .card-container-v2.lighttheme .cards-pricing__auxtext, .card-container-v3.lighttheme .cards-pricing__auxtext {
    color: #6e6e6e; }
  .card-container-v2.lighttheme .cards-pricing__price2, .card-container-v3.lighttheme .cards-pricing__price2 {
    color: #4c4c4c; }
  .card-container-v2.lighttheme .cards-pricing__cta, .card-container-v3.lighttheme .cards-pricing__cta {
    color: white; }

.card-container-v2.cardsPerRow-5 .cards-pricing, .card-container-v2.cardsPerRow-6 .cards-pricing, .card-container-v3.cardsPerRow-5 .cards-pricing, .card-container-v3.cardsPerRow-6 .cards-pricing {
  padding: 25px 15px 20px 15px; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__title, .card-container-v2.cardsPerRow-6 .cards-pricing__title, .card-container-v3.cardsPerRow-5 .cards-pricing__title, .card-container-v3.cardsPerRow-6 .cards-pricing__title {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 859px) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__title, .card-container-v2.cardsPerRow-6 .cards-pricing__title, .card-container-v3.cardsPerRow-5 .cards-pricing__title, .card-container-v3.cardsPerRow-6 .cards-pricing__title {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 479px) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__title, .card-container-v2.cardsPerRow-6 .cards-pricing__title, .card-container-v3.cardsPerRow-5 .cards-pricing__title, .card-container-v3.cardsPerRow-6 .cards-pricing__title {
        font-size: 1.0625rem; } }
  .card-container-v2.cardsPerRow-5 .cards-pricing__subtitle, .card-container-v2.cardsPerRow-6 .cards-pricing__subtitle, .card-container-v3.cardsPerRow-5 .cards-pricing__subtitle, .card-container-v3.cardsPerRow-6 .cards-pricing__subtitle {
    font-size: 11px; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__description, .card-container-v2.cardsPerRow-6 .cards-pricing__description, .card-container-v3.cardsPerRow-5 .cards-pricing__description, .card-container-v3.cardsPerRow-6 .cards-pricing__description {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__price1, .card-container-v2.cardsPerRow-6 .cards-pricing__price1, .card-container-v3.cardsPerRow-5 .cards-pricing__price1, .card-container-v3.cardsPerRow-6 .cards-pricing__price1 {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 859px) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__price1, .card-container-v2.cardsPerRow-6 .cards-pricing__price1, .card-container-v3.cardsPerRow-5 .cards-pricing__price1, .card-container-v3.cardsPerRow-6 .cards-pricing__price1 {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 479px) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__price1, .card-container-v2.cardsPerRow-6 .cards-pricing__price1, .card-container-v3.cardsPerRow-5 .cards-pricing__price1, .card-container-v3.cardsPerRow-6 .cards-pricing__price1 {
        font-size: 1.0625rem; } }
  .card-container-v2.cardsPerRow-5 .cards-pricing__auxtext, .card-container-v2.cardsPerRow-6 .cards-pricing__auxtext, .card-container-v3.cardsPerRow-5 .cards-pricing__auxtext, .card-container-v3.cardsPerRow-6 .cards-pricing__auxtext {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__price2, .card-container-v2.cardsPerRow-6 .cards-pricing__price2, .card-container-v3.cardsPerRow-5 .cards-pricing__price2, .card-container-v3.cardsPerRow-6 .cards-pricing__price2 {
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__cta, .card-container-v2.cardsPerRow-6 .cards-pricing__cta, .card-container-v3.cardsPerRow-5 .cards-pricing__cta, .card-container-v3.cardsPerRow-6 .cards-pricing__cta {
    font-size: 0.9375rem;
    line-height: 1.55rem; }

@media (min-width: 481px) and (max-width: 860px) {
  .card-container-v2.tablet-block-group-2-up.cardsPerRow-2 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-3 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-4 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-5 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-6 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-2 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-3 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-4 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-5 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-6 .block {
    margin-bottom: 25px; }
  .card-container-v2.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) {
    margin-bottom: 0px; }
  .card-container-v2.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0px; } }

@media (min-width: 861px) {
  .card-container-v2.cardsPerRow-2 .block, .card-container-v2.cardsPerRow-3 .block, .card-container-v2.cardsPerRow-4 .block, .card-container-v2.cardsPerRow-5 .block, .card-container-v2.cardsPerRow-6 .block, .card-container-v3.cardsPerRow-2 .block, .card-container-v3.cardsPerRow-3 .block, .card-container-v3.cardsPerRow-4 .block, .card-container-v3.cardsPerRow-5 .block, .card-container-v3.cardsPerRow-6 .block {
    margin-bottom: 25px; } }

.card-container-v2 .displayPrice, .card-container-v3 .displayPrice {
  display: block;
  width: 100%; }

.cards-list-series .block {
  margin-bottom: 20px;
  display: flex; }

.block-group-2-up .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .linkurl {
  text-align: left;
  padding-bottom: 10px; }

.block-group-2-up .cards-list-container.lighttheme .clc-rightcolumn .clc-content .linkurl {
  text-align: left;
  padding-bottom: 10px; }

.cards-list-container {
  width: 100%; }
  .cards-list-container a:hover {
    text-decoration: none; }
  .cards-list-container .clc-image {
    float: left;
    width: 24%;
    margin: 0;
    padding: 0;
    min-height: 70px; }
    .cards-list-container .clc-image img {
      width: 100%;
      display: block; }
    .cards-list-container .clc-image_time-stamp {
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: 0;
      color: #4c4c4c;
      box-sizing: border-box;
      padding: 0px 7px;
      font-size: 14px; }
    .cards-list-container .clc-image .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(255, 255, 255, 0.9);
      width: 30px;
      height: 30px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
        outline: none; }
      .cards-list-container .clc-image .play-button:after {
        border-left: 8px solid #323232; }
        .cards-list-container .clc-image .play-button:after:hover {
          border-left: 8px solid #323232; }
      .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
        .cards-list-container .clc-image .play-button:hover:after, .cards-list-container .clc-image .play-button:focus:after {
          border-left: 8px solid white; }
      .cards-list-container .clc-image .play-button:focus {
        background: #0079c1;
        outline: none; }
        .cards-list-container .clc-image .play-button:focus:after {
          border-left: 8px solid white; }
      .cards-list-container .clc-image .play-button:after {
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; }
      @media screen and (min-width: 840px) {
        .cards-list-container .clc-image .play-button {
          border: none;
          margin-top: 0px;
          background: rgba(255, 255, 255, 0.9);
          width: 50px;
          height: 50px;
          border-radius: 100%;
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 5;
          transition: all .25s ease-out; }
          .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
            outline: none; }
          .cards-list-container .clc-image .play-button:after {
            border-left: 12px solid #323232; }
            .cards-list-container .clc-image .play-button:after:hover {
              border-left: 12px solid #323232; }
          .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
            background: #0079c1;
            border: none;
            outline: none; }
            .cards-list-container .clc-image .play-button:hover:after, .cards-list-container .clc-image .play-button:focus:after {
              border-left: 12px solid white; }
          .cards-list-container .clc-image .play-button:focus {
            background: #0079c1;
            outline: none; }
            .cards-list-container .clc-image .play-button:focus:after {
              border-left: 12px solid white; }
          .cards-list-container .clc-image .play-button:after {
            content: "";
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            left: 52.5%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            height: 0;
            width: 0; } }
    .cards-list-container .clc-image .modal-content {
      max-height: 540px; }
    .cards-list-container .clc-image .video_modal .video_placeholder {
      max-width: 100%;
      height: auto; }
    .cards-list-container .clc-image .modal-overlay {
      display: none; }
      .cards-list-container .clc-image .modal-overlay.is-active {
        display: block;
        z-index: 10000; }
    .cards-list-container .clc-image .modal-content {
      background-color: transparent; }
    @media (max-width: 959px) {
      .cards-list-container .clc-image .modal-content {
        width: 90vw;
        background-color: transparent; }
        .cards-list-container .clc-image .modal-content iframe.video_content, .cards-list-container .clc-image .modal-content iframe.youtube {
          width: 100%; } }
    @media (max-width: 1400px) {
      .cards-list-container .clc-image_time-stamp {
        padding: 0 4px;
        font-size: 12px; } }
    .cards-list-container .clc-image .warning {
      text-align: center;
      color: #f00;
      display: block;
      padding-top: 20px; }
  .cards-list-container .clc-rightcolumn .clc-content {
    float: right;
    width: 76%;
    position: relative;
    padding-top: 15px; }
    .cards-list-container .clc-rightcolumn .clc-content .clc-overlaytext {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      top: 0;
      min-height: 27px;
      padding: 0 20px 0 20px;
      font-size: 13px; }
    .cards-list-container .clc-rightcolumn .clc-content .clc-title {
      margin-bottom: 0.35rem; }
    .cards-list-container .clc-rightcolumn .clc-content .clc-context, .cards-list-container .clc-rightcolumn .clc-content .clc-more-text {
      margin-bottom: 0.5rem; }
      .cards-list-container .clc-rightcolumn .clc-content .clc-context p, .cards-list-container .clc-rightcolumn .clc-content .clc-more-text p {
        margin-bottom: 0.5rem; }
    .cards-list-container .clc-rightcolumn .clc-content .linkurl {
      margin-right: 20px;
      margin-bottom: 0;
      width: 100%;
      text-align: right;
      margin-top: -5px; }
  .cards-list-container.lighttheme {
    background-color: #fff;
    border: solid 1px #ccc;
    transition: all .25s ease-out; }
    .cards-list-container.lighttheme:hover {
      border: solid 1px #0079c1;
      transition: all .25s ease-out; }
      .cards-list-container.lighttheme:hover .ctaLink[data-link-type]:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
    .cards-list-container.lighttheme .ctaLink[data-link-type]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out;
      width: 13px;
      display: inline-block;
      visibility: hidden;
      opacity: 0;
      margin-left: -5px; }
    .cards-list-container.lighttheme .ctaLink[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cards-list-container.lighttheme .ctaLink[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .cards-list-container.lighttheme .ctaLink[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-overlaytext {
      background-color: rgba(255, 255, 255, 0.9);
      color: #4c4c4c; }
    .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container {
      padding: 0 20px 3px 20px; }
      .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
        color: #000; }
      .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-context {
        color: #6e6e6e; }
      .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-more-text {
        color: #595959; }
      @media (max-width: 480px) {
        .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
          color: #0079c1; } }
  .cards-list-container.darktheme {
    background-color: #000;
    border: solid 1px #595959;
    transition: all .25s ease-out; }
    .cards-list-container.darktheme:hover {
      border: solid 1px #49b0f2;
      transition: all .25s ease-out; }
      .cards-list-container.darktheme:hover .ctaLink[data-link-type]:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
    .cards-list-container.darktheme .ctaLink[data-link-type]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out;
      width: 13px;
      display: inline-block;
      visibility: hidden;
      opacity: 0;
      margin-left: -5px; }
    .cards-list-container.darktheme .ctaLink[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cards-list-container.darktheme .ctaLink[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .cards-list-container.darktheme .ctaLink[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .cards-list-container.darktheme .ctaLink[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-overlaytext {
      background-color: transparent;
      color: #efefef; }
    .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container {
      padding: 0 20px 3px 20px; }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
        color: #fff; }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-context {
        color: #9f9f9f; }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-more-text {
        color: #bcbcbc; }
      @media (max-width: 480px) {
        .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
          color: #49b0f2; } }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .linkurl a {
        color: #49b0f2; }
    .cards-list-container.darktheme .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(50, 50, 50, 0.9);
      width: 30px;
      height: 30px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
        outline: none; }
      .cards-list-container.darktheme .play-button:after {
        border-left: 8px solid white; }
        .cards-list-container.darktheme .play-button:after:hover {
          border-left: 8px solid white; }
      .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
      .cards-list-container.darktheme .play-button:after {
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; }
      @media screen and (min-width: 840px) {
        .cards-list-container.darktheme .play-button {
          border: none;
          margin-top: 0px;
          background: rgba(50, 50, 50, 0.9);
          width: 50px;
          height: 50px;
          border-radius: 100%;
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 5;
          transition: all .25s ease-out; }
          .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
            outline: none; }
          .cards-list-container.darktheme .play-button:after {
            border-left: 12px solid white; }
            .cards-list-container.darktheme .play-button:after:hover {
              border-left: 12px solid white; }
          .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
            background: #0079c1;
            border: none;
            outline: none; }
          .cards-list-container.darktheme .play-button:after {
            content: "";
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            left: 52.5%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            height: 0;
            width: 0; } }

/* Right to Left */
html[dir="rtl"] .cards-list-container .clc-image {
  float: right; }

html[dir="rtl"] .cards-list-container .clc-rightcolumn .clc-content {
  float: left; }
  html[dir="rtl"] .cards-list-container .clc-rightcolumn .clc-content .linkurl {
    margin-right: 0px;
    margin-left: 20px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-top: -5px; }

html[dir="rtl"] .cards-list-container.lighttheme:hover .right-arrow-blue, html[dir="rtl"] .cards-list-container.darktheme:hover .right-arrow-blue {
  visibility: visible;
  margin-left: 0px;
  margin-right: 5px; }

html[dir="rtl"] .cards-list-container.lighttheme .right-arrow-blue, html[dir="rtl"] .cards-list-container.darktheme .right-arrow-blue {
  margin-left: 0;
  margin-right: -5px;
  transform: rotateY(180deg); }

.editorial-categorytext_time-stamp {
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 13px;
  z-index: 999;
  padding: 2px 9px;
  letter-spacing: .12em;
  padding-right: 11px; }
  html[dir="rtl"] .editorial-categorytext_time-stamp {
    float: left;
    left: 0;
    padding-left: 20px;
    right: unset; }

.cards-editorial {
  margin-bottom: 20px;
  position: relative;
  height: 600px;
  overflow: hidden; }
  .cards-editorial.small-card {
    width: 100%; }
  .cards-editorial-lighttheme {
    border: solid 1px #cccccc;
    background-color: #ffffff; }
    .cards-editorial-lighttheme .editorial-image .featuredtext {
      background-color: rgba(255, 255, 255, 0.85);
      color: #4c4c4c; }
      .cards-editorial-lighttheme .editorial-image .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzAwNzlDMTt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-lighttheme .editorial-video {
      height: 50%;
      position: relative; }
      .cards-editorial-lighttheme .editorial-video .editorial-categorytext {
        letter-spacing: .12em;
        font-size: 11px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        margin: 0;
        color: #4c4c4c;
        padding: 5px 20px;
        min-height: 27px;
        position: absolute;
        bottom: 0; }
        .cards-editorial-lighttheme .editorial-video .editorial-categorytext_time-stamp {
          color: #4c4c4c; }
        @media screen and (min-width: 640px) {
          .cards-editorial-lighttheme .editorial-video .editorial-categorytext {
            font-size: 13px; } }
      .cards-editorial-lighttheme .editorial-video .time-stamp {
        position: absolute;
        bottom: 0px;
        right: 0;
        font-size: 13px;
        z-index: 999;
        padding: 2px 9px;
        padding-right: 9px;
        letter-spacing: .12em;
        background-color: rgba(255, 255, 255, 0.9); }
      .cards-editorial-lighttheme .editorial-video .video_modal {
        height: 100%; }
        .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge {
          position: relative;
          height: 100%; }
          .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button {
            border: none;
            margin-top: 0px;
            background: rgba(255, 255, 255, 0.9);
            width: 55px;
            height: 55px;
            border-radius: 100%;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 5;
            transition: all .25s ease-out; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              outline: none; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
              border-left: 12px solid #323232; }
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                border-left: 12px solid #323232; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              background: #0079c1;
              border: none;
              outline: none; }
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                border-left: 12px solid white; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              background: #0079c1;
              outline: none; }
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                border-left: 12px solid white; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
              content: "";
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent;
              left: 52.5%;
              position: absolute;
              top: 50%;
              transform: translate(-50%, -50%);
              height: 0;
              width: 0; }
            @media screen and (min-width: 506px) {
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button {
                border: none;
                margin-top: 0px;
                background: rgba(255, 255, 255, 0.9);
                width: 72px;
                height: 72px;
                border-radius: 100%;
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: 5;
                transition: all .25s ease-out; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  outline: none; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
                  border-left: 15px solid #323232; }
                  .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                    border-left: 15px solid #323232; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  background: #0079c1;
                  border: none;
                  outline: none; }
                  .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                    border-left: 15px solid white; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  background: #0079c1;
                  outline: none; }
                  .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                    border-left: 15px solid white; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
                  content: "";
                  border-top: 10px solid transparent;
                  border-bottom: 10px solid transparent;
                  left: 52.5%;
                  position: absolute;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  height: 0;
                  width: 0; } }
      @media (max-width: 959px) {
        .cards-editorial-lighttheme .editorial-video .modal-content {
          width: 90vw;
          background-color: transparent; }
          .cards-editorial-lighttheme .editorial-video .modal-content iframe.video_content, .cards-editorial-lighttheme .editorial-video .modal-content iframe.youtube {
            width: 100%;
            height: 60vh; } }
  .cards-editorial-darktheme {
    border: solid 1px #595959;
    background-color: #323232; }
    .cards-editorial-darktheme .editorial-image .featuredtext {
      background-color: rgba(50, 50, 50, 0.85);
      color: #ffffff; }
      .cards-editorial-darktheme .editorial-image .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzQ5QjBGMjt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-darktheme .editorial-video {
      height: 50%;
      position: relative; }
      .cards-editorial-darktheme .editorial-video .editorial-categorytext {
        letter-spacing: .12em;
        font-size: 11px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        margin: 0;
        color: #ffffff;
        padding: 5px 20px;
        min-height: 27px;
        position: absolute;
        bottom: 0; }
        .cards-editorial-darktheme .editorial-video .editorial-categorytext_time-stamp {
          color: #ffffff; }
        @media screen and (min-width: 640px) {
          .cards-editorial-darktheme .editorial-video .editorial-categorytext {
            font-size: 13px; } }
      .cards-editorial-darktheme .editorial-video .time-stamp {
        position: absolute;
        bottom: 0px;
        right: 0;
        z-index: 999;
        color: #4c4c4c;
        font-size: 13px;
        padding: 2px 9px;
        padding-right: 9px;
        letter-spacing: .12em;
        background-color: rgba(255, 255, 255, 0.9); }
      .cards-editorial-darktheme .editorial-video .video_modal {
        height: 100%; }
        .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge {
          position: relative;
          height: 100%; }
          .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button {
            border: none;
            margin-top: 0px;
            background: rgba(50, 50, 50, 0.9);
            width: 55px;
            height: 55px;
            border-radius: 100%;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 5;
            transition: all .25s ease-out; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              outline: none; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
              border-left: 12px solid white; }
              .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                border-left: 12px solid white; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              background: #0079c1;
              border: none;
              outline: none; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
              content: "";
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent;
              left: 52.5%;
              position: absolute;
              top: 50%;
              transform: translate(-50%, -50%);
              height: 0;
              width: 0; }
            @media screen and (min-width: 506px) {
              .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button {
                border: none;
                margin-top: 0px;
                background: rgba(50, 50, 50, 0.9);
                width: 72px;
                height: 72px;
                border-radius: 100%;
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: 5;
                transition: all .25s ease-out; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  outline: none; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
                  border-left: 15px solid white; }
                  .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                    border-left: 15px solid white; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  background: #0079c1;
                  border: none;
                  outline: none; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
                  content: "";
                  border-top: 10px solid transparent;
                  border-bottom: 10px solid transparent;
                  left: 52.5%;
                  position: absolute;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  height: 0;
                  width: 0; } }
      @media (max-width: 959px) {
        .cards-editorial-darktheme .editorial-video .modal-content {
          width: 90vw;
          background-color: transparent; }
          .cards-editorial-darktheme .editorial-video .modal-content iframe.video_content, .cards-editorial-darktheme .editorial-video .modal-content iframe.youtube {
            width: 100%;
            height: 60vh; } }
  .cards-editorial .editorial-image {
    height: 50%;
    position: relative; }
    .cards-editorial .editorial-image img {
      width: 100%;
      display: block; }
    .cards-editorial .editorial-image .featuredtext {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 3px 20px 3px 33px;
      text-transform: capitalize; }
      .cards-editorial .editorial-image .featuredtext:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat; }
    .cards-editorial .editorial-image .editorial-categorytext-lighttheme {
      letter-spacing: .12em;
      font-size: 11px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin: 0;
      color: #4c4c4c;
      padding: 5px 20px;
      min-height: 27px;
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 640px) {
        .cards-editorial .editorial-image .editorial-categorytext-lighttheme {
          font-size: 13px; } }
    .cards-editorial .editorial-image .editorial-categorytext-darktheme {
      letter-spacing: .12em;
      font-size: 11px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin: 0;
      color: #ffffff;
      padding: 5px 20px;
      min-height: 27px;
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 640px) {
        .cards-editorial .editorial-image .editorial-categorytext-darktheme {
          font-size: 13px; } }
    .cards-editorial .editorial-image .editorial-categorytext p {
      margin-bottom: 0; }
  .cards-editorial .editorial-content {
    position: relative; }
    .cards-editorial .editorial-content .lighttheme {
      clear: both; }
      .cards-editorial .editorial-content .lighttheme .editorial-image {
        width: 100%;
        height: 0;
        padding-bottom: 36.5%;
        position: relative; }
        .cards-editorial .editorial-content .lighttheme .editorial-image .featuredtext {
          position: absolute;
          top: 10px;
          left: 10px;
          background-color: rgba(255, 255, 255, 0.85);
          padding: 3px 20px;
          text-transform: capitalize; }
      .cards-editorial .editorial-content .lighttheme .editorial-text-container {
        position: relative;
        height: auto; }
        .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container {
          padding: 20px 40px 0 40px; }
          .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk {
            overflow: hidden;
            position: relative;
            text-decoration: none;
            color: #4c4c4c; }
            .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk:after {
              content: "";
              border-bottom: 1px solid #4c4c4c;
              width: 0%;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: -2px;
              transition: all .15s ease-in-out; }
            .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk:hover:after {
              width: 100%; }
        .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-context-container {
          padding: 0 40px; }
          .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-context-container p {
            margin-bottom: 0.75rem; }
        .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-content-container {
          width: 80%;
          padding: 0 40px 60px 40px; }
          .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-content-container p {
            margin-bottom: 1.35rem; }
    .cards-editorial .editorial-content .darktheme {
      clear: both; }
      .cards-editorial .editorial-content .darktheme .editorial-image {
        width: 100%;
        height: 0;
        padding-bottom: 36.5%;
        position: relative; }
        .cards-editorial .editorial-content .darktheme .editorial-image .featuredtext {
          position: absolute;
          top: 10px;
          left: 10px;
          background-color: rgba(50, 50, 50, 0.85);
          padding: 3px 20px;
          text-transform: capitalize; }
      .cards-editorial .editorial-content .darktheme .editorial-text-container {
        position: relative;
        height: auto; }
        .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container {
          padding: 20px 40px 0 40px; }
          .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk {
            overflow: hidden;
            position: relative;
            text-decoration: none;
            color: #ffffff; }
            .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk:after {
              content: "";
              border-bottom: 1px solid #ffffff;
              width: 0%;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: -2px;
              transition: all .15s ease-in-out; }
            .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk:hover:after {
              width: 100%; }
          .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container h2 {
            margin-bottom: 0;
            color: #ffffff; }
        .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-context-container {
          padding: 0 40px; }
          .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-context-container p {
            margin-bottom: 0.75rem;
            color: #9f9f9f; }
        .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-content-container {
          width: 80%;
          padding: 0 40px 60px 40px; }
          .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-content-container p {
            margin-bottom: 1.35rem;
            color: #bcbcbc; }
  .cards-editorial .editorial-links {
    bottom: 0;
    position: absolute;
    width: 100%; }
    .cards-editorial .editorial-links .primaryurl, .cards-editorial .editorial-links .secondaryurl {
      width: 100%;
      padding-left: 30px;
      float: none;
      text-align: left;
      box-sizing: border-box; }
      .cards-editorial .editorial-links .primaryurl a[data-link-type], .cards-editorial .editorial-links .secondaryurl a[data-link-type] {
        padding: 0;
        padding-right: 18px;
        border: none;
        background-color: transparent; }
        .cards-editorial .editorial-links .primaryurl a[data-link-type]::before, .cards-editorial .editorial-links .secondaryurl a[data-link-type]::before {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
    .cards-editorial .editorial-links-lighttheme {
      border-top: solid 1px #dedede;
      width: 100%;
      padding: 3px 0;
      clear: both;
      min-height: 30px;
      position: absolute;
      bottom: 0; }
      .cards-editorial .editorial-links-lighttheme .secondaryurl a {
        color: #828282;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial .editorial-links-lighttheme .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #828282; }
      .cards-editorial .editorial-links-lighttheme .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #828282; }
      .cards-editorial .editorial-links-lighttheme .primaryurl a {
        color: #0079c1;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-lighttheme .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-editorial .editorial-links-darktheme {
      border-top: solid 1px #4f4f4f;
      width: 100%;
      padding: 3px 0;
      clear: both;
      min-height: 30px;
      position: absolute;
      bottom: 0; }
      .cards-editorial .editorial-links-darktheme .secondaryurl a {
        color: #bcbcbc;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-darktheme .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial .editorial-links-darktheme .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #bcbcbc; }
      .cards-editorial .editorial-links-darktheme .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #bcbcbc; }
      .cards-editorial .editorial-links-darktheme .primaryurl a {
        color: #49b0f2;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-darktheme .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .cards-editorial .bottom-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px; }
    .cards-editorial .bottom-fade-darktheme {
      background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0%, #323232 30%, #323232 100%); }
    .cards-editorial .bottom-fade-lighttheme {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%, white 100%); }
  @media (min-width: 1101px) and (max-width: 1950px) {
    .cards-editorial .editorial-video .editorial-categorytext {
      padding: 5px 20px 3px 20px; }
      html[dir="rtl"] .cards-editorial .editorial-video .editorial-categorytext {
        padding: 5px 16px 3px 40px; }
    .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container, .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container {
      padding: 20px 20px 0 20px; }
    .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-context-container, .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-context-container {
      padding: 0 20px; }
    .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-content-container, .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-content-container {
      padding: 0 20px; }
    .cards-editorial .editorial-links .primaryurl, .cards-editorial .editorial-links .secondaryurl {
      float: none;
      width: 100%;
      text-align: left;
      padding: 0 20px; } }
  @media (min-width: 1951px) {
    .cards-editorial .editorial-links .primaryurl {
      width: 50%;
      padding-left: 30px;
      float: left;
      text-align: left;
      box-sizing: border-box; }
    .cards-editorial .editorial-links .secondaryurl {
      width: 50%;
      padding-right: 30px;
      float: right;
      text-align: right;
      box-sizing: border-box; } }

.unconfigured {
  justify-content: center;
  background-color: #c00;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center; }

html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type], html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type] {
  padding-right: 0px;
  margin-right: 18px; }
  @media (min-width: 0px) and (max-width: 1100px) {
    html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type], html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type] {
      float: right; } }
  html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type]::before, html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type]::before {
    right: auto;
    transform: scaleX(-1);
    left: -16px;
    top: 5px; }

html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type='video']::before, html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type='video']::before {
  transform: scaleX(1); }

html[dir="rtl"] .cards-editorial .editorial-links .primaryurl {
  float: right;
  text-align: right;
  padding-left: 0; }
  @media (min-width: 1951px) {
    html[dir="rtl"] .cards-editorial .editorial-links .primaryurl {
      padding-right: 20px; } }
  @media (max-width: 1950px) and (min-width: 1101px) {
    html[dir="rtl"] .cards-editorial .editorial-links .primaryurl {
      padding-right: 10px; } }

html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl {
  float: left;
  text-align: left;
  padding-right: 0;
  padding-left: 45px; }
  @media (max-width: 1950px) and (min-width: 1101px) {
    html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl {
      float: right;
      text-align: right;
      padding-right: 10px;
      padding-left: 0; } }

.block-group-4-up.cards-editorial-series > .block.firsthero {
  flex-basis: calc(50% - 1.5rem); }
  @media (max-width: 1100px) {
    .block-group-4-up.cards-editorial-series > .block.firsthero {
      flex-basis: 100%; }
      .block-group-4-up.cards-editorial-series > .block.firsthero .block-group-4-up > .block {
        -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
        border: solid 1px #f00; } }

.cards-editorial-series .bg-image {
  background-size: cover; }

@media (max-width: 700px) {
  .cards-editorial-series .block-group-4-up > .block {
    flex-basis: 100%; } }

@media (min-width: 701px) and (max-width: 1100px) {
  .cards-editorial-series .block-group-4-up > .block {
    -ms-flex-preferred-size: calc(50% - 1.5rem);
    flex-basis: calc(50% - 1.5rem);
    width: calc(50% - 1.5rem); } }

.cards-editorial-series .grid-container-fullwidth {
  width: 100%;
  max-width: 100vw; }
  .cards-editorial-series .grid-container-fullwidth .block-group-fullwidth {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }

.cards-editorial-series .block {
  display: flex; }

.cards-editorial-series .hero-image {
  background-size: cover;
  background-position: top center;
  min-height: 600px; }
  .cards-editorial-series .hero-image .clickable-card {
    display: block;
    padding-top: 50%;
    min-height: 300px; }

.cards-editorial-series .hero-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  overflow: hidden; }
  .cards-editorial-series .hero-container-textdark {
    border: solid 1px #ccc;
    background-color: #fff; }
  .cards-editorial-series .hero-container-textlight {
    border: solid 1px #595959;
    background-color: #323232; }
  .cards-editorial-series .hero-container .featuredtext {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 20px 3px 33px;
    text-transform: capitalize; }
    .cards-editorial-series .hero-container .featuredtext:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      background-size: cover;
      background-repeat: no-repeat; }
  .cards-editorial-series .hero-container .hero-categorytext-container {
    width: 100%;
    position: absolute;
    bottom: 50%;
    padding: 5px 0 3px 40px;
    letter-spacing: .12em;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 12px; }
    html[dir="rt"] .cards-editorial-series .hero-container .hero-categorytext-container {
      padding: 5px 40px 3px 5px; }
    .cards-editorial-series .hero-container .hero-categorytext-container p {
      font-size: 11px;
      margin-bottom: 0; }
      @media (min-width: 462px) {
        .cards-editorial-series .hero-container .hero-categorytext-container p {
          font-size: 12px; } }
  .cards-editorial-series .hero-container .textdark {
    clear: both;
    background-color: #fff;
    height: 100%;
    position: relative;
    /* start video section */
    /* end video secton */ }
    .cards-editorial-series .hero-container .textdark .featuredtext {
      background-color: rgba(255, 255, 255, 0.82); }
      .cards-editorial-series .hero-container .textdark .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzAwNzlDMTt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-series .hero-container .textdark .hero-categorytext-container {
      background-color: rgba(255, 255, 255, 0.82); }
    .cards-editorial-series .hero-container .textdark .hero-text-container {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.92);
      height: 50%; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .btn-animated-border-bottom-blk, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-text-container {
        overflow: hidden;
        position: relative;
        text-decoration: none;
        color: #4c4c4c; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .btn-animated-border-bottom-blk:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-text-container:after {
          content: "";
          border-bottom: 1px solid #4c4c4c;
          width: 0%;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -2px;
          transition: all .15s ease-in-out; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .btn-animated-border-bottom-blk:hover:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container:hover:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-text-container:hover:after {
          width: 100%; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container {
        padding: 20px 40px 0 40px; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container h2 {
          margin-bottom: 0; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .hero-context-container {
        padding: 0 40px; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .hero-context-container p {
          margin-bottom: 0.75rem; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .hero-content-container {
        width: 75%;
        padding: 0 40px 60px 40px; }
    .cards-editorial-series .hero-container .textdark .hero-block {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      min-height: 600px; }
      .cards-editorial-series .hero-container .textdark .hero-block .hero-video {
        height: 50%; }
        .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal {
          height: 100%; }
          .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge {
            position: relative;
            height: 100%;
            min-height: 300px; }
            .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button {
              border: none;
              margin-top: 0px;
              background: rgba(255, 255, 255, 0.9);
              width: 55px;
              height: 55px;
              border-radius: 100%;
              left: 50%;
              position: absolute;
              top: 50%;
              transform: translate(-50%, -50%);
              z-index: 5;
              transition: all .25s ease-out; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                outline: none; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                border-left: 12px solid #323232; }
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                  border-left: 12px solid #323232; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                background: #0079c1;
                border: none;
                outline: none; }
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                  border-left: 12px solid white; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                background: #0079c1;
                outline: none; }
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                  border-left: 12px solid white; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                content: "";
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                left: 52.5%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                height: 0;
                width: 0; }
              @media screen and (min-width: 506px) {
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button {
                  border: none;
                  margin-top: 0px;
                  background: rgba(255, 255, 255, 0.9);
                  width: 72px;
                  height: 72px;
                  border-radius: 100%;
                  left: 50%;
                  position: absolute;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  z-index: 5;
                  transition: all .25s ease-out; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    outline: none; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                    border-left: 15px solid #323232; }
                    .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                      border-left: 15px solid #323232; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    background: #0079c1;
                    border: none;
                    outline: none; }
                    .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                      border-left: 15px solid white; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    background: #0079c1;
                    outline: none; }
                    .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                      border-left: 15px solid white; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                    content: "";
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    left: 52.5%;
                    position: absolute;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    height: 0;
                    width: 0; } }
            .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .time-stamp {
              position: absolute;
              bottom: 0px;
              right: 0;
              font-size: 13px;
              z-index: 999;
              padding: 2px 9px;
              padding-right: 9px;
              letter-spacing: .12em;
              background-color: rgba(255, 255, 255, 0.9); }
            .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container {
              background-color: rgba(255, 255, 255, 0.82);
              bottom: 0;
              text-align: left; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                font-size: 11px;
                margin-bottom: 0; }
                @media (min-width: 462px) {
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                    font-size: 12px; } }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container_time-stamp {
                display: inline-block;
                position: absolute;
                right: 0;
                bottom: 2px;
                color: #4c4c4c;
                padding: 2px 9px;
                font-size: 13px;
                z-index: 999;
                letter-spacing: .12em; }
  .cards-editorial-series .hero-container .textlight {
    clear: both;
    background-color: #fff;
    height: 100%;
    position: relative;
    color: #fff;
    /* start video section */
    /* end video secton */ }
    .cards-editorial-series .hero-container .textlight .featuredtext {
      background-color: rgba(50, 50, 50, 0.85); }
      .cards-editorial-series .hero-container .textlight .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzQ5QjBGMjt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-series .hero-container .textlight .hero-categorytext-container {
      background-color: rgba(50, 50, 50, 0.8); }
      .cards-editorial-series .hero-container .textlight .hero-categorytext-container p {
        color: #efefef; }
    .cards-editorial-series .hero-container .textlight .hero-text-container {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(50, 50, 50, 0.9);
      height: 50%; }
      .cards-editorial-series .hero-container .textlight .hero-text-container .hero-title-container {
        padding: 20px 40px 0 40px; }
        .cards-editorial-series .hero-container .textlight .hero-text-container .hero-title-container h2 {
          margin-bottom: 0; }
      .cards-editorial-series .hero-container .textlight .hero-text-container .hero-context-container {
        padding: 0 40px; }
        .cards-editorial-series .hero-container .textlight .hero-text-container .hero-context-container p {
          margin-bottom: 0.75rem;
          color: #9f9f9f; }
      .cards-editorial-series .hero-container .textlight .hero-text-container .hero-content-container {
        width: 75%;
        padding: 0 40px 60px 40px;
        color: #bcbcbc; }
    .cards-editorial-series .hero-container .textlight .hero-block {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      min-height: 600px; }
      .cards-editorial-series .hero-container .textlight .hero-block .hero-video {
        height: 50%; }
        .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal {
          height: 100%; }
          .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge {
            position: relative;
            height: 100%;
            min-height: 300px; }
            .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button {
              border: none;
              margin-top: 0px;
              background: rgba(50, 50, 50, 0.9);
              width: 55px;
              height: 55px;
              border-radius: 100%;
              left: 50%;
              position: absolute;
              top: 50%;
              transform: translate(-50%, -50%);
              z-index: 5;
              transition: all .25s ease-out; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                outline: none; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                border-left: 12px solid white; }
                .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                  border-left: 12px solid white; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                background: #0079c1;
                border: none;
                outline: none; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                content: "";
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                left: 52.5%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                height: 0;
                width: 0; }
              @media screen and (min-width: 506px) {
                .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button {
                  border: none;
                  margin-top: 0px;
                  background: rgba(50, 50, 50, 0.9);
                  width: 72px;
                  height: 72px;
                  border-radius: 100%;
                  left: 50%;
                  position: absolute;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  z-index: 5;
                  transition: all .25s ease-out; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    outline: none; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                    border-left: 15px solid white; }
                    .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                      border-left: 15px solid white; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    background: #0079c1;
                    border: none;
                    outline: none; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                    content: "";
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    left: 52.5%;
                    position: absolute;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    height: 0;
                    width: 0; } }
            .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .time-stamp {
              position: absolute;
              bottom: 0px;
              right: 0;
              font-size: 13px;
              z-index: 999;
              color: #4c4c4c;
              padding: 2px 9px;
              padding-right: 9px;
              letter-spacing: .12em;
              background-color: rgba(255, 255, 255, 0.9); }
            .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container {
              background-color: rgba(50, 50, 50, 0.8);
              bottom: 0;
              text-align: left; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                font-size: 11px;
                margin-bottom: 0;
                color: #efefef; }
                @media (min-width: 462px) {
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                    font-size: 12px; } }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container_time-stamp {
                display: inline-block;
                position: absolute;
                right: 0;
                bottom: 2px;
                color: #ffffff;
                padding: 2px 9px;
                font-size: 13px;
                z-index: 999;
                letter-spacing: .12em; }
  .cards-editorial-series .hero-container .bottom-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px; }
    .cards-editorial-series .hero-container .bottom-fade-textlight {
      background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0%, #323232 30%, #323232 100%); }
    .cards-editorial-series .hero-container .bottom-fade-textdark {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%, white 100%); }
    .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl, .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      width: 100%;
      padding: 0 40px;
      text-align: left;
      box-sizing: border-box; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type], .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type] {
        padding: 0 18px 0 0;
        border: none;
        background-color: transparent; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type]::before, .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type]::before {
          content: "";
          display: inline-block;
          width: 11px;
          height: 11px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
    .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark {
      border-top: solid 1px #dedede;
      width: 100%;
      padding: 3px 0;
      clear: both;
      position: absolute;
      bottom: 0;
      min-height: 30px; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a {
        color: #0079c1; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a {
        color: #828282; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #828282; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #828282; }
    .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight {
      border-top: solid 1px #4f4f4f;
      width: 100%;
      padding: 3px 0;
      clear: both;
      position: absolute;
      bottom: 0;
      min-height: 30px; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a {
        color: #49b0f2; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a {
        color: #bcbcbc; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #bcbcbc; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #bcbcbc; }

@media (min-width: 701px) {
  .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
    float: left;
    width: 50%;
    text-align: left;
    box-sizing: border-box; }
  .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
    float: right;
    width: 50%;
    text-align: right;
    box-sizing: border-box; } }

@media (min-width: 1100px) {
  .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl, .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
    width: 100%;
    padding: 0 40px;
    text-align: left;
    box-sizing: border-box; } }

@media (min-width: 1230px) {
  .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
    float: left;
    width: 50%;
    text-align: left;
    box-sizing: border-box; }
  .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
    float: right;
    width: 50%;
    text-align: right;
    box-sizing: border-box; } }

.cards-editorial-series .headercontainer {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box; }
  html[dir="rtl"] .cards-editorial-series .headercontainer {
    text-align: right; }
  .cards-editorial-series .headercontainer .headertitle {
    margin-bottom: 0; }
  .cards-editorial-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-editorial-series .headercontainer .description {
    margin: 0;
    margin-bottom: 50px;
    width: 80%; }
  .cards-editorial-series .headercontainer.textlight .headertitle {
    color: #fff; }
  .cards-editorial-series .headercontainer.textlight .description {
    color: #ccc; }
  .cards-editorial-series .headercontainer.textdark .headertitle {
    color: #000; }
  .cards-editorial-series .headercontainer.textdark .description {
    color: #4c4c4c; }

.cards-editorial-series .ctacontainer {
  width: 100%;
  display: flex; }
  .cards-editorial-series .ctacontainer .cta {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0079c1;
    width: auto; }
    .cards-editorial-series .ctacontainer .cta .simplecta {
      background-color: transparent;
      color: #0079c1;
      border: solid 2px rgba(0, 121, 193, 0);
      transition: all .25s ease-out; }
      .cards-editorial-series .ctacontainer .cta .simplecta:hover {
        border: solid 2px #0079c1;
        transition: all .25s ease-out; }
    .cards-editorial-series .ctacontainer .cta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px;
      fill: #0079c1; }
      html[dir="rtl"] .cards-editorial-series .ctacontainer .cta .right-arrow-blue {
        transform: scaleX(-1); }

@media (min-width: 563px) {
  .cards-editorial-series .hero-container .bottom-fade {
    height: 100px; } }

@media (max-width: 959px) {
  .cards-editorial-series .modal-content {
    width: 90vw;
    background-color: transparent; }
    .cards-editorial-series .modal-content iframe.video_content, .cards-editorial-series .modal-content iframe.youtube {
      width: 100%;
      height: 60vh; } }

@media (min-width: 860px) {
  .cards-editorial-series .headercontainer {
    text-align: center;
    padding: 0; }
    html[dir="rtl"] .cards-editorial-series .headercontainer .headertitle {
      text-align: center; }
    .cards-editorial-series .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-editorial-series .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 60%; }
      html[dir="rtl"] .cards-editorial-series .headercontainer .description {
        text-align: center; } }

.cards-editorial-series .marginbottom50px {
  margin-bottom: 50px; }

.cards-editorial-series .nopadding {
  padding: 0; }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type], html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type] {
  padding-right: 0px;
  margin-right: 18px; }
  html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type]::before, html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type]::before {
    right: auto;
    transform: scaleX(-1);
    left: -18px;
    top: 5px; }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type='video']::before, html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type='video']::before {
  transform: scaleX(1); }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 20px; }
  @media (min-width: 1230px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
      padding-right: 30px;
      float: right;
      text-align: right; } }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
  float: right;
  text-align: right;
  margin-right: 0;
  width: auto;
  margin-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1231px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      float: left;
      text-align: left; } }
  @media (max-width: 1230px) and (min-width: 1101px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      float: right;
      text-align: right;
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 700px) and (max-width: 1100px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      float: left;
      text-align: left; } }

@media (max-width: 859px) {
  html:not([dir="rtl"]) .cta-container [class*="column-12"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-12"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-13"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-13"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-14"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-14"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-15"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-15"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-16"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-16"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-17"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-17"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-18"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-18"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-19"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-19"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-20"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-20"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-21"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-21"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-22"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-22"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-23"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-23"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-24"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-24"]:first-of-type {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 479px) {
  html:not([dir="rtl"]) .cta-container [class*="column-6"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-6"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-7"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-7"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-8"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-8"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-9"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-9"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-10"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-10"]:first-of-type {
    margin-left: 0;
    margin-right: 0; }
  html:not([dir="rtl"]) .cta-container [class*="column-11"]:first-of-type, html[dir="rtl"] .cta-container [class*="column-11"]:first-of-type {
    margin-left: 0;
    margin-right: 0; } }

/* components */
.cta-questions {
  box-sizing: border-box;
  padding: 50px 0;
  /* -- THEMING -- 
	---------------- */ }
  .cta-questions .trial-arrow-circle {
    margin: 10px auto 40px auto; }
  .cta-questions .question-container {
    text-decoration: none; }
    .cta-questions .question-container .question {
      height: 100%; }
  .cta-questions .cta-primary_cta--secondary {
    font-size: 1rem; }
  .cta-questions .cta-questions_primary-contact-questions {
    margin-top: 5px; }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-1-up {
      margin-left: auto;
      margin-right: auto;
      max-width: 65%; }
      .cta-questions .questions-contact.block-group-1-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(100% - 0.3rem);
        flex-basis: calc(100% - 0.3rem);
        width: calc(100% - 0.3rem);
        display: inline-block; }
        .cta-questions .questions-contact.block-group-1-up > .block .question {
          height: 100%; } }
  @media (min-width: 700px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 55%; } }
  @media (min-width: 900px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 45%; } }
  @media (min-width: 1250px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 33.33333%; } }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-2-up {
      margin-left: auto;
      margin-right: auto;
      max-width: 95%; }
      .cta-questions .questions-contact.block-group-2-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(50% - 0.3rem);
        flex-basis: calc(50% - 0.3rem);
        width: calc(50% - 0.3rem);
        display: inline-block; }
        .cta-questions .questions-contact.block-group-2-up > .block .question {
          height: 100%; } }
  @media (min-width: 700px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 80%; } }
  @media (min-width: 900px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 70%; } }
  @media (min-width: 1250px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 66.66666%; } }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-3-up {
      margin-left: -0.15rem;
      margin-right: -0.15rem; }
      .cta-questions .questions-contact.block-group-3-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(33.33333% - 0.3rem);
        flex-basis: calc(33.33333% - 0.3rem);
        width: calc(33.33333% - 0.3rem);
        display: block; }
        .cta-questions .questions-contact.block-group-3-up > .block .question {
          height: 100%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      -ms-flex-wrap: nowrap;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-1-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(100% - 1.51rem);
        flex-basis: calc(100% - 1.51rem);
        width: calc(100% - 1.51rem);
        display: inline-block; } }
  @media (min-width: 1050px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 50%; } }
  @media (min-width: 1150px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 40%; } }
  @media (min-width: 1250px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 33.33333%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      -ms-flex-wrap: nowrap;
      margin-left: auto;
      margin-right: auto;
      max-width: 90%; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-2-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(50% - 1.51rem);
        flex-basis: calc(50% - 1.51rem);
        width: calc(50% - 1.51rem);
        display: inline-block; } }
  @media (min-width: 1050px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 80%; } }
  @media (min-width: 1150px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 70%; } }
  @media (min-width: 1250px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 66.66666%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-3-up {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      -ms-flex-wrap: nowrap; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-3-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(33.33333% - 1.51rem);
        flex-basis: calc(33.33333% - 1.51rem);
        width: calc(33.33333% - 1.51rem);
        display: block; } }
  .cta-questions .svg-icon {
    height: auto;
    width: 48px; }
  @media screen and (max-width: 859px) {
    .cta-questions .block {
      margin-top: .75rem; } }
  .cta-questions .horz-pipe {
    display: block;
    height: 230px;
    margin: auto;
    width: 1px; }
    @media screen and (max-width: 859px) {
      .cta-questions .horz-pipe {
        width: 100%;
        height: 1px;
        margin-top: 1.55rem; } }
  .cta-questions_social-icons {
    width: 100%; }
    .cta-questions_social-icons .cta-questions-icons {
      display: block;
      flex-direction: row;
      margin: auto;
      width: auto; }
      .cta-questions_social-icons .cta-questions-icons .cta-questions-icon {
        flex-grow: 1;
        display: inline-block;
        padding: 0 5px 0 5px; }
        @media (min-width: 420px) {
          .cta-questions_social-icons .cta-questions-icons .cta-questions-icon {
            padding: 0 10px 0 10px; } }
    .cta-questions_social-icons .cta-questions-icon {
      flex-grow: 1; }
  @media (max-width: 479px) {
    .cta-questions .cta-questions_social > .column-11 {
      padding: 0; } }
  .cta-questions .question {
    box-sizing: border-box;
    min-height: 115px;
    padding: 0.5rem;
    padding: 1rem 0.5rem 0.5rem;
    margin: 10px auto; }
    @media (min-width: 380px) {
      .cta-questions .question:not(.large) {
        max-width: 90%; } }
    @media (min-width: 420px) {
      .cta-questions .question:not(.large) {
        max-width: 75%; } }
    @media (min-width: 480px) {
      .cta-questions .question:not(.large) {
        max-width: none; } }
    @media (min-width: 480px) {
      .cta-questions .question {
        max-width: none;
        margin: 10px 0;
        padding: 1rem 0.5rem 0.5rem; } }
    @media (min-width: 860px) {
      .cta-questions .question {
        min-height: 140px; }
        .cta-questions .question:not(.large) {
          margin: auto; } }
    .cta-questions .question.large {
      padding: 2rem;
      min-height: 250px; }
      @media (max-width: 859px) {
        .cta-questions .question.large {
          max-width: 600px;
          margin: 10px auto;
          padding: 0.75rem 2rem 0.75rem 2rem;
          min-height: 0; } }
      @media (max-width: 559px) {
        .cta-questions .question.large {
          max-width: 75%; } }
      @media (max-width: 419px) {
        .cta-questions .question.large {
          max-width: 90%; } }
      @media (max-width: 379px) {
        .cta-questions .question.large {
          max-width: 100%; } }
    .cta-questions .question .question-title_take-me-here {
      margin-top: 40px; }
      .cta-questions .question .question-title_take-me-here .cta-questions-icon {
        flex-grow: 1; }
        .cta-questions .question .question-title_take-me-here .cta-questions-icon a {
          display: block;
          padding: 20px 15px 1px 15px;
          text-decoration: none; }
    .cta-questions .question .question-title .questions-contact .question-container {
      outline: thin solid #595959;
      display: block; }
    .cta-questions .question .question-title .questions-contact .question {
      padding: 1.25rem 1rem;
      min-height: 140px; }
      .cta-questions .question .question-title .questions-contact .question.large {
        border: thin solid #595959; }
    .cta-questions .question .question-title .questions-contact .question-title {
      margin-bottom: 5px; }
    .cta-questions .question .question-title .questions-contact.large {
      padding: 2rem;
      min-height: 250px;
      height: 100%; }
    .cta-questions .question .question-title svg {
      height: auto;
      width: 48px; }
  .cta-questions svg {
    height: auto;
    width: 48px;
    max-height: 48px; }
  @media screen and (max-width: 859px) {
    .cta-questions .ctasecondary {
      margin-top: 1.55rem; } }
  .cta-questions .ctasecondary svg {
    width: 24px; }
  .cta-questions .questions-contact_additional-cta[data-link-type]:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-out;
    width: 13px;
    display: inline-block;
    margin: 0 4px; }
  .cta-questions .ctasecondary .cta-questions_take-me-here svg {
    max-width: 48px;
    width: 48px;
    max-height: 48px; }
  .cta-questions .ctasecondary .cta-questions_social-icons svg {
    max-width: 60px;
    width: 60px;
    max-height: 60px; }
  .cta-questions .cta-questions_social-trailer-text {
    margin-bottom: 0; }
  .cta-questions .btn-large {
    padding: 22px 42px; }
  .cta-questions .cta-primary-dbl-button_title {
    text-align: center;
    margin-bottom: 12px; }
  .cta-questions .cta-primary-dbl-button_tagline {
    text-align: center;
    color: #bcbcbc; }
    @media (min-width: 700px) {
      .cta-questions .cta-primary-dbl-button_tagline {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .cta-primary-button_title {
    margin-bottom: 1.75rem; }
  .cta-questions .cta-primary-button_tagline {
    text-align: center;
    color: #bcbcbc; }
    @media (min-width: 1200px) {
      .cta-questions .cta-primary-button_tagline {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .ctaprimary + .ctaprimary {
    margin-top: 10px;
    border-top: 1px solid #595959; }
    .cta-questions .ctaprimary + .ctaprimary .cta-questions_heading {
      font-size: 1.2019rem;
      line-height: 1.55rem;
      margin-bottom: 0; }
      @media (min-width: 860px) {
        .cta-questions .ctaprimary + .ctaprimary .cta-questions_heading {
          margin-bottom: 1.55rem; } }
  .cta-questions .ctaprimary + .ctasecondary {
    margin-top: 10px; }
  .cta-questions .ctaprimary {
    padding-bottom: 40px; }
    .cta-questions .ctaprimary .cta-primary_icon .svg {
      max-width: 100px; }
      @media (min-width: 768px) {
        .cta-questions .ctaprimary .cta-primary_icon .svg {
          max-width: 120px; } }
      @media (min-width: 1280px) {
        .cta-questions .ctaprimary .cta-primary_icon .svg {
          max-width: 160px; } }
    @media (min-width: 860px) {
      .cta-questions .ctaprimary .cta-questions_primary-dbl-button-column-container {
        display: flex;
        padding: 0 0.5rem; } }
    .cta-questions .ctaprimary .cta-questions_primary-dbl-button-column-container .horz-pipe {
      height: calc(100% + 10px);
      margin-top: 40px;
      min-height: 1px; }
  .cta-questions .cta-questions_take-me-here .cta-questions-icon a:hover {
    text-decoration: none; }
  @media (min-width: 596px) {
    .cta-questions .tmh-block-group {
      display: flex;
      justify-content: center; } }
  .cta-questions .tmh-block {
    display: inline-block;
    text-align: center;
    min-width: 90px; }
    @media (min-width: 596px) {
      .cta-questions .tmh-block {
        flex: 0 0 33%; } }
    .cta-questions .tmh-block .cta-questions-icon a {
      display: block;
      padding: 0.6rem 0.8rem; }
      .cta-questions .tmh-block .cta-questions-icon a:hover {
        background: none; }
      .cta-questions .tmh-block .cta-questions-icon a .question-title {
        margin-bottom: 0; }
        @media (max-width: 509px) {
          .cta-questions .tmh-block .cta-questions-icon a .question-title {
            font-size: 12px; } }
  .cta-questions.dark {
    background: #323232; }
    .cta-questions.dark .horz-pipe {
      background: #595959; }
    .cta-questions.dark .cta-questions_heading,
    .cta-questions.dark h2 {
      color: #ffffff; }
    .cta-questions.dark .ctasecondary h2 {
      color: #bcbcbc; }
    .cta-questions.dark .question .question-cta {
      background: transparent;
      border: thin solid #49b0f2;
      color: #49b0f2;
      transition: all .25s ease-in-out; }
      .cta-questions.dark .question .question-cta:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2px #49b0f2;
        color: #49b0f2;
        border: thin solid #49b0f2; }
    .cta-questions.dark .question-title {
      color: #ffffff; }
    .cta-questions.dark .question-sub-title {
      color: #a9a9a9; }
    .cta-questions.dark svg, .cta-questions.dark svg path {
      fill: #bcbcbc; }
    .cta-questions.dark .ctaprimary + .ctaprimary {
      border-top: 1px solid #595959; }
    .cta-questions.dark .question-large-phone-cta {
      color: #49B0F2; }
      .cta-questions.dark .question-large-phone-cta:hover {
        color: #74C6FF; }
      .cta-questions.dark .question-large-phone-cta span {
        color: #a9a9a9; }
    .cta-questions.dark .question-large-phone-description {
      color: #a9a9a9; }
    .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover {
      background: #2b2b2b; }
      .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover svg, .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover svg path {
        fill: #49b0f2; }
    .cta-questions.dark .cta-questions_social-trailer-text {
      color: #bcbcbc; }
      .cta-questions.dark .cta-questions_social-trailer-text a {
        color: #49b0f2; }
    .cta-questions.dark .questions-contact .question-container:hover,
    .cta-questions.dark .questions-contact .question.large:hover {
      outline: 1px solid #49b0f2; }
    .cta-questions.dark .questions-contact .question-container:hover svg, .cta-questions.dark .questions-contact .question-container:hover svg path,
    .cta-questions.dark .questions-contact .question.large:hover svg, .cta-questions.dark .questions-contact .question.large:hover svg path {
      fill: #49b0f2; }
    .cta-questions.dark .questions-contact_additional-cta {
      color: #49B0F2; }
      html[dir="rtl"] .cta-questions.dark .questions-contact_additional-cta[data-link-type]:not([data-link-type='video']):after {
        transform: scaleX(-1); }
      .cta-questions.dark .questions-contact_additional-cta:hover {
        color: #74C6FF; }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cta-questions.dark .cta-primary_cta--secondary:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #74c6ff;
      border-color: #74c6ff;
      color: #74c6ff; }
    .cta-questions.dark .ctaprimary + .ctasecondary {
      border-top: 1px solid #595959; }
    .cta-questions.dark .question-container,
    .cta-questions.dark .question.large {
      outline: thin solid #595959; }
  .cta-questions.light {
    background: #ffffff; }
    .cta-questions.light .horz-pipe {
      background: #CCCCCC; }
    .cta-questions.light .ctaprimary + .ctaprimary {
      border-top: 1px solid #CCCCCC; }
    .cta-questions.light .cta-questions_heading,
    .cta-questions.light h2 {
      color: #323232; }
    .cta-questions.light .question .question-cta {
      background: transparent;
      border: thin solid #0079c1;
      color: #0079c1;
      transition: all .25s ease-in-out; }
      .cta-questions.light .question .question-cta:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2px #0079c1;
        color: #0079c1;
        border: thin solid #0079c1; }
    .cta-questions.light .question-title {
      color: #323232; }
    .cta-questions.light .question-sub-title {
      color: #595959; }
    .cta-questions.light .cta-questions_social-heading {
      color: #595959; }
    .cta-questions.light svg, .cta-questions.light svg path {
      fill: #595959; }
    .cta-questions.light .cta-questions_take-me-here .cta-questions-icon a:hover {
      background: #f4f4f4; }
      .cta-questions.light .cta-questions_take-me-here .cta-questions-icon a:hover svg {
        fill: #0079c1; }
    .cta-questions.light .cta-questions_social-trailer-text {
      color: #595959; }
    .cta-questions.light .questions-contact .question-container:hover,
    .cta-questions.light .questions-contact .question.large:hover {
      outline: 1px solid #0079c1; }
    .cta-questions.light .questions-contact .question-container:hover svg, .cta-questions.light .questions-contact .question-container:hover svg path,
    .cta-questions.light .questions-contact .question.large:hover svg, .cta-questions.light .questions-contact .question.large:hover svg path {
      fill: #0079c1; }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cta-questions.light .ctaprimary + .ctasecondary {
      border-top: 1px solid #CCCCCC; }
    .cta-questions.light .question-container,
    .cta-questions.light .question.large {
      outline: thin solid #CCCCCC; }
    .cta-questions.light .cta-primary_cta--secondary {
      border-color: #0079c1;
      color: #0079c1; }
      .cta-questions.light .cta-primary_cta--secondary:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2px #005e95;
        border-color: #005e95;
        color: #005e95; }

.transitionKind, .section-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.fiftybox-container {
  background-color: #e04f1d;
  color: #ffffff;
  min-height: 1150px; }
  .fiftybox-container .left-column {
    min-height: 800px;
    background-color: #fff; }
    .fiftybox-container .left-column .content .header-title {
      margin-bottom: 10px;
      text-align: left;
      padding: 35px 0 0 15px; }
    .fiftybox-container .left-column .content P {
      margin-bottom: 10px; }
    .fiftybox-container .left-column .content P A {
      margin-bottom: 0; }
      .fiftybox-container .left-column .content P A:hover {
        color: inherit; }
  .fiftybox-container .right-column {
    min-height: 350px;
    display: table; }
    .fiftybox-container .right-column .hero-image-container {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .fiftybox-container .right-column .hero-image-container .hero-image {
        width: 90%; }
      .fiftybox-container .right-column .hero-image-container a {
        color: #323232;
        font-size: 14px; }
        .fiftybox-container .right-column .hero-image-container a:hover {
          text-decoration: none; }
  @media screen and (min-width: 480px) {
    .fiftybox-container .left-column .content .header-title {
      padding-top: 50px;
      text-align: center; } }
  @media screen and (min-width: 490px) {
    .fiftybox-container {
      min-height: 1050px; }
      .fiftybox-container .left-column {
        min-height: 700px; }
        .fiftybox-container .left-column .content .header-title {
          padding-top: 50px;
          text-align: center; }
      .fiftybox-container .right-column .hero-image-container P a {
        font-size: 0.875rem;
        line-height: 1.55rem; } }
  @media screen and (min-width: 540px) {
    .fiftybox-container {
      min-height: 1010px; }
      .fiftybox-container .left-column {
        min-height: 600px; }
      .fiftybox-container .right-column {
        min-height: 410px; } }
  @media screen and (min-width: 660px) {
    .fiftybox-container {
      min-height: 1100px; }
      .fiftybox-container .left-column {
        min-height: 500px; }
      .fiftybox-container .right-column {
        min-height: 600px; } }
  @media screen and (min-width: 861px) {
    .fiftybox-container {
      min-height: 1650px; }
      .fiftybox-container .left-column {
        min-height: 800px; }
        .fiftybox-container .left-column .content {
          padding: 0 50px;
          box-sizing: border-box; }
          .fiftybox-container .left-column .content .header-title {
            text-align: left; }
      .fiftybox-container .right-column {
        min-height: 850px; } }
  @media screen and (min-width: 1024px) {
    .fiftybox-container {
      min-height: 950px; }
      .fiftybox-container .left-column {
        width: 50%;
        float: left;
        min-height: 950px;
        display: table; }
        .fiftybox-container .left-column .floater {
          display: table-cell;
          vertical-align: middle;
          height: 850px; }
        .fiftybox-container .left-column .content {
          width: 80%;
          float: right;
          padding: 0;
          box-sizing: border-box; }
          .fiftybox-container .left-column .content .header-title {
            padding-top: 0;
            font-size: 2.2rem; }
      .fiftybox-container .right-column {
        width: 50%;
        float: right;
        min-height: 950px; }
        .fiftybox-container .right-column .hero-image-container {
          height: 950px; } }
  @media screen and (min-width: 1440px) {
    .fiftybox-container .left-column .content {
      width: 664.58333px; }
      .fiftybox-container .left-column .content .header-title {
        font-size: 2.40307405rem;
        line-height: 3.1rem; } }
    @media screen and (min-width: 1440px) and (max-width: 859px) {
      .fiftybox-container .left-column .content .header-title {
        font-size: 1.99974145rem; } }
    @media screen and (min-width: 1440px) and (max-width: 479px) {
      .fiftybox-container .left-column .content .header-title {
        font-size: 1.66015625rem;
        line-height: 2.325rem; } }
  .fiftybox-container .panel {
    background-color: transparent;
    border: none;
    padding-left: 0; }
  .fiftybox-container .zero-margin {
    margin: 0; }

.content .header-title {
  color: #323232;
  font-size: 2.40307405rem;
  line-height: 3.1rem;
  letter-spacing: -2px; }
  @media screen and (max-width: 859px) {
    .content .header-title {
      font-size: 1.99974145rem; } }
  @media screen and (max-width: 479px) {
    .content .header-title {
      font-size: 1.66015625rem;
      line-height: 2.325rem; } }

.content P {
  color: #595959;
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.section-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  background-position: -20% 50%;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat; }

.anchor-navigation .bg-off-white {
  background: #f8f8f8; }

.anchor-navigation .anchor-nav__title {
  text-transform: uppercase;
  margin: 0;
  color: #4c4c4c;
  font-size: 12px;
  letter-spacing: .12em; }

.anchor-navigation .anchor-nav--wrapper {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .anchor-navigation .anchor-nav--wrapper {
      flex-direction: row; } }

@media screen and (min-width: 768px) {
  .anchor-navigation .content-section {
    margin-left: 20px;
    width: calc(100% - 280px); } }

@media screen and (min-width: 768px) {
  .anchor-navigation .content-section--offset {
    margin-left: 300px; } }

.anchor-navigation .anchor-nav__nav-section {
  position: relative; }
  @media screen and (min-width: 768px) {
    .anchor-navigation .anchor-nav__nav-section {
      min-width: 210px;
      width: 100%;
      max-width: 280px;
      flex: 1 0 auto; } }
  @media (min-width: 768px) {
    .anchor-navigation .anchor-nav__nav-section.anchor-nav--fixed {
      position: fixed;
      top: 10%;
      z-index: 10; } }
  .anchor-navigation .anchor-nav__nav-section.bottom-aligned {
    align-self: flex-end; }
  .anchor-navigation .anchor-nav__nav-section .btn-animated-border {
    background: transparent;
    transition: all .15s ease-in-out; }

.anchor-navigation .quad-nav {
  border: 1px solid #cccccc;
  border-width: 0 0 1px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .anchor-navigation .quad-nav {
      border-width: 0 1px 0 0;
      margin-bottom: 0; } }
  .anchor-navigation .quad-nav--link {
    display: block;
    padding: 5px 20px;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-decoration: none; }
    .anchor-navigation .quad-nav--link:hover {
      text-decoration: none;
      color: #000; }
    .anchor-navigation .quad-nav--link:focus {
      color: #0079c1; }
    @media screen and (min-width: 768px) {
      .anchor-navigation .quad-nav--link {
        padding: 10px 20px;
        color: #6e6e6e; } }
    @media screen and (min-width: 1024px) {
      .anchor-navigation .quad-nav--link {
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .anchor-navigation .quad-nav--link[aria-hidden="true"] {
        background-color: #efefef;
        color: #000; } }

@media screen and (min-width: 768px) {
  html[dir='rtl'] .content-section {
    margin-left: 0;
    margin-right: 20px; }
  html[dir='rtl'] .content-section--offset {
    margin-left: 0;
    margin-right: 300px; }
  html[dir='rtl'] .anchor-navigation .quad-nav {
    border-width: 0 0 0 1px; } }

.esri-week-agenda_container a:hover {
  text-decoration: none; }

.esri-week-agenda_container[data-theme='bg-light'] h2 {
  color: #f8f8f8; }

.esri-week-agenda_container[data-theme='bg-dark'] h2 {
  color: #4c4c4c; }

@media screen and (max-width: 479px) {
  .esri-week-agenda_container .grid-container {
    max-width: 100%;
    width: 100%; }
  .esri-week-agenda_container .phone-column-6, .esri-week-agenda_container .column-24 {
    max-width: 100vw;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 768px) {
  .agenda-at-a-glance {
    min-height: auto; } }

.agenda-at-a-glance h3 {
  line-height: 2.95rem; }

.agenda-at-a-glance h1 {
  margin: 0; }

.agenda-at-a-glance .esri-week-agenda-nav {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 113px; }
  .agenda-at-a-glance .esri-week-agenda-nav .tab-nav {
    display: flex;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; }
    .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title {
      /*
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-top: none;
        border-left: none;
        border-right: none;
        margin-right: 0;
        margin-bottom: 4px;
        font-size: 1rem;
        line-height: 1.55rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position:relative;
        z-index: 0;
        height: 112px;
        float:none;
        position: relative;
        */ }
      @media screen and (max-width: 480px) {
        .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title {
          font-size: 0.85rem; } }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title img,
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title svg,
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto 10px auto;
        position: relative;
        z-index: -2; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
        font-size: 40px;
        line-height: 40px;
        font-style: normal; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title span {
        display: block;
        position: relative;
        z-index: -1;
        margin-bottom: 9px; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title:focus {
        background-image: none; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title:hover {
        background-image: none; }
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-left,
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-right {
    width: 70px;
    padding: 60px 0 0 0;
    border: none;
    position: absolute;
    z-index: 1;
    height: 103px;
    outline: none; }
    .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-left i,
    .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-right i {
      font-size: 16px; }
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-left {
    text-align: left;
    left: 0; }
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-right {
    text-align: right;
    right: 0; }
  .agenda-at-a-glance .esri-week-agenda-nav.no-icon {
    height: 53px; }
    .agenda-at-a-glance .esri-week-agenda-nav.no-icon .tab-nav .tab-title {
      height: 52px; }
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .tab-nav .tab-title img,
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .tab-nav .tab-title svg {
        display: none; }
    .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-left {
      height: 52px;
      padding: 0; }
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-left .icon-ui-left {
        position: absolute;
        left: 10px; }
    .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-right {
      height: 52px;
      padding: 0;
      background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
      background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
      background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%); }
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-right .icon-ui-right {
        position: absolute;
        right: 0; }

.agenda-at-a-glance .tab-contents {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px; }
  .agenda-at-a-glance .tab-contents .tab-section {
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0 60px 0;
    opacity: 0;
    margin-top: 110px; }
    .agenda-at-a-glance .tab-contents .tab-section .tab-section-image {
      width: 100%;
      padding-bottom: 40px; }
      @media screen and (min-width: 800px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-image {
          width: 55%;
          float: left; } }
      @media screen and (min-width: 1440px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-image {
          font-size: 24px; } }
    .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
      width: 100%;
      text-align: left; }
      .agenda-at-a-glance .tab-contents .tab-section .tab-section-content .section-title {
        font-size: 1.69949rem;
        line-height: 2.325rem; }
      .agenda-at-a-glance .tab-contents .tab-section .tab-section-content .section-desc {
        font-size: 0.9375rem;
        line-height: 1.55rem;
        line-height: 1.4rem !important;
        margin-bottom: 0; }
      @media screen and (min-width: 800px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          padding-left: 30px;
          box-sizing: border-box; } }
      @media screen and (min-width: 850px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 300px;
          height: 300px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1130px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 370px;
          height: 370px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1440px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 450px;
          height: 450px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
    .agenda-at-a-glance .tab-contents .tab-section.is-active {
      display: block;
      opacity: 1;
      margin-top: 10px; }

.agenda-at-a-glance .textCenter {
  text-align: center; }

.agenda-at-a-glance .textCenter {
  text-align: center; }

.agenda-at-a-glance.dark {
  background-color: #323232; }
  .agenda-at-a-glance.dark h2 {
    color: #FFFFFF; }
  .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title {
    border-bottom-color: #323232;
    color: #efefef;
    text-transform: capitalize; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title img,
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title svg,
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title svg *,
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
      fill: #888888;
      color: #888888; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:focus {
      color: #ffffff; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(73, 176, 242, 0.5); }
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover img,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover svg,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover svg *,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover .icon-number {
        fill: #E5E5E5;
        color: #E5E5E5; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active {
      border-bottom-color: #49b0f2;
      color: #fff; }
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active img,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active svg,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active svg *,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #FFFFFF;
        color: #FFFFFF; }
  .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-left {
    background: -moz-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: -webkit-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: linear-gradient(to right, #323232 20%, rgba(50, 50, 50, 0) 100%);
    cursor: pointer; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-left .icon-ui-left {
      color: #FFFFFF; }
  .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-right {
    background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #323232 80%);
    cursor: pointer; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-right .icon-ui-right {
      color: #FFFFFF; }
  .agenda-at-a-glance.dark .tab-contents {
    border-top-color: #4c4c4c;
    color: #ffffff; }
    .agenda-at-a-glance.dark .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc; }

.agenda-at-a-glance.light {
  background-color: #FFFFFF; }
  .agenda-at-a-glance.light h2 {
    color: #323232; }
  .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title {
    border-bottom-color: #FFFFFF;
    color: #000000; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title img,
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title svg,
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title svg *,
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
      fill: #6D6D6d;
      color: #6D6D6d; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:focus {
      color: #0079C1; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(0, 121, 193, 0.5); }
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover img,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover svg,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover svg *,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover .icon-number {
        fill: #0079C1;
        color: #0079C1; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active {
      border-bottom-color: #0079C1;
      color: #000000; }
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active img,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active svg,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active svg *,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #0079C1;
        color: #0079C1; }
  .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-left {
    background: -moz-linear-gradient(left, white 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%); }
    .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-left .icon-ui-left {
      color: #6E6E6E; }
  .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-right {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%); }
    .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-right .icon-ui-right {
      color: #6E6E6E; }
  .agenda-at-a-glance.light .tab-contents {
    border-top-color: #CCCCCC;
    color: #ffffff; }
    .agenda-at-a-glance.light .tab-contents .tab-section .tab-section-content .section-title {
      color: #323232; }
    .agenda-at-a-glance.light .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc;
      color: #595959; }

.tabs-dark .tab-nav .tab-title {
  background-color: rgba(30, 30, 30, 0.95);
  color: #fff;
  padding: 15px 25px;
  width: 220px;
  min-width: 220px;
  letter-spacing: 1px;
  border-top: 1px solid rgba(30, 30, 30, 0.7);
  margin: 0;
  border-right: 1px solid #111111;
  text-align: center;
  transition: background,150ms linear; }
  @media only screen and (max-width: 859px) {
    .tabs-dark .tab-nav .tab-title {
      border-right: none; } }
  @media only screen and (min-width: 1405px) {
    .tabs-dark .tab-nav .tab-title {
      background-color: rgba(30, 30, 30, 0.7); } }
  .tabs-dark .tab-nav .tab-title:hover {
    background-color: rgba(30, 30, 30, 0.95);
    border-bottom: none !important; }
    @media only screen and (min-width: 480px) {
      .tabs-dark .tab-nav .tab-title:hover {
        border-top: 3px solid rgba(167, 219, 255, 0.5); } }
  .tabs-dark .tab-nav .tab-title.is-active {
    background-color: rgba(30, 30, 30, 0.95);
    padding: 13px 25px 15px 25px;
    border-bottom: none !important;
    border-top: 3px solid #74c6ff; }
    @media only screen and (max-width: 480px) {
      .tabs-dark .tab-nav .tab-title.is-active {
        border-top: 1px solid rgba(30, 30, 30, 0.7);
        padding: 15px 25px 12px 25px;
        border-bottom: 3px solid #74c6ff !important; } }

.tabs-dark .tab-contents-agenda {
  background: rgba(30, 30, 30, 0.95);
  min-height: 505px; }
  @media only screen and (min-width: 860px) {
    .tabs-dark .tab-contents-agenda {
      min-height: 495px; } }
  .tabs-dark .tab-contents-agenda .tab-section {
    background-color: transparent !important;
    color: #fff; }
    .tabs-dark .tab-contents-agenda .tab-section .block-group {
      padding: 0 20px; }
      .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot {
        margin-left: 0;
        margin-right: 0;
        flex-basis: 100%;
        width: 100%;
        border-bottom: 1px solid #393E42;
        padding-left: 4px; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:last-child {
          border-bottom: none; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:after {
          display: block;
          content: "";
          margin-bottom: 10px; }
        @media only screen and (max-width: 479px) {
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot p {
            line-height: 20px; } }
        @media only screen and (min-width: 860px) {
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot {
            margin-left: 0;
            margin-right: 0;
            flex-basis: 20%;
            width: 20%;
            border-bottom: none;
            padding-left: 0; }
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:after {
              display: none; } }
        @media only screen and (min-width: 1440px) {
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot {
            margin-left: 0;
            margin-right: 0;
            flex-basis: 14.2857%;
            width: 14.2857%; } }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot hr {
          display: none;
          position: relative;
          overflow: visible;
          border: none;
          border-top: 1px solid #585858;
          background: none;
          color: #585858;
          margin-bottom: 8px; }
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot hr:before {
            content: "\2022";
            position: absolute;
            top: -13px;
            left: -2px;
            display: block;
            border-color: #5E5E5E; }
          @media only screen and (min-width: 860px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot hr {
              display: block; } }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text {
          padding: 0 10px 0 0;
          margin-bottom: 0; }
          @media only screen and (max-width: 859px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text {
              display: inline; }
              .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text br {
                display: none; } }
          @media only screen and (max-width: 479px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text {
              font-size: 13px; } }
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text a {
            color: #49b0f2;
            transition: all,150ms linear; }
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text a:hover {
              color: #74c6ff; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-time {
          white-space: nowrap;
          overflow: hidden;
          padding: 0 10px 0 0;
          text-overflow: ellipsis;
          margin-bottom: 8px;
          color: #CCCCCC; }
          @media only screen and (max-width: 859px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-time {
              display: inline; } }
          @media only screen and (max-width: 479px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-time {
              font-size: 13px; } }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:first-child hr:before {
          content: "|";
          position: absolute;
          top: -14px;
          left: -2px; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:last-child hr:before {
          content: "\2022";
          position: absolute;
          top: -13px;
          left: -3px;
          display: block;
          border-color: #5E5E5E; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:last-child hr:after {
          content: "|";
          position: absolute;
          top: -15px;
          right: -2px;
          display: block;
          border-color: #5E5E5E; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight:before {
          background-color: rgba(255, 255, 255, 0.07);
          content: '';
          position: absolute;
          top: -30px;
          left: 5px;
          height: 150%;
          width: 90%;
          z-index: 2; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight .agenda-time,
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight .agenda-text {
          margin-left: 10px; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight hr:before {
          display: none; }

.agenda-at-a-glance .tabs-dark {
  background: none; }
  @media only screen and (max-width: 479px) {
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav {
      background-color: #1e1e1e; } }
  .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-right {
    background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
    background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
    background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
    height: 60px; }
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-right .icon-ui-right {
      top: 22px;
      color: #fff; }
  .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-left {
    background: -moz-linear-gradient(left, #1e1e1e 20%, rgba(50, 50, 50, 0) 100%);
    background: -webkit-linear-gradient(left, #1e1e1e 20%, rgba(50, 50, 50, 0) 100%);
    background: linear-gradient(to right, #1e1e1e 20%, rgba(50, 50, 50, 0) 100%);
    height: 60px; }
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-left .icon-ui-left {
      top: 22px;
      color: #fff; }
  .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon {
    height: 61px; }
    @media only screen and (max-width: 479px) {
      .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav {
        border-bottom: 1px solid #595959; } }
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title {
      height: 60px;
      padding: 18px 25px;
      text-transform: uppercase; }
      .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title.is-active {
        padding: 16px 25px 20px 25px; }
        @media only screen and (max-width: 479px) {
          .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title.is-active {
            padding: 18px 25px 20px 25px; } }
      .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title:hover {
        padding: 16px 25px 20px 25px; }
  @media only screen and (min-width: 480px) {
    .agenda-at-a-glance .tabs-dark .tab-contents {
      border-top: none; } }
  .agenda-at-a-glance .tabs-dark .tab-contents .tab-section,
  .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active {
    padding: 0 0 90px 0;
    margin-top: 0; }
    @media only screen and (max-width: 859px) {
      .agenda-at-a-glance .tabs-dark .tab-contents .tab-section,
      .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active {
        padding: 0; } }
    .agenda-at-a-glance .tabs-dark .tab-contents .tab-section .block-group,
    .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active .block-group {
      margin: 0;
      padding: 0 45px; }
      @media only screen and (max-width: 859px) {
        .agenda-at-a-glance .tabs-dark .tab-contents .tab-section .block-group,
        .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active .block-group {
          padding: 8px 19px 10px 19px; } }



.accordion {
  border: none; }

.faq-accordion--outer .show-hide-all {
  float: right;
  height: 50px;
  margin: 0 10px 15px;
  background-color: transparent;
  border: none; }
  .faq-accordion--outer .show-hide-all span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 9px; }
  .faq-accordion--outer .show-hide-all:active {
    border: none; }
  .faq-accordion--outer .show-hide-all .hideText {
    display: none; }

.faq-accordion--outer .show-hide-all-icon {
  border-radius: 100%;
  height: 44px;
  width: 44px;
  transition: all .25s ease-out;
  position: relative;
  float: right;
  transition: background .1s ease-in-out; }

.faq-accordion--outer .show-hide-caret {
  height: 17px;
  width: 14px;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%);
  left: 44%;
  font-size: 16px; }

.faq-accordion--outer .accordion {
  border: none;
  background-color: #ffffff; }

.faq-accordion--outer .faq-accordion-item .accordion-content {
  padding: 0 0 0 46px;
  margin-right: 20px; }
  @media screen and (min-width: 479px) {
    .faq-accordion--outer .faq-accordion-item .accordion-content {
      padding: 0 46px 40px;
      width: 80%; } }
  @media screen and (min-width: 1366px) {
    .faq-accordion--outer .faq-accordion-item .accordion-content {
      padding: 0 46px 40px;
      width: 60%; } }
  .faq-accordion--outer .faq-accordion-item .accordion-content p {
    font-size: 0.8125rem;
    line-height: 1.55rem;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .faq-accordion--outer .faq-accordion-item .accordion-content p {
        font-size: 0.875rem;
        line-height: 1.55rem; } }
    @media screen and (min-width: 1024px) {
      .faq-accordion--outer .faq-accordion-item .accordion-content p {
        font-size: 0.9375rem;
        line-height: 1.55rem; } }

.faq-accordion--outer .faq-accordion-item .accordion-section {
  transition: background 0.1s ease-in-out; }
  .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom {
    padding: 0px 46px 46px 46px; }
    .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom .is-hidden {
      display: none; }
  .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title {
    padding: 46px; }
  .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom {
    padding: 46px; }
    .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom h3 {
      font-size: 0.875rem;
      line-height: 1.55rem;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom h3 {
          font-size: 0.9375rem;
          line-height: 1.55rem; } }
      @media screen and (min-width: 1024px) {
        .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom h3 {
          font-size: 1rem;
          line-height: 1.55rem; } }
    .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title svg, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom svg {
      float: right;
      width: 17px;
      height: 14px;
      fill: #959595;
      transition: background 0.1s ease-in-out;
      transform: rotate(-360deg); }
  .faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-title svg, .faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-icon-bottom svg {
    transform: rotate(-180deg); }
  .faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-icon-bottom {
    display: block; }

.faq-accordion--outer[data-theme='darktheme'] {
  background: #4c4c4c; }
  .faq-accordion--outer[data-theme='darktheme'] .accordian {
    background: #323232; }
  .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item {
    border-top: 1px solid #595959;
    background: #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item:first-child {
      border-top: 0; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item a {
      color: #49b0f2; }
  .faq-accordion--outer[data-theme='darktheme'] .faq-accordion--heading h2 {
    color: #4c4c4c; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion--heading h2[data-theme='lighttext'] {
      color: #ffffff; }
  .faq-accordion--outer[data-theme='darktheme'] .show-hide-all {
    color: #f8f8f8; }
    .faq-accordion--outer[data-theme='darktheme'] .show-hide-all[data-theme='darktext'] {
      color: #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .show-hide-all .show-hide-all-icon {
      background: #323232; }
      .faq-accordion--outer[data-theme='darktheme'] .show-hide-all .show-hide-all-icon .show-hide-caret {
        color: #49b0f2; }
        .faq-accordion--outer[data-theme='darktheme'] .show-hide-all .show-hide-all-icon .show-hide-caret[data-theme='darktext'] {
          color: #0079c1; }
    .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active {
      color: #ffffff;
      outline: none;
      cursor: pointer; }
      .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover[data-theme='darktext'], .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus[data-theme='darktext'], .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active[data-theme='darktext'] {
        color: #191919; }
      .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover .show-hide-all-icon, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus .show-hide-all-icon, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active .show-hide-all-icon {
        background: #252525; }
        .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active .show-hide-all-icon .show-hide-caret {
          color: #74c6ff; }
  .faq-accordion--outer[data-theme='darktheme'] .svg-icon {
    color: #56a5d8;
    transform: rotate(-360deg); }
  .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section {
    background-color: #323232;
    border-left: 3px solid #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-title {
      background-color: inherit;
      color: #ffffff;
      border-top: none; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-title svg {
        fill: #959595; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-content {
      color: #ffffff;
      background-color: #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:hover, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:focus, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:active {
      background-color: #252525;
      border-left: 3px solid transparent; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:hover svg, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:focus svg, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:active svg {
        fill: #0079c1; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active {
      background-color: #323232;
      border-left: 3px solid #74c6ff; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
        border-left: 3px solid #74c6ff;
        margin-left: -3px; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active svg {
        fill: #959595; }

.faq-accordion--outer[data-theme='lighttheme'] {
  background: #efefef; }
  .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item {
    border-top: 1px solid #cccccc; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item:first-child {
      border-top: 0; }
  .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion--heading h2 {
    color: #4c4c4c; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion--heading h2[data-theme='lighttext'] {
      color: #ffffff; }
  .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all {
    color: #323232; }
    .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all[data-theme='lighttext'] {
      color: #f8f8f8; }
    .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all .show-hide-all-icon {
      background: #ffffff; }
      .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all .show-hide-all-icon .show-hide-caret {
        color: #0079c1; }
        .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all .show-hide-all-icon .show-hide-caret[data-theme='lighttext'] {
          color: #49b0f2; }
    .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active {
      color: #191919;
      outline: none;
      cursor: pointer; }
      .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover[data-theme='lighttext'], .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus[data-theme='lighttext'], .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active[data-theme='lighttext'] {
        color: #ffffff; }
      .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover .show-hide-all-icon, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus .show-hide-all-icon, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active .show-hide-all-icon {
        background: #f8f8f8; }
        .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active .show-hide-all-icon .show-hide-caret {
          color: #005e95; }
  .faq-accordion--outer[data-theme='lighttheme'] .svg-icon {
    color: #56a5d8; }
  .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section {
    background-color: #ffffff;
    border-left: 3px solid transparent; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-title {
      background-color: inherit;
      color: #4c4c4c;
      border-top: none; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-title svg {
        fill: #959595; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-content {
      color: #4c4c4c; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:hover, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:focus, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:active {
      background-color: #f8f8f8; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:hover svg, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:focus svg, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:active svg {
        fill: #0079c1; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active {
      border-left: 3px solid #0079c1;
      background-color: #ffffff; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
        border-left: 3px solid #0079c1;
        margin-left: -3px; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active svg {
        fill: #a9a9a9; }

.faq-accordion .faq-accordion--outer .faq-accordion-item .accordion-section {
  transition: background .1s ease-in-out; }

html[dir="rtl"] body .faq-accordion--outer .show-hide-all {
  float: left; }
  html[dir="rtl"] body .faq-accordion--outer .show-hide-all span {
    margin-left: 10px; }

html[dir="rtl"] body .faq-accordion--outer .show-hide-all-icon {
  float: left; }
  html[dir="rtl"] body .faq-accordion--outer .show-hide-all-icon .show-hide-caret {
    top: 41%;
    left: 68%; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-icon {
  float: left; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active {
  border-right: 3px solid #74c6ff;
  border-left: none;
  margin-right: -3px;
  margin-left: 0; }
  html[dir="rtl"] body .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
    border-left: none; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-icon {
  float: left; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active {
  border-right: 3px solid #0079c1;
  border-left: none;
  margin-right: -3px;
  margin-left: 0; }
  html[dir="rtl"] body .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
    border-left: none; }

/* delete this */
h1.mainHeader {
  color: #de2900; }

.contact-us-distributors {
  background-color: #f4f4f4;
  margin-top: -30px;
  margin-bottom: -110px;
  padding: 30px .5rem; }
  @media screen and (min-width: 481px) {
    .contact-us-distributors {
      padding: 30px 60px 20px; } }
  .contact-us-distributors .cud-heading-container {
    min-height: 100px; }
    @media screen and (min-width: 481px) {
      .contact-us-distributors .cud-heading-container {
        min-height: 160px; } }
    .contact-us-distributors .cud-heading-container h3.gq-heading {
      color: #323232;
      font-size: 1.414rem;
      line-height: 1.55rem;
      margin-bottom: .55rem;
      text-align: inherit; }
  .contact-us-distributors .cud-box .cards-simple {
    background-color: transparent; }
  .contact-us-distributors .cud-box.card {
    min-height: 220px; }
    .contact-us-distributors .cud-box.card .card-content.card-border {
      border: none; }
    @media screen and (max-width: 860px) {
      .contact-us-distributors .cud-box.card {
        max-width: 100%;
        margin-top: 1rem;
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media screen and (min-width: 861px) and (max-width: 1385px) {
      .contact-us-distributors .cud-box.card {
        width: 31%;
        max-width: 31%;
        height: 262px;
        margin-left: 20px !important;
        box-sizing: border-box; }
        .contact-us-distributors .cud-box.card:first-child {
          margin-left: 0; }
        .contact-us-distributors .cud-box.card.pre-3 {
          margin-left: 20px !important; } }
  .contact-us-distributors .cud-box .link {
    text-align: center; }
  .contact-us-distributors .cud-box .card-content .icon-container,
  .contact-us-distributors .cud-box .card-content .card-title,
  .contact-us-distributors .cud-box .card-content .card-text {
    text-align: center; }
  .contact-us-distributors .cud-box .card-content .card-text {
    color: #969696;
    font-size: 15.9px;
    line-height: 18px;
    max-width: 250px;
    display: inline-block;
    min-height: 36px;
    min-width: 100%; }
  .contact-us-distributors .cud-box .card-title.avenir-regular {
    font-size: 20.4px;
    margin-bottom: 10px;
    color: #323232;
    line-height: 1.55rem; }
  .contact-us-distributors .cud-box.contact-address .card-content .card-title,
  .contact-us-distributors .cud-box.contact-address .card-content .card-text {
    text-align: left; }
  .contact-us-distributors .cud-box.contact-address .card-content .card-text {
    margin: 0;
    padding: 0;
    font-size: 20.4px;
    color: #595959;
    line-height: 1.6rem;
    text-align: inherit; }
  .contact-us-distributors .cud-box.contact-address .card-title {
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 0; }
  .contact-us-distributors .cud-box.contact-address .block {
    padding-left: 30px;
    padding-top: 20px; }
  @media screen and (min-width: 1386px) {
    .contact-us-distributors .cud-box.contact-map.card {
      margin-left: 32px !important; } }
  .contact-us-distributors .grid-container {
    max-width: 100%; }

.contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

.contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

.contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: 32px;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: auto;
  right: 0; }

div.contact-us.contact-us--distributor-heading-top {
  height: 82px !important; }

.body-no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden; }

#contact-us_map-modal {
  opacity: 0;
  position: fixed;
  /* Stay in place */
  overflow: hidden;
  z-index: -1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  #contact-us_map-modal.show-modal {
    opacity: 1;
    z-index: 10000; }

/* Modal Content/Box */
.contact-us_map-modal-content {
  position: fixed;
  box-sizing: border-box;
  background-color: #fefefe;
  border: 1px solid #333;
  margin: 0px;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 790px) {
    .contact-us_map-modal-content {
      border: 0px solid transparent;
      margin: 20px;
      padding: 20px;
      height: 95vh; } }
  .contact-us_map-modal-content#contact-us_map-modal-iframe {
    height: 90%;
    width: 90%;
    height: 95vh; }
    @media (max-width: 790px) {
      .contact-us_map-modal-content#contact-us_map-modal-iframe {
        border: 1px solid #333;
        height: 100%;
        width: 100%; } }

/* Modal Close X */
.contact-us_map-modal .icon-ui-close {
  background: rgba(240, 240, 240, 0);
  border-radius: 50%;
  color: #273a59;
  float: right;
  font-size: 18px;
  height: 25px;
  width: 25px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 10px;
  position: relative;
  transition: all .15s ease-in-out;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .contact-us_map-modal .icon-ui-close:hover {
    cursor: pointer;
    background-color: rgba(0, 121, 193, 0); }
  @media (min-width: 790px) {
    .contact-us_map-modal .icon-ui-close {
      background: #f0f0f0;
      height: 25px;
      width: 25px; }
      .contact-us_map-modal .icon-ui-close:hover {
        color: #fff;
        background-color: #0079c1; } }
  .contact-us_map-modal .icon-ui-close:before {
    font-family: 'calcite-ui';
    content: "\f115";
    padding-right: 0;
    padding-left: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-decoration: none; }

[dir=ltr] .contact-us_address-box-right,
.contact-us_address-box-right {
  padding-left: 15%;
  padding-right: 0; }

[dir=ltr] .contact-us_tab,
.contact-us_tab {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #f4f4f4;
  padding-top: 30px;
  -webkit-transition: margin 0.1s ease-in, height 0.3s ease-in;
  transition: margin 0.1s ease-in, height 0.3s ease-in;
  margin-top: -30px; }
  @media (min-width: 414px) {
    [dir=ltr] .contact-us_tab,
    .contact-us_tab {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 620px) {
    [dir=ltr] .contact-us_tab,
    .contact-us_tab {
      padding-left: 60px;
      padding-right: 60px; } }

@media (min-width: 790px) {
  [dir=ltr] .contact-us_tab,
  .contact-us_tab {
    margin-top: -30px; } }

[dir=ltr] .contact-us_tab-top-section,
.contact-us_tab-top-section {
  text-align: left; }
  [dir=ltr] .contact-us_tab-top-section ul li,
  .contact-us_tab-top-section ul li {
    text-align: left; }

[dir=ltr] .contact-us_address-details,
.contact-us_address-details {
  text-align: left; }

[dir=rtl] .contact-us_tab-top-section {
  text-align: right; }
  [dir=rtl] .contact-us_tab-top-section ul li {
    text-align: right; }

[dir=rtl] .contact-us_address-box-right {
  padding-left: 0;
  padding-right: 15%; }

[dir=rtl] .contact-us_address-details {
  text-align: right; }

@media (min-width: 1240px) {
  [dir=rtl] .contact-us_tab-left {
    text-align: right; } }

@media (min-width: 1240px) {
  [dir=ltr] .contact-us_tab-left {
    text-align: left; } }

.contact-us {
  color: #323232; }
  .contact-us_text-parbase-send-feedback p {
    color: #f8f8f8; }
    .contact-us_text-parbase-send-feedback p a {
      color: #56a5d8; }
      .contact-us_text-parbase-send-feedback p a:hover {
        color: #0079c1; }
  .contact-us_text-parbase-send-feedback li {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    border-bottom: #666 1px solid;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0.55rem;
    z-index: 10;
    text-shadow: 2px 2px #222, 2px -2px #222, -2px 2px #222, -2px -2px #222; }
    .contact-us_text-parbase-send-feedback li:hover {
      text-decoration: none; }
      .contact-us_text-parbase-send-feedback li:hover::after {
        width: 100%;
        z-index: 200; }
    .contact-us_text-parbase-send-feedback li::after {
      box-sizing: border-box;
      content: '';
      display: block;
      border-bottom: 1px solid #0079c1;
      width: 0;
      position: absolute;
      z-index: 200;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      transition: 0.15s ease;
      background: transparent; }
  .contact-us_loading-text-placeholder {
    display: inline-block;
    margin: 0 auto;
    background-color: rgba(200, 200, 200, 0.2);
    color: rgba(200, 200, 200, 0.2);
    text-align: center;
    width: 80%;
    height: 1rem;
    border-radius: 3px; }
  .contact-us_loading-text-placeholder {
    height: 1rem; }
  .contact-us [data-contact-us="location-search-title"] .contact-us_loading-text-placeholder {
    width: 300px;
    height: 1rem; }
  .contact-us [data-contact-us="tab-title"] .contact-us_loading-text-placeholder {
    width: 200px;
    height: 1.3rem; }
  .contact-us [data-contact-us="tab-subtitle"] .contact-us_loading-text-placeholder {
    width: 300px;
    height: 0.85rem; }
  .contact-us_cta-title .contact-us_loading-text-placeholder {
    width: 160px;
    height: 1rem; }
  .contact-us_cta-subtitle .contact-us_loading-text-placeholder {
    width: 180px;
    height: 0.77rem; }
  .contact-us_cta-action .contact-us_loading-text-placeholder {
    width: 150px;
    height: 0.7rem; }
  .contact-us_address-detail-line .contact-us_loading-text-placeholder {
    width: 90%;
    height: 0.7rem; }
  .contact-us_address-detail-line-company-name .contact-us_loading-text-placeholder {
    width: 80%px;
    height: 1.3rem; }
  .contact-us_location-search-result-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  .contact-us_modal-form-thank-you-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
  .contact-us_modal-form-thank-you {
    z-index: -1;
    position: fixed;
    display: inline-block;
    width: 80%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    line-height: 4rem;
    padding-top: 4rem;
    vertical-align: middle;
    text-align: center;
    background: white; }
  @media (min-width: 790px) {
    .contact-us_modal-form-thank-you {
      width: 50%;
      height: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .contact-us_distributor-heading-title {
    margin-bottom: 0.4rem; }
  .contact-us_distributor-heading-subtitle {
    font-size: 1.2rem;
    line-height: 1.5rem; }
  .contact-us_tab-top-section {
    margin: 0 0 0rem 0; }
    .contact-us_tab-top-section ul {
      margin-right: auto;
      margin-left: auto;
      text-align: left; }
      .contact-us_tab-top-section ul li {
        margin-left: 30px; }
    @media (min-width: 790px) {
      .contact-us_tab-top-section {
        margin-bottom: 0;
        height: 160px; }
        .contact-us_tab-top-section ul {
          margin-right: auto;
          margin-left: auto;
          text-align: left; }
          .contact-us_tab-top-section ul li {
            margin-left: 20px; } }
  .contact-us_tab-content-title {
    color: #323232;
    font-size: 1.414rem;
    line-height: 1.55rem;
    margin-bottom: 0.55rem;
    text-align: inherit;
    display: none; }
    @media (min-width: 790px) {
      .contact-us_tab-content-title {
        display: block; } }
  .contact-us_tab-content-subtitle {
    max-width: 100%;
    text-align: center;
    color: #595959; }
    @media (min-width: 790px) {
      .contact-us_tab-content-subtitle {
        text-align: inherit;
        padding-bottom: 60px;
        max-width: 80%; } }
    @media (min-width: 1240px) {
      .contact-us_tab-content-subtitle {
        max-width: 60%; } }
  .contact-us.contact-us--distributor-heading-top * {
    opacity: 0; }
  .contact-us.contact-us--distributor-heading-top.show-details * {
    opacity: 1;
    -webkit-transition: opacity 0.525s ease-in-out;
    transition: opacity 0.525s ease-in-out; }
  .contact-us.contact-us--distributor-heading-top.hide-on-init * {
    opacity: 0; }
  .contact-us_tab-bottom-section {
    width: 100%;
    padding-bottom: 30px; }
    .contact-us_tab-bottom-section .contact-us_cta-box-right div,
    .contact-us_tab-bottom-section .contact-us_address-details div,
    .contact-us_tab-bottom-section .contact-us_cta-box div,
    .contact-us_tab-bottom-section .contact-us_cta-box a div {
      opacity: 0;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      transition-delay: 0s; }
    .contact-us_tab-bottom-section.show-details .contact-us_cta-box-right div,
    .contact-us_tab-bottom-section.show-details .contact-us_address-details div,
    .contact-us_tab-bottom-section.show-details .contact-us_cta-box div,
    .contact-us_tab-bottom-section.show-details .contact-us_cta-box a div {
      opacity: 1;
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      transition-delay: 0.5s; }
  .contact-us_get-directions {
    display: block;
    opacity: 0; }
  @media (min-width: 790px) {
    .contact-us_tab-bottom-section {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      padding-bottom: 0; } }
  .contact-us_tab-left, .contact-us_tab-right {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: auto;
    box-sizing: border-box; }
  .contact-us_tab-left {
    text-align: center; }
  @media (min-width: 790px) {
    .contact-us_tab-left {
      width: calc( 50% + 0px);
      margin-bottom: 0; }
    .contact-us_tab-right {
      width: calc( 50% - 0px); } }
  @media (min-width: 1240px) {
    .contact-us_tab-left {
      width: calc( 50% + 90px); }
    .contact-us_tab-right {
      width: calc( 50% - 90px); } }
  .contact-us_address-box-left, .contact-us_cta-box-right, .contact-us_cta-box {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: calc( 100% - 16px);
    color: #666;
    background-color: white;
    text-align: center;
    overflow: hidden; }
  .contact-us_address-box-left, .contact-us_cta-box {
    margin: 0 0 16px 0; }
  .contact-us_cta-box-right {
    margin: 0 0 16px 8px; }
    @media (min-width: 790px) {
      .contact-us_cta-box-right {
        margin-left: 0; } }
  .contact-us_address-box-left {
    min-height: 216px; }
    .contact-us_address-box-left .contact-us_address-details {
      width: 100%; }
      .contact-us_address-box-left .contact-us_address-details .contact-us_address-detail-line-company-name {
        font-size: 24px;
        width: 80%; }
        .contact-us_address-box-left .contact-us_address-details .contact-us_address-detail-line-company-name.long-company-name {
          font-size: 22px; }
      .contact-us_address-box-left .contact-us_address-details .contact-us_address-detail-line {
        font-size: 17px;
        width: 80%; }
  .contact-us_cta-box-right, .contact-us_cta-box {
    height: 216px; }
  .contact-us_cta-box-bottom {
    text-align: center; }
  .contact-us .contact-us_cta-action.contact-us_cta-address-action {
    text-align: left; }
  .contact-us_cta-box-right > .contact-us_cta-anchor,
  .contact-us_cta-box > .contact-us_cta-anchor,
  .contact-us_tab-right > .contact-us_cta-anchor,
  .contact-us_tab-left > .contact-us_cta-anchor {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    -webkit-transition: border 0.2s, color 0.15s ease-in-out;
    transition: border 0.2s, color 0.15s ease-in-out; }
    .contact-us_cta-box-right > .contact-us_cta-anchor:hover,
    .contact-us_cta-box > .contact-us_cta-anchor:hover,
    .contact-us_tab-right > .contact-us_cta-anchor:hover,
    .contact-us_tab-left > .contact-us_cta-anchor:hover {
      text-decoration: none; }
      .contact-us_cta-box-right > .contact-us_cta-anchor:hover .contact-us_cta-icon svg,
      .contact-us_cta-box > .contact-us_cta-anchor:hover .contact-us_cta-icon svg,
      .contact-us_tab-right > .contact-us_cta-anchor:hover .contact-us_cta-icon svg,
      .contact-us_tab-left > .contact-us_cta-anchor:hover .contact-us_cta-icon svg {
        fill: #005e95; }
      .contact-us_cta-box-right > .contact-us_cta-anchor:hover .contact-us_cta-action::after,
      .contact-us_cta-box > .contact-us_cta-anchor:hover .contact-us_cta-action::after,
      .contact-us_tab-right > .contact-us_cta-anchor:hover .contact-us_cta-action::after,
      .contact-us_tab-left > .contact-us_cta-anchor:hover .contact-us_cta-action::after {
        width: 100%; }
    .contact-us_cta-box-right > .contact-us_cta-anchor .contact-us_cta-action,
    .contact-us_cta-box > .contact-us_cta-anchor .contact-us_cta-action,
    .contact-us_tab-right > .contact-us_cta-anchor .contact-us_cta-action,
    .contact-us_tab-left > .contact-us_cta-anchor .contact-us_cta-action {
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      z-index: 10;
      font-size: 1.1rem;
      text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white; }
    .contact-us_cta-box-right > .contact-us_cta-anchor .contact-us_cta-action::after,
    .contact-us_cta-box > .contact-us_cta-anchor .contact-us_cta-action::after,
    .contact-us_tab-right > .contact-us_cta-anchor .contact-us_cta-action::after,
    .contact-us_tab-left > .contact-us_cta-anchor .contact-us_cta-action::after {
      content: '';
      display: block;
      border-bottom: 1px solid #0079c1;
      width: 0;
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      transition: 0.15s ease;
      background: transparent; }
  .contact-us_tab-right .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link:hover,
  .contact-us_tab-left .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link:hover {
    cursor: initial; }
  .contact-us_tab-right .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action,
  .contact-us_tab-left .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action {
    display: none; }
  .contact-us_tab-right .contact-us_cta-address-anchor.contact-us_cta-address-anchor.contact-us_enable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action,
  .contact-us_tab-left .contact-us_cta-address-anchor.contact-us_cta-address-anchor.contact-us_enable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action {
    display: inline-block; }
  .contact-us_cta-section-margin-top {
    margin-top: 0; }
  @media (min-width: 790px) {
    .contact-us_address-box-left, .contact-us_cta-box {
      margin: 0 16px 16px 0;
      width: 284px;
      display: inline-block; } }
  @media (min-width: 790px) {
    .contact-us_cta-box-right {
      margin: 0 0 0 0;
      min-width: 284px;
      width: 100%;
      display: inline-block; } }
  .contact-us_address-box-left {
    padding: 40px 20px;
    border: solid #cccccc 1px; }
  .contact-us_cta-box-top {
    height: 65%;
    padding: 0 6px; }
    .contact-us_cta-box-top .cta-small-text {
      font-size: 0.9rem; }
    @media (min-width: 790px) {
      .contact-us_cta-box-top {
        padding: 0 20px; } }
  .contact-us_cta-icon {
    height: 40px;
    margin-top: 14px;
    fill: #595959; }
    .contact-us_cta-icon svg {
      height: 36px;
      width: 36px;
      -webkit-transition: fill 0.15s ease-in-out;
      transition: fill 0.15s ease-in-out; }
  @media (min-width: 790px) {
    .contact-us_cta-icon {
      margin-top: 18px; } }
  .contact-us_cta-title {
    color: #323232;
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 4px; }
    @media (min-width: 321px) {
      .contact-us_cta-title {
        font-size: 18.4px;
        line-height: 1.55rem;
        margin-bottom: 6px; } }
    @media (min-width: 790px) {
      .contact-us_cta-title {
        font-size: 20.4px;
        margin-bottom: 10px; } }
  .contact-us_cta-subtitle {
    color: #696969;
    font-size: 15.9px;
    line-height: 17.5px;
    max-width: 250px;
    display: inline-block; }
    @media (min-width: 790px) {
      .contact-us_cta-subtitle {
        line-height: 18px; } }
  .contact-us_cta-action {
    color: #0079c1;
    font-size: 0.9rem;
    line-height: 1em; }
    @media (min-width: 321px) {
      .contact-us_cta-action {
        font-size: 1.1rem;
        line-height: 1.2em; } }
    @media (min-width: 790px) {
      .contact-us_cta-action {
        font-size: 1.1rem;
        line-height: 1.2em; } }
  .contact-us_cta-action-anchor {
    color: inherit;
    font-size: 20.4px;
    line-height: inherit; }
  .contact-us_cta-action-anchor-btn {
    color: inherit; }
  .contact-us_cta-blue-text {
    color: #0079c1; }
  .contact-us_cta-big-text {
    font-size: 1.5rem;
    line-height: 1.7rem; }
  .contact-us_btn {
    width: 165px; }
  .contact-us_address-box-right {
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
    padding: 0;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out; }
  @media (min-width: 790px) {
    .contact-us_address-box-left {
      display: none; }
    .contact-us_address-box-right {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      align-items: center;
      width: 100%;
      min-width: 300px; }
      .contact-us_address-box-right_address-details {
        max-width: 500px;
        width: 100%;
        height: 100%; }
        .contact-us_address-box-right_address-details .contact-us_address-detail-line-company-name {
          font-size: 24px; }
          .contact-us_address-box-right_address-details .contact-us_address-detail-line-company-name.long-company-name {
            font-size: 22px !important; }
        .contact-us_address-box-right_address-details .contact-us_address-detail-line {
          font-size: 17px; }
      .contact-us_address-box-right.contact-us_no-thumbnail {
        padding-left: 0; }
        .contact-us_address-box-right.contact-us_no-thumbnail .contact-us_address-details {
          padding-left: 10%;
          padding-right: 20px; }
          .contact-us_address-box-right.contact-us_no-thumbnail .contact-us_address-details .contact-us_address-detail-line-company-name {
            font-size: 24px; }
          .contact-us_address-box-right.contact-us_no-thumbnail .contact-us_address-details .contact-us_address-detail-line {
            font-size: 17px; }
      .contact-us_address-box-right.contact-us_with-thumbnail {
        flex-direction: row;
        padding-left: 0; }
        .contact-us_address-box-right.contact-us_with-thumbnail .contact-us_address-details {
          padding-left: 5%;
          padding-right: 20px; }
          .contact-us_address-box-right.contact-us_with-thumbnail .contact-us_address-details .contact-us_address-detail-line-company-name {
            font-size: 20.4px; }
          .contact-us_address-box-right.contact-us_with-thumbnail .contact-us_address-details .contact-us_address-detail-line {
            font-size: 17px; } }
  .contact-us_office-thumbnail-container {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: border-box;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-color: transparent;
    height: 214px;
    width: 0;
    max-width: 0;
    -webkit-transition: opacity 0.32s ease-in-out 0s;
    transition: opacity 0.32s ease-in-out 0s; }
    .contact-us_office-thumbnail-container.contact-us_office-thumbnail-container-show {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .contact-us_office-thumbnail-container.contact-us_office-thumbnail-container-hide {
      opacity: 0;
      -webkit-transition: opacity 0.32s ease-in-out 0s;
      transition: opacity 0.32s ease-in-out 0s; }
    .contact-us_office-thumbnail-container.contact-us_no_ro-state, .contact-us_office-thumbnail-container.contact-us_no-ro-state {
      width: 0;
      max-width: 0;
      -webkit-transition: width 0.2s ease-in-out 0.3s;
      transition: width 0.2s ease-in-out 0.3s;
      -webkit-transition: max-width 0.2s ease-in-out 0.3s;
      transition: max-width 0.2s ease-in-out 0.3s; }
    .contact-us_office-thumbnail-container.contact-us_ro-state {
      width: 45%;
      max-width: calc( 214px / 0.75);
      left: 0; }
  .contact-us_office-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 214px;
    width: calc( 214px / 0.75);
    background-color: transparent;
    -webkit-transition: opacity 0.32s ease-in-out 0s;
    transition: opacity 0.32s ease-in-out 0s; }
    .contact-us_office-thumbnail.contact-us_office-thumbnail-show {
      opacity: 1; }
    .contact-us_office-thumbnail.contact-us_office-thumbnail-hide {
      opacity: 0; }
  .contact-us_address-details {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    flex-direction: row;
    justify-content: center;
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out; }
  .contact-us_address-detail-line {
    text-decoration: none;
    font-size: 15.9px;
    color: #595959;
    line-height: 1.6rem;
    text-align: inherit; }
    .contact-us_address-detail-line:hover {
      text-decoration: none; }
    @media (min-width: 790px) {
      .contact-us_address-detail-line {
        font-size: 17px; } }
  .contact-us_address-detail-line, .contact-us_address-detail-line-company-name {
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .contact-us_address-detail-line-company-name {
    width: 100%;
    text-decoration: none;
    font-size: 20.4px;
    color: #323232;
    padding-bottom: 8px; }
    .contact-us_address-detail-line-company-name:hover {
      text-decoration: none; }
  .contact-us_form-label-v-space, .contact-us_form-label {
    margin: 0 3px 8px 3px; }
  .contact-us_form-wrap {
    position: relative;
    padding: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin: 0;
    overflow: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .contact-us_form-wrap.aem-form {
      height: 100% !important;
      padding: 0; }
      .contact-us_form-wrap.aem-form .aem-form-data-sly-resource {
        height: 100% !important;
        overflow: visible; }
        .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform {
          overflow: visible;
          position: relative;
          z-index: 100; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar {
            -webkit-appearance: none; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar:vertical {
            width: 11px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar:horizontal {
            height: 11px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar-thumb {
            border-radius: 8px;
            border: 2px solid white;
            /* should match background, can't be transparent */
            background-color: rgba(0, 0, 0, 0.5); }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar-track {
            background-color: #fff;
            border-radius: 8px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe {
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe #guide-mobile-navigator-wrapper {
              display: none !important; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar {
              -webkit-appearance: none; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar:vertical {
              width: 11px; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar:horizontal {
              height: 11px; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar-thumb {
              border-radius: 8px;
              border: 2px solid white;
              /* should match background, can't be transparent */
              background-color: rgba(0, 0, 0, 0.5); }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar-track {
              background-color: #fff;
              border-radius: 8px; }
    .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
      padding-left: 8px;
      padding-right: 0;
      max-width: calc( 96% - 0px);
      height: 100%;
      width: 100%;
      overflow: visible;
      background: #f4f4f4; }
      @media (min-width: 414px) {
        .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
          max-width: calc( 100% - 16px); } }
      @media (min-width: 790px) {
        .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
          padding-left: 0;
          padding-right: 0;
          width: 100%; } }
    .contact-us_form-wrap.customer-service {
      min-height: 850px;
      height: 850px; }
      .contact-us_form-wrap.customer-service iframe {
        min-height: 850px;
        height: 850px; }
    .contact-us_form-wrap.training {
      min-height: 820px;
      height: 820px; }
      .contact-us_form-wrap.training iframe {
        min-height: 820px;
        height: 820px; }
    @media (min-width: 790px) {
      .contact-us_form-wrap.customer-service {
        min-height: 810px;
        height: 810px; }
        .contact-us_form-wrap.customer-service iframe {
          min-height: 810px;
          height: 810px; }
      .contact-us_form-wrap.training {
        min-height: 810px;
        height: 810px; }
        .contact-us_form-wrap.training iframe {
          min-height: 810px;
          height: 810px; } }
    @media (min-width: 790px) {
      .contact-us_form-wrap {
        top: -50px;
        max-width: 600px;
        text-align: left;
        margin: 0;
        width: 100%; } }
    .contact-us_form-wrap.pardot-form {
      padding-right: 10px;
      margin-right: 2px;
      margin-bottom: 2px;
      margin-left: 2px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form {
          padding-right: 6px; } }
      .contact-us_form-wrap.pardot-form.sales, .contact-us_form-wrap.pardot-form.consulting {
        overflow: hidden !important;
        display: block; }
        .contact-us_form-wrap.pardot-form.sales iframe, .contact-us_form-wrap.pardot-form.consulting iframe {
          width: 100%;
          overflow: hidden !important;
          padding-bottom: 10px; }
      .contact-us_form-wrap.pardot-form.sales {
        min-height: 1102px; }
        .contact-us_form-wrap.pardot-form.sales iframe {
          min-height: 1104px; }
      .contact-us_form-wrap.pardot-form.consulting {
        min-height: 1102px; }
        .contact-us_form-wrap.pardot-form.consulting iframe {
          min-height: 1104px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form.sales, .contact-us_form-wrap.pardot-form.consulting {
          top: -40px;
          left: 2px; } }
    .contact-us_form-wrap .contact-us_form {
      position: relative;
      left: 0;
      top: 0;
      opacity: 1;
      z-index: 10;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      margin-left: 3px;
      width: calc(100% - 6px); }
      @media (min-width: 790px) {
        .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you {
          width: 100%;
          top: 19px; } }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you div {
        text-align: center; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-title {
        padding-top: 1.55em;
        color: #338033;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-subtitle {
        max-width: 350px; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor {
        border: solid #338033 1px; }
        .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor:hover {
          text-decoration: none;
          border: solid #0079c1 1px; }
          .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor:hover .contact-us_cta-title {
            color: #0079c1; }
    .contact-us_form-wrap.submitted {
      height: 240px; }
      .contact-us_form-wrap.submitted .contact-us_form {
        opacity: 0;
        z-index: 1; }
      .contact-us_form-wrap.submitted .contact-us_cta-box-right.contact-form-thank-you {
        opacity: 1;
        z-index: 10; }
    .contact-us_form-wrap div {
      text-align: left; }
    .contact-us_form-wrap .form-submit-button-container {
      text-align: center;
      padding-bottom: 1rem; }
    .contact-us_form-wrap p.form-field {
      position: relative;
      top: 0;
      left: 0;
      height: 40px;
      -webkit-transition: height 0.4s ease-in-out;
      transition: height 0.4s ease-in-out; }
    .contact-us_form-wrap label.field-label {
      position: absolute;
      left: 9px;
      top: 7px;
      opacity: 1;
      font-size: 0.95rem;
      margin: 0;
      z-index: 20;
      color: #797979;
      -webkit-transition: top 0.4s, opacity 0.4s ease-in-out;
      transition: top 0.4s, opacity 0.4s ease-in-out; }
    .contact-us_form-wrap input, .contact-us_form-wrap textarea {
      position: relative;
      top: 0;
      left: 0;
      border: solid #ccc 1px;
      box-sizing: border-box;
      width: calc( 100% - 6px);
      margin: 0 3px;
      -webkit-transition: top 0.4s ease-in-out;
      transition: top 0.4s ease-in-out; }
    .contact-us_form-wrap p.form-field.active {
      height: 80px; }
      .contact-us_form-wrap p.form-field.active label.field-label {
        color: #0079c1;
        top: 0;
        opacity: 1; }
      .contact-us_form-wrap p.form-field.active input {
        top: 40px; }
    .contact-us_form-wrap p.form-field.complete label.field-label {
      opacity: 0; }
  .contact-us_location-section-container {
    background-color: #f4f4f4; }
  .contact-us_location-search {
    margin: 0;
    padding-top: 70px;
    padding-bottom: 70px; }
    .contact-us_location-search h3, .contact-us_location-search h4 {
      text-align: center;
      color: #323232; }
  @media (min-width: 790px) {
    .contact-us_location-search.contact-us_location-search_position_us_1, .contact-us_location-search.contact-us_location-search_position_us_2 {
      padding-top: 0;
      margin-top: -40px; } }
  .contact-us_location-search-center {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    justify-content: center; }
  .contact-us_location-search-input-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 60px;
    width: 80%;
    max-width: 460px; }
    .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
      position: absolute;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2 ease-in-out; }
      .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass svg {
        fill: #595959; }
      .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.search-input-reset:hover, .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.active:hover {
        cursor: pointer; }
        .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.search-input-reset:hover svg, .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.active:hover svg {
          fill: #0079c1; }
    .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
      position: absolute;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2 ease-in-out; }
      .contact-us_location-search-input-container .contact-us_location-search-input-delete-x.active {
        opacity: 0.6; }
        .contact-us_location-search-input-container .contact-us_location-search-input-delete-x.active:hover {
          cursor: pointer;
          opacity: 1; }
      .contact-us_location-search-input-container .contact-us_location-search-input-delete-x svg {
        fill: #de2900; }
  .contact-us_location-search-popup-message {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: -10%;
    width: 120%;
    font-size: 1rem;
    text-align: center;
    color: #595959;
    color: white;
    border-radius: 4px;
    margin: 0;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3 ease-in-out; }
    .contact-us_location-search-popup-message .alert-close {
      opacity: 1;
      -webkit-appearance: none;
      font-size: 1rem;
      line-height: 1.5;
      cursor: pointer;
      padding: 0;
      border: none;
      outline: none;
      color: #0079c1;
      background: transparent;
      color: currentColor;
      position: absolute; }
    .contact-us_location-search-popup-message:hover {
      top: -80px;
      opacity: 1;
      z-index: 10;
      color: #323232; }
      .contact-us_location-search-popup-message:hover.inactive, .contact-us_location-search-popup-message:hover.is-inactive {
        color: white;
        top: 0;
        opacity: 0;
        z-index: -1; }
    .contact-us_location-search-popup-message.active, .contact-us_location-search-popup-message.is-active {
      color: #595959;
      top: -80px;
      opacity: 1;
      z-index: 10; }
  .contact-us_location-search-input {
    background: transparent;
    max-width: 84%;
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 4px;
    border: none !important;
    box-shadow: none !important;
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    color: #323232;
    line-height: 45px;
    height: 44px; }
    .contact-us_location-search-input:focus {
      border: none !important;
      box-shadow: none !important; }
    .contact-us_location-search-input::-ms-clear {
      display: none; }
  .contact-us_location-search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input-measure-grayline {
    position: absolute;
    top: 50px;
    padding-top: 0;
    left: 0;
    box-sizing: border-box;
    border: none;
    border-top: solid #cccccc 1px;
    display: inline-block;
    min-width: calc( 100% - 6px);
    background: transparent;
    height: 1px;
    max-width: 800px; }
  .contact-us_location-search-input-measure-blueline {
    position: absolute;
    top: 50px;
    overflow-x: hidden;
    max-width: 84%;
    box-sizing: border-box;
    border: none;
    border-top: solid #0079c1 1px;
    display: inline-block;
    color: transparent;
    background: transparent;
    height: 3px;
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out; }
  .contact-us_location-search-result {
    position: absolute;
    top: 51px;
    left: 0;
    padding: 0 2px 4px 2px;
    border: solid #cccccc 1px;
    border-top: none;
    background: white;
    display: none;
    min-width: calc( 100% - 6px);
    opacity: 1;
    max-height: 300px;
    overflow: auto;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out; }
    .contact-us_location-search-result::-webkit-scrollbar {
      width: 0.5rem; }
    .contact-us_location-search-result::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .contact-us_location-search-result::-webkit-scrollbar-thumb {
      border-radius: 0.25rem;
      background-color: darkgrey;
      outline: 1px solid slategrey; }
    .contact-us_location-search-result div.location-search-item {
      text-align: left;
      cursor: pointer;
      padding: 4px 2px 0;
      margin: 4px 2px 8px;
      border-bottom: 1px solid #ccc;
      min-width: 300px; }
      .contact-us_location-search-result div.location-search-item.focus {
        background: #ccc; }
  .contact-us_us-regional-offices-section-container {
    overflow: hidden;
    height: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .contact-us_us-regional-offices-section-container.contact-us_show-us-regional-offices-section-container {
      height: auto;
      opacity: 1; }
    .contact-us_us-regional-offices-section-container h1.contact-us_us-regional-offices-title,
    .contact-us_us-regional-offices-section-container h2.contact-us_us-regional-offices-title {
      text-align: center;
      font-size: 2.40307rem;
      line-height: 1.35; }
    .contact-us_us-regional-offices-section-container div.contact-us_blue-line {
      box-sizing: border-box;
      color: #0079c1;
      background-color: #0079c1;
      margin: 1rem auto;
      border-radius: 6px;
      border: #0079c1 solid 2px;
      width: 50px;
      height: 1px; }
    .contact-us_us-regional-offices-section-container div.contact-us_us-regional-offices-text-center {
      text-align: center;
      width: 90%;
      margin: 0 auto; }
    @media (min-width: 790px) {
      .contact-us_us-regional-offices-section-container div.contact-us_us-regional-offices-text-center {
        width: 33%;
        min-width: 350px;
        margin: 0 auto; } }
    .contact-us_us-regional-offices-section-container .contact-us_us-regional-offices-anchor-list {
      left: 0 !important; }
      .contact-us_us-regional-offices-section-container .contact-us_us-regional-offices-anchor-list div {
        width: 70%;
        margin: 0 auto 12px; }
    .contact-us_us-regional-offices-section-container .contact-us_us-regional-offices-anchor-list-item {
      display: inline-block;
      font-size: 18px;
      height: 24px; }

@media (min-width: 790px) {
  #contact-us-consulting .contact-us_tab-right,
  #contact-us-sales .contact-us_tab-right {
    max-height: 1060px; }
  #contact-us-customer-service .contact-us_tab-right,
  #contact-us-training .contact-us_tab-right {
    max-height: 1000px; } }

[class*="column-"]:first-of-type.contact-us_us-regional-offices-anchor-list.contact-us_us-regional-offices-anchor-list-row-1 {
  margin-left: 0 !important; }

/*cu_modified 190212*/
.contact-us .contact-us_address-box-right .contact-us_address-details {
  max-width: 96%; }

@media (max-width: 859px) {
  .cta-container [class*="column-12"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-13"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-14"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-15"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-16"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-17"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-18"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-19"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-20"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-21"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-22"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-23"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-24"]:first-of-type {
    margin-left: 0; } }

@media (max-width: 479px) {
  .cta-container [class*="column-6"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-7"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-8"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-9"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-10"]:first-of-type {
    margin-left: 0; }
  .cta-container [class*="column-11"]:first-of-type {
    margin-left: 0; } }

.cta-container hr.separator {
  margin: 15px auto 20px; }

/* components */
.cta-questions {
  box-sizing: border-box;
  padding: 50px 0;
  /* -- THEMING -- 
	---------------- */ }
  .cta-questions .trial-arrow-circle {
    margin: 10px auto 40px auto; }
  .cta-questions .question-container {
    text-decoration: none; }
    .cta-questions .question-container .question {
      height: 100%; }
  .cta-questions .cta-primary_cta--secondary {
    font-size: 1rem; }
  .cta-questions .cta-questions_primary-contact-questions {
    margin-top: 5px; }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-1-up {
      margin-left: auto;
      margin-right: auto;
      max-width: 65%; }
      .cta-questions .questions-contact.block-group-1-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(100% - 0.3rem);
        flex-basis: calc(100% - 0.3rem);
        width: calc(100% - 0.3rem);
        display: inline-block; }
        .cta-questions .questions-contact.block-group-1-up > .block .question {
          height: 100%; } }
  @media (min-width: 700px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 55%; } }
  @media (min-width: 900px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 45%; } }
  @media (min-width: 1250px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 33.33333%; } }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-2-up {
      margin-left: auto;
      margin-right: auto;
      max-width: 95%; }
      .cta-questions .questions-contact.block-group-2-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(50% - 0.3rem);
        flex-basis: calc(50% - 0.3rem);
        width: calc(50% - 0.3rem);
        display: inline-block; }
        .cta-questions .questions-contact.block-group-2-up > .block .question {
          height: 100%; } }
  @media (min-width: 700px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 80%; } }
  @media (min-width: 900px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 70%; } }
  @media (min-width: 1250px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 66.66666%; } }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-3-up {
      margin-left: -0.15rem;
      margin-right: -0.15rem; }
      .cta-questions .questions-contact.block-group-3-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(33.33333% - 0.3rem);
        flex-basis: calc(33.33333% - 0.3rem);
        width: calc(33.33333% - 0.3rem);
        display: block; }
        .cta-questions .questions-contact.block-group-3-up > .block .question {
          height: 100%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      -ms-flex-wrap: nowrap;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-1-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(100% - 1.51rem);
        flex-basis: calc(100% - 1.51rem);
        width: calc(100% - 1.51rem);
        display: inline-block; } }
  @media (min-width: 1050px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 50%; } }
  @media (min-width: 1150px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 40%; } }
  @media (min-width: 1250px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 33.33333%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      -ms-flex-wrap: nowrap;
      margin-left: auto;
      margin-right: auto;
      max-width: 90%; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-2-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(50% - 1.51rem);
        flex-basis: calc(50% - 1.51rem);
        width: calc(50% - 1.51rem);
        display: inline-block; } }
  @media (min-width: 1050px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 80%; } }
  @media (min-width: 1150px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 70%; } }
  @media (min-width: 1250px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 66.66666%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-3-up {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      -ms-flex-wrap: nowrap; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-3-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(33.33333% - 1.51rem);
        flex-basis: calc(33.33333% - 1.51rem);
        width: calc(33.33333% - 1.51rem);
        display: block; } }
  .cta-questions .svg-icon {
    height: auto;
    width: 48px; }
  @media screen and (max-width: 859px) {
    .cta-questions .block {
      margin-top: .75rem; } }
  .cta-questions .horz-pipe {
    display: block;
    height: 230px;
    margin: auto;
    width: 1px; }
    @media screen and (max-width: 859px) {
      .cta-questions .horz-pipe {
        width: 100%;
        height: 1px;
        margin-top: 1.55rem; } }
  .cta-questions_social-icons {
    width: 100%; }
    .cta-questions_social-icons .cta-questions-icons {
      display: block;
      flex-direction: row;
      margin: auto;
      width: auto; }
      .cta-questions_social-icons .cta-questions-icons .cta-questions-icon {
        flex-grow: 1;
        display: inline-block;
        padding: 0 5px 0 5px; }
        @media (min-width: 420px) {
          .cta-questions_social-icons .cta-questions-icons .cta-questions-icon {
            padding: 0 10px 0 10px; } }
    .cta-questions_social-icons .cta-questions-icon {
      flex-grow: 1; }
  @media (max-width: 479px) {
    .cta-questions .cta-questions_social > .column-11 {
      padding: 0; } }
  .cta-questions .question {
    box-sizing: border-box;
    min-height: 115px;
    padding: 0.5rem;
    padding: 1rem 0.5rem 0.5rem;
    margin: 10px auto; }
    @media (min-width: 380px) {
      .cta-questions .question:not(.large) {
        max-width: 90%; } }
    @media (min-width: 420px) {
      .cta-questions .question:not(.large) {
        max-width: 75%; } }
    @media (min-width: 480px) {
      .cta-questions .question:not(.large) {
        max-width: none; } }
    @media (min-width: 480px) {
      .cta-questions .question {
        max-width: none;
        margin: 10px 0;
        padding: 1rem 0.5rem 0.5rem; } }
    @media (min-width: 860px) {
      .cta-questions .question {
        min-height: 140px; }
        .cta-questions .question:not(.large) {
          margin: auto; } }
    .cta-questions .question.large {
      padding: 2rem;
      min-height: 250px; }
      @media (max-width: 859px) {
        .cta-questions .question.large {
          max-width: 600px;
          margin: 10px auto;
          padding: 0.75rem 2rem 0.75rem 2rem;
          min-height: 0; } }
      @media (max-width: 559px) {
        .cta-questions .question.large {
          max-width: 75%; } }
      @media (max-width: 419px) {
        .cta-questions .question.large {
          max-width: 90%; } }
      @media (max-width: 379px) {
        .cta-questions .question.large {
          max-width: 100%; } }
    .cta-questions .question .question-title_take-me-here {
      margin-top: 40px; }
      .cta-questions .question .question-title_take-me-here .cta-questions-icon {
        flex-grow: 1; }
        .cta-questions .question .question-title_take-me-here .cta-questions-icon a {
          display: block;
          padding: 20px 15px 1px 15px;
          text-decoration: none; }
    .cta-questions .question .question-title .questions-contact .question-container {
      outline: thin solid #595959;
      display: block; }
    .cta-questions .question .question-title .questions-contact .question {
      padding: 1.25rem 1rem;
      min-height: 140px; }
      .cta-questions .question .question-title .questions-contact .question.large {
        border: thin solid #595959; }
    .cta-questions .question .question-title .questions-contact .question-title {
      margin-bottom: 5px; }
    .cta-questions .question .question-title .questions-contact.large {
      padding: 2rem;
      min-height: 250px;
      height: 100%; }
    .cta-questions .question .question-title svg {
      height: auto;
      width: 48px; }
  .cta-questions svg {
    height: auto;
    width: 48px;
    max-height: 48px; }
  @media screen and (max-width: 859px) {
    .cta-questions .ctasecondary {
      margin-top: 1.55rem; } }
  .cta-questions .ctasecondary svg {
    width: 24px; }
  .cta-questions .questions-contact_additional-cta[data-link-type]:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-out;
    width: 13px;
    display: inline-block;
    margin: 0 4px; }
  .cta-questions .ctasecondary .cta-questions_take-me-here svg {
    max-width: 48px;
    width: 48px;
    max-height: 48px; }
  .cta-questions .ctasecondary .cta-questions_social-icons svg {
    max-width: 60px;
    width: 60px;
    max-height: 60px; }
  .cta-questions .cta-questions_social-trailer-text {
    margin-bottom: 0; }
  .cta-questions .btn-large {
    padding: 22px 42px; }
  .cta-questions .cta-primary-dbl-button_title {
    text-align: center;
    margin-bottom: 12px; }
  .cta-questions .cta-primary-dbl-button_tagline {
    text-align: center;
    color: #bcbcbc; }
    @media (min-width: 700px) {
      .cta-questions .cta-primary-dbl-button_tagline {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .cta-primary-button_title {
    margin-bottom: 12px; }
  .cta-questions .cta-primary-button_tagline {
    text-align: center;
    color: #bcbcbc; }
    @media (min-width: 1200px) {
      .cta-questions .cta-primary-button_tagline {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .cta-primary-button_acknowledgement-wrapper {
    margin: 15px auto; }
  .cta-questions .cta-primary-button_acknowledgement-required {
    float: none;
    display: inline-block;
    position: relative;
    top: 2px; }
  .cta-questions .cta-primary-button_acknowledgement-prompt {
    text-align: center;
    margin-top: -13px;
    color: #bcbcbc; }
    @media (min-width: 1200px) {
      .cta-questions .cta-primary-button_acknowledgement-prompt {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .ctaprimary + .ctaprimary {
    margin-top: 10px;
    border-top: 1px solid #595959; }
    .cta-questions .ctaprimary + .ctaprimary .cta-questions_heading {
      font-size: 1.2019rem;
      line-height: 1.55rem;
      margin-bottom: 0; }
      @media (min-width: 860px) {
        .cta-questions .ctaprimary + .ctaprimary .cta-questions_heading {
          margin-bottom: 1.55rem; } }
  .cta-questions .ctaprimary + .ctasecondary {
    margin-top: 10px; }
  .cta-questions .ctaprimary {
    padding-bottom: 40px; }
    @media (min-width: 860px) {
      .cta-questions .ctaprimary .cta-questions_primary-dbl-button-column-container {
        display: flex;
        padding: 0 0.5rem; } }
    .cta-questions .ctaprimary .cta-questions_primary-dbl-button-column-container .horz-pipe {
      height: calc(100% + 10px);
      margin-top: 40px;
      min-height: 1px; }
  .cta-questions .cta-questions_take-me-here .cta-questions-icon a:hover {
    text-decoration: none; }
  @media (min-width: 596px) {
    .cta-questions .tmh-block-group {
      display: flex;
      justify-content: center; } }
  .cta-questions .tmh-block {
    display: inline-block;
    text-align: center;
    min-width: 90px; }
    @media (min-width: 596px) {
      .cta-questions .tmh-block {
        flex: 0 0 33%; } }
    .cta-questions .tmh-block .cta-questions-icon a {
      display: block;
      padding: 0.6rem 0.8rem; }
      .cta-questions .tmh-block .cta-questions-icon a:hover {
        background: none; }
      .cta-questions .tmh-block .cta-questions-icon a .question-title {
        margin-bottom: 0; }
        @media (max-width: 509px) {
          .cta-questions .tmh-block .cta-questions-icon a .question-title {
            font-size: 12px; } }
  .cta-questions.dark {
    background: #323232; }
    .cta-questions.dark .horz-pipe {
      background: #595959; }
    .cta-questions.dark .cta-questions_heading,
    .cta-questions.dark h2 {
      color: #ffffff; }
    .cta-questions.dark .ctasecondary h2 {
      color: #bcbcbc; }
    .cta-questions.dark .question-title {
      color: #ffffff; }
    .cta-questions.dark .question-sub-title {
      color: #a9a9a9; }
    .cta-questions.dark svg, .cta-questions.dark svg path {
      fill: #bcbcbc; }
    .cta-questions.dark .ctaprimary + .ctaprimary {
      border-top: 1px solid #595959; }
    .cta-questions.dark .question-large-phone-cta {
      color: #49B0F2; }
      .cta-questions.dark .question-large-phone-cta:hover {
        color: #74C6FF; }
      .cta-questions.dark .question-large-phone-cta span {
        color: #a9a9a9; }
    .cta-questions.dark .question-large-phone-description {
      color: #a9a9a9; }
    .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover {
      background: #2b2b2b; }
      .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover svg, .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover svg path {
        fill: #49b0f2; }
    .cta-questions.dark .cta-questions_social-trailer-text {
      color: #bcbcbc; }
      .cta-questions.dark .cta-questions_social-trailer-text a {
        color: #49b0f2; }
    .cta-questions.dark .questions-contact .question-container:hover,
    .cta-questions.dark .questions-contact .question.large:hover {
      outline: 1px solid #49b0f2; }
    .cta-questions.dark .questions-contact .question-container:hover svg, .cta-questions.dark .questions-contact .question-container:hover svg path,
    .cta-questions.dark .questions-contact .question.large:hover svg, .cta-questions.dark .questions-contact .question.large:hover svg path {
      fill: #49b0f2; }
    .cta-questions.dark .questions-contact_additional-cta {
      color: #49B0F2; }
      html[dir="rtl"] .cta-questions.dark .questions-contact_additional-cta[data-link-type]:not([data-link-type='video']):after {
        transform: scaleX(-1); }
      .cta-questions.dark .questions-contact_additional-cta:hover {
        color: #74C6FF; }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cta-questions.dark .cta-primary_cta--secondary:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #74c6ff;
      border-color: #74c6ff;
      color: #74c6ff; }
    .cta-questions.dark .ctaprimary + .ctasecondary {
      border-top: 1px solid #595959; }
    .cta-questions.dark .question-container,
    .cta-questions.dark .question.large {
      outline: thin solid #595959; }
  .cta-questions.light {
    background: #ffffff; }
    .cta-questions.light .horz-pipe {
      background: #CCCCCC; }
    .cta-questions.light .ctaprimary + .ctaprimary {
      border-top: 1px solid #CCCCCC; }
    .cta-questions.light .cta-questions_heading,
    .cta-questions.light h2 {
      color: #323232; }
    .cta-questions.light .question-title {
      color: #323232; }
    .cta-questions.light .question-sub-title {
      color: #595959; }
    .cta-questions.light .cta-questions_social-heading {
      color: #595959; }
    .cta-questions.light svg, .cta-questions.light svg path {
      fill: #595959; }
    .cta-questions.light .cta-questions_take-me-here .cta-questions-icon a:hover {
      background: #f4f4f4; }
      .cta-questions.light .cta-questions_take-me-here .cta-questions-icon a:hover svg {
        fill: #0079c1; }
    .cta-questions.light .cta-questions_social-trailer-text {
      color: #595959; }
    .cta-questions.light .questions-contact .question-container:hover,
    .cta-questions.light .questions-contact .question.large:hover {
      outline: 1px solid #0079c1; }
    .cta-questions.light .questions-contact .question-container:hover svg, .cta-questions.light .questions-contact .question-container:hover svg path,
    .cta-questions.light .questions-contact .question.large:hover svg, .cta-questions.light .questions-contact .question.large:hover svg path {
      fill: #0079c1; }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cta-questions.light .ctaprimary + .ctasecondary {
      border-top: 1px solid #CCCCCC; }
    .cta-questions.light .question-container,
    .cta-questions.light .question.large {
      outline: thin solid #CCCCCC; }
    .cta-questions.light .cta-primary_cta--secondary {
      border-color: #0079c1;
      color: #0079c1; }
      .cta-questions.light .cta-primary_cta--secondary:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2px #005e95;
        border-color: #005e95;
        color: #005e95; }

html[dir="rtl"] input[type='checkbox'] {
  float: none !important; }

dl dt, dl dd {
  width: 48%;
  width: calc(50% - 10px);
  margin: 8px 0;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle; }

dl dt {
  text-align: right;
  padding-right: 10px;
  /* background-color: aquamarine; */ }

dl dd {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  padding-left: 10px;
  /* background-color: tomato; */ }

[data-tooltip] {
  position: relative; }

[data-tooltip]:after,
[data-tooltip]:before {
  opacity: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s; }

[data-tooltip]:before {
  bottom: calc(100% + 5px + 4px);
  content: attr(data-tooltip);
  text-decoration: none; }

[data-tooltip]:after {
  border: 5px solid transparent;
  bottom: calc(100% - 4px + 4px);
  content: ""; }

[data-tooltip]:before {
  color: #ffffff;
  background-color: #4c4c4c;
  font-size: 14px;
  line-height: 1.07143;
  padding: 9.5px 12px;
  text-align: center;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px); }

.-dark [data-tooltip]:before {
  color: #323262;
  background-color: #e6e6e6; }

@media (min-width: 861px) {
  [data-tooltip]:before {
    white-space: nowrap; } }

[data-tooltip]:after {
  border-top-color: #4c4c4c; }

.-dark [data-tooltip]:after {
  border-top-color: #e6e6e6; }

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.edc-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media (max-width: 480px) {
  .edc-related {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh; } }

@media (min-width: 481px) and (max-width: 860px) {
  .edc-related {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50vh; } }

.edc-related:first-child,
.edc-related:first-child ~ .edc-related:nth-child(odd),
:not(.edc-related) + .edc-related,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(2n),
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(odd) {
  color: #323232;
  background-color: #ffffff; }

.edc-related:first-child ~ .edc-related:nth-child(2n),
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd),
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) {
  color: #ffffff;
  background-color: #323232; }

@media (min-width: 481px) {
  .edc-related:first-child ~ .edc-related:nth-child(2n),
  :not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd),
  :not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (orientation: landscape) {
  .edc-related-message {
    font-size: 3.4vw; } }

@media (orientation: portrait) {
  .edc-related-message {
    font-size: 3.4vh; } }

.edc-related-message {
  font-size: 3.4vmax;
  line-height: 1.5;
  font-weight: 100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -.03em;
  margin: 0;
  padding: 33px;
  -webkit-transition: font-size .2s;
  transition: font-size .2s; }

@media (max-width: 480px) {
  .edc-related-message {
    font-size: 32px;
    line-height: 1.094;
    padding: 15% 10%;
    text-align: center; } }

@media (min-width: 481px) and (max-width: 860px) {
  .edc-related-message {
    font-size: 35px;
    line-height: 1.086;
    padding-right: 22px;
    padding-left: 22px;
    width: calc(50vw + 22px); } }

@media (min-width: 861px) {
  .edc-related-message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (min-height: 2059px), (min-width: 2059px) {
  .edc-related-message {
    font-size: 70px; } }

.edc-related-message [data-tooltip]:before {
  bottom: calc(100% - 4px);
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: none; }

.edc-related-message [data-tooltip]:after {
  bottom: calc(100% - 4px - 10px); }

.edc-related:first-child ~ .edc-related:nth-child(2n) [data-tooltip]:before,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) [data-tooltip]:before,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) [data-tooltip]:before {
  color: #323232;
  background-color: #e6e6e6; }

.edc-related:first-child ~ .edc-related:nth-child(2n) [data-tooltip]:after,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) [data-tooltip]:after,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) [data-tooltip]:after {
  border-top-color: #e6e6e6; }

.edc-related-message-content {
  display: block;
  max-width: 12.75em;
  font-weight: 300;
  position: relative; }

.edc-related-message-content a {
  display: inline-block;
  text-decoration: none; }

@media (min-width: 861px) {
  .edc-related-message-content a {
    background-position: 100% calc(100% - .05em);
    background-repeat: no-repeat;
    background-size: 200% 1px;
    position: relative;
    -webkit-transition: background-position-x .4s;
    transition: background-position-x .4s; }
  .edc-related-message-content a:focus,
  .edc-related-message-content a:hover {
    background-position-x: 0; }
  .edc-related:first-child .edc-related-message-content a,
  .edc-related:first-child ~ .edc-related:nth-child(odd) .edc-related-message-content a,
  :not(.edc-related) + .edc-related .edc-related-message-content a,
  :not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(2n) .edc-related-message-content a,
  :not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(odd) .edc-related-message-content a {
    background-image: -webkit-linear-gradient(left, #0079c1 calc(50% - 1px), #cccccc calc(50% - 1px));
    background-image: linear-gradient(90deg, #0079c1 calc(50% - 1px), #cccccc calc(50% - 1px));
    color: #0079c1;
    text-shadow: -0.075em -0.05em 0 #ffffff, -0.125em 0 0 #ffffff, -0.075em 0 0 #ffffff, -0.05em 0 0 #ffffff, 0.05em 0 0 #ffffff, 0.075em 0 0 #ffffff, 0.125em 0 0 #ffffff; }
  .edc-related:first-child ~ .edc-related:nth-child(2n) .edc-related-message-content a,
  :not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) .edc-related-message-content a,
  :not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) .edc-related-message-content a {
    background-image: -webkit-linear-gradient(left, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    background-image: linear-gradient(90deg, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    color: #49b0f2;
    text-shadow: -0.075em -0.05em 0 #323232, -0.125em 0 0 #323232, -0.075em 0 0 #323232, -0.05em 0 0 #323232, 0.05em 0 0 #323232, 0.075em 0 0 #323232, 0.125em 0 0 #323232; }
  .edc-related.-dark .edc-related-message-content p a {
    /* border: solid 1px #f00; */
    background-image: -webkit-linear-gradient(left, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    background-image: linear-gradient(90deg, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    color: #49b0f2;
    text-shadow: -0.075em -0.05em 0 #323232, -0.125em 0 0 #323232, -0.075em 0 0 #323232, -0.05em 0 0 #323232, 0.05em 0 0 #323232, 0.075em 0 0 #323232, 0.125em 0 0 #323232; } }

.edc-related-message-content a:hover {
  text-decoration: none; }

@media (max-width: 860px) {
  .edc-related-message-content a,
  .edc-related-message-content a:hover {
    color: inherit; } }

.edc-related-message-tooltip {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 18px;
  text-decoration: none; }

.edc-related:first-child .edc-related-message-tooltip,
.edc-related:first-child ~ .edc-related:nth-child(odd) .edc-related-message-tooltip,
:not(.edc-related) + .edc-related .edc-related-message-tooltip,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(2n) .edc-related-message-tooltip,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(odd) .edc-related-message-tooltip {
  color: #0079c1; }

.edc-related:first-child ~ .edc-related:nth-child(2n) .edc-related-message-tooltip,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) .edc-related-message-tooltip,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) .edc-related-message-tooltip {
  color: #49b0f2; }

.edc-related-message-tooltip:after {
  content: "";
  display: inline-block;
  margin-left: .25em;
  width: .8em;
  height: .8em; }

.edc-related:first-child .edc-related-message-tooltip:after,
.edc-related:first-child ~ .edc-related:nth-child(odd) .edc-related-message-tooltip:after,
:not(.edc-related) + .edc-related .edc-related-message-tooltip:after,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(2n) .edc-related-message-tooltip:after,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(odd) .edc-related-message-tooltip:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%230079c1'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  fill: #0079c1; }

.edc-related:first-child ~ .edc-related:nth-child(2n) .edc-related-message-tooltip:after,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) .edc-related-message-tooltip:after,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) .edc-related-message-tooltip:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%2349b0f2'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; }

.edc-related-aside {
  background-position: 50% 50%;
  background-size: auto 100%;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-size .35s ease-out, -webkit-transform .2s ease-out;
  transition: background-size .35s ease-out, -webkit-transform .2s ease-out;
  transition: background-size .35s ease-out, transform .2s ease-out;
  transition: background-size .35s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out; }

@media (max-width: 480px) {
  .edc-related-aside {
    margin: 16px;
    width: calc(100vw - 16px * 2);
    height: 75vw; } }

@media (min-width: 481px) and (max-width: 1280px) {
  .edc-related-aside {
    width: 44vw;
    height: 33vw; } }

@media (min-width: 1281px) {
  .edc-related-aside {
    min-width: 400px;
    min-height: 300px;
    width: 60vmin;
    height: 45vmin; } }

.edc-related-aside:focus,
.edc-related-aside:hover {
  background-size: auto 108%; }

.edc-related-link {
  padding: 16px;
  padding-right: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-decoration: none;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }

.edc-related:first-child .edc-related-link,
.edc-related:first-child ~ .edc-related:nth-child(odd) .edc-related-link,
:not(.edc-related) + .edc-related .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(2n) .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(odd) .edc-related-link {
  color: #323232;
  background-color: rgba(255, 255, 255, 0.85); }

.edc-related:first-child .edc-related-aside:focus .edc-related-link,
.edc-related:first-child .edc-related-aside:hover .edc-related-link,
.edc-related:first-child ~ .edc-related:nth-child(odd) .edc-related-aside:focus .edc-related-link,
.edc-related:first-child ~ .edc-related:nth-child(odd) .edc-related-aside:hover .edc-related-link,
:not(.edc-related) + .edc-related .edc-related-aside:focus .edc-related-link,
:not(.edc-related) + .edc-related .edc-related-aside:hover .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(2n) .edc-related-aside:focus .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(2n) .edc-related-aside:hover .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(odd) .edc-related-aside:focus .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(odd) .edc-related-aside:hover .edc-related-link {
  background-color: #ffffff; }

.-dark.edc-related:first-child .edc-related-aside .edc-related-link,
.-dark.edc-related:first-child .edc-related-aside .edc-related-link {
  background-color: rgba(50, 50, 50, 0.85);
  color: #ffffff; }

.edc-related:first-child ~ .edc-related:nth-child(2n) .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) .edc-related-link {
  color: #ffffff;
  background-color: rgba(50, 50, 50, 0.85); }

.edc-related:first-child ~ .edc-related:nth-child(2n) .edc-related-aside:focus .edc-related-link,
.edc-related:first-child ~ .edc-related:nth-child(2n) .edc-related-aside:hover .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) .edc-related-aside:focus .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) .edc-related-aside:hover .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) .edc-related-aside:focus .edc-related-link,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) .edc-related-aside:hover .edc-related-link {
  background-color: #323232; }

.edc-related-category {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .12em;
  opacity: .7;
  text-transform: uppercase; }

@media (orientation: landscape) {
  .edc-related-action {
    font-size: 1.5vw; } }

@media (orientation: portrait) {
  .edc-related-action {
    font-size: 1.5vh; } }

.edc-related-action {
  display: block;
  font-size: 1.5vmax;
  line-height: 1.3; }

@media (max-width: 1280px) {
  .edc-related-action {
    font-size: 20px; } }

.edc-related-category + .edc-related-action {
  margin-top: .25em; }

.edc-related-action span:after {
  background-position: 100% 100%;
  background-size: .75em .75em;
  content: "";
  display: inline-block;
  fill: #323232;
  margin-left: -1em;
  opacity: 0;
  position: absolute;
  width: 1em;
  height: 1em;
  -webkit-transition: margin-left .4s, opacity .4s;
  transition: margin-left .4s, opacity .4s;
  vertical-align: top;
  background-repeat: no-repeat; }

.-light .edc-related-action span:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%23232323'%20width='1em'%20height='1em'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E"); }

.-dark .edc-related-action span:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%23ffffff'%20width='1em'%20height='1em'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E"); }

.edc-related-aside:focus .edc-related-action span:after,
.edc-related-aside:hover .edc-related-action span:after {
  margin-left: 0;
  opacity: 1; }

.edc-related:first-child ~ .edc-related:nth-child(2n) .edc-related-action span:after,
:not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd) .edc-related-action span:after,
:not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) .edc-related-action span:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E");
  fill: #ffffff;
  background-repeat: no-repeat; }

.edc-related.-light {
  color: 000000;
  background-color: #ffffff; }

.edc-related.-dark, .edc-related.-dark * a {
  color: #ffffff;
  background-color: #323232;
  text-shadow: none !important; }

@media (min-width: 481px) {
  .edc-related.ILTR, .edc-related.ILTR * a {
    flex-direction: row-reverse; } }

.table-comparison {
  /* calcite is adding a border on mobile */ }
  .table-comparison * {
    box-sizing: border-box; }
  .table-comparison_mobile-table-header {
    text-align: center; }
  .table-comparison_header {
    font-size: 1.6994866rem;
    line-height: 2.325rem;
    margin-bottom: 0.55rem; }
    @media screen and (max-width: 859px) {
      .table-comparison_header {
        font-size: 1.503565rem; } }
    @media screen and (max-width: 479px) {
      .table-comparison_header {
        font-size: 1.328125rem; } }
  .table-comparison_description {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    font-weight: 300;
    margin-bottom: 0.55rem; }
  .table-comparison_header-cta {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    white-space: normal;
    line-height: 1.3;
    padding: 1.15rem 0.9rem; }
  .table-comparison_mobile-table-header[aria-hidden="true"], .table-comparison_mobile-tabs-wrapper[aria-hidden="true"], .table-comparison_grid[aria-hidden="true"], .table-comparison_col-information[aria-hidden="true"] {
    display: none; }
  .table-comparison_mobile-tabs-wrapper {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 53px; }
  .table-comparison_mobile-tabs.tab-nav {
    display: flex;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; }
  .table-comparison_mobile-tab {
    width: 286px;
    min-width: 286px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.55rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 0;
    height: 52px;
    float: none;
    position: relative;
    background: #FFFFFF;
    border-bottom-color: #FFFFFF; }
    .table-comparison_mobile-tab.is-active, .table-comparison_mobile-tab:hover {
      border-bottom-color: #0079C1;
      border-bottom-width: 3px;
      background: none; }
    @media screen and (max-width: 480px) {
      .table-comparison_mobile-tab {
        font-size: 0.85rem; } }
    .table-comparison_mobile-tab-text {
      display: block;
      position: relative;
      z-index: -1;
      margin-bottom: 9px; }
    .table-comparison_mobile-tab-left, .table-comparison_mobile-tab-right {
      width: 70px;
      padding: 0;
      border: none;
      position: absolute;
      z-index: 1;
      height: 52px;
      outline: none;
      cursor: pointer; }
      .table-comparison_mobile-tab-left .icon-ui-left,
      .table-comparison_mobile-tab-left .icon-ui-right, .table-comparison_mobile-tab-right .icon-ui-left,
      .table-comparison_mobile-tab-right .icon-ui-right {
        font-size: 22px;
        position: absolute;
        top: 11px;
        color: #6E6E6E; }
    .table-comparison_mobile-tab-left {
      text-align: left;
      left: 0;
      background: -moz-linear-gradient(left, white 20%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%); }
      .table-comparison_mobile-tab-left .icon-ui-left {
        left: 0; }
    .table-comparison_mobile-tab-right {
      text-align: right;
      right: 0;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%); }
      .table-comparison_mobile-tab-right .icon-ui-right {
        right: 0; }
  .table-comparison_col-information {
    text-align: center;
    padding: 25px 0; }
  .table-comparison_col-headers-tabs .esritable_colheader_0.column-header {
    display: none; }
  @media (min-width: 1230px) {
    .table-comparison_col-headers-tabs {
      display: -ms-flexbox;
      display: flex;
      border-left: 1px solid transparent; }
      .table-comparison_col-headers-tabs .esritable_colheader_0.column-header {
        display: block;
        text-align: left; }
      .table-comparison_col-headers-tabs .column-header {
        border-right: 1px solid #A9A9A9;
        text-align: center;
        padding: 20px 5px;
        position: relative;
        flex: 1; }
        .table-comparison_col-headers-tabs .column-header:nth-child(1) {
          width: 480px;
          min-width: 480px;
          max-width: 480px;
          box-sizing: border-box;
          margin-left: 0 !important;
          /* need to overwrite calcite */ }
        .table-comparison_col-headers-tabs .column-header:not(:first-child) {
          border-top: 6px solid #EEEEEE; }
        .table-comparison_col-headers-tabs .column-header:last-child {
          margin-right: 0 !important;
          /* need to overwrite calcite */ }
      .table-comparison_col-headers-tabs--1 .esritable_colheader_0.column-header, .table-comparison_col-headers-tabs--1 .table-comparison-row-cell {
        width: 840px;
        min-width: 840px;
        max-width: 840px;
        box-sizing: border-box; }
      .table-comparison_col-headers-tabs--1 .esritable_colheader_1.column-header {
        background-color: #fff;
        box-sizing: border-box; } }
  .table-comparison_col-header-tab-heading {
    font-size: 1rem;
    line-height: 1.55rem;
    font-weight: 300;
    margin-bottom: 1px; }
    @media (min-width: 1230px) {
      .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-heading {
        font-size: 1.2019rem;
        line-height: 1.55rem;
        margin-bottom: 6px; } }
  @media screen and (min-width: 1230px) and (max-width: 859px) {
    .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-heading {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 1230px) and (max-width: 479px) {
    .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-heading {
      font-size: 1.0625rem; } }
    @media (min-width: 1230px) {
      .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-heading,
      .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-heading {
        font-size: 1.414rem;
        line-height: 1.55rem;
        margin-bottom: 6px; } }
  @media screen and (min-width: 1230px) and (max-width: 859px) {
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-heading,
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-heading {
      font-size: 1.33rem; } }
  @media screen and (min-width: 1230px) and (max-width: 479px) {
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-heading,
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-heading {
      font-size: 1.25rem; } }
    .table-comparison_col-information .table-comparison_col-header-tab-heading {
      display: none; }
  .table-comparison_col-header-tab-description {
    font-size: 1rem;
    line-height: 1.55rem;
    font-weight: 300;
    margin-bottom: 5px; }
    @media (min-width: 480px) {
      .table-comparison_col-header-tab-description {
        font-size: 1.2019rem;
        line-height: 1.55rem; } }
  @media screen and (min-width: 480px) and (max-width: 859px) {
    .table-comparison_col-header-tab-description {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .table-comparison_col-header-tab-description {
      font-size: 1.0625rem; } }
    @media (min-width: 1230px) {
      .table-comparison_col-header-tab-description {
        font-size: 12px; }
        .table-comparison_col-headers-tabs--5 .table-comparison_col-header-tab-description {
          font-size: 0.8125rem;
          line-height: 1.55rem; }
        .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-description {
          font-size: 0.9375rem;
          line-height: 1.55rem; }
        .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-description,
        .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-description {
          font-size: 1rem;
          line-height: 1.55rem; } }
  .table-comparison_col-header-tab-price {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px; }
    @media (min-width: 1230px) {
      .table-comparison_col-headers-tabs--5 .table-comparison_col-header-tab-price {
        font-size: 0.8125rem;
        line-height: 1.55rem; }
      .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-price,
      .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-price,
      .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-price {
        font-size: 0.9375rem;
        line-height: 1.55rem; } }
  .table-comparison_col-header-tab-terms {
    font-size: 12px;
    margin-bottom: 6px; }
    @media (min-width: 1230px) {
      .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-terms,
      .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-terms,
      .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-terms {
        font-size: 13px; } }
  .table-comparison_col-header-tab-terms-byline {
    font-size: 12px;
    margin-bottom: 6px; }
  .table-comparison_col-header-tab-terms + .table-comparison_col-header-tab-terms-byline {
    margin-top: -6px; }
  .table-comparison_col-header-tab-cta1 {
    margin-bottom: 4px;
    font-size: 0.8125rem;
    line-height: 1.55rem;
    white-space: normal;
    line-height: 1.3;
    padding: .6rem 0.9rem; }
    @media (min-width: 1230px) {
      .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-cta1 {
        font-size: 0.875rem;
        line-height: 1.55rem; }
      .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-cta1 {
        font-size: 0.8125rem;
        line-height: 1.55rem; } }
  .table-comparison_col-header-tab-cta2 {
    font-size: 12px; }
  .table-comparison_row-cell {
    padding: 15px;
    display: flex; }
    .table-comparison_row-cell::after {
      clear: both;
      height: 1px;
      content: "";
      display: block; }
    .table-comparison_row-cell.odd-list-item {
      background: #F4F4F4; }
    @media (min-width: 860px) {
      .table-comparison_row-cell {
        padding: 15px 25px; } }
    @media (min-width: 1230px) {
      .table-comparison_row-cell {
        display: block; }
        .table-comparison_row-cell:nth-child(odd) {
          background-color: #F4F4F4; }
        .table-comparison_row-cell:nth-child(even), .table-comparison_row-cell:nth-child(even).odd-list-item {
          background-color: #FFFFFF; }
        .table-comparison_col:not(:first-child) .table-comparison_row-cell {
          text-align: center; } }
    .table-comparison_row-cell[data-row-type-empty] {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
      @media (min-width: 1230px) {
        .table-comparison_row-cell[data-row-type-empty] {
          position: static;
          left: auto;
          width: auto;
          height: auto;
          overflow: visible; } }
  .table-comparison_row-heading {
    font-size: 0.8125rem;
    line-height: 1.55rem;
    font-weight: 400;
    margin: 0; }
    @media (min-width: 1230px) {
      .table-comparison_row-heading {
        font-size: 0.875rem;
        line-height: 1.55rem; } }
  .table-comparison_row-header {
    float: left;
    padding-right: 40px; }
    @media (min-width: 1230px) {
      .table-comparison_row-header {
        float: none;
        padding-right: 0; } }
  .table-comparison_row-cell-data {
    text-align: right;
    flex-grow: 1; }
    @media (min-width: 1230px) {
      .table-comparison_row-cell-data {
        text-align: center; } }
  .table-comparison_row-description {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    display: none; }
    @media (min-width: 1230px) {
      .table-comparison_row-description {
        display: block; } }
  .table-comparison_row-cell-data {
    font-size: 0.8125rem;
    line-height: 1.55rem;
    font-weight: 300;
    margin: 0;
    position: relative; }
  .table-comparison_data-cell-empty-edit {
    color: #CCCCCC; }
  .table-comparison_row-cell-data [data-type-yes],
  .table-comparison_row-cell-data [data-type-no] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .table-comparison_row-cell-data [data-type-custom]:not(.table-comparison_row-cell-check-icon) {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media (min-width: 860px) {
    .table-comparison_row-cell-data [data-type-custom]:not(.table-comparison_row-cell-check-icon) {
      position: static;
      width: auto;
      height: auto;
      overflow: visible;
      left: auto; }
    .table-comparison_row-cell-data [data-type-custom].table-comparison_row-cell-check-icon {
      display: none; } }
  .table-comparison_row-cell-check-icon {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 17px; }
    @media (min-width: 860px) {
      .table-comparison_row-cell-check-icon {
        font-size: 18px; } }
    @media (min-width: 1230px) {
      .table-comparison_row-cell-check-icon {
        position: static;
        top: auto;
        right: auto;
        font-size: 20px; }
        .table-comparison_row-cell-check-icon[data-type-custom] {
          display: none; } }
  .table-comparison_cols {
    margin-top: -1px;
    border-top: 1px solid #DDDDDD; }
    [dir='rtl'] .table-comparison_cols {
      overflow: hidden; }
    @media (min-width: 1230px) {
      .table-comparison_cols {
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #A9A9A9;
        border-right: none;
        margin-top: 0; } }
  .table-comparison_col {
    position: relative; }
    .table-comparison_col:first-child {
      display: none; }
    .table-comparison_col[aria-hidden="true"] {
      display: none; }
    @media (min-width: 1230px) {
      .table-comparison_col {
        border-right: 1px solid #A9A9A9;
        flex: 1; }
        .table-comparison_col:nth-child(1) {
          width: 480px;
          min-width: 480px;
          max-width: 480px;
          box-sizing: border-box; }
        .table-comparison_col:first-child {
          display: block; }
        .table-comparison_col:not(:first-child) .table-comparison_row-header {
          display: none; }
        .table-comparison_col[aria-hidden="true"] {
          display: block; } }
  .table-comparison_rows {
    margin: 0;
    border: 1px solid #a9a9a9; }
    @media (min-width: 1230px) {
      .table-comparison_rows {
        border: none; } }
  .table-comparison_footer-cta-box {
    padding: 25px 0;
    text-align: center; }
    @media (min-width: 1230px) {
      .table-comparison_footer-cta-box--no-desktop {
        display: none; } }
  .table-comparison_geo-sensitive {
    display: none; }
  .table-comparison .table-comparison_cols--1 .table-comparison_col:first-child {
    width: 840px;
    min-width: 840px;
    max-width: 840px;
    box-sizing: border-box; }
  .table-comparison .table-comparison_mobile-tab.is-active {
    /* the bottom still needs to be defined dynamically */
    border-left: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }

/*-------------------------
--Industries How to Start--
-------------------------*/
.ind-webinar {
  margin: 60px 0 30px;
  text-align: center; }
  .ind-webinar .font-size--4 {
    font-size: .70rem; }
  .ind-webinar .font-size--5 {
    font-size: .60rem; }
  @media (min-width: 600px) {
    .ind-webinar {
      text-align: left; } }
  @media (min-width: 1024px) {
    .ind-webinar {
      margin-top: 60px; } }
  .ind-webinar-registration {
    margin-bottom: 15px;
    outline: 1px solid #ccc;
    position: relative;
    text-align: left; }
    .ind-webinar-registration h2, .ind-webinar-registration h3, .ind-webinar-registration p {
      margin: 0; }
    .ind-webinar-registration_heading {
      background: #420c8d;
      background: -moz-linear-gradient(left, #420c8d 0%, #940b45 100%);
      background: -webkit-linear-gradient(left, #420c8d 0%, #940b45 100%);
      background: linear-gradient(to right, #420c8d 0%, #940b45 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#420c8d', endColorstr='#940b45',GradientType=1);
      color: #fff;
      padding: 15px 20px 15px; }
      .ind-webinar-registration_heading h3 {
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 600 !important;
        line-height: 1.25rem;
        letter-spacing: .05rem; }
      .ind-webinar-registration_heading h4 {
        margin-bottom: 5px; }
    .ind-webinar-registration_content {
      padding: 10px 20px; }
      .ind-webinar-registration_content .ind-webinar_details {
        box-sizing: border-box;
        padding: 10px 0 0 0; }
        @media (min-width: 768px) {
          .ind-webinar-registration_content .ind-webinar_details-date-cost {
            float: left;
            width: 30%; } }
        .ind-webinar-registration_content .ind-webinar_details-date, .ind-webinar-registration_content .ind-webinar_details-cost {
          float: left;
          width: 50%; }
          @media (min-width: 768px) {
            .ind-webinar-registration_content .ind-webinar_details-date, .ind-webinar-registration_content .ind-webinar_details-cost {
              float: none;
              width: 100%; } }
          @media (min-width: 1024px) {
            .ind-webinar-registration_content .ind-webinar_details-date, .ind-webinar-registration_content .ind-webinar_details-cost {
              float: left;
              width: 50%; } }
          @media (min-width: 1440px) {
            .ind-webinar-registration_content .ind-webinar_details-date, .ind-webinar-registration_content .ind-webinar_details-cost {
              float: left;
              width: 50%; } }
          .ind-webinar-registration_content .ind-webinar_details-date p, .ind-webinar-registration_content .ind-webinar_details-cost p {
            line-height: 1.25rem; }
        .ind-webinar-registration_content .ind-webinar_details-cost {
          box-sizing: border-box;
          padding-left: 20px; }
          @media (min-width: 768px) {
            .ind-webinar-registration_content .ind-webinar_details-cost {
              padding-left: 0;
              padding-top: 10px; } }
          @media (min-width: 1024px) {
            .ind-webinar-registration_content .ind-webinar_details-cost {
              padding-left: 0;
              padding-top: 0; } }
        .ind-webinar-registration_content .ind-webinar_details-info {
          float: left;
          margin: 20px 0 20px 0;
          overflow: hidden;
          position: relative;
          transition: height .25s ease-out;
          transition-delay: .25s;
          width: 100%; }
          .ind-webinar-registration_content .ind-webinar_details-info.is-active .ind-read_more {
            text-decoration: none; }
          .ind-webinar-registration_content .ind-webinar_details-info.is-active .ind-gradient-overlay {
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 80%, white 100%);
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 80%, white 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, white 100%); }
          @media (min-width: 768px) {
            .ind-webinar-registration_content .ind-webinar_details-info {
              float: left;
              margin-bottom: 35px;
              margin-top: 0;
              width: 70%; } }
          .ind-webinar-registration_content .ind-webinar_details-info .ind-gradient-overlay {
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 5; }
            @media (min-width: 768px) {
              .ind-webinar-registration_content .ind-webinar_details-info .ind-gradient-overlay {
                display: none; } }
          .ind-webinar-registration_content .ind-webinar_details-info p {
            line-height: 1.25rem;
            position: relative;
            z-index: 0; }
        .ind-webinar-registration_content .ind-webinar_details .ind-read_more {
          color: #0079c1;
          display: block;
          text-align: center;
          text-decoration: none; }
          @media (min-width: 768px) {
            .ind-webinar-registration_content .ind-webinar_details .ind-read_more {
              display: none; } }
        @media (min-width: 768px) {
          .ind-webinar-registration_content .ind-webinar_details .ind-register {
            text-align: right;
            margin: 0 -20px -10px 0; } }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

