.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;
}
.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; }
    .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 white;
    color: white;
    transition: all .15s ease-in-out; }
    .btn-animated-border-white:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px white;
      color: white; }
    .btn-animated-border-white.btn-small-white:hover {
      box-shadow: inset 0 0 0 2px white; }
  .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; }
    .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: white;
    border: none; }
    .btn-animated-border-bottom-white::after {
      content: "";
      border-bottom: 1px solid white;
      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: #56a5d8;
    border: none; }
    .btn-animated-border-bottom-blue::after {
      content: "";
      border-bottom: 1px solid #56a5d8;
      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: #56a5d8; }
      .btn-animated-border-bottom-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; }

/* 
********** 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; }

/* 
********** /end of icon expand ********** 
*/
/* v.1.3 */
main:focus {
  outline: none; }

/* components */
.cta-questions {
  box-sizing: border-box;
  padding: 50px 0; }
  .cta-questions a[data-event="cta"] {
    text-decoration: none; }
  .cta-questions.dark {
    background: #323232; }
    .cta-questions.dark .cta-questions_heading,
    .cta-questions.dark h2 {
      color: white; }
    .cta-questions.dark .question-title {
      color: white; }
    .cta-questions.dark .question-sub-title {
      color: #a9a9a9; }
    .cta-questions.dark .svg-icon {
      fill: white; }
    .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-icon {
        fill: #49b0f2; }
    .cta-questions.dark .questions-contact a:hover .question {
      border: 1px solid #49b0f2; }
    .cta-questions.dark .questions-contact a:hover .svg-icon {
      fill: #49b0f2; }
  .cta-questions.light {
    background: white; }
    .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: #4c4c4c; }
    .cta-questions.light .cta-questions_social-heading {
      color: #323232; }
    .cta-questions.light .svg-icon {
      fill: #323232; }
    .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-icon {
        fill: #0079c1; }
    .cta-questions.light .questions-contact a:hover .question {
      border: 1px solid #0079c1; }
    .cta-questions.light .questions-contact a:hover .svg-icon {
      fill: #0079c1; }
  @media screen and (max-width: 859px) {
    .cta-questions .block {
      margin-top: .75rem; } }
  .cta-questions .horz-pipe {
    background: #595959;
    display: block;
    height: 200px;
    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; }
  .cta-questions .question {
    border: thin solid #cccccc;
    min-height: 165px;
    padding: 1rem; }
    .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 {
      border: thin solid #595959;
      padding: 1.25rem 1rem;
      min-height: 140px; }
    .cta-questions .question .question-title .questions-contact .block a {
      display: block; }
    .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; }
    .cta-questions .question .question-title .svg-icon {
      height: auto;
      width: 48px; }
      .cta-questions .question .question-title .svg-icon svg {
        fill: #a9a9a9; }
  .cta-questions .svg-icon {
    height: auto;
    width: 48px; }
    .cta-questions .svg-icon svg {
      fill: #a9a9a9; }
  .cta-questions .ctasecondary {
    border-top: 1px solid #595959; }
    @media screen and (max-width: 859px) {
      .cta-questions .ctasecondary {
        margin-top: 1.55rem; } }
  .cta-questions .tmh-icon {
    max-width: 48px;
    max-height: 48px; }

/*-------------------------
--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%);
      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: 1rem;
        letter-spacing: .05rem; }
        .ind-webinar-registration_heading h3.industry-name {
          font-size: 10px; }
          @media (min-width: 800px) {
            .ind-webinar-registration_heading h3.industry-name {
              font-size: 11px; } }
          @media (min-width: 1024px) {
            .ind-webinar-registration_heading h3.industry-name {
              font-size: 12px; } }
      .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-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 {
            position: relative;
            z-index: 0;
            font-size: 0.8125rem;
            line-height: 1.55rem; }
            @media (min-width: 860px) {
              .ind-webinar-registration_content .ind-webinar_details-info p {
                font-size: 0.875rem;
                line-height: 1.55rem; } }
            @media (min-width: 1024px) {
              .ind-webinar-registration_content .ind-webinar_details-info p {
                font-size: 0.9375rem;
                line-height: 1.55rem; } }
        .ind-webinar-registration_content .ind-webinar_details .ind-read_more {
          color: #0079c1;
          display: block;
          text-align: center; }
          @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; } }

.tertiary-nav {
  background-color: #000;
  height: 40px; }

.tertiary-nav-container ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .tertiary-nav-container ul li {
    display: inline;
    margin: 0;
    padding: 0;
    padding-right: 20px; }
    .tertiary-nav-container ul li a {
      color: #bcbcbc;
      display: inline-block;
      padding: 7px 0px 4px 0px;
      font-size: 15px;
      border-bottom: solid 3px #000; }
      .tertiary-nav-container ul li a.active {
        border-bottom: solid 3px #c7471a;
        color: #fff; }
      .tertiary-nav-container ul li a:hover {
        color: #fff;
        border-bottom: solid 3px rgba(255, 0, 0, 0.6);
        text-decoration: none; }

.c-snav-sublink.active {
  background-color: #000; }

.avenir-light {
  font-weight: 300;
  font-style: normal; }
  .avenir-light b, .avenir-light strong {
    font-weight: 500; }

.avenir-light-italic {
  font-weight: 300;
  font-style: italic; }
  .avenir-light-italic b, .avenir-light-italic strong {
    font-weight: 500; }

.avenir-regular {
  font-weight: 400;
  font-style: normal; }
  .avenir-regular b, .avenir-regular strong {
    font-weight: 500; }

.avenir-italic {
  font-weight: 400;
  font-style: italic; }
  .avenir-italic b, .avenir-italic strong {
    font-weight: 500; }

.avenir-demi {
  font-weight: 500;
  font-style: normal; }
  .avenir-demi b, .avenir-demi strong {
    font-weight: 600; }

.avenir-demi-italic {
  font-weight: 500;
  font-style: italic; }
  .avenir-demi-italic b, .avenir-demi-italic strong {
    font-weight: 600; }

.avenir-bold {
  font-weight: 600;
  font-style: normal; }
  .avenir-bold b, .avenir-bold strong {
    font-weight: 600; }

.avenir-bold-italic {
  font-weight: 600;
  font-style: italic; }
  .avenir-bold-italic b, .avenir-bold-italic strong {
    font-weight: 600; }

.code-face, .code-face .block {
  letter-spacing: 0em;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, 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", "Courier New", Courier, monospace;
  font-weight: 400;
  font-style: italic; }
  .code-italic b, .code-italic strong, .code-italic .block b, .code-italic .block strong {
    font-weight: 400; }

/********** Romulan Component **********/
.case-studies {
  min-height: 80vh;
  max-height: 1100px;
  height: 800px;
  transition: all, .5s;
  position: relative;
  background-color: #005e95;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  /* video */ }
  .case-studies .hr {
    height: 3px;
    width: 70px;
    background-color: #828282;
    margin: 0 auto;
    margin-bottom: 20px; }
  .case-studies .vert-align {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%; }
    .case-studies .vert-align .call-out {
      position: relative;
      align-self: center;
      width: 90%;
      background: rgba(50, 50, 50, 0.8); }
      .case-studies .vert-align .call-out .switcher {
        padding-left: 0 !important;
        padding-right: 0 !important;
        bottom: 0;
        width: 100%; }
      @media screen and (min-width: 462px) {
        .case-studies .vert-align .call-out {
          width: 95%;
          margin: 0 auto; } }
      @media screen and (min-width: 860px) {
        .case-studies .vert-align .call-out {
          width: 95%;
          margin: 0 auto; } }
      @media screen and (min-width: 1024px) {
        .case-studies .vert-align .call-out {
          width: 85%;
          margin: 0 auto; } }
      @media screen and (min-width: 1440px) {
        .case-studies .vert-align .call-out {
          width: 65%;
          margin: 0 auto; } }
      .case-studies .vert-align .call-out .case-study-content {
        width: 100%;
        padding: 0 15px;
        height: 420px; }
  .case-studies .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; }
    .case-studies .info h2,
    .case-studies .info h3,
    .case-studies .info p.title,
    .case-studies .info .subtitle,
    .case-studies .info .case-type {
      transition: all .4s;
      opacity: 1; }
    .case-studies .info .subtitle {
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 1.25rem; }
      .case-studies .info .subtitle b, .case-studies .info .subtitle strong {
        font-weight: 500; }
      @media screen and (min-width: 462px) {
        .case-studies .info .subtitle {
          font-size: 1rem;
          line-height: 1.55rem; } }
      @media screen and (min-width: 860px) {
        .case-studies .info .subtitle {
          font-size: 1rem;
          line-height: 1.55rem;
          line-height: 2rem !important; } }
    .case-studies .info.info-out h2,
    .case-studies .info.info-out h3,
    .case-studies .info.info-out p.title,
    .case-studies .info.info-out .subtitle,
    .case-studies .info.info-out .case-type {
      opacity: 0; }
    .case-studies .info.info-out h2, .case-studies .info.info-out p.title {
      padding-top: 10px; }
      @media (max-width: 1200px) {
        .case-studies .info.info-out h2, .case-studies .info.info-out p.title {
          padding-top: 0; } }
    .case-studies .info h2, .case-studies .info p.title {
      font-size: 1.999396rem;
      line-height: 2.325rem;
      letter-spacing: -2px; }
      @media screen and (max-width: 461px) {
        .case-studies .info h2, .case-studies .info p.title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 479px) {
        .case-studies .info h2, .case-studies .info p.title {
          font-size: 1.5625rem; } }
    .case-studies .info .case-type {
      margin-bottom: 1rem;
      letter-spacing: 2px !important; }
    .case-studies .info h3, .case-studies .info .subtitle {
      margin-bottom: 0;
      color: white; }
      @media screen and (min-width: 860px) {
        .case-studies .info h3, .case-studies .info .subtitle {
          padding: 0 100px; } }
    .case-studies .info .case-study-main-title {
      font-weight: 500;
      font-style: normal;
      letter-spacing: .35rem;
      font-size: 0.875rem;
      line-height: 1.55rem;
      text-transform: uppercase; }
      .case-studies .info .case-study-main-title b, .case-studies .info .case-study-main-title strong {
        font-weight: 600; }
    .case-studies .info .case-study-title {
      font-weight: 400;
      font-style: normal;
      font-size: 1.6994866rem;
      line-height: 2.325rem; }
      .case-studies .info .case-study-title b, .case-studies .info .case-study-title strong {
        font-weight: 500; }
      @media screen and (max-width: 461px) {
        .case-studies .info .case-study-title {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 479px) {
        .case-studies .info .case-study-title {
          font-size: 1.328125rem; } }
  .case-studies .switcher .option-nav {
    display: none; }
  .case-studies .options-console {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important; }
    .case-studies .options-console > div {
      border: 1px solid #fff;
      border-right: none;
      color: white;
      display: flex;
      float: left;
      box-sizing: border-box;
      cursor: pointer !important;
      /* Children.length dependent styling:
               https://stackoverflow.com/questions/8720931/can-css-detect-the-number-of-children-an-element-has */
      /* one item */
      /* two items */
      /* three items */
      /* four items */
      /* five items */
      /* six items */ }
      .case-studies .options-console > div:first-child:nth-last-child(1) {
        width: 100%; }
      .case-studies .options-console > div:first-child:nth-last-child(2),
      .case-studies .options-console > div:first-child:nth-last-child(2) ~ div {
        width: 50%; }
      .case-studies .options-console > div:first-child:nth-last-child(3),
      .case-studies .options-console > div:first-child:nth-last-child(3) ~ div {
        width: 33.33333333333%; }
      .case-studies .options-console > div:first-child:nth-last-child(4),
      .case-studies .options-console > div:first-child:nth-last-child(4) ~ div {
        width: 50%; }
      .case-studies .options-console > div:first-child:nth-last-child(5),
      .case-studies .options-console > div:first-child:nth-last-child(5) ~ div {
        width: 33.33333333333%; }
      .case-studies .options-console > div:first-child:nth-last-child(5) + div + div {
        border-right: 1px solid #fff; }
      .case-studies .options-console > div:first-child:nth-last-child(5) + div + div + div,
      .case-studies .options-console > div:first-child:nth-last-child(5) + div + div + div + div {
        width: 50%;
        border-top: none; }
      .case-studies .options-console > div:first-child:nth-last-child(6),
      .case-studies .options-console > div:first-child:nth-last-child(6) ~ div {
        width: 33.33333333333%; }
      .case-studies .options-console > div:first-child:nth-last-child(6) + div + div {
        border-right: 1px solid #fff; }
      .case-studies .options-console > div:first-child:nth-last-child(6) + div + div + div,
      .case-studies .options-console > div:first-child:nth-last-child(6) + div + div + div + div,
      .case-studies .options-console > div:first-child:nth-last-child(6) + div + div + div + div + div {
        border-top: none; }
      .case-studies .options-console > div:last-child {
        border-right: 1px solid #fff; }
        .case-studies .options-console > div:last-child:hover, .case-studies .options-console > div:last-child.active {
          border-right: 1px solid #26a5fe; }
      .case-studies .options-console > div:hover {
        border: 1px solid #26a5fe;
        border-right: none; }
        .case-studies .options-console > div:hover .title-container h3 {
          color: #fff; }
        .case-studies .options-console > div:hover + div {
          border-left: 1px solid #26a5fe; }
        .case-studies .options-console > div:hover p {
          color: #26a5fe; }
      .case-studies .options-console > div.active {
        border: 1px solid #26a5fe;
        border-right: none;
        background-color: #000; }
        .case-studies .options-console > div.active + div {
          border-left: 1px solid #26a5fe; }
        .case-studies .options-console > div.active h3, .case-studies .options-console > div.active p {
          color: #26a5fe; }
      .case-studies .options-console > div .title-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        min-height: 100%; }
    .case-studies .options-console .thumb {
      align-self: flex-start;
      margin-left: 0;
      line-height: 0 !important;
      display: inline-block; }
    .case-studies .options-console h3, .case-studies .options-console p {
      margin-left: 20px;
      line-height: 25px;
      display: none;
      color: #efefef;
      margin-bottom: 0;
      font-size: 1rem;
      line-height: 1.55rem;
      padding-right: 10px; }
      .case-studies .options-console h3:hover, .case-studies .options-console p:hover {
        color: #26a5fe; }
      @media screen and (min-width: 768px) {
        .case-studies .options-console h3, .case-studies .options-console p {
          display: inline-block; } }
    .case-studies .options-console .display-1-thumb .thumb {
      background: url("../components/images/case-studies-thumbs.png") no-repeat 0 0;
      width: 62px;
      height: 62px; }
    .case-studies .options-console .display-2-thumb .thumb {
      background: url("../components/images/case-studies-thumbs.png") no-repeat -69px 0;
      width: 62px;
      height: 62px; }
    .case-studies .options-console .display-3-thumb .thumb {
      background: url("../components/images/case-studies-thumbs.png") no-repeat -138px 0;
      width: 62px;
      height: 62px; }
    .case-studies .options-console .display-4-thumb .thumb {
      background: url("../components/images/case-studies-thumbs.png") no-repeat -207px 0;
      width: 62px;
      height: 62px; }
    @media only screen and (min-width: 1025px) {
      .case-studies .options-console img {
        height: 75px;
        width: 75px; } }
  .case-studies .play-button {
    width: 64px;
    height: 64px;
    margin: 40px auto 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    padding-left: 22px;
    line-height: 64px;
    box-sizing: border-box;
    transition: all .2s;
    cursor: pointer !important; }
    .case-studies .play-button:hover {
      background-color: #0079c1; }
      .case-studies .play-button:hover .icon-ui-play {
        color: #fff; }
    .case-studies .play-button .icon-ui-play {
      color: #323232;
      font-size: 1.3rem; }
  .case-studies .video-modal,
  .case-studies .video-layer {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    display: none; }
    .case-studies .video-modal.hide,
    .case-studies .video-layer.hide {
      opacity: 0; }
  .case-studies .video-modal {
    opacity: 0.8;
    z-index: 5;
    background-color: #000; }
    .case-studies .video-modal.open {
      display: block; }
  .case-studies .video-layer {
    z-index: 10;
    background-color: transparent;
    display: none; }
    .case-studies .video-layer.open {
      display: flex;
      align-items: center;
      justify-content: center; }
    .case-studies .video-layer video {
      width: auto;
      height: 65vh;
      z-index: 10; }
      @media screen and (max-width: 1440px) {
        .case-studies .video-layer video {
          min-height: 70vh;
          width: auto; } }
    .case-studies .video-layer .video-player {
      position: relative;
      max-height: 80vh; }
    .case-studies .video-layer span {
      position: absolute;
      border-radius: 100%;
      cursor: pointer; }
    .case-studies .video-layer span {
      display: inline-block;
      width: 46px;
      height: 46px;
      background-color: rgba(255, 255, 255, 0.9);
      color: #323232;
      top: -23px;
      right: -23px;
      z-index: 12;
      text-align: center;
      transition: background-color .2s; }
      .case-studies .video-layer span:before {
        line-height: 46px;
        font-size: 22px;
        padding-right: 0; }
      .case-studies .video-layer span:hover {
        background-color: #0079c1;
        color: #fff; }

@media only screen and (max-width: 1024px) {
  .case-studies {
    min-height: 800px; }
    .case-studies .call-out {
      min-height: 527px;
      margin: 0 auto; }
    .case-studies .info {
      margin-top: 2rem; }
      .case-studies .info .case-type {
        font-size: 12px;
        line-height: 1.8rem;
        margin-bottom: 0;
        letter-spacing: 1.4px; }
      .case-studies .info h2 {
        margin-bottom: 28px; }
      .case-studies .info h3 {
        font-weight: 300; }
    .case-studies .play-button {
      margin: 30px auto;
      width: 55px;
      height: 55px;
      padding-left: 20px;
      line-height: 55px; }
      .case-studies .play-button .icon-ui-play {
        font-size: 1rem; }
    .case-studies .switcher {
      text-align: center; }
      .case-studies .switcher .options-console {
        max-width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle; }
        .case-studies .switcher .options-console > div,
        .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div,
        .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div + div,
        .case-studies .switcher .options-console > div:first-child:nth-last-child(n),
        .case-studies .switcher .options-console > div:first-child:nth-last-child(n) ~ div {
          width: auto;
          display: inline-block;
          border: none;
          padding: 8px;
          float: none; }
          .case-studies .switcher .options-console > div .thumb, .case-studies .switcher .options-console > div .title-container,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div .thumb,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div .title-container,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div + div .thumb,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div + div .title-container,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) .thumb,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) .title-container,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) ~ div .thumb,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) ~ div .title-container {
            display: none; }
          .case-studies .switcher .options-console > div::before,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div::before,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div + div::before,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n)::before,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) ~ div::before {
            height: 15px;
            width: 15px;
            border-radius: 100%;
            border: 1px solid white;
            display: inline-block;
            content: ""; }
          .case-studies .switcher .options-console > div.active,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div.active,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div + div.active,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n).active,
          .case-studies .switcher .options-console > div:first-child:nth-last-child(n) ~ div.active {
            background: none; }
            .case-studies .switcher .options-console > div.active::before,
            .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div.active::before,
            .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div + div.active::before,
            .case-studies .switcher .options-console > div:first-child:nth-last-child(n).active::before,
            .case-studies .switcher .options-console > div:first-child:nth-last-child(n) ~ div.active::before {
              border: 1px solid #49B0F2;
              background: #49B0F2; }
      .case-studies .switcher .option-nav {
        color: white;
        display: inline-block;
        height: 32px;
        width: 32px;
        fill: white;
        cursor: pointer; }
    .case-studies .video-layer span {
      width: 32px;
      height: 32px;
      top: -16px;
      right: -16px; }
      .case-studies .video-layer span:before {
        line-height: 32px;
        font-size: 12px; } }

@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  .case-studies .options-console h3 {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    line-height: 1.25rem; } }

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .case-studies .options-console p {
    display: block;
    margin-left: 10px;
    line-height: 65px; } }

@media only screen and (max-width: 767px) {
  .case-studies .options-console {
    margin-left: 1.4vw; } }

@media only screen and (max-width: 567px) {
  .case-studies .options-console {
    margin-left: auto; } }

@media only screen and (max-width: 1024px) {
  .case-studies .switcher .options-console > div,
  .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div,
  .case-studies .switcher .options-console > div:first-child:nth-last-child(n) + div + div,
  .case-studies .switcher .options-console > div:first-child:nth-last-child(n),
  .case-studies .switcher .options-console > div:first-child:nth-last-child(n) ~ div {
    padding: 8px 5px; } }

/** Hide options if only 1 sections exists **/
section.case-studies:only-of-type .call-out {
  min-height: 420px;
  max-height: 0; }

section.case-studies:only-of-type .switcher {
  display: none; }

.avenir-light {
  font-weight: 300;
  font-style: normal; }
  .avenir-light b, .avenir-light strong {
    font-weight: 500; }

.avenir-light-italic {
  font-weight: 300;
  font-style: italic; }
  .avenir-light-italic b, .avenir-light-italic strong {
    font-weight: 500; }

.avenir-regular {
  font-weight: 400;
  font-style: normal; }
  .avenir-regular b, .avenir-regular strong {
    font-weight: 500; }

.avenir-italic {
  font-weight: 400;
  font-style: italic; }
  .avenir-italic b, .avenir-italic strong {
    font-weight: 500; }

.avenir-demi {
  font-weight: 500;
  font-style: normal; }
  .avenir-demi b, .avenir-demi strong {
    font-weight: 600; }

.avenir-demi-italic {
  font-weight: 500;
  font-style: italic; }
  .avenir-demi-italic b, .avenir-demi-italic strong {
    font-weight: 600; }

.avenir-bold {
  font-weight: 600;
  font-style: normal; }
  .avenir-bold b, .avenir-bold strong {
    font-weight: 600; }

.avenir-bold-italic {
  font-weight: 600;
  font-style: italic; }
  .avenir-bold-italic b, .avenir-bold-italic strong {
    font-weight: 600; }

.code-face, .code-face .block {
  letter-spacing: 0em;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, 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", "Courier New", Courier, 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; }

.dx-quotes {
  width: 100%;
  height: 1950px;
  min-height: 1950px; }
  .dx-quotes ul li {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style-type: disc !important;
    background: none; }
  .dx-quotes .left-column {
    width: 100%;
    background-color: #fff;
    display: block;
    height: 350px;
    min-height: 350px;
    border-bottom: solid 1px #cccccc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    .dx-quotes .left-column .main-quote {
      margin: 0 auto;
      width: 90%;
      text-align: center; }
  .dx-quotes .right-column {
    width: 100%;
    background-color: #fff;
    display: block;
    height: 1600px;
    min-height: 1600px; }
    .dx-quotes .right-column .grid2x2 .row1left {
      height: 400px;
      min-height: 400px;
      border-bottom: solid 1px #cccccc;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
      .dx-quotes .right-column .grid2x2 .row1left .tile-content {
        width: 80%;
        margin: 0 auto; }
        .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
          color: #323232;
          margin-bottom: 10px;
          font-size: 1rem;
          line-height: 1.55rem; }
          @media screen and (min-width: 462px) {
            .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
              font-size: 1.2019rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.0625rem; } }
          @media screen and (min-width: 860px) {
            .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
              font-size: 1.414rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.25rem; } }
        .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-desc {
          color: #595959;
          font-size: 0.875rem;
          line-height: 1.55rem;
          line-height: 1.35rem; }
        .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-link a {
          color: #0079c1;
          font-size: 0.875rem;
          line-height: 1.55rem; }
    .dx-quotes .right-column .grid2x2 .row1right {
      height: 400px;
      min-height: 400px;
      border-bottom: solid 1px #cccccc;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
      .dx-quotes .right-column .grid2x2 .row1right .tile-content {
        width: 80%;
        margin: 0 auto; }
        .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
          color: #323232;
          margin-bottom: 10px;
          font-size: 1rem;
          line-height: 1.55rem; }
          @media screen and (min-width: 462px) {
            .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
              font-size: 1.2019rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.0625rem; } }
          @media screen and (min-width: 860px) {
            .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
              font-size: 1.414rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.25rem; } }
        .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-desc {
          color: #595959;
          font-size: 0.875rem;
          line-height: 1.55rem;
          line-height: 1.35rem; }
        .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-link a {
          color: #0079c1;
          font-size: 0.875rem;
          line-height: 1.55rem; }
    .dx-quotes .right-column .grid2x2 .row2left {
      height: 400px;
      min-height: 400px;
      border-bottom: solid 1px #cccccc;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
      .dx-quotes .right-column .grid2x2 .row2left .tile-content {
        width: 80%;
        margin: 0 auto; }
        .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
          color: #323232;
          margin-bottom: 10px;
          font-size: 1rem;
          line-height: 1.55rem; }
          @media screen and (min-width: 462px) {
            .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
              font-size: 1.2019rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.0625rem; } }
          @media screen and (min-width: 860px) {
            .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
              font-size: 1.414rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.25rem; } }
        .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-desc {
          color: #595959;
          font-size: 0.875rem;
          line-height: 1.55rem;
          line-height: 1.35rem; }
        .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-link a {
          color: #0079c1;
          font-size: 0.875rem;
          line-height: 1.55rem; }
    .dx-quotes .right-column .grid2x2 .row2right {
      height: 400px;
      min-height: 400px;
      border-bottom: solid 1px #cccccc;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
      .dx-quotes .right-column .grid2x2 .row2right .tile-content {
        width: 80%;
        margin: 0 auto; }
        .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
          color: #323232;
          margin-bottom: 10px;
          font-size: 1rem;
          line-height: 1.55rem; }
          @media screen and (min-width: 462px) {
            .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
              font-size: 1.2019rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.0625rem; } }
          @media screen and (min-width: 860px) {
            .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
              font-size: 1.414rem;
              line-height: 1.55rem; } }
  @media screen and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.25rem; } }
        .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-desc {
          color: #595959;
          font-size: 0.875rem;
          line-height: 1.55rem;
          line-height: 1.35rem; }
        .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-link a {
          color: #0079c1;
          font-size: 0.875rem;
          line-height: 1.55rem; }
  @media screen and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1left {
      background: none !important; }
    .dx-quotes .right-column .grid2x2 .row1right {
      background: none !important; }
    .dx-quotes .right-column .grid2x2 .row2left {
      background: none !important; }
    .dx-quotes .right-column .grid2x2 .row2right {
      background: none !important; } }
  @media screen and (min-width: 462px) {
    .dx-quotes .right-column .grid2x2 .row1left {
      background-position: -63px 20px; }
      .dx-quotes .right-column .grid2x2 .row1left .tile-content {
        padding: 20px 20px 0 220px; }
    .dx-quotes .right-column .grid2x2 .row1right {
      background-position: -40px 20px; }
      .dx-quotes .right-column .grid2x2 .row1right .tile-content {
        padding: 20px 20px 0 220px; }
    .dx-quotes .right-column .grid2x2 .row2left {
      background-position: -40px 20px; }
      .dx-quotes .right-column .grid2x2 .row2left .tile-content {
        padding: 20px 20px 0 220px; }
    .dx-quotes .right-column .grid2x2 .row2right {
      background-position: -40px 20px; }
      .dx-quotes .right-column .grid2x2 .row2right .tile-content {
        padding: 20px 20px 0 220px; } }
  @media screen and (min-width: 800px) {
    .dx-quotes {
      width: 100%;
      height: 1150px;
      min-height: 1150px; }
      .dx-quotes .left-column {
        width: 100%;
        display: block;
        height: 350px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center; }
        .dx-quotes .left-column .main-quote {
          margin: 0 auto;
          width: 60%;
          text-align: left; }
      .dx-quotes .right-column {
        width: 100%;
        height: 800px;
        display: block; }
        .dx-quotes .right-column .grid2x2 {
          display: flex;
          display: -ms-flexbox; }
          .dx-quotes .right-column .grid2x2 .row1left {
            background-position: -60px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            border-right: solid 1px #cccccc;
            border-bottom: solid 1px #cccccc;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row1left .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 200px; }
          .dx-quotes .right-column .grid2x2 .row1right {
            background-position: -50px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            border-bottom: solid 1px #cccccc;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row1right .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 200px; }
          .dx-quotes .right-column .grid2x2 .row2left {
            background-position: -50px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            border-right: solid 1px #cccccc;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row2left .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 200px; }
          .dx-quotes .right-column .grid2x2 .row2right {
            background-position: -50px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row2right .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 200px; } }
  @media screen and (min-width: 1440px) {
    .dx-quotes {
      width: 100%;
      display: flex;
      display: -ms-flexbox;
      min-height: 800px;
      height: 800px;
      max-height: 800px; }
      .dx-quotes .left-column {
        width: 30%;
        display: inline-block;
        height: 800px;
        min-height: 800px;
        border-right: solid 1px #cccccc;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center; }
        .dx-quotes .left-column .main-quote {
          margin: 0 auto;
          width: 75%;
          text-align: left; }
      .dx-quotes .right-column {
        width: 70%;
        display: inline-block;
        height: 800px;
        min-height: 800px; }
        .dx-quotes .right-column .grid2x2 {
          display: flex;
          display: -ms-flexbox; }
          .dx-quotes .right-column .grid2x2 .row1left {
            background-position: -40px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            border-right: solid 1px #cccccc;
            border-bottom: solid 1px #cccccc;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row1left .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 240px; }
              .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
                color: #323232;
                margin-bottom: 10px;
                font-size: 1rem;
                line-height: 1.55rem; } }
            @media screen and (min-width: 1440px) and (min-width: 462px) {
              .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
                font-size: 1.2019rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.0625rem; } }
            @media screen and (min-width: 1440px) and (min-width: 860px) {
              .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
                font-size: 1.414rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-title {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1440px) {
              .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-desc {
                color: #595959;
                font-size: 0.875rem;
                line-height: 1.55rem;
                line-height: 1.35rem; }
              .dx-quotes .right-column .grid2x2 .row1left .tile-content .tile-link a {
                color: #0079c1;
                font-size: 0.875rem;
                line-height: 1.55rem; }
          .dx-quotes .right-column .grid2x2 .row1right {
            background-position: -20px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            border-bottom: solid 1px #cccccc;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row1right .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 240px; }
              .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
                color: #323232;
                margin-bottom: 10px;
                font-size: 1rem;
                line-height: 1.55rem; } }
            @media screen and (min-width: 1440px) and (min-width: 462px) {
              .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
                font-size: 1.2019rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.0625rem; } }
            @media screen and (min-width: 1440px) and (min-width: 860px) {
              .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
                font-size: 1.414rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-title {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1440px) {
              .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-desc {
                color: #595959;
                font-size: 0.875rem;
                line-height: 1.55rem;
                line-height: 1.35rem; }
              .dx-quotes .right-column .grid2x2 .row1right .tile-content .tile-link a {
                color: #0079c1;
                font-size: 0.875rem;
                line-height: 1.55rem; }
          .dx-quotes .right-column .grid2x2 .row2left {
            background-position: -20px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            border-right: solid 1px #cccccc;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row2left .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 240px; }
              .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
                color: #323232;
                margin-bottom: 10px;
                font-size: 1rem;
                line-height: 1.55rem; } }
            @media screen and (min-width: 1440px) and (min-width: 462px) {
              .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
                font-size: 1.2019rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.0625rem; } }
            @media screen and (min-width: 1440px) and (min-width: 860px) {
              .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
                font-size: 1.414rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-title {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1440px) {
              .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-desc {
                color: #595959;
                font-size: 0.875rem;
                line-height: 1.55rem;
                line-height: 1.35rem; }
              .dx-quotes .right-column .grid2x2 .row2left .tile-content .tile-link a {
                color: #0079c1;
                font-size: 0.875rem;
                line-height: 1.55rem; }
          .dx-quotes .right-column .grid2x2 .row2right {
            background-position: -20px 20px;
            width: 50%;
            height: 400px;
            min-height: 400px;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center; }
            .dx-quotes .right-column .grid2x2 .row2right .tile-content {
              width: 80%;
              margin: 0 auto;
              padding: 20px 20px 0 240px; }
              .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
                color: #323232;
                margin-bottom: 10px;
                font-size: 1rem;
                line-height: 1.55rem; } }
            @media screen and (min-width: 1440px) and (min-width: 462px) {
              .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
                font-size: 1.2019rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 1440px) and (min-width: 462px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.0625rem; } }
            @media screen and (min-width: 1440px) and (min-width: 860px) {
              .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
                font-size: 1.414rem;
                line-height: 1.55rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.33rem; } }
  @media screen and (min-width: 1440px) and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-title {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1440px) {
              .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-desc {
                color: #595959;
                font-size: 0.875rem;
                line-height: 1.55rem;
                line-height: 1.35rem; }
              .dx-quotes .right-column .grid2x2 .row2right .tile-content .tile-link a {
                color: #0079c1;
                font-size: 0.875rem;
                line-height: 1.55rem; } }
  .dx-quotes .quote-title {
    letter-spacing: -2px;
    font-size: 2.40307rem; }
    @media screen and (min-width: 462px) {
      .dx-quotes .quote-title {
        font-size: 2.40307rem; } }
    @media screen and (min-width: 860px) {
      .dx-quotes .quote-title {
        font-size: 2.82714594rem;
        line-height: 3.1rem; } }
  @media screen and (min-width: 860px) and (max-width: 461px) {
    .dx-quotes .quote-title {
      font-size: 2.352637rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .dx-quotes .quote-title {
      font-size: 1.953125rem;
      line-height: 2.325rem; } }
  .dx-quotes .quote-content {
    font-size: 1rem;
    line-height: 1.55rem; }
  .dx-quotes .quote-cta {
    margin-bottom: 0 !important; }
  .dx-quotes .tile-icon {
    margin-bottom: 20px; }
    .dx-quotes .tile-icon img {
      width: 72px;
      height: 72px; }
  .dx-quotes .spot-bg {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px; }

.btn-animated-border {
  border: thin solid #0079c1;
  transition: all .15s ease-in-out;
  color: #0079c1;
  display: inline-block; }
  .btn-animated-border:hover {
    box-shadow: inset 0 0 0 2px #0079c1;
    border: thin solid #0079c1;
    color: #0079c1;
    text-decoration: none;
    background-color: transparent; }

.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: #c7471a;
  color: white;
  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: 461px) {
      .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: 461px) {
    .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; }

.herobanner {
  background-color: #fff; }
  .herobanner .left-column {
    display: inline-block;
    text-align: center;
    width: 100%; }
    .herobanner .left-column .hero-icon {
      margin-bottom: 20px;
      margin-top: 10px; }
      .herobanner .left-column .hero-icon img {
        width: 35px;
        height: 35px; }
    .herobanner .left-column .header-title {
      font-size: 50px;
      letter-spacing: -3px;
      margin-bottom: 30px;
      color: #323232; }
    .herobanner .left-column .header-subtitle {
      font-size: 30px;
      letter-spacing: -2px;
      margin-bottom: 30px;
      color: #6e6e6e; }
    .herobanner .left-column .hr {
      height: 3px;
      width: 70px;
      background-color: #e04f1d;
      margin: 0 auto;
      margin-bottom: 10px; }
    .herobanner .left-column .header-desc {
      font-size: 0.875rem;
      line-height: 1.55rem;
      color: #595959; }
  .herobanner .right-column {
    width: 100%;
    min-height: 170px;
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center; }
  @media screen and (min-width: 462px) {
    .herobanner .right-column {
      min-height: 200px; } }
  @media screen and (min-width: 768px) {
    .herobanner {
      min-height: 740px; }
      .herobanner .left-column {
        text-align: center;
        width: 100%;
        min-height: 340px; }
        .herobanner .left-column .column-12 {
          width: 1450px;
          max-width: 100vw; }
        .herobanner .left-column .hero-icon {
          margin-bottom: 20px;
          margin-top: 10px; }
          .herobanner .left-column .hero-icon img {
            width: 90px;
            height: 90px; }
        .herobanner .left-column .header-title {
          font-size: 50px;
          letter-spacing: -3px;
          margin-bottom: 30px;
          color: #323232; }
        .herobanner .left-column .header-subtitle {
          font-size: 30px;
          letter-spacing: -2px;
          margin-bottom: 30px;
          color: #6e6e6e; }
        .herobanner .left-column .hr {
          height: 3px;
          width: 70px;
          background-color: #e04f1d;
          margin: 0 auto;
          margin-bottom: 10px; }
        .herobanner .left-column .header-desc {
          font-size: 0.875rem;
          line-height: 1.55rem;
          color: #595959; }
      .herobanner .right-column {
        width: 100%;
        min-height: 355px;
        background-position-y: bottom; } }
  @media screen and (min-width: 1024px) {
    .herobanner {
      max-height: 60vh;
      min-height: 600px;
      padding-top: 60px; }
      .herobanner .left-column {
        width: 50%;
        float: left;
        min-height: 540px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end; }
        .herobanner .left-column .content {
          background-color: #fff;
          text-align: left;
          margin-top: 27px; }
          .herobanner .left-column .content .hero-icon {
            margin-bottom: 50px;
            margin-top: 0; }
            .herobanner .left-column .content .hero-icon img {
              width: 90px;
              height: 90px; }
          .herobanner .left-column .content .header-title {
            font-size: 90px;
            letter-spacing: -3px;
            margin-bottom: 40px;
            color: #323232;
            line-height: 2.5rem; }
          .herobanner .left-column .content .header-subtitle {
            font-size: 50px;
            letter-spacing: -2px;
            margin-bottom: 50px;
            color: #6e6e6e; }
          .herobanner .left-column .content .hr {
            height: 3px;
            width: 70px;
            background-color: #e04f1d;
            margin: 0;
            margin-bottom: 30px; }
          .herobanner .left-column .content .header-desc {
            font-size: 1.2019rem;
            line-height: 1.55rem;
            color: #595959; } }
        @media screen and (min-width: 1024px) and (max-width: 461px) {
          .herobanner .left-column .content .header-desc {
            font-size: 1.1305rem; } }
        @media screen and (min-width: 1024px) and (max-width: 479px) {
          .herobanner .left-column .content .header-desc {
            font-size: 1.0625rem; } }
  @media screen and (min-width: 1024px) {
        .herobanner .left-column .column-12 {
          width: 725px;
          max-width: 47.5vw; }
      .herobanner .right-column {
        background-position-y: center;
        width: 50%;
        float: right;
        position: relative;
        min-height: 540px; } }
  .herobanner .tablet-column-12, .herobanner phone-column-6 {
    max-width: 100vw; }

.color-contentbar {
  background-color: #c7471a; }
  .color-contentbar .valign {
    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; }
    .color-contentbar .valign .content-container {
      display: block; }
      .color-contentbar .valign .content-container .content {
        font-size: 0.8125rem;
        line-height: 1.55rem;
        font-weight: 300;
        font-style: normal;
        color: white;
        margin-bottom: 0; }
        .color-contentbar .valign .content-container .content b, .color-contentbar .valign .content-container .content strong {
          font-weight: 500; }
    @media (min-width: 462px) {
      .color-contentbar .valign {
        height: 210px; } }
    @media (min-width: 768px) {
      .color-contentbar .valign .content-container .content {
        font-size: 0.9375rem;
        line-height: 1.55rem; } }
    @media (min-width: 1025px) {
      .color-contentbar .valign .content-container .content {
        font-size: 1rem;
        line-height: 1.55rem; } }

.avenir-light {
  font-weight: 300;
  font-style: normal; }
  .avenir-light b, .avenir-light strong {
    font-weight: 500; }

.avenir-light-italic {
  font-weight: 300;
  font-style: italic; }
  .avenir-light-italic b, .avenir-light-italic strong {
    font-weight: 500; }

.avenir-regular {
  font-weight: 400;
  font-style: normal; }
  .avenir-regular b, .avenir-regular strong {
    font-weight: 500; }

.avenir-italic {
  font-weight: 400;
  font-style: italic; }
  .avenir-italic b, .avenir-italic strong {
    font-weight: 500; }

.avenir-demi {
  font-weight: 500;
  font-style: normal; }
  .avenir-demi b, .avenir-demi strong {
    font-weight: 600; }

.avenir-demi-italic {
  font-weight: 500;
  font-style: italic; }
  .avenir-demi-italic b, .avenir-demi-italic strong {
    font-weight: 600; }

.avenir-bold {
  font-weight: 600;
  font-style: normal; }
  .avenir-bold b, .avenir-bold strong {
    font-weight: 600; }

.avenir-bold-italic {
  font-weight: 600;
  font-style: italic; }
  .avenir-bold-italic b, .avenir-bold-italic strong {
    font-weight: 600; }

.code-face, .code-face .block {
  letter-spacing: 0em;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, 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", "Courier New", Courier, 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 .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; }
      .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 h2 {
    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: white; }
    .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;
    color: white; }
    .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 h2 {
    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:focus {
      color: #0079C1; }
    .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;
    color: white; }
    .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; }

.linklist-image {
  display: flex; }
  .linklist-image .link-list-image-wrapper {
    align-self: flex-start;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px; }
  .linklist-image .icon-link {
    align-self: center;
    margin-left: 25px; }
  .linklist-image:after {
    content: "\f16f";
    display: block;
    position: absolute;
    top: 50%;
    font-family: 'calcite-ui';
    transition: right .15s ease-out, opacity .15s ease-out;
    right: 2%;
    opacity: 0; }
  .linklist-image:hover:after {
    right: 0%;
    opacity: 1; }

.icon-title-series .title {
  text-align: center;
  margin-bottom: 40px; }

.icon-title-series .block-group {
  margin: 0 auto 10px auto;
  width: 100%; }

.icon-title-series .block {
  margin-bottom: 40px; }

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

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

.icon-title-series .icon-title {
  padding-bottom: 20px; }

.icon-title-series .icon-body {
  padding-top: 10px; }

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

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

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

.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 .divider {
  height: 1px;
  width: 40px;
  margin: auto; }

.icon-title-series .darktheme {
  color: #4c4c4c;
  border-color: #4c4c4c; }
  .icon-title-series .darktheme svg,
  .icon-title-series .darktheme svg * {
    fill: #4c4c4c; }
  .icon-title-series .darktheme .divider {
    border-top-color: #4c4c4c; }

.icon-title-series .lighttheme {
  color: white;
  border-color: white; }
  .icon-title-series .lighttheme svg,
  .icon-title-series .lighttheme svg * {
    fill: white; }

/*------------------------
----Resource Block Group---
------------------------*/
.ind-resources_block-group {
  padding-top: 60px;
  position: relative; }
  @media (min-width: 860px) {
    .ind-resources_block-group h2 {
      font-size: 1.9994rem;
      line-height: 2.325rem; } }
  .ind-resources_block-group-resources {
    background: white;
    border: 1px solid #cccccc; }
    @media (min-width: 860px) {
      .ind-resources_block-group-resources {
        text-align: left;
        margin-bottom: 10px; } }
    .ind-resources_block-group-resources .right-arrow {
      visibility: hidden;
      opacity: 0;
      margin-left: -5px;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
    .ind-resources_block-group-resources:hover {
      border: 1px solid #56a5d8; }
      .ind-resources_block-group-resources:hover .right-arrow {
        margin-left: 5px;
        visibility: visible;
        opacity: 1; }
      .ind-resources_block-group-resources:hover p {
        text-deocation: none; }
      .ind-resources_block-group-resources:hover .ind-video-dark-sl_play {
        background: #0079c1; }
        .ind-resources_block-group-resources:hover .ind-video-dark-sl_play:after {
          border-left: 9px solid white; }
  .ind-resources_block-group-news {
    background: white;
    transition: all .5s ease-in-out; }
    @media (min-width: 860px) {
      .ind-resources_block-group-news {
        text-align: left;
        margin-bottom: 10px; } }
    .ind-resources_block-group-news a:hover {
      text-decoration: none; }
    .ind-resources_block-group-news-link {
      border-bottom: 1px solid #cccccc;
      position: relative; }
      .ind-resources_block-group-news-link p {
        color: #0079c1;
        transition: all .25s ease-out;
        padding-right: 50px; }
      .ind-resources_block-group-news-link .icon {
        float: right;
        fill: #959595;
        transition: all .25s ease-out;
        position: absolute;
        right: 0;
        top: 33%;
        transform: translateY(-50%); }
      .ind-resources_block-group-news-link:hover {
        border-bottom: 1px solid #005e95; }
        .ind-resources_block-group-news-link:hover p {
          color: #005e95; }
        .ind-resources_block-group-news-link:hover .icon::before,
        .ind-resources_block-group-news-link:hover .icon-ui-gray::before {
          color: #005e95; }
        .ind-resources_block-group-news-link:hover .group_title-link {
          color: #005e95; }
  .ind-resources_block-group .group_desc {
    color: #6e6e6e;
    letter-spacing: .06rem;
    font-weight: 500; }
  .ind-resources_block-group .group_title {
    text-align: center; }
    @media (min-width: 1024px) {
      .ind-resources_block-group .group_title {
        text-align: left;
        margin-bottom: 30px; } }
    .ind-resources_block-group .group_title-details {
      padding: 0 20px 20px 20px;
      position: relative; }
    .ind-resources_block-group .group_title-heading {
      color: #323232;
      font-size: calc(70% + .75vh);
      margin: 20px 0 10px;
      letter-spacing: -0.05rem; }
      @media (min-width: 768px) {
        .ind-resources_block-group .group_title-heading {
          font-size: 1.1rem;
          margin-top: 20px; } }
      @media (min-width: 1024px) {
        .ind-resources_block-group .group_title-heading {
          font-size: 1.2019rem;
          line-height: 1.55rem; } }
    .ind-resources_block-group .group_title-link {
      color: #0079c1;
      position: absolute;
      bottom: 0; }
  .ind-resources_block-group .event-image {
    position: relative; }
    @media (min-width: 1024px) {
      .ind-resources_block-group .event-image {
        margin-bottom: 15px; } }
    @media (min-width: 1440px) {
      .ind-resources_block-group .event-image {
        margin-bottom: 30px; } }
    .ind-resources_block-group .event-image img.ind-video_placeholder {
      width: 100%; }
    .ind-resources_block-group .event-image .ind-video_sl_length {
      background: #4c4c4c;
      bottom: 7px;
      color: white;
      font-size: 10px;
      right: 0;
      padding: 0 10px;
      position: absolute;
      text-align: center; }
  .ind-resources_block-group .block {
    width: 50vw; }
  .ind-resources_block-group a:hover {
    text-decoration: none; }

/* Tabs: List
/* ========================================================================== */

.c-tabs-tablist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
    width: 1208.33333333px;
    max-width: 79.16666667vw;
    margin-right: auto;
    margin-left: auto;
}

.c-tabs-tablist .c-tabs-item {
   margin: 0 !important;
    flex-grow: 1;
    text-align: center;
}
/* Tabs: Link
/* ========================================================================== */

.c-tabs-link {
	box-shadow: inset 0 -1px 0 0 #cccccc;
	color: #efefef;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 20px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
    letter-spacing: .1em;
}

.c-tabs-link:focus, .c-tabs-link:hover {
	color: #fff;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 0 rgba(204, 204, 204, .3);
}

.c-tabs-link[aria-selected="true"] {
	box-shadow: inset 0 -3px 0 0 #49b0f2;
	color: #fff
}

.c-tabs-link[aria-selected="true"] {
	box-shadow: inset 0 -3px 0 0 #49b0f2;
	color: #fff
}

.c-tabs-tablist.-dark .c-tabs-link {
	color: #f3f3f3;
}

.c-tabs-tablist.light .c-tabs-link {
	color: #595959;
}

.c-tabs-tablist.light .c-tabs-link:hover {
	color: #000000;
}

.c-tabs-tablist.light .c-tabs-link[aria-selected="true"]{
	color: #000000;
}

.c-tabs-tablist.light .card-title a{
	color: #000000;
}

.c-tabs-tablist.light .card-title{
	color: #000000;
}

.c-tabs-tablist.-dark .c-tabs-link:focus, .c-tabs-tablist.-dark .c-tabs-link:hover {
	color: #ffffff;
}

/* Tabs: Focus
/* ========================================================================== */

.c-tabs-focus {
	position: absolute;
	border-bottom: 4px solid rgba(73, 176, 242, .5);
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transition-property: width, left, top;
	transition-property: width, left, top;
}

/* Tabs: Panel
/* ========================================================================== */

.c-tabs-panel[aria-hidden="true"] {
	display: none;
}

.c-tabs-panel[aria-hidden="false"] {
	margin-top: 3.1rem;
}

.green .resource-block-card-icon {
    background: #68aa77;
}
.light-blue .resource-block-card-icon {
    background: #6db5e3;
}
.orange .resource-block-card-icon {
    background: #d17e21;
}
.yellow .resource-block-card-icon {
    background: #bda726;
}
.purple .resource-block-card-icon {
    background: #9182db;
}
.resource-block-card-title {
    background: rgba(50,50,50,.8);
    color: #efefef;
}

.resource-block-card-icon .icon-img {
	height: 48px;
    width: 48px;    
    -webkit-filter: invert(100%);	
}

.card-background{
	height: 125px;
}

.text-black .card-title > a{
	color: #000000
}




.modal-content {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

.modal-content .exit-modal {
	background: rgba(255,255,255,.8);
    color: #323232;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 10;
    height: 46px;
    width: 46px;
    border: none;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.modal-content .exit-modal:hover {
	background: #0079c1;
    border-color: #0079c1;
    color: #fff;
}

.modal-content .exit-modal:focus {
	outline:none;
}

.modal-content .exit-modal .icon-ui-close {
	height: 35px !important;
	width: 35px !important
}

.modal-content .exit-modal .icon-ui-close:before {
	padding: 5px !important;
	margin: 0 !important
}

.modal-content .case-study-content {
	padding: 20px
}

.modal-content .modal-banner {
	position: relative;
	height: 200px;
	width: 100%
}

.modal-content .modal-banner {
	background: top center no-repeat;
	background-size: cover
}

@import
	url(https://fast.fonts.net/t/1.css?apiType=css&projectid=9431e9a5-7a6d-4b5f-82be-4d935972de5a)
	;

@font-face {
	font-family: "Avenir Next W00_n2";
	src:
		url("https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/174d458a-81e0-4174-9473-35e3bf0a613c.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/57a79aa3-9b06-4ba7-a9a4-2b766d826ecf.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/733cb7bd-50e1-4dee-893a-0b40ef382b02.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/594135c6-6c4f-4880-a0d2-ba923b5ef38e.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#594135c6-6c4f-4880-a0d2-ba923b5ef38e")
		format("svg");
	font-weight: 200;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W00_n4";
	src:
		url("https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/7db1f672-3a8f-4d19-9c49-7f61aed450b5.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/4ab86b35-c0c2-42b5-98ad-4b6eba66b197.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/276b3566-1c3b-4bc1-8915-15314f091f29.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/5d02f5f4-46e7-453a-aef9-3e7106d7bb68.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#5d02f5f4-46e7-453a-aef9-3e7106d7bb68")
		format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W00_n5";
	src:
		url("https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/b0b84e4d-2164-45c7-a674-1662f19f3ba6.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/e91d1bbf-3fea-45e2-b003-a22b12ce6e5f.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/ead8b64b-1abd-4d5b-a642-a21dfe2f463b.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/e536e1c2-92a4-4db4-8a41-1c55354d11b7.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#e536e1c2-92a4-4db4-8a41-1c55354d11b7")
		format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W00_n6";
	src:
		url("https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/40d36b4a-60c6-460a-bf43-4c948c23563e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/45b78f45-e639-4836-8612-e0892e120f14.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/cbc021cc-b96f-4c82-ba0d-59cb0b7449c0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/c6778bcf-ca82-4a86-8a5f-08b70c9a71fd.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c6778bcf-ca82-4a86-8a5f-08b70c9a71fd")
		format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n3";
	src:
		url("https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/f401df6f-54eb-406c-b46a-90b9451c598d.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/276fe25e-e430-4376-b33c-705dd77b3dba.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/869dc33b-3685-4d74-a51c-82b435579093.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#869dc33b-3685-4d74-a51c-82b435579093")
		format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n4";
	src:
		url("https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#52a192b1-bea5-4b48-879f-107f009b666f")
		format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n5";
	src:
		url("https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#a89d6ad1-a04f-4a8f-b140-e55478dbea80")
		format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n6";
	src:
		url("https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#99affa9a-a5e9-4559-bd07-20cf0071852d")
		format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: "Frutiger W01_i3";
	src:
		url("https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Frutiger W01";
	src:
		url("https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/dda818d0-9f7a-4574-8d17-8e3546cb04fb.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/8259f047-a5d2-40a0-a98c-1c24f0316b08.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/1078a920-3def-4194-ba69-46751fb9af38.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3")
		format("svg");
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: "Frutiger W01_n3";
	src:
		url("https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Frutiger W01";
	src:
		url("https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/3f5a5b87-e71e-4544-be0c-da4daa132710.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#3f5a5b87-e71e-4544-be0c-da4daa132710")
		format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "Frutiger W01_n5";
	src:
		url("https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Frutiger W01";
	src:
		url("https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/9b1fae67-8764-448a-a926-54b09bd0b06b.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/076311f8-a01b-4389-a5eb-334a62e62d45.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877")
		format("svg");
	font-weight: 500;
	font-style: normal
}

.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/industries/petroleum/Legend_Roadblock.svg")
		top center no-repeat;
	background-size: contain
}

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

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

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

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

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

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

.italic {
	font-style: italic
}


.quote {fill: white;}
.quote-box {
    fill: transparent;
    width: 58px;
    height: 51px;
}

.content-mosaic-quote {
    border: 0;
    padding: 55px 0 0;
}

.content-mosaic-quote p {
    font-style: italic;
}

.content-mosaic-quote cite {
    font-style: normal;
}

.quote-divide {
    width: 70px;
}

@media screen and (max-width: 1024px){
   .content-mosaic-full section {
        display: flex;
        flex-direction: column;
    } 
   .content-mosaic-full .tile-block-group.half {
        flex-grow: 1;
        width: 100%;
    } 
   .content-mosaic-full .tile-block-group.right {
        order:-1;
    } 
}

/* v.1 */

.content-block {
	position: relative
}

.content-block.dark {
	background: #323232
}

.content-block.light {
	background: #fff
}

.content-block-wrapper {
	position: relative;
	min-height: 100vh;
	width: 100%
}

@media screen and (max-width: 800px) {
	.content-block-wrapper {
		height: 60vh
	}
}

.content-block .text-overlay {
	box-sizing: border-box;
	padding-right: 70px;
	width: 550px
}

@media screen and (max-width: 1440px) {
	.content-block .text-overlay.padding-leader-4 {
		padding-top: 20px !important
	}
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
	.content-block .text-overlay.padding-leader-4 {
		padding-top: 0px !important
	}
}

.tile-block-group {
	position: relative
}

.tile-block-group .mf-label {
    letter-spacing: 2px;
}

.tile-block-group.full {
	width: 100%
}

.tile-block-group.half {
	width: 50%
}

.tile-block-group .tile-block {
	position: relative
}

.tile-block-group .tile-block-wrapper {
	position: relative;
	width: 100%
}

.tile-block-group .tile-block-wrapper.tall {
	min-height: 100vh;
    background: #0079c1;
}

.tile-block-group .tile-block .font-size-6 {
	font-size: 40px;
	line-height: 40px
}

.feature-image {
	min-height: 50vh;
	width: 100%
}

@media screen and (max-width: 1440px) {
	.feature-image .font-size-4, .feature-image .font-size-5, .feature-image .font-size-7
		{
		font-size: 28px !important;
		line-height: 30px !important
	}
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
	.feature-image .font-size-4, .feature-image .font-size-5, .feature-image .font-size-7
		{
		font-size: 24px !important;
		line-height: 28px !important
	}
}

@media screen and (max-width: 1366px) and (min-width: 1280px) {
	.feature-image .leader-2 {
		margin-top: 0 !important
	}
}

.feature-image .sm-quote {
/*
	width: 5%;
	margin-top: -7px;
*/
	position: absolute;
	left: 70px;
	width: 40px !important;
	height: 40px !important
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
	.feature-image .sm-quote {
/*
		width: 5%;
		margin-top: -7px;
*/
		width: 40px !important;
		height: 40px !important
	}
}

.feature-image.white-computer {
	background-size: 50%
}

.feature-image.black-computer {
	background-size: 50%
}

.feature-image.enterprise-white-computer {
	background-size: 50%
}

.feature-image.case-study-1 {
	background-color: #f8f8f8;
	background-size: 25% 35%;
	background-repeat: no-repeat;
	background-size: cover
}

.feature-image.case-study-2 {
	background-color: rgba(123, 0, 224, 0.75);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}



@media screen and (max-width: 2560px) and (min-width: 1024px) {
	.feature-image .pre-2 {
		margin-left: 10px !important
	}
}

@media screen and (max-width: 800px) {
	.feature-image {
		background-position: center 90%;
		background-size: 150%
	}
}

.feature-image.right {
	background-position: 85% 35%
}

.translucent-panel {
	height: 100%;
	overflow: hidden;
	position: relative
}

.translucent-panel.full {
	width: 100%
}

.translucent-panel.half {
	width: 50%;
	min-height: 100vh
}

.translucent-panel.quarter {
	width: 25%
}

.translucent-panel.dark {
	background: rgba(59, 59, 59, 0.95)
}

.translucent-panel.light {
	background: rgba(245, 245, 245, 0.95)
}

.translucent-panel.purple {
	background: rgba(123, 0, 224, 0.75);
	width: 100%
}

@media screen and (max-width: 800px) {
	.translucent-panel {
		height: 100%;
		width: 100%
	}
}

.sm-callout:hover {
	cursor: pointer
}

.desktop-resources {
	box-sizing: border-box;
	padding-top: 60px;
	position: relative;
	background-size: 50%;
}

@media screen and (max-width: 1368px) and (min-width: 1024px) {
	.desktop-resources .font-size-4 {
		font-size: 22px !important;
		margin-bottom: 10px
	}
    .desktop-resources-graphic {
		margin-top: 20px !important;
		height: 200px !important;
		width: 50% !important
	}
}

@media screen and (max-width: 1227px) and (min-width: 1024px) {
	.desktop-resources-info a:last-child {
		margin-top:10px;
	}
}

.desktop-resources-info {
	margin: auto;
	width: 60%
}

.desktop-resources-graphic {
	background-color: #0079c1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 400px;
	margin: auto;
	width: 100%
}


/*
.margin-trailer-0 {
	margin-bottom: 0
}
*/

/*
.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
*/

.flexy-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark .mf-case-study p {
  color: #fff; }

.dark .mf-quote-block p, .dark .mf-quote-block cite {
  color: #fff; }

.light .mf-case-study p {
  color: #323232; }

.light .mf-quote-block p, .light .mf-quote-block cite {
  color: #323232; }

#caseStudyModal .modal-content p {
  color: #323232; }

/* v.4 */

.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("../components/css/content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 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("../components/css/content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 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; }

@import
	url(https://fast.fonts.net/t/1.css?apiType=css&projectid=9431e9a5-7a6d-4b5f-82be-4d935972de5a)
	;

@font-face {
	font-family: "Avenir Next W00_n2";
	src:
		url("https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/5db267f9-3612-485c-ae18-5698d2692816.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/174d458a-81e0-4174-9473-35e3bf0a613c.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/57a79aa3-9b06-4ba7-a9a4-2b766d826ecf.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/733cb7bd-50e1-4dee-893a-0b40ef382b02.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/594135c6-6c4f-4880-a0d2-ba923b5ef38e.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#594135c6-6c4f-4880-a0d2-ba923b5ef38e")
		format("svg");
	font-weight: 200;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W00_n4";
	src:
		url("https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/069faa0e-9913-48c4-9ef7-89a4bc080b65.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/7db1f672-3a8f-4d19-9c49-7f61aed450b5.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/4ab86b35-c0c2-42b5-98ad-4b6eba66b197.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/276b3566-1c3b-4bc1-8915-15314f091f29.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/5d02f5f4-46e7-453a-aef9-3e7106d7bb68.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#5d02f5f4-46e7-453a-aef9-3e7106d7bb68")
		format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W00_n5";
	src:
		url("https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/c6970a14-8b0f-4629-9072-71c7e123908f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/b0b84e4d-2164-45c7-a674-1662f19f3ba6.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/e91d1bbf-3fea-45e2-b003-a22b12ce6e5f.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/ead8b64b-1abd-4d5b-a642-a21dfe2f463b.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/e536e1c2-92a4-4db4-8a41-1c55354d11b7.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#e536e1c2-92a4-4db4-8a41-1c55354d11b7")
		format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W00_n6";
	src:
		url("https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W00";
	src:
		url("https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/fbf4298d-ef75-419c-b615-47f209a48ed2.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/40d36b4a-60c6-460a-bf43-4c948c23563e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/45b78f45-e639-4836-8612-e0892e120f14.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/cbc021cc-b96f-4c82-ba0d-59cb0b7449c0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/c6778bcf-ca82-4a86-8a5f-08b70c9a71fd.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c6778bcf-ca82-4a86-8a5f-08b70c9a71fd")
		format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n3";
	src:
		url("https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/0ecef829-586e-426d-a633-4c8a8c926769.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/f401df6f-54eb-406c-b46a-90b9451c598d.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/276fe25e-e430-4376-b33c-705dd77b3dba.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/869dc33b-3685-4d74-a51c-82b435579093.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#869dc33b-3685-4d74-a51c-82b435579093")
		format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n4";
	src:
		url("https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/e9167238-3b3f-4813-a04a-a384394eed42.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/1e9892c0-6927-4412-9874-1b82801ba47a.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/52a192b1-bea5-4b48-879f-107f009b666f.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#52a192b1-bea5-4b48-879f-107f009b666f")
		format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n5";
	src:
		url("https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/f26faddb-86cc-4477-a253-1e1287684336.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#a89d6ad1-a04f-4a8f-b140-e55478dbea80")
		format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Avenir Next W01_n6";
	src:
		url("https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Avenir Next W01";
	src:
		url("https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/99affa9a-a5e9-4559-bd07-20cf0071852d.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#99affa9a-a5e9-4559-bd07-20cf0071852d")
		format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: "Frutiger W01_i3";
	src:
		url("https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Frutiger W01";
	src:
		url("https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/dda818d0-9f7a-4574-8d17-8e3546cb04fb.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/8259f047-a5d2-40a0-a98c-1c24f0316b08.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/1078a920-3def-4194-ba69-46751fb9af38.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3")
		format("svg");
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: "Frutiger W01_n3";
	src:
		url("https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Frutiger W01";
	src:
		url("https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/3f5a5b87-e71e-4544-be0c-da4daa132710.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#3f5a5b87-e71e-4544-be0c-da4daa132710")
		format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: "Frutiger W01_n5";
	src:
		url("https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot")
}

@font-face {
	font-family: "Frutiger W01";
	src:
		url("https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix");
	src:
		url("https://fast.fonts.net/dv2/2/af97a512-f55a-4f61-b2ce-659c883930fc.eot?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#iefix")
		format("eot"),
		url("https://fast.fonts.net/dv2/14/9b1fae67-8764-448a-a926-54b09bd0b06b.woff2?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff2"),
		url("https://fast.fonts.net/dv2/3/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("woff"),
		url("https://fast.fonts.net/dv2/1/076311f8-a01b-4389-a5eb-334a62e62d45.ttf?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a")
		format("truetype"),
		url("https://fast.fonts.net/dv2/11/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg?d44f19a684109620e4841678a190e8188b840650be32dfdff11226f4eb7fb62da2e4ff3ac5cb9baab9aeebd387f687d9b2e887da180096d585541d490d3d9db024bb32bb30fda6ff2d79d5960f7e637780942055575c79d5999be6317cd2d9d893107e020badd8044f29d12eed77cbe2e4ceae93321cb707732be30a17f2d854fe9b6eac5d9a24169d94c96c5d3ec2a9204fbd6a2ceb5a2d56a22044d41f42d9d47bbaa0a29232c8a85f469fd695c13771f0e196df56a5f905efb130244641637912fb8e675b873323ab93f92ed2551dc42a3aa38c068521&projectId=9431e9a5-7a6d-4b5f-82be-4d935972de5a#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877")
		format("svg");
	font-weight: 500;
	font-style: normal
}

.trial-wrapper {
	position: relative;
	height: 95vh;
	max-height: 600px;
	min-height: 500px;
	background-color: #323232;
	width: 100%
}

@media screen and (max-width: 1440px) {
	.trial-wrapper .leader-4 {
		margin-top: 4.5rem
	}
}

@media screen and (max-width: 1368px) {
	.trial-wrapper .font-size-4 {
		margin-bottom: 10px
	}
}

@media screen and (max-width: 1024px) {
	.trial-wrapper {
		height: 75vh !important
	}
}

@media screen and (max-width: 858px) {
    .dbl-button {
        border-left: 0;
        border-top: 1px solid #595959;
    }
}

@media screen and (max-width: 768px) {
	.trial-wrapper {
		height: 50vh !important
	}
}

@media screen and (max-width: 480px) {
	.trial-wrapper {
		height: 60vh !important
	}
}

@media screen and (max-width: 375px) {
	.trial-wrapper {
		height: 75vh !important
	}
}

@media screen and (max-width: 1368px) and (min-width: 1280px) {
	.trial.leader-2 {
		margin-top: 0 !important
	}
}

.trial-arrow-circle {
	background: url("../../../../content/dam/esrisites/desktop/Trial_Arrow.png"),
		url("../../../../content/dam/esrisites/industries/petroleum/Legend_Roadblock.svg")
		center center no-repeat;
	background-size: contain;
	height: 160px;
	width: 160px;
	margin: auto
}

@media screen and (max-width: 1368px) and (min-width: 1280px) {
	.trial-arrow-circle {
		height: 130px;
		width: 130px
	}
}

.questions-wrapper {
	background-color: #323232;
	box-sizing: border-box;
	padding: 60px 0 70px;
	width: 100%
}

@media screen and (max-width: 768px) {
	.questions-wrapper {
		padding: 60px 0 0
	}
}

.questions-wrapper .questions {
	margin: auto;
	width: 50%;
	display: flex;
	justify-content: center
}

@media screen and (max-width: 1440px) and (min-width: 1440px) {
	.questions-wrapper .questions {
		width: 60%
	}
}

@media screen and (max-width: 1024px) {
	.questions-wrapper .questions {
		width: 100%
	}
}

.questions-wrapper .questions-block {
	border: thin solid #595959;
	box-sizing: border-box;
	box-sizing: border-box;
	min-height: 145px;
	padding: 30px;
	text-align: center;
	width: 33.33%
}

.questions-wrapper .questions-block a, .questions-wrapper .questions-block p,
	.questions-wrapper .questions-block span {
	font-weight: 500
}

.questions-wrapper .questions-block:hover {
	cursor: pointer;
	border: thin solid #49b0f2
}

.questions-wrapper .questions-block:hover a, .questions-wrapper .questions-block:hover p,
	.questions-wrapper .questions-block:hover span {
	color: #49b0f2;
	text-decoration: none
}

@media screen and (max-width: 1024px) {
	.questions-wrapper .questions-block {
		border: none;
		min-height: 100px
	}
}

@media screen and (max-width: 768px) {
	.questions-wrapper .questions-block {
		border: none;
		min-height: 175px
	}
}

@media screen and (max-width: 480px) {
	.questions-wrapper .questions-block {
		min-height: 125px
	}
}

.questions-wrapper .questions-block p {
	margin-bottom: 0
}

.btn-animate {
	position: relative;
	margin: 20px
}

.btn-animate.bot-border a:before {
	content: "";
	background:
		url("../../../../content/dam/esrisites/icons/Icon-Right-Arrow-Blue.svg") 0 0
		no-repeat;
	height: 15px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .15s ease-out, right .25s ease-out;
	width: 15px
}

.btn-animate.bot-border a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #005e95;
	height: 1px;
	transition: all .25s ease-out;
	width: 0%
}

.btn-animate.bot-border a:hover {
	text-decoration: none
}

.btn-animate.bot-border a:hover:before {
	opacity: 1;
	right: -20px
}

.btn-animate.bot-border a:hover::after {
	width: 100%
}

.btn-animate.arrow a:before {
	content: "";
	background:
		url("../../../../content/dam/esrisites/icons/Icon-Right-Arrow-White.svg") 0 0
		no-repeat;
	height: 15px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .15s ease-out, right .25s ease-out;
	width: 15px
}

.btn-animate.arrow a:hover {
	text-decoration: none
}

.btn-animate.arrow a:hover:before {
	background:
		url("../../../../content/dam/esrisites/icons/Icon-Right-Arrow-White.svg") 0 0
		no-repeat;
	opacity: 1;
	right: -20px
}

.sm-block:hover, .lg-block:hover, .lg-x-block:hover {
	cursor: pointer
}

.sm-block:hover .sm-block-group-title, .lg-block:hover .sm-block-group-title,
	.lg-x-block:hover .sm-block-group-title {
	color: #005e95
}

.lg-x-block {
	width: 99.9%
}

@media screen and (max-width: 1440px) and (min-width: 1440px) {
	.lg-x-block {
		width: 99.5%
	}
}

.sm-img.arcgis {
	background:
		url("../../../../content/dam/esrisites/industries/petroleum/Legend_Roadblock.svg")
		top center no-repeat;
	background-size: cover
}

.sm-img.arcmap {
	background:
		url("../../../../content/dam/esrisites/industries/petroleum/Legend_Roadblock.svg")
		top center no-repeat;
	background-size: cover
}

@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.arcgis-banner {
		background:
			url("../../../../content/dam/esrisites/industries/petroleum/Legend_Roadblock.svg1")
			top center no-repeat;
		background-size: cover;
		height: 100%;
		width: 100%
	}
}
.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; }

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

.lighttheme {
  display: flex; }
  .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 {
  display: flex; }
  .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; }

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

.cc-slides-slide.dark {
  color: #323232;
  /*background-color: rgba(255, 255, 255, 0.85);*/ }

.cc-slides-slide.light {
  color: #fff;
  /*background-color: background-color: rgba(50, 50, 50, .85);*/ }

.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-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  -webkit-transition: background-image .3s;
  transition: background-image .3s; }

@media (max-width: 499px) {
  .home-slider .cc-slides {
    min-height: calc(100vh - 66px * 2);
    text-align: center; } }

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

@media (min-width: 500px) and (max-width: 1280px) {
  .home-slider .cc-slides {
    min-height: calc(100vh - 75px - 66px * 2); } }

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

.home-slider .cc-slides:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }

.home-slider .cc-slides:not([data-variation]),
.home-slider .cc-slides[data-variation="0"] {
  color: #fff; }

@media (max-width: 860px) {
  .home-slider .cc-slides:not([data-variation]):before,
  .home-slider .cc-slides[data-variation="0"]:before {
    background-color: rgba(0, 0, 0, 0.3); } }

.home-slider .cc-slides[data-variation="1"] {
  color: #323232; }

@media (max-width: 860px) {
  .home-slider .cc-slides[data-variation="1"]:before {
    background-color: rgba(255, 255, 255, 0.4); } }

.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;
  height: 70vh;
  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; } }

@media (min-width: 1487px) {
  .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: -webkit-flex;
  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: #fff;
  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: #fff;
  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 viewBox='0 0 16 16' fill='%23ffffff' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
  background-position: 100% 75%;
  background-size: .75em .75em;
  content: "";
  display: inline-block;
  fill: #fff;
  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 #fff; }

.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 viewBox='0 0 12 8' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0 0 L 6 6 L 12 0 L 12 3 L 6.5 8 L 5.5 8 L 0 3'/%3E%3C/svg%3E");
  fill: #fff; }

.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 viewBox='0 0 12 8' fill='%23323232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0 0 L 6 6 L 12 0 L 12 3 L 6.5 8 L 5.5 8 L 0 3'/%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 viewBox='0 0 12 8' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0 0 L 6 6 L 12 0 L 12 3 L 6.5 8 L 5.5 8 L 0 3'/%3E%3C/svg%3E");
  fill: #fff;
  -webkit-transition: 0ms;
  transition: 0ms; }

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

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

@media (min-width: 500px) {
  .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: #fff; }
  .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 {
  height: 70vh;
  min-height: 70vh;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

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

@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.-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-aside.light {
  background-color: rgba(50, 50, 50, 0.85); }
  .edc-related-aside.light .edc-related-category {
    color: #fff; }
  .edc-related-aside.light .edc-related-action {
    color: #fff; }

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

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

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

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

/* Hero Video
/* ========================================================================== */
.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; }

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

.fifty-fifty {
  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) {
    .fifty-fifty {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.fifty-fifty.light {
  color: white; }

.fifty-fifty.dark {
  color: black; }

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

.img-split img {
  display: block; }

@media (min-width: 859px) {
  .on-left {
    order: 1; }
  .on-right {
    order: 2; } }

.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 .fifty-fifty .on-right {
  padding: 0 30px; }

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

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

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

/* Image Switcher
/* ========================================================================== */

.c-image-switcher {
	min-height: 100vh;
	position: relative
}

@media (min-width: 1096px) {
	.c-image-switcher {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse
	}
}

/* Image Switcher: Content
/* ========================================================================== */

.c-image-switcher-content {
	position: relative;
	-webkit-transition: padding 60ms;
	transition: padding 60ms
}


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

@media (min-width: 768px) {
	.c-image-switcher-images::after {
		width: 0;
		height: 0; 
		border-top: 50px solid #fff;
		border-left: 50px solid transparent; 
		border-right: 50px solid transparent; 
		content: "";
		top: -2px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		z-index: 1;
	}
}

@media (min-width: 1096px) {
	.c-image-switcher-content {
		box-sizing: border-box;
		padding: 80px;
		width: 50vw
	}
	
	.c-image-switcher-images::after {
		width: 0;
		height: 0; 
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent; 
		border-right: 35px solid #fff; 
		content: "";
		top: calc(50% - 86px / 2);
		left: 100%;
		position: absolute;
		transform: translateX(-100%);
		z-index: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}

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

@media (min-width: 1096px) {
	.c-image-switcher-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column
	}
}

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

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

.c-image-switcher-link {
	box-sizing: border-box;
	color: #595959;
	background-color: $white;
	text-decoration: none;
	-webkit-transition: background-color 180ms, box-shadow 180ms;
	transition: background-color 180ms, box-shadow 180ms;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1096px) {
	.c-image-switcher-link {
		box-sizing: border-box;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 10px 10px 10px 25px
	}
	
	.c-image-switcher-link:nth-child(1) {
		box-shadow: inset 1px 0 #ccc, inset -1px 0 transparent, inset 0 1px #ccc, inset 0 -1px transparent;
	}

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

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

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

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

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

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

@media (min-width: 1456px) {
	.c-image-switcher-link:nth-last-child(5):first-child:nth-child(3), :nth-last-child(5):first-child ~ .c-image-switcher-link:nth-child(3) {
		margin-bottom: 160px
	}

	.c-image-switcher-link:nth-last-child(6):first-child:nth-child(3), :nth-last-child(6):first-child ~ .c-image-switcher-link:nth-child(3) {
		margin-bottom: 160px
	}

	.c-image-switcher-link:nth-last-child(7):first-child:nth-child(4), :nth-last-child(7):first-child ~ .c-image-switcher-link:nth-child(4) {
		margin-bottom: 80px
	}

	.c-image-switcher-link:nth-last-child(8):first-child:nth-child(4), :nth-last-child(8):first-child ~ .c-image-switcher-link:nth-child(4) {
		margin-bottom: 80px
	}
}

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

@media (min-width: 1096px) {
	.c-image-switcher-link:hover, .c-image-switcher-link:focus, .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-link:hover, .c-image-switcher-link:focus, .c-image-switcher-link[aria-selected="true"] {
		box-shadow: 0 0 0 .5px #0079c1, inset 0 0 0 .5px #0079c1, inset 0 3px 0 0 #0079c1;
	}
}

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

.c-image-switcher-link-image {
	border-radius: 50%
}

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

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

@media (min-width: 1096px) {
	.c-image-switcher-link-title {
		max-height: 60px;
		max-width: 180px
	}
}

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

/* Image Switcher: Images
/* ========================================================================== */

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

@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
}

@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"] {
	display: none
}

.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;
	-webkit-transition: margin-bottom 60ms;
	transition: margin-bottom 60ms
}

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

@media (max-width: 1095px) {
	.c-image-switcher-image-content {
		margin: 15px;
		padding: 30px
	}
}

@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
}

@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 a {
	color: #49b0f2;
	text-decoration: none
}

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

.c-image-switcher-image-title {
    color: #323232;
}
.group_desc {
  letter-spacing: .06rem; }

.ind-resources_block-group-news a:hover {
  text-decoration: none; }
  .ind-resources_block-group-news a:hover .icon-link .icon {
    color: #0079c1; }

.ind-resources_block-group-news a .icon-link .icon {
  color: #4d4d4d; }

/* 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; } }

[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: #fff;
    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: #fff
}
.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: #fff;
    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.15;
    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;
    z-index: 9999;
}
.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), #ccc calc(50% - 1px));
        background-image: linear-gradient(90deg, #0079c1 calc(50% - 1px), #ccc calc(50% - 1px));
        color: #0079c1;
        text-shadow: -.075em -.05em 0 #fff, -.125em 0 0 #fff, -.075em 0 0 #fff, -.05em 0 0 #fff, .05em 0 0 #fff, .075em 0 0 #fff, .125em 0 0 #fff
    }
    .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: -.075em -.05em 0 #323232, -.125em 0 0 #323232, -.075em 0 0 #323232, -.05em 0 0 #323232, .05em 0 0 #323232, .075em 0 0 #323232, .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: -.075em -.05em 0 #323232, -.125em 0 0 #323232, -.075em 0 0 #323232, -.05em 0 0 #323232, .05em 0 0 #323232, .075em 0 0 #323232, .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 viewBox='0 0 16 16' fill='%230079c1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.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 viewBox='0 0 16 16' fill='%2349b0f2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.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: #fff
}

.-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, .85);
    color: #fff;
}


.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: #fff;
    background-color: rgba(50, 50, 50, .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% 75%;
    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 viewBox='0 0 16 16' fill='%23232323' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
}

.-dark .edc-related-action span:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23ffffff' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.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 viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.297l5.313-5.313H0V8h13.281L8 2.703V1.281L15.219 8.5 8 15.719v-1.422z'/%3E%3C/svg%3E");
    fill: #fff;
    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;	
	}
	
}

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

.search-component {
  position: relative;
  width: 360px;
  border-bottom: solid 1px #a9a9a9; }

.esri-search-textfield {
  width: 300px;
  display: inline-block;
  border: none;
  box-shadow: none;
  height: 50px;
  color: #828282;
  font-size: 18px; }

.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 {
    background-color: transparent; }

hr {
  margin: 20px 0; }
  @media screen and (max-width: 1368px) and (min-width: 1280px) {
    hr {
      margin: 10px 0; } }
  hr.small {
    width: 15%;
    text-align: left; }
  hr.x-small {
    background: #3fa6ff;
    border-top: none;
    height: 3px;
    width: 50px;
    text-align: left;
    margin: 0 0 15px; }
    hr.x-small.light-blue {
      background: #49b0f2; }
    hr.x-small.center {
      display: inline-block; }
    hr.x-small.right-separator {
      margin-left: calc(100% - 50px); }
    @media (max-width: 600px) {
      hr.x-small {
        display: inline-block; } }

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

.featured-image {
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 50px 20px;
  overflow: auto;
}
.featured-image.dark {
  background-color: #323232;
}
.featured-image.light {
  background-color: #fff;
}
@media (min-width: 768px) {
  .featured-image {
    background-size: 50%;
  }
}
@media (min-width: 1024px) {
  .featured-image {
    background-size: 50%;
    background-position: 85% 35%;
    padding: 0;
  }
}
.light .text-overlay {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .light .text-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 100vh;
  }
}
.dark .text-overlay {
  background-color: #323232;
}
@media (min-width: 1024px) {
  .dark .text-overlay {
    background-color: rgba(59, 59, 59, 0.95);
    min-height: 100vh;
  }
}
.c-panelled-content {
  padding-top: 200px;
}
@media (min-width: 568px) {
  .c-panelled-content {
    padding-top: 350px;
  }
}
@media (min-width: 768px) {
  .c-panelled-content {
    padding-top: 200px;
  }
}
@media (min-width: 1024px) {
  .c-panelled-content {
    float: left;
    padding-top: 0;
    width: 50%;
  }
}
.c-panelled-inner ul {
  margin-left: -0.5rem;
  color: #bcbcbc;
}
.c-panelled-inner P {
  color: #bcbcbc;
}
@media (min-width: 1024px) {
  .c-panelled-inner {
    padding-top: 6.2rem;
    margin-top: 10%;
    float: right;
    width: 500px;
    padding-right: 70px;
  }
}

.resource-block, .resource-block-card {
  position: relative; }

.resource-block {
  transition: all .25s ease-in-out; }

.resource-block.what-you-get .padding-all-20 {
  min-height: 150px; }

@media screen and (max-width: 480px) {
  .resource-block-card {
    margin: 10px 0; } }

.resource-block-card h4, .resource-block-card p {
  margin: 0; }

.resource-block-card h4 {
  font-size: 22px; }

.resource-block-card p {
  font-size: 14px;
  line-height: 1.5; }

@media screen and (max-width: 640px) {
  .resource-block-card h4 {
    font-size: 16px; }
  .resource-block-card p {
    font-size: 14px; } }

.resource-block-card-icon {
  position: relative;
  height: 125px;
  width: 100%; }

.resource-block-card-icon .icon-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  padding: 0; }

.resource-block-card-icon.spatial-analysis-1 {
  background: url(../components/img/desktop/Extension_3D-analyst.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.spatial-analysis-2 {
  background: url(../components/img/desktop/Extension_geostatistical.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.spatial-analysis-3 {
  background: url(../components/img/desktop/Extension_network-analyst.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.spatial-analysis-4 {
  background: url(../components/img/desktop/Extension_schematics.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.spatial-analysis-5 {
  background: url(../components/img/desktop/Extension_spatial-analyst.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.spatial-analysis-6 {
  background: url(../components/img/desktop/Extension_tracking-analyst.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.data-workflows-1 {
  background: url(../components/img/desktop/Extension_data-interoperability.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.data-workflows-2 {
  background: url(../components/img/desktop/Extension_data-reviewer.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.data-workflows-3 {
  background: url(../components/img/desktop/Extension_arcgis-publisher.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.data-workflows-4 {
  background: url(../components/img/desktop/Extension_workflow-manager.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.industry-focused-1 {
  background: url(../components/img/desktop/Extension_aviation-airports.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.industry-focused-2 {
  background: url(../components/img/desktop/Extension_aviation-charting.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.industry-focused-3 {
  background: url(../components/img/desktop/Extension_maritime-bathymetry.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.industry-focused-4 {
  background: url(../components/img/desktop/Extension_maritime-charting.jpg) top center no-repeat; }

.resource-block-card-icon.industry-focused-5 {
  background: url(../components/img/desktop/Extension_defense-mapping.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.industry-focused-6 {
  background: url(../components/img/desktop/Extension_production-mapping.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.industry-focused-7 {
  background: url(../components/img/desktop/Extension_roads-and-highways.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.add-ons-1 {
  background: url(../components/img/desktop/Extension_infographics.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.add-ons-2 {
  background: url(../components/img/desktop/Extension_openstreetmap.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.add-ons-3 {
  background: url(../components/img/desktop/Extension_districting.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.add-ons-4 {
  background: url(../components/img/desktop/Extension_esri-s57.jpg) top center no-repeat; }

.resource-block-card-icon.add-ons-5 {
  background: url(../components/img/desktop/Extension_geoportal-add-ons.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.add-ons-6 {
  background: url(../components/img/desktop/Extension_wmcclient.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.add-ons-7 {
  background: url(../components/img/desktop/Extension_defense-NITF.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.gis-cap-1 {
  background: url(../components/img/enterprise/Capability_1.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.gis-cap-2 {
  background: url(../components/img/enterprise/Capability_2.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.gis-cap-3 {
  background: url(../components/img/enterprise/Capability_3.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.gis-cap-4 {
  background: url(../components/img/enterprise/Capability_4.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-icon.gis-cap-5 {
  background: url(../components/img/enterprise/Capability_5.jpg) top center no-repeat;
  background-size: cover; }

.resource-block-card-title {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding: 5px 0 5px 20px;
  width: 100%; }

.resource-block-card-content {
  border: 1px solid #595959;
  border-top: none;
  box-sizing: border-box;
  width: 100%; }

.resource-block-card-content .padding-all-20 {
  min-height: 220px; }

.resource-block-card-content.what-you-get {
  background: #323232;
  padding: 0;
  min-height: auto; }

.resource-block-card-content.what-you-get .padding-all-20 {
  min-height: 200px; }

.resource-block-card-content.enterprise-resources {
  min-height: auto;
  padding: 0; }

.resource-block-card-content.enterprise-resources .padding-all-20 {
  min-height: 240px; }

@media screen and (max-width: 640px) {
  .resource-block-card-content {
    min-height: 325px;
    padding: 10px; }
  .resource-block-card-content .learn-more {
    font-size: 14px; } }

.resource-block-card-action button {
  transition: all .2s ease-in-out;
  width: 100%; }

.resource-block.show-me {
  display: block; }

.resource-block.hide-me {
  display: none; }

.resource-block.light-blue .resource-block-card-icon {
  background: #6db5e3; }

.resource-block.light-blue .resource-block-card-title {
  background: rgba(50, 50, 50, 0.8);
  color: #efefef; }

.resource-block.yellow .resource-block-card-icon {
  background: #bda726; }

.resource-block.yellow .resource-block-card-title {
  background: rgba(50, 50, 50, 0.8);
  color: #efefef; }

.resource-block.blue .resource-block-card-icon {
  background: #0079c1; }

.resource-block.blue .resource-block-card-title {
  background: #d2e9f9; }

.resource-block.orange .resource-block-card-icon {
  background: #d17e21; }

.resource-block.orange .resource-block-card-title {
  background: rgba(50, 50, 50, 0.8);
  color: #efefef; }

.resource-block.purple .resource-block-card-icon {
  background: #9182db; }

.resource-block.purple .resource-block-card-title {
  background: rgba(50, 50, 50, 0.8);
  color: #efefef; }

.resource-block.green .resource-block-card-icon {
  background: #68aa77; }

.resource-block.green .resource-block-card-title {
  background: rgba(50, 50, 50, 0.8);
  color: #efefef; }

.resource-block.light-green .resource-block-card-icon {
  background: #b4e25c; }

.resource-block.light-green .resource-block-card-title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

.resource-block .resource-block-card-content .card-text p {
  color: #A9A9A5; }

.resource, .resource-topics {
  position: relative; }

.resource-block.brown .resource-block-card-icon {
  background: #b88b55; }

.resource-block.brown .resource-block-card-title {
  background: rgba(50, 50, 50, 0.8);
  color: #efefef; }

.resource-block.gray .resource-block-card-icon {
  background: #4c4c4c; }

.resource-block.gray .resource-block-card-title {
  background: #efefef; }

.resource-block.dark .resource-block-card-content {
  border: thin solid #4c4c4c; }

.resource-block.dark .text-light-blue {
  color: #49b0f2; }

.resource .topic {
  font-weight: 500;
  letter-spacing: .1em;
  padding: 20px 0; }

.resource .topic:hover {
  cursor: pointer;
  color: #fff; }

.resource .is-active {
  color: #fff; }

.resource-topics {
  min-height: 69px;
  border-bottom: thin solid #595959; }

.resource-topics .resource-selected {
  position: absolute;
  left: 0;
  background: #49b0f2;
  bottom: 0;
  height: 3px;
  transition: all .25s ease-in-out; }

.resource-block-card .cta-link {
  box-sizing: border-box;
  padding: 5px 15px;
  position: relative; }

.resource-block-card .cta-link a {
  display: inline-block;
  position: relative;
  color: #56a5d8;
  transition: all .35s ease-out;
  font-size: 17px; }

.resource-block-card .cta-link a::after {
  background: url("https://webapps-cdn-dev.esri.com/CDN/page-templates/industries/public-safety/images/Icon-Right-Arrow-White.svg");
  content: '';
  display: block;
  height: 12px;
  left: 90%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left .15s ease-out, opacity .15s ease-out;
  width: 12px; }

.resource-block-card:hover {
  outline: 0 !important;
  color: #74c6ff; }
  .resource-block-card:hover .cta-link a::after {
    left: 105%;
    opacity: 1; }

/* v.1 */

.card-logo-text .lighttheme .card-logo {
  overflow: hidden;
  text-align: left;
  min-height: 240px; }
  .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; }
  .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; }

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

.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%; } }

.cta-container .btn-large {
  padding: 22px 42px; }

.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%; } }

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

.ind-card-carousel .ind-slide:hover {
  outline: none; }

.ind-card-carousel .ind-slide-header_title {
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #323232; }

/*****************************************************
SASS compilation failed due an error!

Input: /etc/clientlibs/esri-sites/components/css/upcoming-webinars.scss
Error:Error: Undefined variable: "$blue".
        on line 154 of stdin
>> 					color: $blue;
   ------------^

*****************************************************/

.tmh-block-group {
  padding-top: 20px; }

.tmh-block {
  display: inline-block;
  text-align: center;
  min-width: 150px; }
  @media (min-width: 533px) {
    .tmh-block {
      min-width: 180px; } }
  @media (min-width: 596px) {
    .tmh-block {
      min-width: 180px; } }
  @media (min-width: 860px) {
    .tmh-block {
      min-width: 115px; } }
  @media (min-width: 1025px) {
    .tmh-block {
      min-width: 140px; } }
  .tmh-block .cta-questions-icon a {
    display: block; }
    .tmh-block .cta-questions-icon a:hover {
      background: none; }

.cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover {
  background: none;
  text-decoration: none; }

.cards-value-prop-series .block {
  display: flex; }

.cards-simple {
  border: solid 1px #cccccc;
  transition: border-color .25s linear;
  background-color: #fff;
  display: flex;
  flex: 1; }
  .cards-simple a, .cards-simple .hoverborder {
    color: #000;
    border-left: 2px solid white;
    transition: border-color .25s linear; }
    .cards-simple a:hover, .cards-simple .hoverborder:hover {
      text-decoration: none;
      border-color: #49b0f2;
      transition: border-color .25s linear; }
  .cards-simple .card-content {
    padding: 20px; }
    .cards-simple .card-content .card-title {
      margin-bottom: 0; }
      .cards-simple .card-content .card-title .right-arrow, .cards-simple .card-content .card-title .svg-icon {
        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;
        top: -2px;
        padding-bottom: 0; }
    .cards-simple .card-content .icon-container img {
      width: 48px; }
    .cards-simple .card-content .card-text {
      margin-top: 0.5rem; }
      .cards-simple .card-content .card-text p {
        margin-bottom: 0; }
  .cards-simple:hover {
    border: solid 1px #49b0f2;
    transition: border-color .25s linear; }
    .cards-simple:hover .card-content .card-title .right-arrow, .cards-simple:hover .card-content .card-title .svg-icon {
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .cards-simple .svg-icon {
    width: 48px;
    height: auto; }
  @media (max-width: 860px) {
    .cards-simple {
      margin-bottom: 10px; } }

.cards-container .block-group .block {
  display: flex;
  margin-bottom: 10px; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(2) .card-title, .cards-container .block-group .block:nth-child(2):nth-last-child(1) .card-title {
    font-size: 1.2019rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(2) .card-text, .cards-container .block-group .block:nth-child(2):nth-last-child(1) .card-text {
    font-size: 0.9375rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(3) .card-title, .cards-container .block-group .block:nth-child(2):nth-last-child(2) .card-title, .cards-container .block-group .block:nth-child(3):nth-last-child(1) .card-title {
    font-size: 1.2019rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(3) .card-text, .cards-container .block-group .block:nth-child(2):nth-last-child(2) .card-text, .cards-container .block-group .block:nth-child(3):nth-last-child(1) .card-text {
    font-size: 0.9375rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(4) .card-title, .cards-container .block-group .block:nth-child(2):nth-last-child(3) .card-title, .cards-container .block-group .block:nth-child(3):nth-last-child(2) .card-title, .cards-container .block-group .block:nth-child(4):nth-last-child(1) .card-title {
    font-size: 1rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(4) .card-text, .cards-container .block-group .block:nth-child(2):nth-last-child(3) .card-text, .cards-container .block-group .block:nth-child(3):nth-last-child(2) .card-text, .cards-container .block-group .block:nth-child(4):nth-last-child(1) .card-text {
    font-size: 0.875rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(5) .card-title, .cards-container .block-group .block:nth-child(2):nth-last-child(4) .card-title, .cards-container .block-group .block:nth-child(3):nth-last-child(3) .card-title, .cards-container .block-group .block:nth-child(4):nth-last-child(2) .card-title, .cards-container .block-group .block:nth-child(5):nth-last-child(1) .card-title {
    font-size: 1rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(5) .card-text, .cards-container .block-group .block:nth-child(2):nth-last-child(4) .card-text, .cards-container .block-group .block:nth-child(3):nth-last-child(3) .card-text, .cards-container .block-group .block:nth-child(4):nth-last-child(2) .card-text, .cards-container .block-group .block:nth-child(5):nth-last-child(1) .card-text {
    font-size: 0.8125rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(6) .card-title, .cards-container .block-group .block:nth-child(2):nth-last-child(5) .card-title, .cards-container .block-group .block:nth-child(3):nth-last-child(4) .card-title, .cards-container .block-group .block:nth-child(4):nth-last-child(3) .card-title, .cards-container .block-group .block:nth-child(5):nth-last-child(2) .card-title, .cards-container .block-group .block:nth-child(6):nth-last-child(1) .card-title {
    font-size: 0.9375rem; }
  .cards-container .block-group .block:nth-child(1):nth-last-child(6) .card-text, .cards-container .block-group .block:nth-child(2):nth-last-child(5) .card-text, .cards-container .block-group .block:nth-child(3):nth-last-child(4) .card-text, .cards-container .block-group .block:nth-child(4):nth-last-child(3) .card-text, .cards-container .block-group .block:nth-child(5):nth-last-child(2) .card-text, .cards-container .block-group .block:nth-child(6):nth-last-child(1) .card-text {
    font-size: 0.8125rem; }

.pardotIFrame {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%; }

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

/*****************************************************
SASS compilation failed due an error!

Input: /etc/clientlibs/esri-sites/esri-common/clientlibs/esri-common.scss
Error:Error: no mixin named font-size

       Backtrace:
       	../../../etc/clientlibs/esri-sites/esri-common/clientlibs/partials/cards.scss:31
        on line 31 of ../../../etc/clientlibs/esri-sites/esri-common/clientlibs/partials/cards.scss
>>     		@include font-size(3);
   ---------------^

*****************************************************/

