/******************* BASIC STYLING **********************/
.scroll_tabs_container {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    height: 40px;
    margin-bottom: 10px;
}

ul.scroll_tabs_container {
    list-style: none;
}

.scroll_tabs_container div.scroll_tab_inner {
    height: 40px;
    border-bottom: 1px solid #333;
}

.scroll_tabs_container div.scroll_tab_inner span,
.scroll_tabs_container div.scroll_tab_inner li {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 14px;
    background-color: #cccccc;
    color: #333333;
    cursor: pointer;
}

.scroll_tabs_container div.scroll_tab_inner li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    list-style-type: none;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
    padding: 0px;
    width: 0px;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
    padding: 0px;
    width: 0px;
}

.scroll_tabs_container .scroll_tab_left_button {
    height: 40px;
    /* background-color: #CCCCCC; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll_tabs_container .scroll_tab_left_button::before {
    /*content: "\25C0";
    line-height: 40px;
    padding-left: 5px;*/
}

.scroll_tabs_container .scroll_tab_left_button_over {
    /* background-color: #999999; */
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
    /* color: #AAAAAA;
    background-color: #CCCCCC; */
    opacity: 0;
}

.scroll_tabs_container .scroll_tab_right_button {
    height: 40px;
    /* background-color: #CCCCCC; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll_tabs_container .scroll_tab_right_button::before {
    /*content: "\25B6";
    line-height: 40px;
    padding-left: 5px;*/
}

.scroll_tabs_container .scroll_tab_right_button_over {
    /* background-color: #999999; */
}

.scroll_tabs_container .scroll_tab_right_button_disabled {
    /* color: #AAAAAA;
    background-color: #CCCCCC; */
    opacity: 0;
}

/****************** LIGHT THEME **************************/
.scroll_tabs_theme_light {
    height: 42px;
}

.scroll_tabs_theme_light div.scroll_tab_inner {
    height: 42px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span,
.scroll_tabs_theme_light div.scroll_tab_inner li {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 14px;
    background-color: #cccccc;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    color: #333333;
    cursor: pointer;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first,
.scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_first {
    border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
    padding: 0px;
    width: 10px;
    background-color: #cccccc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
    padding: 0px;
    width: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #cccccc;
    border-left: 0px;
    border-right: 1px solid #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over,
.scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over {
    background-color: #999999;
}

/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_over {
  background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_over {
  background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_over {
  background-color: #999999;
}*/

/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_selected {
  background-color: #AAAAAA;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_selected {
  background-color: #AAAAAA;
}*/

.scroll_tabs_theme_light .scroll_tab_left_button {
    height: 42px;
    background-color: #cccccc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #999999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_left_button::before {
    content: "\25C0";
    line-height: 40px;
    padding-left: 5px;
}

.scroll_tabs_theme_light .scroll_tab_left_button_over {
    background-color: #999999;
}

.scroll_tabs_theme_light .scroll_tab_left_button_disabled {
    color: #aaaaaa;
    background-color: #cccccc;
}

.scroll_tabs_theme_light .scroll_tab_right_button {
    height: 42px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #cccccc;
    border: 1px solid #999999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_right_button::before {
    content: "\25B6";
    line-height: 40px;
    padding-left: 5px;
}

.scroll_tabs_theme_light .scroll_tab_right_button_over {
    background-color: #999999;
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled {
    color: #aaaaaa;
    background-color: #cccccc;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected,
.scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected {
    background-color: #aaaaaa;
}

/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_selected {
  background-color: #AAAAAA;
}*/

/****************** DARK THEME **************************/
.scroll_tabs_theme_dark {
    height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner {
    height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span,
.scroll_tabs_theme_dark div.scroll_tab_inner li {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 14px;
    background-color: #333333;
    border-left: 1px solid #222222;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    color: #ffffff;
    cursor: pointer;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_first,
.scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_first {
    border-left: 0px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_left_finisher {
    padding: 0px;
    width: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_right_finisher {
    padding: 0px;
    width: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0px;
    border-right: 1px solid #222222;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_over,
.scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_over {
    background-color: #555555;
}

.scroll_tabs_theme_dark .scroll_tab_left_button {
    height: 42px;
    background-color: #333333;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #222222;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_left_button::before {
    content: "\25C0";
    line-height: 40px;
    padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_over {
    background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_disabled {
    color: #444444;
    background-color: #333333;
}

.scroll_tabs_theme_dark .scroll_tab_right_button {
    height: 42px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #333333;
    border: 1px solid #222222;
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_right_button::before {
    content: "\25B6";
    line-height: 40px;
    padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_over {
    background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_disabled {
    color: #444444;
    background-color: #333333;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.tab_selected,
.scroll_tabs_theme_dark div.scroll_tab_inner li.tab_selected {
    background-color: #666666;
}

/* CSS Styles that are needed by jScrollPane for it to operate correctly. */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #666666;
    border-radius: 10px;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #666666;
    display: none;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #cccccc;
    position: relative;
    border-radius: 10px;
}

.jspDrag {
    background: #666666;
    position: relative;
    top: 0;
    left: 0;
    cursor: default;
    border-radius: 10px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/*Slick Start*/
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

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

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

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

.slick-track {
    top: 0;
    left: 0;
}

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

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

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

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

/* @font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-Demi.eot');
  src: url('../fonts/URWDIN-Demi.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-Demi.woff2') format('woff2'),
      url('../fonts/URWDIN-Demi.woff') format('woff'),
      url('../fonts/URWDIN-Demi.ttf') format('truetype'),
      url('../fonts/URWDIN-Demi.svg#URWDIN-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-Bold.eot');
  src: url('../fonts/URWDIN-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-Bold.woff2') format('woff2'),
      url('../fonts/URWDIN-Bold.woff') format('woff'),
      url('../fonts/URWDIN-Bold.ttf') format('truetype'),
      url('../fonts/URWDIN-Bold.svg#URWDIN-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-Black.eot');
  src: url('../fonts/URWDIN-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-Black.woff2') format('woff2'),
      url('../fonts/URWDIN-Black.woff') format('woff'),
      url('../fonts/URWDIN-Black.ttf') format('truetype'),
      url('../fonts/URWDIN-Black.svg#URWDIN-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-Light.eot');
  src: url('../fonts/URWDIN-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-Light.woff2') format('woff2'),
      url('../fonts/URWDIN-Light.woff') format('woff'),
      url('../fonts/URWDIN-Light.ttf') format('truetype'),
      url('../fonts/URWDIN-Light.svg#URWDIN-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-Medium.eot');
  src: url('../fonts/URWDIN-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-Medium.woff2') format('woff2'),
      url('../fonts/URWDIN-Medium.woff') format('woff'),
      url('../fonts/URWDIN-Medium.ttf') format('truetype'),
      url('../fonts/URWDIN-Medium.svg#URWDIN-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-XLight.eot');
  src: url('../fonts/URWDIN-XLight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-XLight.woff2') format('woff2'),
      url('../fonts/URWDIN-XLight.woff') format('woff'),
      url('../fonts/URWDIN-XLight.ttf') format('truetype'),
      url('../fonts/URWDIN-XLight.svg#URWDIN-XLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-Thin.eot');
  src: url('../fonts/URWDIN-Thin.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-Thin.woff2') format('woff2'),
      url('../fonts/URWDIN-Thin.woff') format('woff'),
      url('../fonts/URWDIN-Thin.ttf') format('truetype'),
      url('../fonts/URWDIN-Thin.svg#URWDIN-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('../fonts/URWDIN-Regular.eot');
  src: url('../fonts/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/URWDIN-Regular.woff2') format('woff2'),
      url('../fonts/URWDIN-Regular.woff') format('woff'),
      url('../fonts/URWDIN-Regular.ttf') format('truetype'),
      url('../fonts/URWDIN-Regular.svg#URWDIN-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

* {
    outline: none;
}

body {
    color: #05142D;
    background-color: #fff;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 18px;
    line-height: normal;
}

ul,
ol,
div {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-bullet-rte ul {
    list-style-type: disc;
}

.list-bullet-rte ol {
    list-style-type: auto;
}

.list-bullet-rte ul,
.list-bullet-rte ol {
    margin-left: 1em;
    margin-bottom: 25px;
    font-size: 1.125em;
    line-height: 1.4;
}

.list-bullet-rte a {
    color: #cc0000;
    text-decoration: underline;
}

.list-bullet-rte a:hover {
    color: #000;
}

input {
    outline: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.neue-font {
    font-family: 'Helvetica Neue LT Std';
}

.hv-update-old-component {
    font-family: 'Helvetica Neue LT Std';
}

.t-d-none {
    text-transform: none !important;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 100%;
    }
}

@media (min-width: 1280px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1275px;
    }
}

.loadOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 99999;
}

.c-link {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    transition: all 0.2s ease-in;
    text-transform: uppercase;
    margin-right: 15px;
    display: inline-block;
}

.c-link svg {
    width: 20px;
    height: 11px;
    transition: all 0.2s ease-in;
    margin-left: 5px;
    margin-top: -2px;
}

.c-link svg.gated-lock {
    width: 16px;
    height: 16px;
    margin: -4px 5px 0 0;
}

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

.c-link:hover svg {
    transform: translate(8px, 0);
}

.c-link:hover svg.gated-lock {
    transform: translate(0, 0);
}

.c-link.red {
    color: #c00;
}

.c-link.red svg {
    fill: #c00;
}

.c-link.red .cls-1 {
    stroke: #c00;
}

.c-link.red:hover {
    color: #ae0000;
}

.c-link.red:hover svg {
    fill: #ae0000;
}

.c-link.white {
    color: #fff;
}

.c-link.white svg {
    fill: #fff;
}

.c-link.white .cls-1 {
    stroke: #fff;
}

.c-link.white:hover {
    color: #fff;
}

.c-link.black {
    color: #000;
}

.c-link.black svg {
    fill: #000;
}

.c-link.black:hover {
    color: #000;
}

.c-btn {
    background-color: transparent;
    display: inline-block;
    align-items: center;
    padding: 8px 20px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: 15px;
}

.c-btn.t-d-none {
    text-transform: none !important;
}

.c-btn .true {
    margin-left: 0;
}

.c-btn svg {
    width: 27px;
    height: 15px;
    transition: all 0.2s ease-in;
    margin-left: 5px;
    margin-top: -6px;
}

.c-btn svg.gated-lock {
    width: 16px;
    height: 16px;
    margin: -4px 5px 0 0;
}

.c-btn:hover {
    text-decoration: none;
}

.c-btn:hover svg {
    transform: translate(8px, 0);
}

.c-btn:hover svg.gated-lock {
    transform: translate(0, 0);
}

.c-btn.red {
    color: #fff;
    background-color: #c00;
}

.c-btn.red svg {
    fill: #fff;
}

.c-btn.red .cls-1 {
    stroke: #fff;
}

.c-btn.red:hover {
    background-color: #ae0000;
    border: 1px solid #ae0000;
}

.c-btn.white {
    color: #c00;
    background-color: #fff;
}

.c-btn.white svg {
    fill: #c00;
}

.c-btn.grey {
    color: #c00;
    background-color: #dedede;
}

.c-btn.white-border {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.c-btn.white-border svg {
    fill: #fff;
}

.c-btn.red-border {
    border: 2px solid #cc0000;
    color: #fff;
    text-transform: none;
    font-family: 'Helvetica Neue LT Std';
    padding: 15px 30px 15px;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 0;
}

.c-btn.red-border:hover {
    background: #cc0000;
    color: #fff;
}

.c-icon-btn {
    min-width: 146px;
    font-size: 14px;
    font-family: 'Helvetica Neue LT Std';
    padding: 10px;
    background-color: #fff;
    border: 2px solid #c00;
    color: #c00;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    justify-content: space-between;
    transition: all 0.2s ease-in;
}

.c-icon-btn span {
    margin-left: 15px;
    background: #c00;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease-in;
}

.c-icon-btn span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.2s ease-in;
}

.c-icon-btn span:after {
    content: "";
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 1px 1px 0px;
    transform: rotate(-90deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    top: 6px;
    right: 6px;
    transition: all 0.2s ease-in;
}

.c-icon-btn:hover {
    background: #c00;
    color: #fff;
    text-decoration: none;
}

.c-icon-btn:hover span {
    background-color: #fff;
}

.c-icon-btn:hover span:after {
    border-color: #000;
}

.c-icon-btn:hover span:before {
    background: #000;
}

.c-icon-btn.white {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

.c-icon-btn.white span {
    background: #fff;
}

.c-icon-btn.white span:after {
    border-color: #000;
}

.c-icon-btn.white span:before {
    background: #000;
}

.c-icon-btn.white:hover {
    background: #fff;
    color: #000;
}

.c-icon-btn.white:hover span {
    background-color: #c00;
}

.c-icon-btn.white:hover span:after {
    border-color: #fff;
}

.c-icon-btn.white:hover span:before {
    background: #fff;
}

.c-icon-btn.red {
    background: #c00;
    color: #fff;
    text-decoration: none;
}

.c-icon-btn.red span {
    background-color: #fff;
}

.c-icon-btn.red span:after {
    border-color: #000;
}

.c-icon-btn.red span:before {
    background: #000;
}

.c-icon-btn.red:hover {
    background: #8f0000;
    border-color: #8f0000;
}

.android-device .c-btn,
.mac .c-btn,
.iphone-device .c-btn {
    padding: 13px 20px 8px !important;
}

.android-device .c-btn svg,
.mac .c-btn svg,
.iphone-device .c-btn svg {
    margin-top: -3px !important;
}

.iphone-device .checkbox input[type="checkbox"]:checked {
    padding-bottom: 0;
}

.iphone-device .checkbox label:before {
    top: 1px;
}

.mac .c-link svg {
    margin-top: -3px !important;
}

.c-anchor-block {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

.heading1 {
    font-size: 50px;
    font-weight: normal;
    position: relative;
    font-family: 'Helvetica Neue LT Std';
    line-height: 73px;
}

.heading1.white {
    color: #fff;
}

.heading1.red {
    color: #c00;
}

.heading1.black {
    color: #05142D;
}

.heading2 {
    font-size: 1.875rem;
    font-weight: normal;
    padding-bottom: 18px;
    position: relative;
    color: #05142D;
    margin-bottom: 15px;
}

.heading2:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
}

.heading2.no-border {
    border: none;
}

.heading2.no-border:after {
    background: transparent;
}

.heading2.no-border:before {
    border: none;
}

.heading2.white:after {
    background: #fff;
}

@media (min-width: 768px) {
    .heading2.center {
        text-align: center;
    }

    .heading2.center:after {
        right: 0;
    }
}

.heading2.left {
    text-align: left;
}

.heading2.left:after {
    right: auto;
}

.heading3 {
    font-size: 1.25rem;
    color: #000;
    margin: 25px 0 8px;
    font-weight: 600;
}

.hv-assets-icon {
    display: inline-block;
}

.hv-assets-icon svg {
    width: 60px;
    height: 60px;
    stroke: #333333;
    fill: #333333;
}

.hv-assets-icon svg:hover {
    stroke: #cc0000;
    fill: #cc0000;
}

.arrow-animate {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
}

@media (max-width: 767px) {
    .arrow-animate {
        display: none;
    }
}

.arrow-animate:after,
.arrow-animate:before,
.arrow-animate .moving-arrow:before,
.arrow-animate .moving-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 20px;
    background: #333;
}

.arrow-animate.white:after,
.arrow-animate.white:before,
.arrow-animate.white .moving-arrow:before,
.arrow-animate.white .moving-arrow:after {
    background: #fff;
}

.arrow-animate:after {
    transform: rotate(50deg);
    right: 12px;
}

.arrow-animate:before {
    transform: rotate(-50deg);
    left: 12px;
}

.arrow-animate .moving-arrow {
    position: absolute;
    left: 0;
    width: 40px;
    height: 18px;
    animation: down 1.5s linear infinite alternate;
    -moz-animation: down 1.5s linear infinite alternate;
    -webkit-animation: down 1.5s linear infinite alternate;
    -o-animation: down 1.5s linear infinite alternate;
    -ms-animation: down 1.5s linear infinite alternate;
    animation-iteration-count: 10;
}

.arrow-animate .moving-arrow:after {
    transform: rotate(50deg);
    right: 12px;
    top: 10px;
    transition: 0.2s ease-in-out;
}

.arrow-animate .moving-arrow:before {
    transform: rotate(-50deg);
    left: 12px;
    top: 10px;
    transition: 0.2s ease-in-out;
}

.arrow-animate:hover .moving-arrow:after {
    top: 15px;
    transition: 0.2s ease-in-out;
}

.arrow-animate:hover .moving-arrow:before {
    top: 15px;
    transition: 0.2s ease-in-out;
}

.arrow-animate.right {
    transform: rotate(-90deg);
    left: 100px;
}

@keyframes down {
    0% {
        bottom: 20px;
    }

    25% {
        bottom: 15px;
    }

    50% {
        bottom: 10px;
    }

    75% {
        bottom: 15px;
    }

    100% {
        bottom: 20px;
    }
}

.hmenu {
    display: flex;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    border-radius: 5px;
    padding: 6px 10px;
    border: 1px solid #dedede;
    background-color: #fff;
    cursor: pointer;
}

.hmenu .icon span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: black;
    margin: 4px 0;
}

.hmenu .icon span:first-child {
    margin-top: 0;
}

.hmenu .icon span:nth-child(2) {
    width: 13px;
}

.hmenu .icon span:last-child {
    margin-bottom: 0;
}

.hmenu .icon svg {
    width: 20px;
    height: 20px;
}

.hmenu .text {
    padding-left: 8px;
}

.mac .hmenu .text {
    padding-top: 5px;
}

.hv-close {
    position: absolute;
    right: 0px;
    top: 13px;
    width: 20px;
    height: 20px;
    opacity: 1;
    cursor: pointer;
}

.hv-close:hover {
    opacity: 1;
}

.hv-close:before,
.hv-close:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #333;
}

.hv-close:before {
    transform: rotate(45deg);
}

.hv-close:after {
    transform: rotate(-45deg);
}

.component-tile-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    z-index: 0;
}

.hv-arrows {
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
    display: inline-block;
}

.hv-arrows.red {
    border-color: #c00;
}

.hv-arrows.black {
    border-color: #000;
}

.p-tb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.p-tb-10 {
    padding: 10px 0;
}

.p-tb-20 {
    padding: 20px 0;
}

.p-tb-30 {
    padding: 30px 0;
}

.p-tb-40 {
    padding: 40px 0;
}

.p-tb-50 {
    padding: 50px 0;
}

.p-tb-60 {
    padding: 60px 0;
}

.p-tb-70 {
    padding: 70px 0;
}

.p-tb-80 {
    padding: 80px 0;
}

.p-tb-90 {
    padding: 90px 0;
}

.p-tb-100 {
    padding: 100px 0;
}

.p-tb-120 {
    padding: 120px 0;
}

.p-top-0 {
    padding-top: 0;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.overflow-mobile {
    height: 100%;
    position: fixed;
}

@media (max-width: 767px) {

    .p-tb-60,
    .p-tb-70,
    .p-tb-80,
    .p-tb-90,
    .p-tb-100,
    .p-tb-120 {
        padding: 40px 0;
    }

    .p-top-0 {
        padding-top: 0;
    }

    .p-bottom-0 {
        padding-bottom: 0;
    }
}

.content-loader {
    background: url("../../../content/dam/public/en_us/image/common/load-indicator.gif") no-repeat 50% 50% #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.black-inlink {
    color: #333333 !important;
    text-decoration: underline !important;
}

.black-inlink .engInd {
    display: none;
}

.black-inlink:visited {
    color: #8a8a8a !important;
}

.black-inlink:hover {
    text-decoration: none !important;
}

.white-inlink {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.white-inlink .engInd {
    display: none;
}

.white-inlink:visited {
    color: #d2d2d2 !important;
}

.white-inlink:hover {
    text-decoration: none !important;
}

.red-inlink {
    color: #ce0000 !important;
    text-decoration: underline !important;
}

.red-inlink .engInd {
    display: none;
}

.red-inlink:visited {
    color: #ac1f25 !important;
}

a.red-inlink:hover {
    text-decoration: none !important;
}

.checkbox {
    position: relative;
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .checkbox {
        display: flex;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:checked {
    padding-bottom: 50px;
}

.checkbox input[type="checkbox"]:checked+label:before {
    background-position: 0 -17px;
}

.checkbox label {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    font-size: 0.875rem;
    padding-left: 20px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .checkbox label {
        padding-left: 15px;
    }
}

.checkbox label.hds-icon {
    background-image: none;
}

.checkbox label:before {
    background: url("../../../content/dam/public/en_us/image/common/rl-checkbox.png") no-repeat top left;
    background-position: 0 1px;
    content: " ";
    height: 18px;
    position: absolute;
    display: inline-block;
    width: 17px;
    left: 0;
    top: 3px;
}

.custom-selectmenu {
    position: relative;
    vertical-align: middle;
    margin: 5px 0;
}

.custom-selectmenu::before,
.custom-selectmenu::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-selectmenu::before {
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}

.custom-selectmenu:after {
    right: 10px;
    top: 12px;
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    color: #cc0000;
}

.custom-selectmenu select {
    background-color: transparent;
    color: #333;
    font-size: inherit;
    padding: 5px 0 5px 3px;
    padding-right: 20px;
    border: 0;
    margin: 0;
    border-radius: 0;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #dedede;
}

.custom-selectmenu select::-ms-expand {
    display: none;
}

.mac .custom-selectmenu select {
    padding: 11px 0 5px 5px;
    line-height: 1.2;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #ffffff !important;
    box-shadow: 0 0 0 1000px white inset !important;
}

ul.square-bullet {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

ul.square-bullet li {
    padding-left: 18px;
    padding-bottom: 5px;
    position: relative;
}

ul.square-bullet li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #c00;
}

ul.square-bullet li a {
    text-decoration: none;
    color: #c00;
}

ul.square-bullet li a:hover {
    text-decoration: underline;
    color: #c00;
}

.job-error-panel {
    z-index: 2;
    position: relative;
    min-height: 230px;
    padding: 60px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    background-color: #efefef;
    text-align: center;
}

.job-error-panel p {
    margin-bottom: 30px;
}

.job-error-panel.job-list-error {
    text-align: center;
    padding: 60px 15px 60px;
}

@media only screen and (max-width: 767px) {

    .job-error-panel,
    .job-error-panel.job-list-error {
        text-align: left;
    }

    .job-error-panel .container {
        padding: 0;
    }
}

/*.htext {
  position: relative;
  isolation: isolate;
}
.htext:after {
  content: "";
  background-color: #cc0000;
  width: 100%;
  position: absolute;
  height: 15px;
  bottom: 8px;
  left: 0;
  z-index: -1;
}*/
@media (max-width: 991px) {
    .htext:after {
        display: none;
    }
}

.htext .hline {
    z-index: 1;
    position: relative;
}

.cbutton {
    background: transparent;
    display: inline-flex;
    min-width: 230px;
    justify-content: center;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.cbutton.isGatedLock .gated-lock {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.cbutton:hover {
    text-decoration: none;
    color: #ffffff;
}

.cbutton:focus {
    outline: none;
}

.cbutton.primary {
    background: #cc0000;
    /* box-shadow: 6px 6px 0px #6d0101; */
}

.cbutton.primary:hover {
    background-color: #8f0000;
}

.cbutton.secondary-dark {
    background: transparent;
    border: 1px solid #cc0000;
    color: #cc0000;
}

.cbutton.secondary-dark:hover {
    border: 1px solid #6d0101;
    color: #6d0101;
}

.cbutton.secondary-light {
    background: transparent;
    border: 1px solid #ffffff;
}

.cbutton.secondary-light:hover {
    color: #d1d1d1;
    border: 1px solid #dedede;
}

.cbutton.disabled {
    background-color: #414141;
    box-shadow: 6px 6px 0px #575757;
}

.cbutton.disabled:hover {
    background: linear-gradient(0deg, #414141, #414141), #414141;
}

.cbutton.disabled-light {
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    color: #414141;
}

.cbutton.disabled-light:hover {
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.cboxlink {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in;
}

.cboxlink svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.cboxlink.red {
    background-color: #c00;
}

.cboxlink.red:hover {
    background-color: #8f0000;
}

.ciconlink {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 2px 0;
    font-weight: bold;
    font-size: 18px;
    /* min-width: 210px; */
    transition: all 0.2s ease-in;
    text-decoration: none;
}

.ciconlink svg {
    width: 16px;
    height: 16px;
    transition: all 0.2s ease-in;
    margin-left: 10px;
}

.ciconlink.red {
    color: #cc0000;
    border-bottom: 2px solid #cc0000;
}

.ciconlink.red svg {
    fill: #cc0000;
}

.ciconlink.red .cls-1 {
    stroke: #cc0000;
}

.ciconlink.red:hover {
    /* color: #8f0000; */
    border-bottom: 2px solid #cc0000;
    text-decoration: none;
}

.ciconlink.red:hover svg {
    fill: #8f0000;
}

.ciconlink.white {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.ciconlink.white svg {
    fill: #ffffff;
}

.ciconlink.white:hover {
    color: #8f0000;
    border-bottom: 3px solid #8f0000;
    text-decoration: none;
}

.ciconlink.white:hover svg {
    fill: #8f0000;
}

.ciconlink .label-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 5px;
}

.ciconlink .label-txt svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.j-c-c {
    justify-content: center;
}

.hv-section-heading2 {
    font-size: 54px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT Std';
    display: flex;
    min-height: 100%;
    align-items: center;
    margin-bottom: 30px;
    line-height: 54px;
}

.hv-section-heading2.black {
    color: #05142D;
}

.hv-section-heading2.white {
    color: #fff;
}

@media (max-width: 767px) {
    .hv-section-heading2 {
        font-size: 42px;
        line-height: 42px;
    }
}

.hv-section-heading3 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Helvetica Neue LT Std';
    line-height: 36px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .hv-section-heading3 {
        font-size: 24px;
        line-height: 28px;
    }
}

.hv-section-heading3.black {
    color: #000;
}

.hv-section-heading3.white {
    color: #fff;
}

.video-play-icon {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.video-play-icon svg {
    fill: #ffffff;
    transition: all 0.2s ease-in;
    width: 100px;
    height: 100px;
}

.video-play-icon:hover svg {
    fill: #8f0000;
}

.video-play-icon.red svg {
    fill: #cc0000;
}

.video-play-icon.red:hover svg {
    fill: #8f0000;
}

.full-fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.full-fit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
	cursor: auto;
}

.bg_texture {
    background-repeat: repeat !important;
    background-size: contain !important;
    background-position: unset !important;
}

.isPentaho {
    position: absolute;
    visibility: hidden;
    z-index: -999;
}

.hv-hero-comm-banner.new-video-play .icon-wrapper .icon {
    display: inline-flex !important;
    color: #cc0000 !important;
    font-size: 20px !important;
    align-items: center !important;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.hv-hero-comm-banner.new-video-play .icon-wrapper .icon svg {
    fill: #c00 !important;
    stroke: #c00 !important;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}

.hv-hero-comm-banner.new-video-play .icon-wrapper .icon:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.hv-hero-comm-banner.new-video-play .icon-wrapper .icon:hover svg {
    fill: #fff !important;
    stroke: #fff !important;
}

.sub-cat-btn-link {
    background-color: transparent;
    border: 2px solid #c00;
    padding: 10px 30px 10px 20px;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 700;
    position: relative;
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    line-height: normal;
    padding: 0 30px;
    font-family: 'Helvetica Neue LT Std';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    cursor: pointer;
}

.sub-cat-btn-link.isGatedLock {
    display: inline-flex;
    align-items: center;
}

.sub-cat-btn-link.isGatedLock .gated-lock {
    width: 20px;
    height: 20px;
    fill: #000;
    margin-right: 5px;
}

.sub-cat-btn-link:hover {
    color: #fff !important;
    background-color: #c00;
    transition: all 0.2s ease-in;
}

.sub-cat-btn-link:hover .gated-lock {
    fill: #fff !important;
}

@media (max-width: 767px) {
    .sub-cat-btn-link {
        height: 55px;
        line-height: 55px;
        padding: 0 16px;
        font-size: 15px;
    }
}

.rotate-link {
    max-width: 40px;
    display: flex;
    margin-left: auto;
    transition: 0.2s;
    position: relative;
    max-width: 60px;
    align-items: center;
}

.rotate-link.isGatedLock {
    max-width: 70px;
}

.rotate-link.isGatedLock .gated-lock {
    width: 20px;
    height: 20px;
    fill: #c00;
    transform: none;
}

.rotate-link span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border: 2px solid #c00;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.rotate-link span svg {
    width: 20px;
    height: 20px;
    fill: #000;
    margin: 0;
    transform: rotate(-45deg);
}

.rotate-link:hover span {
    background-color: #c00;
    transition: 0.2s;
}

.rotate-link:hover span svg {
    fill: #fff;
    transition: 0.2s;
}

.rotate-link:hover span .cls-1 {
    stroke: #fff;
    transition: 0.2s;
}

.ciconlinkred {
    text-decoration: none !important;
    border-bottom: 3px solid #C40000;
    color: #000 !important;
}

.ciconlinkred:hover svg {
    transform: translateX(10px);
}

.ciconlinkred svg {
    fill: #C40000;
}

.hv-section-heading2.center {
    position: relative;
    justify-content: center;
    text-align: center;
    color: #05142D;
}

.cbutton-circle-cst {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    min-width: 260px;
    color: #fff;
    background-color: #c00;
    transition: all 0.2s ease-in;
    text-decoration: none;
    font-family: 'Helvetica Neue LT Std';
    margin-top: 30px;
}

.cbutton-circle-cst:hover {
    background-color: #ae0000;
    color: #fff;
    text-decoration: none;
}

.cbutton-circle-cst span {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    margin-left: 20px;
}

.cbutton-circle-cst span svg {
    width: 22px;
    height: 14px;
    fill: #fff;
}

@media (max-width: 580px) {
    .cbutton-circle-cst {
        padding: 6px 15px 8px;
        font-size: 16px;
    }

    .cbutton-circle-cst span {
        width: 22px;
        height: 22px;
    }

    .cbutton-circle-cst span svg {
        width: 14px;
        height: 10px;
    }
}

.hv-sticky-col {
    align-items: flex-start;
}

.hv-sticky-col [class*="col-"] {
    position: sticky;
    top: 70px;
}

.circle-arrow-button {
    font-size: 20px;
    text-transform: none;
    letter-spacing: normal;
}

.circle-arrow-button .circle-arrow {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    position: relative;
    top: 0px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.circle-arrow-button .circle-arrow svg {
    transform: none;
    margin: -1px;
}

.hv-social-icon-list {
    display: flex;
    margin: 0px -10px;
}

.hv-social-icon-list li {
    padding: 0px 10px;
}

.hv-social-icon-list li .social_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c00;
}

.hv-social-icon-list li .social_icon svg {
    height: 22px;
    fill: #fff;
}

.hv-social-icon-list li .social_icon:hover {
    background: #ae0000;
}

.dark-bg-white-text h1 {
    color: #fff !important;
}

.dark-bg-white-text div {
    color: #fff !important;
}

.dark-bg-white-text h2 {
    color: #fff !important;
}

.dark-bg-white-text p {
    color: #fff !important;
}

.table-layout-fixed {
    table-layout: fixed;
}

.border-none {
    border: none;
}

.c-btn.c-btn-rect {
    padding: 20px 25px 20px 25px !important;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 18px;
    margin: 0;
    text-transform: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.c-btn.c-btn-rect .true {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
}

.c-btn.c-btn-rect svg {
    width: 30px;
    height: 30px;
    margin-left: 12px;
    border: 1px solid;
    padding: 5px;
    transform: translateX(0);
}

.mktoForm .mktoFormRow #ValidMsgEmail {
    display: inline-flex !important;
    flex-wrap: wrap;
}

.isGatedLock.hide-lock .gated-lock {
    display: none;
}

.hv-stroke-heading {
    z-index: -1;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.hv-stroke-heading .hv-stroke-inr {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 105%;
    transform: translateX(-1.5%);
}

.hv-stroke-heading .hv-stroke-inr span {
    font-size: 150px;
    line-height: 170px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 1px #00000080;
    text-stroke: 1px #00000080;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .hv-stroke-heading .hv-stroke-inr span {
        font-size: 90px;
        line-height: 110px;
    }
}

@media (max-width: 767px) {
    .hv-stroke-heading .hv-stroke-inr span {
        font-size: 64px;
        line-height: 76px;
    }
}

.hv-stroke-heading .hv-stroke-inr span:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .hv-stroke-heading .hv-stroke-inr span:not(:last-child) {
        margin-right: 20px;
    }
}

.heading-and-desc {
    font-family: 'Helvetica Neue LT Std';
    text-align: center;
    margin-bottom: 30px;
}

.heading-and-desc .hv-section-heading2 {
    font-size: 50px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .heading-and-desc .hv-section-heading2 {
        margin-bottom: 20px;
        font-size: 34px;
    }
}

.heading-and-desc .hv-section-heading2 p {
    font-size: 50px;
    line-height: 1.1;
    margin: 0;
    font-weight: normal;
    max-width: 100%;
}

@media (max-width: 767px) {
    .heading-and-desc .hv-section-heading2 p {
        font-size: 28px;
    }
}

.heading-and-desc p {
    max-width: 900px;
    margin: 0 auto 10px;
    font-size: 18px;
    line-height: 24px;
    color: #05142D;
    font-weight: normal;
}

@media (max-width: 767px) {
    .heading-and-desc p {
        margin-bottom: 25px;
        font-size: 18px;
    }
}

.heading-and-desc .c-link {
    height: 56px;
    margin: 20px 0 0;
    padding: 0 54px;
}

body [data-component-hide="true"] {
    display: none;
}

body [data-component-hide="false"] {
    display: block;
}

@media (max-width: 991px) {
    .career-cmn-slider {
        padding-bottom: 70px;
    }
}

.career-cmn-slider .slick-arrow {
    position: absolute;
    bottom: 0px;
    width: 37px;
    height: 37px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 991px) {
    .career-cmn-slider .slick-arrow {
        transform: translateX(-50%);
        left: 50%;
    }
}

.career-cmn-slider .slick-arrow:hover {
    background: #cc0000;
}

.career-cmn-slider .slick-arrow .hv-arrows {
    height: 11px;
    width: 11px;
    color: #fff;
}

.career-cmn-slider .slick-arrow.slick-prev {
    padding-left: 4px;
    right: 80px;
}

@media (max-width: 991px) {
    .career-cmn-slider .slick-arrow.slick-prev {
        left: 46%;
    }
}

@media (max-width: 767px) {
    .career-cmn-slider .slick-arrow.slick-prev {
        left: 45%;
    }
}

@media (max-width: 575px) {
    .career-cmn-slider .slick-arrow.slick-prev {
        left: 42%;
    }
}

.career-cmn-slider .slick-arrow.slick-prev .hv-arrows {
    transform: rotate(135deg);
}

.career-cmn-slider .slick-arrow.slick-next {
    padding-right: 4px;
    right: 23px;
}

@media (max-width: 991px) {
    .career-cmn-slider .slick-arrow.slick-next {
        left: 54%;
    }
}

@media (max-width: 767px) {
    .career-cmn-slider .slick-arrow.slick-next {
        left: 55%;
    }
}

@media (max-width: 575px) {
    .career-cmn-slider .slick-arrow.slick-next {
        left: 58%;
    }
}

.career-cmn-slider .slick-arrow.slick-next .hv-arrows {
    transform: rotate(315deg);
}

.career-testimonial-cont {
    font-family: 'Helvetica Neue LT Std';
    max-width: 700px;
    margin: 100px auto 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 575px) {
    .career-testimonial-cont {
        max-width: 310px;
        margin: 40px auto 0;
    }
}

.career-testimonial-cont .career-testimonialQuote {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.005em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .career-testimonial-cont .career-testimonialQuote {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

.career-testimonial-cont .career-testimonialInfo {
    display: flex;
    max-width: 380px;
    width: 100%;
}

@media (max-width: 575px) {
    .career-testimonial-cont .career-testimonialInfo {
        display: block;
        max-width: 250px;
        text-align: center;
    }
}

.career-testimonial-cont .career-testimonialInfo .career-testimonial-image img {
    width: 65px;
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 14px;
}

@media (max-width: 575px) {
    .career-testimonial-cont .career-testimonialInfo .career-testimonial-image img {
        margin-bottom: 28px;
        margin-right: 0px;
    }
}

.career-testimonial-cont .career-testimonialInfo .customerContentBox .customerName {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    color: #ffffff;
}

@media (max-width: 575px) {
    .career-testimonial-cont .career-testimonialInfo .customerContentBox .customerName {
        font-size: 20px;
    }
}

.career-testimonial-cont .career-testimonialInfo .customerContentBox .customerPos {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #ffffff;
    font-weight: 450;
}

.section-heading-new2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin: 0;
}

.section-heading-new2 p {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin: 0;
}

@media (max-width: 767px) {
    .section-heading-new2 p {
        font-size: 34px;
    }
}

.section-heading-new2.center {
    text-align: center;
}

.section-heading-new2.center p {
    text-align: center;
}

.section-heading-new2.red {
    color: #c00;
}

.section-heading-new2.red p {
    color: #c00;
}

.section-heading-new2.white {
    color: #fff;
}

.section-heading-new2.white p {
    color: #fff;
}

@media (max-width: 767px) {
    .section-heading-new2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .cmn-filters-area {
        background-color: #d9d9d9;
        padding: 10px 0 0;
        margin: 0 -15px;
    }
}

.cmn-filters-area .search-filter {
    margin: 20px 0;
    display: none;
}

.cmn-filters-area .search-filter .resource-search {
    position: relative;
    padding: 0;
}

.cmn-filters-area .search-filter .resource-search input#resSearch {
    min-height: 48px;
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 90px;
    outline: 0;
    box-shadow: none;
    background: rgba(217, 217, 217, 0.2);
    border: 1px solid #b4b4bc;
    border-radius: 3px;
    font-family: 'Helvetica Neue LT Std';
    font-size: 14px;
    line-height: 24px;
}

.cmn-filters-area .search-filter .resource-search input#resSearch:placeholder {
    color: #b4b4bc;
    font-weight: 700;
}

.cmn-filters-area .search-filter .resource-search .searchResource {
    color: #fff;
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 65px;
    right: 0;
    top: 0;
    padding: 12px;
    text-align: center;
}

.cmn-filters-area .search-filter .resource-search .searchResource svg {
    width: 25px;
    height: 25px;
    fill: #c00;
}

.cmn-filters-area .search-filter .resource-search .clearSearchIcon {
    position: absolute;
    right: 71px;
    top: 27px;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.cmn-filters-area .search-filter .resource-search .clearSearchIcon .hv-close {
    top: -10px;
    right: -5px;
}

.cmn-filters-area .search-filter .resource-search #recent-search {
    display: none;
    float: left;
    min-height: auto;
    border: 1px solid #dedede;
    border-top: 1px solid #cc0000;
    width: 80%;
    box-shadow: 2px 1px 7px #999;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    padding: 15px 0 0;
    top: 50px;
    z-index: 99;
}

.cmn-filters-area .search-filter .resource-search #recent-search .rs-close {
    font-size: 0.8125rem;
    color: #333;
    text-align: right;
}

.cmn-filters-area .search-filter .resource-search #recent-search .rs-close a {
    color: #333;
    margin-right: 10px;
    text-decoration: none;
}

.cmn-filters-area .search-filter .resource-search #recent-search .rs-close a .hv-close:before,
.cmn-filters-area .search-filter .resource-search #recent-search .rs-close a .hv-close:after {
    height: 15px;
    left: 5px;
}

.cmn-filters-area .search-filter .resource-search #recent-search .rs-list,
.cmn-filters-area .search-filter .resource-search #recent-search .rs-plist {
    padding-bottom: 10px;
    display: none;
}

.cmn-filters-area .search-filter .resource-search #recent-search .rs-list .cs-title,
.cmn-filters-area .search-filter .resource-search #recent-search .rs-plist .cs-title {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    padding-left: 10px;
}

.cmn-filters-area .search-filter .resource-search #recent-search .rs-list ul li,
.cmn-filters-area .search-filter .resource-search #recent-search .rs-plist ul li {
    font-size: 0.7em;
    margin: 5px 0;
    color: #444444;
    cursor: default;
    padding: 2px 10px;
}

.cmn-filters-area .search-filter .resource-search #recent-search .rs-list ul li:last-child,
.cmn-filters-area .search-filter .resource-search #recent-search .rs-plist ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .cmn-filters-area .tab-filter {
        padding: 0 15px;
    }
}

.cmn-filters-area .tab-filter .res-filters-search {
    margin: 0 auto 10px;
}

@media (max-width: 767px) {
    .cmn-filters-area .tab-filter .res-filters-search {
        margin: 10px auto 10px;
    }
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box-label .label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 991px) {
    .cmn-filters-area .tab-filter .res-filters-search .filters-box-label .label {
        color: #c00;
        cursor: pointer;
    }
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box-label .label .hv-arrows {
    transform: rotate(-45deg);
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box {
    position: relative;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .cmn-filters-area .tab-filter .res-filters-search .filters-box>ul {
        justify-content: space-evenly;
    }
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby {
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: right;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

@media (max-width: 767px) {
    .cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby {
        margin: 0 18px 0 0;
    }

    .cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby.active {
        color: #cc0000;
    }
}

@media (max-width: 480px) {
    .cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby {
        margin: 0 12px 0 0;
    }
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby.active .title {
    color: #cc0000;
    font-weight: 700;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby.active .hv-arrows {
    transform: rotate(-135deg);
    top: 3px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby .title {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-right: 6px;
}

@media (max-width: 1100px) {
    .cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby .title {
        font-size: 0.875rem;
    }
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filterby .hv-arrows {
    position: relative;
    top: -2px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section {
    margin: 0 auto;
    padding: 0;
    display: none;
    position: absolute;
    margin-right: 15px;
    z-index: 999;
    top: 35px;
    width: 400px;
}

@media (max-width: 767px) {
    .cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section {
        left: 0;
        width: 100%;
    }
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list {
    background: #ffffff;
    padding: 50px 30px 40px;
    box-shadow: 0 2px 12px #bbb;
    position: relative;
    z-index: 10;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist {
    display: flex;
    width: 100%;
    overflow: auto;
    height: 340px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist .jspVerticalBar .jspTrack {
    background-color: #eeeeee;
    border-radius: 0;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist .jspVerticalBar .jspTrack .jspDrag {
    background-color: #b4b4bc;
    border-radius: 0;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul {
    list-style: none;
    padding: 0;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li {
    width: 100%;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li:nth-child(3n + 1) {
    clear: both;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li .checkbox {
    margin-top: 12px;
    margin-bottom: 12px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li .checkbox label {
    font-weight: 600;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li .radio {
    position: relative;
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li .radio input[type="radio"] {
    opacity: 0;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li .radio input[type="radio"]:checked+label:before {
    background-position: 0 -19px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li .radio label {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    font-size: 0.875rem;
    padding-left: 15px;
    cursor: pointer;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li .radio label:before {
    background: url("../../../content/dam/public/en_us/image/common/rl-radio.png") no-repeat top left;
    background-position: 0 1px;
    content: " ";
    height: 19px;
    position: absolute;
    display: inline-block;
    width: 18px;
    left: 0;
    top: 3px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop {
    position: absolute;
    top: 20px;
    width: 14px;
    height: 14px;
    right: 28px;
    cursor: pointer;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:before,
.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:after {
    position: absolute;
    left: 6px;
    content: " ";
    height: 14px;
    width: 3px;
    background-color: #c00;
    top: 0;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:before {
    transform: rotate(45deg);
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:after {
    transform: rotate(-45deg);
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .cust-scroll {
    width: 100%;
    overflow: auto;
    height: 340px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .show-results {
    margin-top: 40px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .show-results .sub-cat-btn-link {
    height: auto;
    padding: 15px 22px;
    font-size: 14px;
    line-height: 17px;
}

.cmn-filters-area .tab-filter .res-filters-search .filters-box>ul li .filters-section .filters-list .show-results .clear-result-tab {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    color: #cc0000;
    text-decoration: underline;
    margin-left: 10px;
}

.cmn-filters-area .tab-filter .res-filters-search .rl2019-filters-box ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.cmn-filters-area .tagList {
    margin: 25px 0 5px 0;
    min-height: 28px;
    display: none;
}

@media (max-width: 767px) {
    .cmn-filters-area .tagList {
        padding: 14px 15px 5px;
        border-top: 1px solid #8e8e8e;
        margin: 18px 0 0 0;
        position: relative;
    }
}

.cmn-filters-area .tagList .sfilter {
    display: inline-block;
    width: 100%;
}

@media (max-width: 1024px) {
    .cmn-filters-area .tagList .sfilter {
        width: 700px;
    }

    .cmn-filters-area .tagList .sfilter.add-filters {
        width: 700px;
    }
}

@media (max-width: 991px) {
    .cmn-filters-area .tagList .sfilter {
        width: 100%;
    }
}

.cmn-filters-area .tagList .sfilter.add-filters {
    width: 975px;
    overflow: hidden;
    height: 28px;
}

@media (max-width: 767px) {
    .cmn-filters-area .tagList .sfilter.add-filters {
        width: 100%;
    }
}

.cmn-filters-area .tagList .sfilter .sfheight {
    min-height: 24px;
    display: flex;
}

.cmn-filters-area .tagList .sfilter .sfheight .clear-results {
    color: #ce0000;
    font-size: 0.8125rem;
    font-weight: 450;
    text-decoration: none;
    display: none;
}

@media (max-width: 767px) {
    .cmn-filters-area .tagList .sfilter .sfheight .clear-results {
        font-size: 12px;
    }
}

.cmn-filters-area .tagList .sfilter .sfheight .groupedby {
    display: flex;
    flex-wrap: wrap;
}

.cmn-filters-area .tagList .sfilter .sfheight .groupedby .label {
    color: #000;
    display: none;
    padding: 5px 5px 5px 0;
    font-size: 13px;
    text-transform: none;
    font-weight: 450;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .cmn-filters-area .tagList .sfilter .sfheight .groupedby .label {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword,
.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter {
    color: #000;
    display: inline;
}

.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword .filterKeyword,
.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword {
    font-size: 0.8125rem;
    font-weight: 450;
    color: #333;
    display: inline-block;
    margin: 0 15px 7px 0;
    position: relative;
    border: 1px solid #dedede;
    display: inline-flex;
    align-items: center;
    background: rgba(217, 217, 217, 0.2);
}

@media (max-width: 767px) {

    .cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword .filterKeyword,
    .cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword {
        background-color: rgba(255, 255, 255, 0.5);
        margin: 0 4px 7px 0;
    }
}

.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword .filterKeyword .ftxt,
.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .ftxt {
    color: #000;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

@media (max-width: 767px) {

    .cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword .filterKeyword .ftxt,
    .cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .ftxt {
        font-size: 12px;
    }
}

.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword .filterKeyword .hv-close,
.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .hv-close {
    position: relative;
    top: 0;
    display: inline-block;
}

.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword .filterKeyword .hv-close:before,
.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword .filterKeyword .hv-close:after,
.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .hv-close:before,
.cmn-filters-area .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .hv-close:after {
    height: 14px;
    top: 4px;
    background-color: #b4b4bc;
}

.cmn-filters-area .tagList #cta-filters {
    display: none;
    font-size: 0.8125em;
    position: absolute;
    top: 3px;
    right: 30px;
}

@media (max-width: 1024px) {
    .cmn-filters-area .tagList #cta-filters {
        display: none;
        text-align: left;
        position: initial;
        margin-bottom: 5px;
    }
}

.cmn-filters-area .tagList #cta-filters.rem-style {
    position: relative;
    display: inline;
    right: 0;
    top: 0;
}

.cmn-filters-area .tagList #cta-filters.add-style {
    height: 22px;
    display: inline-block;
}

.cmn-filters-area .tagList #cta-filters a {
    color: #c00;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.cmn-filters-area .tagList #cta-filters a:last-child {
    margin-right: 0;
}

.cmn-filters-area .tagList #cta-filters .show-all-filters,
.cmn-filters-area .tagList #cta-filters .hide-all-filters {
    display: inline-block;
}

.sec-heading-large {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 80px;
    color: #000;
}

.sec-heading-large.center {
    text-align: center;
}

.sec-heading-large.red {
    color: #c00;
}

.sec-heading-large.white {
    color: #fff;
}

@media (max-width: 767px) {
    .sec-heading-large {
        font-size: 45px;
        margin-bottom: 50px;
    }
}

.mobile-nav-toggle-btn {
    display: none;
}

.mobile-nav-toggle-btn svg {
    width: 20px;
    height: 20px;
}

.hdr-mobile-quick-nav,
.hdr-location-mobile,
.region-wrapper {
    display: none;
}

.region-container {
    padding: 15px 0;
}

.region-container .region-title {
    font-size: 14px;
    font-weight: 600;
    color: #757575;
}

.region-container li a {
    color: #000;
    font-size: 14px;
    padding: 8px 0;
    font-weight: 600;
    display: block;
}

.region-container li a span {
    font-weight: normal;
}

.region-container li.active a {
    color: #c00;
}

.region-container li+li {
    margin-top: 5px;
}

.hdr-location-mobile.active .region-wrapper {
    display: block;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.div-empty {
    height: 50vh;
}

.no-scroll {
    overflow: hidden;
}

.mm-title {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #c00;
    padding: 15px 15px 15px 35px;
    border-bottom: 1px solid #dedede;
    line-height: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    min-height: 50px;
    width: 100vw;
    position: relative;
    background-color: #fff;
}

.mm-title .cstm-icon-angle-right {
    display: block !important;
    left: 15px !important;
    right: auto !important;
    transform: rotate(180deg) translateY(50%) !important;
}

.mm-title i {
    font-style: normal;
}

.hv-new-header {
    position: relative;
    z-index: 11111;
    font-family: 'Helvetica Neue LT Std';
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 70px;
    line-height: 1.5;
}

.hv-new-header a {
    color: #000;
    text-decoration: none;
}

.hv-new-header a:hover {
    color: #000;
    text-decoration: none;
}

.hv-new-header .container,
.hv-new-header .container-sm,
.hv-new-header .container-md,
.hv-new-header .container-lg,
.hv-new-header .container-xl {
    max-width: 100%;
}

.hv-new-header .row {
    flex: 1;
}

.hv-new-header .cstm-icon-close {
    position: relative;
}

.hv-new-header .cstm-icon-close::before,
.hv-new-header .cstm-icon-close::after {
    position: absolute;
    left: 9px;
    content: " ";
    height: 15px;
    width: 2px;
    background-color: #333;
    transform: rotate(45deg);
    top: 2px;
}

.hv-new-header .cstm-icon-close::after {
    transform: rotate(-45deg);
}

.hv-new-header .cstm-icon-angle-down {
    position: relative;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    z-index: -1;
}

.hv-new-header .cstm-icon-angle-down::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: -2px;
}

.hv-new-header .hdr-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    height: calc(100vh - 70px);
    width: 100%;
    z-index: 999999;
}

.hv-new-header .hdr-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease;
}

.hv-new-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    background-color: #f2f2f2;
    height: 65px;
    display: none;
}

.hv-new-header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hv-new-header .container .hdr-logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.hv-new-header .container .hdr-logos .logo-h svg {
    width: 180px;
    height: 25px;
}

.hv-new-header .container .hdr-logos .logo-hv {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.hv-new-header .container .hdr-logos .logo-hv svg {
    width: 95px;
    height: 25px;
    margin-top: 0px;
}

.hv-new-header .container .hdr-logos a+a {
    margin-top: 30px;
    z-index: 9;
}

.hv-new-header .container .hdr-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: #999999;
    min-height: 45px;
    width: 100%;
    padding-right: 205px;
    position: relative;
    z-index: 999999;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links>* {
    padding: 0 12px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search {
    position: absolute;
    left: auto;
    right: 0;
    padding: 0;
    width: 180px;
    transition: 0.5s ease;
    z-index: 1;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .search-icons {
    position: absolute;
    left: auto;
    top: 5px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 20px;
    pointer-events: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .search-icons .cstm-icon-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: calc((100vw - 1275px) / 2);
    top: 1px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .search-icons .cstm-icon-close::before,
.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .search-icons .cstm-icon-close::after {
    width: 1px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .search-icons svg.icon-search {
    width: 15px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search.show-suggestions .hdr-search-suggestions {
    display: block;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search input {
    border: none;
    width: 100%;
    padding: 5px 60px 5px 20px;
    position: relative;
    transition: width 0.1s ease;
    font-size: 13px;
    outline: none;
    background-color: #f2f2f2;
    height: 30px;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
    color: #707070;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search input::-moz-placeholder {
    color: #000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search input::placeholder {
    color: #000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions {
    float: left;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 31px;
    display: none;
    border-top: 1px solid #cc0000;
    width: 220px;
    padding: 0 6px 8px 7px;
    background: #ffffff;
    box-shadow: 0 2px 12px #bbb;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions>ul {
    margin-top: 32px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions li {
    padding: 3px 5px 3px;
    color: #333333;
    cursor: pointer;
    list-style: none;
    display: block;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions li:hover {
    background-color: #f1f1f1;
    color: #333333;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions li.highlight {
    background-color: #f1f1f1;
    color: #333333;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions .cstm-icon-close {
    position: absolute;
    left: auto;
    right: 8px;
    top: 13px;
    width: 20px;
    height: 20px;
    opacity: 1;
    cursor: pointer;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search.focus {
    width: calc(100% - 45px);
    right: 35px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search.focus .search-icons {
    pointer-events: all;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search.focus .search-icons .cstm-icon-close {
    left: 45px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links a:hover,
.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links a:focus {
    color: #cc0000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links>*:last-child {
    padding-right: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-location:hover span::after,
.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-location:focus span::after {
    border-color: #ce0000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-location.active {
    color: #ce0000;
    position: relative;
}

.hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-location.active span::after {
    border-color: #ce0000;
    transform: rotate(225deg);
    top: 2px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul li.active .hdr-mega-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul li:hover .hdr-mega-menu {
    opacity: 1;
    visibility: visible;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    border-top: 1px solid #f0f0f0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 475px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-menu {
    width: 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu {
    width: 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
    background-color: #f8f8f8;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu ul {
    display: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu ul.active {
    display: block;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content {
    width: 55%;
    flex: 0 0 55%;
    max-width: 55%;
    display: none;
    flex-wrap: wrap;
    padding-right: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text {
    width: 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 10px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text .hdr-sub-menu-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text p {
    font-size: 14px;
    font-weight: 450;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image {
    width: 43.5%;
    flex: 0 0 43.5%;
    max-width: 43.5%;
    position: relative;
    margin: -20px 0 -20px auto;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image picture {
    display: flex;
    height: 100%;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image .hdr-sub-menu-image-button {
    position: absolute;
    top: auto;
    bottom: 85px;
    max-width: 185px;
    left: 20px;
    border-bottom: 2px solid #cc0000;
    padding-right: 25px;
    padding-bottom: 5px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: left;
    color: #ffffff;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image .hdr-sub-menu-image-button svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 8px;
    right: 0;
    transition: 0.4s ease;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image .hdr-sub-menu-image-button:hover {
    color: #fff;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image .hdr-sub-menu-image-button:hover svg {
    transform: translateX(10px);
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image .hdr-sub-menu-image-button[href="javascript:void(0);"] {
    pointer-events: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.4));
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content.active {
    display: flex;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .mm-button {
    background-color: #d20000;
    min-height: 56px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    transition: 0.4s ease;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .mm-button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .mm-button:hover {
    background-color: #8f0000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links {
    margin-top: 30px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links .r-l-title {
    color: #707070;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: left;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li {
    margin-top: 12px;
    border-bottom: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a {
    position: relative;
    padding: 0 20px 0 0 !important;
    max-width: 190px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a svg {
    width: 12px;
    height: 12px;
    fill: #d20000;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    display: block;
    padding: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a:hover {
    background-color: transparent;
    color: #d20000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a:hover svg {
    transform: translate(10px, -50%);
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a.isGatedLock svg {
    display: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a.isGatedLock svg.gated-lock {
    display: block;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap>div {
    padding: 20px 20px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap>div:first-child {
    padding-left: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap li {
    position: relative;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap li a {
    color: #000;
    padding: 8px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.25px;
    text-align: left;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap li svg {
    width: 12px;
    height: 18px;
    fill: none;
    position: absolute;
    left: auto;
    top: 50%;
    right: 20px;
    padding: 0;
    display: none;
    transform: translateY(-50%);
}

/*.hv-new-header
  .container
  .hdr-menu-wrap
  .hdr-menu
  > ul
  .hdr-mega-menu
  .hdr-mm-wrap
  li.active
  a {
  background-color: #e8e8e8;
}*/
.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap li+li {
    margin-top: 10px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu {
    width: 53%;
    flex: 0 0 53%;
    max-width: 53%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu>.hdr-sub-menu-text {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    display: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu>.hdr-sub-menu-text .hdr-sub-menu-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu>.hdr-sub-menu-text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 450;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu>.hdr-sub-menu-text .mm-button {
    max-width: 360px;
    width: 100%;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu>ul {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    display: block;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu>ul li a:hover {
    background-color: #e8e8e8;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu-content {
    width: 47%;
    flex: 0 0 47%;
    max-width: 47%;
    display: block;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu-content .hdr-sub-menu-text {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap.no-tabs .mm-button {
    display: inline-flex;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li span {
    display: none;
    width: 12px;
    height: 18px;
    position: absolute;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li span svg {
    width: 12px;
    height: 18px;
    fill: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 22px;
    position: relative;
    min-height: 65px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a[href*="void(0)"] {
    cursor: default;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a:hover {
    color: #cc0000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a:hover+.hdr-mega-menu {
    opacity: 1;
    visibility: visible;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    height: 5px;
    width: 0%;
    background-color: #cc0000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.activeLink>a {
    color: #cc0000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.activeLink>a::after {
    opacity: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.active>a {
    color: #cc0000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.active>a::after {
    opacity: 1;
    width: 100%;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact {
    background-color: #c00;
    padding: 5px 50px;
    height: auto;
    border: none;
    cursor: pointer;
    transition: 0.4s ease;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact:hover {
    background-color: #8f0000;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact::after {
    display: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown {
    position: absolute;
    width: 100%;
    top: 110px;
    z-index: 99999;
    background: #fbfbfb;
    padding: 10px 0px;
    max-width: 210px;
    left: auto;
    right: 15px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #c00;
    display: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown li {
    color: #4a4a4a;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 0;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown li a {
    color: #4a4a4a;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown li a:hover {
    color: #cc0000;
    text-decoration: none;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown li a .contact-icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown li a .contact-icon svg {
    width: 30px;
    height: 30px;
    fill: #777777;
    max-width: initial;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown li a .contact-text {
    display: table-cell;
    vertical-align: middle;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper.active .hdr-contact-dropdown {
    display: block;
}

.hv-new-header .hdr-location-wrapper {
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    top: 45px;
    transform-origin: top;
    z-index: 999999;
    background-color: #f7f7f7;
}

.hv-new-header .hdr-location-wrapper .region-container {
    display: none;
}

.hv-new-header .hdr-location-wrapper .container {
    padding: 40px 15px 50px;
    position: relative;
}

.hv-new-header .hdr-location-wrapper .container .region {
    padding: 25px 0 0 0;
}

.hv-new-header .hdr-location-wrapper .container .region .title {
    border-bottom: 1px solid #d8d8d8;
    padding: 0 8px 15px 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
    color: #707070;
}

.hv-new-header .hdr-location-wrapper .container .region .clist {
    padding: 25px 0 0 0;
}

.hv-new-header .hdr-location-wrapper .container .region .clist ul li+li {
    margin-top: 5px;
}

.hv-new-header .hdr-location-wrapper .container .region .clist ul li:first-child {
    padding-top: 0;
}

.hv-new-header .hdr-location-wrapper .container .region .clist ul li a {
    color: #000000;
    display: block;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
}

.hv-new-header .hdr-location-wrapper .container .region .clist ul li a span {
    font-weight: normal;
}

.hv-new-header .hdr-location-wrapper .container .region .clist ul li:hover a {
    background-color: #e8e8e8;
}

.hv-new-header .hdr-location-wrapper .container .region .clist ul li.active a {
    color: #cc0000;
    background-color: transparent;
}

.hv-new-header .hdr-location-wrapper .container .region .clist.width50 {
    display: flex;
    flex-wrap: wrap;
}

.hv-new-header .hdr-location-wrapper .container .region .clist.width50 ul {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.hv-new-header .hdr-location-wrapper .container>.row {
    transition: 0.2s ease;
    opacity: 0;
}

.hv-new-header .hdr-location-wrapper.visible {
    transform: scaleY(1) !important;
}

.hv-new-header .hdr-location-wrapper.visible .container>.row {
    opacity: 1;
}

.hv-new-header.lc-dropdown-visible .hdr-menu-wrap {
    position: relative;
    z-index: 9999999;
}

.hv-new-header.lc-dropdown-visible .hdr-menu-wrap .hdr-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 1400px) {
    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .search-icons .cstm-icon-close {
        left: 35px !important;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search.focus .search-icons .cstm-icon-close {
        left: 45px !important;
    }
}

@media (min-width: 1280px) {

    .hv-new-header .container,
    .hv-new-header .container-sm,
    .hv-new-header .container-md,
    .hv-new-header .container-lg,
    .hv-new-header .container-xl {
        max-width: 1275px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown {
        right: calc((100% - 1275px + 30px) / 2);
    }
}

@media (max-width: 1199px) {
    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap li a {
        font-size: 15px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap>div {
        padding: 20px 20px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap>div:first-child {
        padding-left: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text {
        padding: 0 5px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text .hdr-sub-menu-title {
        font-size: 20px;
        line-height: 24px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text p {
        font-size: 13px;
        line-height: 18px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image {
        width: 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image .hdr-sub-menu-image-button {
        left: 10px;
        right: 10px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a {
        font-size: 13px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact {
        padding: 0 30px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a {
        padding: 0 15px;
    }

    .hv-new-header .hdr-location-wrapper .container .region .title {
        font-size: 15px;
    }

    .hv-new-header .hdr-location-wrapper .container .region .clist ul li a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .mm-title {
        display: flex;
    }

    body.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .hv-new-header {
        min-height: 46px;
    }

    .hv-new-header::before {
        top: 45px;
        background-color: #f2f2f2;
        height: 45px;
    }

    .hv-new-header .hdr-overlay {
        top: 0;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .hv-new-header .container .hdr-logos {
        margin-top: 12px;
        z-index: 9;
        margin-bottom: 12px;
    }

    .hv-new-header .container .hdr-logos a+a {
        margin-top: 20px;
    }

    .hv-new-header .container .hdr-logos .logo-h svg {
        width: 160px;
        height: 22px;
    }

    .hv-new-header .container .hdr-logos .logo-hv {
        font-size: 17px;
        z-index: 9;
    }

    .hv-new-header .container .hdr-logos .logo-hv svg {
        width: 85px;
    }

    .hv-new-header .container .hdr-menu-wrap {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: fixed;
        left: calc(100% + 50px);
        right: auto;
        top: 45px;
        background-color: #f8f8f8;
        z-index: 998;
        transition: 0.5s ease;
        height: calc(100vh - 49px);
        overflow: auto;
        display: block;
        padding-bottom: 50px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        overflow-x: hidden;
    }

    .hv-new-header .container .hdr-menu-wrap.active {
        left: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links {
        padding: 0 15px;
        order: 10;
        margin-top: 10px;
        justify-content: flex-start;
        margin-bottom: 50px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links>* {
        display: none;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search {
        display: block;
        position: relative;
        width: 100%;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search input {
        background-color: #fff;
        padding: 5px 60px 5px 10px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions {
        top: auto;
        bottom: 31px;
        left: 0;
        border-top: 0;
        border-bottom: 1px solid #cc0000;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .hdr-search-suggestions ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search .search-icons .cstm-icon-close {
        right: -40px;
        opacity: 0;
        visibility: hidden;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search.focus {
        width: calc(100% - 30px);
        right: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-search-n-links .hdr-search.focus .search-icons .cstm-icon-close {
        opacity: 1;
        visibility: visible;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu {
        width: 100%;
        background-color: #fff;
        transition: 0.5s ease;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul {
        display: block;
        position: relative;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 200vw;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a {
        color: #000;
        padding: 15px 50px 15px 15px;
        border-bottom: 1px solid #dedede;
        line-height: 1rem;
        text-decoration: none;
        text-transform: capitalize;
        min-height: 50px;
        width: 100vw;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a span {
        display: block;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li>a::after {
        display: none;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.active .hdr-mega-menu {
        display: block;
        padding-top: 0;
        border-top: 0;
        box-shadow: none;
        padding-bottom: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.active .hdr-mega-menu .container {
        padding: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.active>a {
        background-color: #fff;
        margin-left: 0;
        padding-left: 35px;
        color: #c00;
        font-weight: 700;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.active>a span {
        left: 15px;
        right: auto;
        transform: rotate(180deg);
        top: 14px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li:last-child a {
        border-bottom: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li:last-child.active>a {
        border-bottom: 1px solid #c00;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu {
        width: 100vw;
        left: 100vw;
        top: 0;
        background-color: transparent;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .mt-mobile {
        margin-top: 20px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap {
        flex-wrap: nowrap;
        position: relative;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-related-links li a {
        max-width: 190px;
        min-height: auto;
        border-bottom: 0;
        margin-top: 15px;
        font-size: 14px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap li {
        border-bottom: 1px solid #dedede;
        background-color: #fff;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap li a {
        color: #000;
        padding: 15px 50px 15px 15px;
        border-bottom: 0;
        line-height: 1rem;
        text-decoration: none;
        text-transform: capitalize;
        min-height: 50px;
        background-color: #fff !important;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap li+li {
        margin-top: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap>* {
        width: 100vw !important;
        flex: 0 0 100vw !important;
        max-width: 100vw !important;
        padding: 0 !important;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu {
        position: absolute;
        left: 100vw;
        top: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu>.hdr-sub-menu-text {
        display: block !important;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content {
        position: absolute;
        left: 200vw;
        top: 0;
        display: none;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text .hdr-sub-menu-title {
        font-size: 22px;
        line-height: 26px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-text .mm-button {
        max-width: 360px;
        width: 100%;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 0 auto;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image img {
        width: 100%;
        max-height: 50vw;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content .hdr-sub-menu-image .hdr-sub-menu-image-button {
        max-width: 360px;
        left: 15px;
        right: 15px;
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-sub-menu-content.active {
        display: block;
        background-color: #fff;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-menu>ul>li {
        border-bottom: 1px solid #dedede;
        padding-right: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap .hdr-mm-menu>ul>li>a {
        color: #000;
        padding: 15px 50px 15px 15px;
        border-bottom: 0;
        line-height: 1rem;
        text-decoration: none;
        text-transform: capitalize;
        min-height: 50px;
        background-color: #fff;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap li svg {
        display: block;
        pointer-events: none;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu ul {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li .hdr-mega-menu .hdr-mm-wrap.no-tabs .hdr-mm-sub-menu-content .hdr-sub-menu-text {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li.active .hdr-mega-menu {
        display: block;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper {
        margin-left: 0;
        display: none;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact {
        display: flex;
        color: #000;
        padding: 15px 35px 15px 15px;
        line-height: 1rem;
        text-decoration: none;
        text-transform: capitalize;
        position: relative;
        background-color: transparent;
        width: 100%;
        font-weight: 700;
        border-bottom: 1px solid #dedede;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown {
        position: static;
        max-width: 100%;
        box-shadow: none;
        border-top: 0;
        background-color: transparent;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper .hdr-contact-dropdown li a {
        padding-left: 15px;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper.active>a {
        padding-left: 35px !important;
    }

    .hv-new-header .container .hdr-menu-wrap .hdr-menu>ul .hdr-contact-wrapper.active .hdr-contact {
        margin-left: 0;
        border-color: #c00;
        font-weight: 700;
        color: #c00;
    }

    .mobile-nav-toggle-btn {
        height: 22px;
        width: 22px;
        display: block;
        margin-top: 12px;
        position: relative;
    }

    .mobile-nav-toggle-btn img {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

    .mobile-nav-toggle-btn img:first-child {
        transform: translateY(-8px);
        transition: 0.4s ease;
    }

    .mobile-nav-toggle-btn img:last-child {
        transform: translateY(8px);
        transition: 0.4s ease;
    }

    .mobile-nav-toggle-btn.active img:nth-child(2) {
        display: none;
    }

    .mobile-nav-toggle-btn.active img:first-child {
        transform: translateY(0) rotate(-45deg);
    }

    .mobile-nav-toggle-btn.active img:last-child {
        transform: translateY(0) rotate(45deg);
    }

    .hdr-mobile-quick-nav {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }

    .hdr-mobile-quick-nav>a,
    .hdr-mobile-quick-nav .hdr-location-mobile>a {
        color: #757575;
        text-decoration: none;
        padding: 7px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: 600;
        position: relative;
    }

    .hdr-mobile-quick-nav .hdr-location-mobile .desktop-geo {
        display: none;
    }

    .hdr-mobile-quick-nav .hdr-location-mobile>a {
        display: inline-block;
    }

    .hdr-mobile-quick-nav .hdr-location-mobile>a::after {
        content: "";
        position: absolute;
        left: auto;
        right: -10px;
        top: 12px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #757575;
        border-bottom: 1px solid #757575;
        transform: rotate(45deg);
    }

    .hdr-mobile-quick-nav .hdr-location-mobile.active>a::after {
        transform: rotate(-135deg);
        top: 17px;
    }

    .hdr-location-mobile {
        display: block;
    }
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li:nth-last-child(-2n + 2).active .hdr-mega-menu .hdr-mm-wrap li.active a {
    background-color: transparent;
}

.hv-new-header .container .hdr-menu-wrap .hdr-menu>ul>li:nth-last-child(-2n + 2).active .hdr-mega-menu .hdr-mm-wrap li.active a:hover {
    background-color: #e8e8e8;
}

.hv-header {
    position: relative;
    z-index: 11111;
}

.hv-header .hv-utility-nav {
    background-color: transparent;
    border-bottom: 1px solid #dedede;
}

.hv-header .hv-utility-nav .brand-logo {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 5px 15px;
}

.hv-header .hv-utility-nav .brand-logo svg {
    width: 86px;
    height: 24px;
}

.hv-header .hv-utility-nav .quick-nav {
    float: right;
}

.hv-header .hv-utility-nav .quick-nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.hv-header .hv-utility-nav .quick-nav ul li {
    border-right: 1px solid #dedede;
    padding: 0px 15px;
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    position: relative;
}

.hv-header .hv-utility-nav .quick-nav ul li a {
    color: #999999;
    text-decoration: none;
    padding: 10px 3px 8px;
    border-bottom: 2px solid #ffffff;
}

.hv-header .hv-utility-nav .quick-nav ul li a:hover {
    color: #000;
}

.hv-header .hv-utility-nav .quick-nav ul li a.active {
    border-bottom: 2px solid #c00;
    color: #c00;
}

.hv-header .hv-utility-nav .quick-nav ul li a .support-icon,
.hv-header .hv-utility-nav .quick-nav ul li a .community-icon,
.hv-header .hv-utility-nav .quick-nav ul li a .partner-icon {
    display: none;
}

.hv-header .hv-utility-nav .quick-nav ul li a.geo-loc {
    padding-right: 15px;
    position: relative;
}

.hv-header .hv-utility-nav .quick-nav ul li a.geo-loc:after {
    content: "";
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 14px;
}

.hv-header .hv-utility-nav .quick-nav ul li a.geo-loc:hover:after {
    border-color: #000;
}

.hv-header .hv-utility-nav .quick-nav ul li a.geo-loc.active:after {
    border-color: #c00;
    transform: rotate(225deg);
    top: 17px;
}

.hv-header .hv-utility-nav .quick-nav ul li input {
    border: none;
    border-bottom: 1px solid #dedede;
    width: 200px;
    border-radius: 0;
    padding: 5px 30px 5px 5px;
    position: relative;
    transition: width 0.1s;
}

.hv-header .hv-utility-nav .quick-nav ul li input.focus {
    width: 600px;
    border-bottom: none;
    background-color: #f2f2f2;
    padding: 5px 60px 5px 15px;
}

@media (max-width: 1200px) {
    .hv-header .hv-utility-nav .quick-nav ul li input.focus {
        width: 380px;
    }
}

.hv-header .hv-utility-nav .quick-nav ul li .search-icon {
    display: inline-block;
    position: absolute;
    right: 15px;
    padding: 5px 10px 7px 10px;
    cursor: pointer;
}

.hv-header .hv-utility-nav .quick-nav ul li .search-icon .hv-close {
    top: 8px;
    right: 35px;
    display: none;
}

.hv-header .hv-utility-nav .quick-nav ul li .search-icon .hv-close:before,
.hv-header .hv-utility-nav .quick-nav ul li .search-icon .hv-close:after {
    height: 15px;
    top: 0;
    width: 1px;
    background-color: #000;
}

@media all and (-ms-high-contrast: none) {
    .hv-header .hv-utility-nav .quick-nav ul li .search-icon {
        top: 3px;
    }
}

.hv-header .hv-utility-nav .quick-nav ul li .search-icon a {
    border-bottom: none;
}

.hv-header .hv-utility-nav .quick-nav ul li .search-icon svg {
    width: 15px;
    height: 16px;
    fill: #000;
}

.hv-header .hv-utility-nav .quick-nav ul li:last-child {
    padding-right: 0;
}

.hv-header .hv-utility-nav .quick-nav ul li:last-child {
    border-right: none;
}

.hv-header .hv-utility-nav .mobile-nav-open-btn {
    background: #fff;
    display: none;
    height: 20px;
    width: 20px;
    margin-left: auto;
}

.hv-header .hv-utility-nav .mobile-nav-open-btn .hmenu {
    border: none;
    padding: 0;
}

.hv-header .hv-utility-nav .mobile-nav-open-btn .hmenu .icon svg {
    width: 20px;
    height: 20px;
}

.hv-header .hv-main-nav {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 3px 8px -3px #dedede;
    position: relative;
    z-index: 12;
}

.hv-header .hv-main-nav .wrapper {
    display: flex;
    justify-content: space-between;
}

.hv-header .hv-main-nav .wrapper .navbar-brand {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
}

.hv-header .hv-main-nav .wrapper .navbar-brand a {
    color: #000;
    text-decoration: none;
    font-family: "helveticabold";
}

.hv-header .hv-main-nav .wrapper .navbar-brand a svg.icon {
    width: 25px;
    height: 25px;
    margin-top: -2px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic {
    overflow: hidden;
    font-size: 0.8125rem;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu {
    height: 100%;
    display: flex;
    align-items: center;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    float: left;
    height: 100%;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item.contact-main-nav {
    margin-left: 20px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item.contact-main-nav a.hv-menu-link {
    background-color: #c00;
    color: #fff;
    padding: 5px 10px;
    height: auto;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-top: 9px;
    border: none;
    cursor: pointer;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item.contact-main-nav .contact-main-box ul {
    text-transform: none;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 2px 20px 0;
    position: relative;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link.active {
    color: #c00;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link.active+span+.hv-megamenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link:hover {
    color: #c00;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link[href="#"] {
    cursor: default;
}

@media only screen and (max-width: 1200px) {
    .hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link {
        padding: 2px 12px 0;
    }
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item.active .hv-menu-link {
    color: #c00;
    border-bottom: 2px solid #c00;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 44px;
    z-index: 99999;
    padding-top: 50px;
    box-shadow: 0 2px 5px 0 #c2c2c2;
    border-top: 1px solid #c00;
    padding-bottom: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

@media all and (-ms-high-contrast: none) {
    .hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu {
        top: 43px;
    }
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu>.container {
    margin-bottom: 30px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box {
    background: #fbfbfb;
    padding: 10px 0px !important;
    max-width: 200px;
    left: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5) !important;
    transition: none !important;
}

@media (max-width: 991px) {
    .hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box {
        max-width: 100%;
        position: relative;
        right: 0;
        top: 0;
        box-shadow: none !important;
        left: unset !important;
    }
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    -moz-column-count: unset !important;
    column-count: unset !important;
    -moz-column-gap: unset !important;
    column-gap: unset !important;
    margin: 0;
    padding: 0;
    text-align: left;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li {
    color: #4a4a4a;
    display: block;
    cursor: pointer !important;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a {
    color: #4a4a4a !important;
    padding: 10px 20px !important;
    display: block;
    cursor: pointer !important;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a:hover {
    color: #cc0000 !important;
    text-decoration: none;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a .contact-icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a .contact-icon svg {
    width: 30px;
    height: 30px;
    fill: #777777;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a .contact-text {
    display: table-cell;
    vertical-align: middle;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li,
.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li {
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li a,
.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li a {
    color: #000;
    text-decoration: none;
    text-transform: none;
    line-height: 1rem;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li ul li,
.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li ul li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 15px 0;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li ul li a,
.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li ul li a {
    color: #333333;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list {
    background: #6ec9cd;
    border-radius: 4px;
    padding: 15px;
    border-bottom: 3px solid #c00;
    min-height: 318px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list.hv-blue-list-bg {
    border-bottom: none;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li a {
    color: #fff;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li ul li a {
    color: #fff;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box {
    border-radius: 5px;
    text-transform: none;
    position: relative;
    min-height: 315px;
    color: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box {
        min-height: 270px;
    }
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box:hover .featured-content svg {
    transform: translate(8px, 0);
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box a {
    z-index: 2;
    text-indent: -9999px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-image {
    position: absolute;
    z-index: 0;
    height: 100%;
    margin-left: -144px;
    margin-top: -160px;
    top: 50%;
    left: 50%;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-image .copyright {
    position: absolute;
    left: 5px;
    top: 5px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px;
    text-align: left;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-content .title {
    font-weight: 400;
    font-size: 14px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-content .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .megamenu-view-all {
    text-align: left;
    padding: 15px;
    border-top: 1px solid #dedede;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .megamenu-view-all.top-head {
    border: none;
    padding: 0 15px 30px 0;
    margin-top: -10px;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .megamenu-view-all.top-head a.c-link {
    font-size: 18px;
    position: relative;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item:last-child .hv-menu-link {
    padding-right: 0;
}

.hv-header .hv-main-nav .wrapper .hv-menu-dynamic .desktop-nav-close-btn {
    display: none;
}

.hv-header .hv-main-nav .wrapper .desktop-nav-open-btn {
    display: none;
}

.hv-header .hv-mobile-nav {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #fff;
    padding: 0;
    z-index: 998;
    border: 1px solid #dedede;
    height: 100%;
    overflow-x: hidden;
    transition: 0.5s;
}

.hv-header .hv-mobile-nav .mn-top {
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: baseline;
}

.hv-header .hv-mobile-nav .mn-top .search {
    display: inline-block;
    padding: 15px;
    width: 100%;
    border-right: 1px solid #dedede;
}

.hv-header .hv-mobile-nav .mn-top .search .search-icon {
    display: inline-block;
}

.hv-header .hv-mobile-nav .mn-top .search .search-icon svg {
    width: 15px;
    height: 16px;
    fill: #000;
}

.hv-header .hv-mobile-nav .mn-top .search input {
    border: none;
    width: 90%;
    padding-left: 10px;
    color: #969696;
    font-size: 0.9rem;
}

.hv-header .hv-mobile-nav .mn-top .search input::-moz-placeholder {
    color: #969696;
}

.hv-header .hv-mobile-nav .mn-top .search input::placeholder {
    color: #969696;
}

.hv-header .hv-mobile-nav .mn-top .mobile-nav-close-btn {
    display: inline-block;
    margin-left: auto;
    opacity: 1;
    padding: 0 20px;
}

.hv-header .hv-mobile-nav .mn-top .mobile-nav-close-btn .hv-close {
    top: 17px;
    right: 10px;
}

.hv-header .hv-mobile-nav .mn-middle {
    font-size: 1.125rem;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item {
    font-weight: 400;
    position: relative;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item.contact-main-nav .contact-main-box ul {
    text-transform: none;
}

@media (max-width: 991px) {
    .hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item.active .hv-megamenu.contact-main-box {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-menu-link {
    display: flex;
    color: #000;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #dedede;
    margin-left: 15px;
    line-height: 1rem;
    text-decoration: none;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .arrow-link {
    background-image: url("../../../content/dam/public/en_us/image/common/hv-sprite.png");
    width: 8px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    background-position: 0 0;
    top: 15px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu {
    display: none;
    font-weight: 400;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box {
    background: #fff;
    padding: 10px 0px !important;
    max-width: 200px;
    left: unset;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5) !important;
    top: 100%;
}

@media (max-width: 991px) {
    .hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box {
        max-width: 100%;
        position: relative;
        right: 0;
        top: 0;
        box-shadow: none !important;
        left: unset !important;
    }
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    -moz-column-count: unset !important;
    column-count: unset !important;
    -moz-column-gap: unset !important;
    column-gap: unset !important;
    margin: 0;
    padding: 0;
    text-align: left;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li {
    color: #4a4a4a;
    display: block;
    cursor: pointer !important;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a {
    color: #4a4a4a !important;
    padding: 10px 20px !important;
    display: block;
    cursor: pointer !important;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a:hover {
    color: #cc0000 !important;
    text-decoration: none;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a .contact-icon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a .contact-icon svg {
    width: 30px;
    height: 30px;
    fill: #777777;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu.contact-main-box ul li a .contact-text {
    display: table-cell;
    vertical-align: middle;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .col-lg-3,
.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .col-md-12 {
    padding: 0;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list {
    display: block;
    width: 100%;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li {
    font-size: 1.125rem;
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    position: relative;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li a {
    padding: 15px 15px 15px 0;
    display: flex;
    color: #000;
    line-height: 1rem;
    text-decoration: none;
    font-weight: 400;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li .plus-link {
    background-image: url("../../../content/dam/public/en_us/image/common/hv-sprite.png");
    width: 10px;
    height: 14px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    background-position: -9px 3px;
    top: 16px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li ul {
    display: none;
    margin-bottom: 15px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li ul li {
    display: inline-block;
    border-bottom: none;
    margin-left: 0;
    width: 100%;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li ul li a {
    padding: 5px 10px 5px 0;
    color: #969696;
    font-size: 18px;
    line-height: 1.4rem;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul li ul li a:after {
    background-image: none;
    content: "";
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-normal-list ul .active .plus-link {
    transform: rotate(45deg);
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list {
    background: #6ec9cd;
    padding: 15px;
    margin-top: 30px;
    border-bottom: 3px solid #c00;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li a {
    color: #fff;
    display: inline-block;
    line-height: 1rem;
    text-decoration: none;
    font-size: 1.25rem;
    padding: 15px 0 25px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-blue-list ul li ul li a {
    color: #fff;
    font-size: 18px;
    padding: 8px 0;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box {
    border-radius: 0px;
    text-transform: none;
    position: relative;
    min-height: 315px;
    color: #fff;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box:hover .featured-content svg {
    transform: translate(8px, 0);
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box a {
    z-index: 2;
    text-indent: -9999px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-image {
    position: absolute;
    z-index: 0;
    height: auto;
    margin-left: 0;
    margin-top: -160px;
    top: 50%;
    left: 0;
    width: 100%;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-content {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    padding: 20px;
    text-align: left;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-content .title {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .hv-featured-box .featured-content .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-megamenu .megamenu-view-all {
    text-align: left;
    padding: 15px;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .active {
    font-weight: 600;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .active .hv-menu-link {
    background-color: #fbfbfb;
    margin-left: 0;
    padding-left: 35px;
    color: #c00;
    border-bottom: 1px solid #c00;
}

.hv-header .hv-mobile-nav .mn-middle .hv-menu .active .arrow-link {
    background-image: url("../../../content/dam/public/en_us/image/common/hv-sprite.png");
    width: 8px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    transform: rotate(180deg);
    background-position: 0 0;
}

.hv-header .hv-mobile-nav .mn-bottom {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li {
    font-size: 1.125rem;
    position: relative;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li:first-child {
    margin-bottom: 60px;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li:first-child a {
    color: #000000;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li a {
    color: #969696;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li a .community-icon svg {
    width: 27px;
    height: 27px;
    fill: #969696;
    float: right;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li a .support-icon svg {
    width: 24px;
    height: 24px;
    fill: #969696;
    float: right;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li a .partner-icon svg {
    width: 34px;
    height: 34px;
    fill: #969696;
    float: right;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .arrow-link {
    background-image: url("../../../content/dam/public/en_us/image/common/hv-sprite.png");
    width: 8px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    background-position: 0 0;
    top: 15px;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .mg-loc {
    display: none;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .mg-loc .geo-close-btn {
    display: none;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .mg-loc .region .clist {
    padding: 0 0 15px 0;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .mg-loc .region .clist ul li {
    margin-bottom: 0;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .mg-loc .region .clist ul li a {
    color: #969696;
    font-size: 18px;
    padding: 10px 0 0;
    font-weight: 400;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .mg-loc .region .clist ul li a .engInd {
    display: none;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul .active:first-child a {
    margin-left: 0;
    padding-left: 35px;
    color: #c00;
    border-bottom: 1px solid #c00;
    font-weight: 600;
    color: #cc0000;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul .active .mg-loc .region {
    margin-top: 15px;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul .active .mg-loc .region .clist ul li a {
    border-bottom: none;
}

.hv-header .hv-mobile-nav .mn-bottom .quick-nav ul .active .arrow-link {
    background-image: url("../../../content/dam/public/en_us/image/common/hv-sprite.png");
    width: 8px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    transform: rotate(180deg);
    background-position: 0 0;
}

.hv-header .hv-mobile-nav-mask {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    z-index: 997;
}

.hv-header.v1 .hv-main-nav .wrapper .navbar-brand a {
    color: #000 !important;
}

@media only screen and (max-width: 1070px) {
    .hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link {
        padding: 2px 8px 0;
    }
}

@media only screen and (max-width: 991px) {
    .hv-header .hv-utility-nav .brand-logo {
        display: block;
    }

    .hv-header .hv-utility-nav .quick-nav {
        display: none;
    }

    .hv-header .hv-utility-nav .mobile-nav-open-btn {
        display: block;
        margin-top: 8px;
    }

    .hv-header .hv-main-nav .wrapper .hv-menu-dynamic {
        display: none;
    }
}

.hv-header.v2 .hv-main-nav {
    border-bottom: 1px solid transparent;
    box-shadow: none;
    background-color: transparent;
}

.hv-header.v2 .hv-main-nav.open {
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}

.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic {
    display: none;
}

.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .hv-close {
    top: 14px;
    right: 15px;
    width: 15px;
    height: 15px;
}

.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .hv-close:after,
.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .hv-close:before {
    height: 15px;
    left: 5px;
}

.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item:last-child .hv-menu-link {
    padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1330px) {
    .hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item.contact-main-nav {
        margin-right: 20px;
    }
}

.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-megamenu {
    top: 44px;
    background: #c2c2c2;
}

.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .d-close {
    margin-top: 14px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.hv-header.v2 .hv-main-nav .wrapper .hv-menu-dynamic .d-close svg {
    width: 15px;
    height: 15px;
}

.hv-header.v2 .hv-main-nav .wrapper .desktop-nav-open-btn {
    padding-top: 10px;
    display: inline-block;
}

.hv-header.v2 .hv-main-nav .box-wrapper {
    justify-content: space-between;
    background: 0 0;
}

.hv-header.v2 .hv-main-nav .box-wrapper .navbar-brand {
    padding: 10px 30px 11px 0;
    border-right: 1px solid #dedede;
}

.hv-header.v2 .hv-main-nav .box-wrapper .navbar-brand a {
    color: #000000;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .hv-header.v2 .hv-main-nav .wrapper .desktop-nav-open-btn {
        display: none !important;
    }
}

.geo-loc-overlay {
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 99;
    width: 100%;
    display: none;
    padding: 0 0 100px 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.geo-loc-overlay .container {
    background-color: #ffffff;
    padding: 25px 100px 50px;
    position: relative;
}

.geo-loc-overlay .container .geo-close-btn {
    position: absolute;
    right: 15px;
    top: 0;
}

.geo-loc-overlay .container .region {
    padding: 25px 0 0 0;
}

.geo-loc-overlay .container .region .title {
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 1px solid #ce0000;
    padding-bottom: 15px;
    width: 90%;
}

.geo-loc-overlay .container .region .clist {
    padding: 25px 0 0 0;
}

.geo-loc-overlay .container .region .clist ul li {
    padding: 0 !important;
}

.geo-loc-overlay .container .region .clist ul li:first-child {
    padding-top: 0;
}

.geo-loc-overlay .container .region .clist ul li:last-child {
    padding-bottom: 0;
}

.geo-loc-overlay .container .region .clist ul li a {
    color: #333333;
    font-weight: 400;
    display: block;
    padding: 8px;
}

.geo-loc-overlay .container .region .clist ul li a:hover {
    background-color: #e8e8e8;
}

.geo-loc-overlay .container .region .clist ul li a .engInd {
    display: none;
}

.geo-loc-overlay .container .region .clist ul li+li {
    margin-top: 5px;
}

.mac .hv-header .hv-utility-nav .quick-nav ul li input.focus {
    padding: 8px 60px 6px 15px;
    line-height: normal;
    font-size: 12px;
}

.mac .hv-header .hv-utility-nav .quick-nav ul li a {
    padding: 13px 3px 8px;
}

.mac .hv-header .hv-utility-nav .quick-nav ul li a.geo-loc {
    padding-right: 15px;
}

.mac .hv-header .hv-utility-nav .quick-nav ul li .search-icon {
    padding: 7px 10px 7px 10px;
}

.mac .hv-header .hv-main-nav .wrapper .navbar-brand {
    padding-top: 13px;
}

.mac .hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item .hv-menu-link {
    padding: 7px 15px 0;
}

.mac .hv-header .hv-main-nav .wrapper .hv-menu-dynamic .hv-menu .hv-menu-item.contact-main-nav a.hv-menu-link {
    padding: 8px 10px 2px;
}

.iphone-device .hv-header .hv-main-nav .wrapper .navbar-brand,
.android-device .hv-header .hv-main-nav .wrapper .navbar-brand {
    padding-top: 13px;
}

.iphone-device .hv-header .hv-mobile-nav .mn-top .search input,
.android-device .hv-header .hv-mobile-nav .mn-top .search input {
    padding-top: 5px;
}

.iphone-device .hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-menu-link,
.android-device .hv-header .hv-mobile-nav .mn-middle .hv-menu .hv-menu-item .hv-menu-link {
    padding-top: 20px;
}

.iphone-device .hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li a,
.android-device .hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li a {
    padding-top: 20px;
}

.android-device .hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .arrow-link,
.iphone-device .hv-header .hv-mobile-nav .mn-bottom .quick-nav ul li .arrow-link {
    top: 18px;
}

.search_suggestion {
    float: left;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 32px;
    display: none;
    width: 220px;
    background: #f1f1f1;
    border-top: 1px solid #cc0000;
}

@media (max-width: 991px) {
    .search_suggestion {
        left: 10px;
        top: 52px;
    }
}

.search_suggestion .suggest_btm {
    float: left;
    width: 220px;
    padding: 0 6px 8px 7px;
    background: #ffffff;
    box-shadow: 0 2px 12px #bbb;
}

.search_suggestion .suggest_btm .suggestion {
    padding: 0;
    position: relative;
}

.search_suggestion .suggest_btm .suggestion .hv-close:before,
.search_suggestion .suggest_btm .suggestion .hv-close:after {
    height: 15px;
}

.search_suggestion .suggest_btm .suggest_content {
    margin-bottom: 0px;
    margin-top: 32px;
}

.search_suggestion .suggest_btm .suggest_content .search-mb-list {
    width: 100%;
    padding: 0;
}

.search_suggestion .suggest_btm .suggest_content .search-mb-list .list-item {
    padding: 3px 5px 3px;
    color: #333333;
    cursor: pointer;
    list-style: none;
    font-size: 0.875rem;
}

.search_suggestion .suggest_btm .suggest_content .search-mb-list .list-item.highlight {
    background-color: #f1f1f1;
    color: #333333;
}

.closeIpadMMenu {
    float: right;
    position: relative;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .closeIpadMMenu {
        display: none;
    }
}

.closeIpadMMenu .tab-close-icon {
    background-image: url("../../../content/dam/public/en_us/image/common/hv-sprite.png");
    width: 10px;
    height: 14px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    background-position: -9px 3px;
    top: 1px;
    transform: rotate(45deg);
}

.mac .search_suggestion .suggest_btm .suggest_content .search-mb-list .list-item {
    padding: 6px 5px 2px;
}

footer .footer-section1 {
    background-color: #ffffff;
    padding: 40px 0;
    color: #999999;
    border-top: 1px solid #f6f6f6;
}

footer .footer-section1 .footer-icon-links {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify !important;
}

footer .footer-section1 .footer-icon-links .icon-link a {
    color: #000000;
    display: inline-flex;
    align-items: center;
}

footer .footer-section1 .footer-icon-links .icon-link a:hover {
    text-decoration: none;
}

footer .footer-section1 .footer-icon-links .icon-link a:hover h3 {
    font-weight: 500;
}

footer .footer-section1 .footer-icon-links .icon-link a:hover svg {
    fill: #6fcace;
    flex-shrink: 0;
}

footer .footer-section1 .footer-icon-links .icon-link a h3 {
    font-size: 1.125rem;
    padding-left: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

footer .footer-section1 .footer-icon-links .icon-link a svg {
    width: 40px;
    height: 40px;
    fill: #969696;
}

footer .footer-section2 {
    padding: 100px 0 0 0;
    background-color: #f6f6f6;
}

footer .footer-section2 .footer-qlinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-section2 .footer-qlinks ul li:first-child {
    color: #000000;
    font-weight: 500;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

footer .footer-section2 .footer-qlinks ul li {
    padding: 8px 0;
    font-size: 0.875rem;
}

footer .footer-section2 .footer-qlinks ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 0.75rem;
}

footer .footer-section2 .footer-qlinks ul li a:hover {
    color: #cc0000;
}

footer .footer-section2 .footer-social-contact {
    position: relative;
}

footer .footer-section2 .footer-social-contact .contact-list .title {
    color: #000000;
    font-weight: 500;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 0.875rem;
}

footer .footer-section2 .footer-social-contact .contact-list .list-item {
    margin-bottom: 15px;
    margin-top: 15px;
}

footer .footer-section2 .footer-social-contact .contact-list .list-item a {
    text-decoration: none;
    color: #000000;
}

footer .footer-section2 .footer-social-contact .contact-list .list-item a:hover {
    color: #c00;
}

footer .footer-section2 .footer-social-contact .contact-list .list-item a:hover svg {
    fill: #c00;
}

footer .footer-section2 .footer-social-contact .contact-list .list-item a:hover h3 {
    color: #c00;
}

footer .footer-section2 .footer-social-contact .contact-list .list-item a:hover .ftr-contact-text {
    color: #c00;
}

footer .footer-section2 .footer-social-contact .contact-list svg {
    width: 30px;
    height: 30px;
    fill: #969696;
}

footer .footer-section2 .footer-social-contact .contact-list h3 {
    font-size: 0.875rem;
    margin: 5px 0 0 0;
    color: #000;
}

footer .footer-section2 .footer-social-contact .contact-list .ftr-contact-text {
    font-size: 0.875rem;
    margin: 5px 0 0 0;
    color: #000;
    font-weight: 500;
}

footer .footer-section2 .footer-social-contact .social-list {
    padding-top: 10%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    footer .footer-section2 .footer-social-contact .social-list {
        position: absolute;
        bottom: -40px;
        right: 4px;
    }
}

footer .footer-section2 .footer-social-contact .social-list .social-icons {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

footer .footer-section2 .footer-social-contact .social-list .social-icons a {
    margin-right: 5px;
}

footer .footer-section2 .footer-social-contact .social-list .social-icons a:hover svg .normal {
    opacity: 0;
}

footer .footer-section2 .footer-social-contact .social-list .social-icons a:hover svg .active {
    opacity: 1;
}

footer .footer-section2 .footer-social-contact .social-list .social-icons a svg {
    width: 30px;
    height: 30px;
}

footer .footer-section2 .footer-social-contact .social-list .social-icons a svg .active {
    opacity: 0;
}

footer .footer-section2 .hv-logo-txt {
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .footer-section2 .hv-logo-txt a {
    color: #000;
    text-decoration: none;
    outline: none;
}

footer .footer-section2 .hv-logo-txt a svg {
    width: 180px;
    height: 25px;
}

footer .footer-section3 {
    border-top: 1px solid #dedede;
    color: #000000;
    padding: 20px 0;
    background-color: #f6f6f6;
}

footer .footer-section3 .hv-copyright-legal {
    font-size: 0.75em;
    color: #999999;
}

footer .footer-section3 .hv-copyright-legal .legal-links {
    text-align: right;
}

footer .footer-section3 .hv-copyright-legal .legal-links a {
    color: #999999;
}

footer svg.external-icon {
    width: 20px;
    height: 10px;
}

@media only screen and (max-width: 991px) {
    footer .footer-section1 .footer-icon-links .icon-link a svg {
        width: 50px;
        height: 50px;
    }

    footer .footer-section1 .footer-icon-links .icon-link a h3 {
        font-size: 18px;
    }

    footer .footer-section2 .footer-qlinks {
        font-size: 0.9rem;
    }

    footer .footer-section2 .footer-social-contact .contact-list h3 {
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-section1 .footer-icon-links .icon-link {
        text-align: center;
    }

    footer .footer-section1 .footer-icon-links .icon-link a svg {
        width: 40px;
        height: 40px;
    }

    footer .footer-section1 .footer-icon-links .icon-link a h3 {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-section1 .footer-icon-links .icon-link {
        text-align: center;
    }

    footer .footer-section1 .footer-icon-links .icon-link a svg {
        width: 30px;
        height: 30px;
        fill: #6ec9cd;
    }

    footer .footer-section1 .footer-icon-links .icon-link a h3 {
        font-size: 0.9rem;
    }

    footer .footer-section2 .hv-logo-txt {
        text-align: center;
    }

    footer .footer-section2 .footer-social-contact .social-list .social-icons a svg {
        width: 20px;
        height: 20px;
    }

    footer .footer-section3 .hv-copyright-legal .copyright {
        text-align: center;
        margin-bottom: 10px;
    }

    footer .footer-section3 .hv-copyright-legal .legal-links {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-section1 .footer-icon-links .icon-link {
        margin-bottom: 20px;
    }

    footer .footer-section1 .footer-icon-links .icon-link a {
        flex-direction: column;
        text-align: center;
    }

    footer .footer-section1 .footer-icon-links .icon-link a svg {
        width: 40px;
        height: 40px;
    }

    footer .footer-section1 .footer-icon-links .icon-link a h3 {
        font-size: 18px;
        padding: 5px 0 0;
    }

    footer .footer-section1 .footer-icon-links .icon-link:last-child {
        margin-bottom: 0;
    }

    footer .footer-section2 .footer-qlinks {
        margin-bottom: 25px;
    }

    footer .footer-section2 .footer-qlinks ul li {
        padding: 5px 0;
    }

    footer .footer-section2 .footer-social-contact .social-list {
        padding-top: 20px;
    }

    footer .footer-section2 .footer-social-contact .social-list .social-icons {
        max-width: 320px;
        margin: 0 auto;
    }

    footer .footer-section2 .footer-social-contact .social-list .social-icons a svg {
        width: 40px;
        height: 40px;
    }

    footer .footer-section2 .footer-social-contact .contact-list .list-item {
        max-width: 50%;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    footer .footer-section1 .footer-icon-links .icon-link {
        width: 33.333%;
        flex: 0 0 33.333%;
    }
}

@media only screen and (max-width: 420px) {
    footer .footer-section1 .container {
        max-width: 220px;
    }

    footer .footer-section1 .footer-icon-links .icon-link {
        width: 50%;
        flex: 0 0 50%;
    }
}

.cmp-container {
    position: relative;
}

.breadcrumb-container {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 11;
    display: none;
}

.breadcrumb-container.bread-withouthero {
    position: relative;
    top: 10px;
}

.breadcrumb-container .breadcrumb {
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0;
    padding-top: 20px;
    text-align: left;
}

.breadcrumb-container .breadcrumb.black {
    color: #fff;
}

.breadcrumb-container .breadcrumb.black ul li a {
    color: #fff;
}

.breadcrumb-container .breadcrumb.white {
    color: #fff;
}

.breadcrumb-container .breadcrumb.white ul li a {
    color: #fff;
}

.breadcrumb-container .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-container .breadcrumb ul li {
    display: inline-block;
    line-height: 1.5;
}

.breadcrumb-container .breadcrumb ul li:first-child a span {
    margin-left: 0;
}

.breadcrumb-container .breadcrumb ul li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-container .breadcrumb ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .breadcrumb-container .breadcrumb ul li a {
        line-height: 1;
        margin: 0;
    }
}

.breadcrumb-container .breadcrumb ul li a span {
    text-decoration: none;
    margin: 0;
}

@media (max-width: 480px) {
    .breadcrumb-container .breadcrumb ul li a span {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 576px) {
    .breadcrumb-container .breadcrumb {
        padding-top: 0;
    }
}

.hv-video-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    padding: 0 5%;
}

.hv-video-overlay .container {
    background-color: #000000;
    margin: 20px auto 0 auto;
    position: relative;
    max-width: 900px;
    padding: 0;
    margin-top: 8%;
}

.hv-video-overlay .container .content {
    margin: auto;
    padding: 0;
}

.hv-video-overlay .container .content .innerContent {
    padding: 0;
    text-align: center;
    background: #000000;
}

.hv-video-overlay .container .content .innerContent.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.hv-video-overlay .container .content .innerContent h2 {
    margin-bottom: 0.5em;
}

.hv-video-overlay .container .close-overlay {
    display: inline-block;
    position: absolute;
    top: -28px;
    right: 0;
}

.hv-video-overlay .container .close-overlay .hv-close {
    top: 0;
}

.hv-video-overlay .container .close-overlay .hv-close:before,
.hv-video-overlay .container .close-overlay .hv-close:after {
    background-color: #fff;
    height: 30px;
    top: -5px;
    left: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) and (orientation: landscape) {
    .hv-video-overlay .container .content {
        width: 85%;
    }
}

@media only all and (max-width: 360px) {

    .hv-video-overlay .innerContent embed,
    .innerContent object,
    .BrightcoveExperience {
        height: 100%;
        width: 98%;
        min-height: 135px;
    }

    .hv-video-overlay .innerContent {
        min-height: 0 !important;
    }

    .hv-video-overlay .container .close-overlay {
        right: 0;
    }

    .video-js .vjs-dock-shelf {
        right: 15px;
    }
}

@media only all and (min-width: 701px) and (max-width: 850px) {

    .hv-video-overlay .innerContent embed,
    .hv-video-overlay .innerContent object,
    .hv-video-overlay .BrightcoveExperience {
        height: 100%;
        width: 98%;
        min-height: 450px;
    }

    .hv-video-overlay .innerContent {
        min-height: 0 !important;
    }

    .hv-video-overlay .container .close-overlay {
        right: 0;
    }
}

@media only all and (min-width: 361px) and (max-width: 700px) {

    .hv-video-overlay .innerContent embed,
    .hv-video-overlay .innerContent object,
    .hv-video-overlay .BrightcoveExperience {
        height: 100%;
        width: 98%;
        min-height: 240px;
    }

    .hv-video-overlay .innerContent {
        min-height: 0 !important;
    }

    .hv-video-overlay .container .close-overlay {
        right: 0;
    }
}

@media (min-width: 768px) {
    .hv-video-overlay .container {
        width: auto;
    }
}

@media only all and (min-width: 851px) {

    .hv-video-overlay .innerContent embed,
    .hv-video-overlay .innerContent object,
    .hv-video-overlay .BrightcoveExperience {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .hv-video-overlay .container .close-overlay {
        top: -30px;
    }

    .icon-close-hero {
        margin-right: 0;
    }
}

@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 991px) {
    .hv-video-overlay .container {
        margin-top: 40px !important;
        max-width: 500px;
    }
}

@media only all and (max-width: 480px) {
    .hv-video-overlay .container {
        margin-top: 50%;
    }
}

.video-frame {
    padding-top: 56.25%;
}

.video-js .vjs-dock-description,
.video-js .vjs-dock-title,
.vjs-social-overlay .vjs-social-direct-link .vjs-social-label-text,
.vjs-social-overlay .vjs-social-embed-code .vjs-social-label-text,
.vjs-social-overlay .vjs-social-start-from .vjs-social-label-text,
.vjs-social-overlay .vjs-social-title {
    text-align: left;
}

.video-js .vjs-dock-description,
.vjs-social-description {
    display: none !important;
}

.vjs-social-share-links a:focus {
    color: #fff;
}

.vjs-social-overlay .vjs-social-share-link:focus {
    color: #ffffff;
}

.vjs-social-overlay .vjs-social-share-link:hover {
    color: #23527c;
}

.video-js .vjs-dock-description,
.video-js .vjs-dock-title,
.video-js .vjs-dock-description,
.vjs-social-description,
.vjs-social-overlay .vjs-social-direct-link .vjs-social-label-text,
.vjs-social-overlay .vjs-social-embed-code .vjs-social-label-text,
.vjs-social-overlay .vjs-social-start-from .vjs-social-label-text {
    font-family: "urw-din, sans-serif" !important;
}

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control,
.vjs-icon-share,
.vjs-icon-facebook,
.vjs-icon-twitter,
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button,
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button,
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control,
.vjs-icon-replay {
    font-family: VideoJS !important;
}

.video-js .vjs-big-play-button,
.video-js button {
    outline: none !important;
}

.video-js .video-thumbnail {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 107px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .video-js .video-thumbnail {
        height: 90px;
    }
}

div.vjs-overlay.vjs-overlay-top-left {
    width: 100%;
    left: 0;
}

.bc-relvideo-status .video-frame {
    padding-top: 56.25%;
}

@media (max-width: 480px) {
    .bc-relvideo-status .video-frame {
        padding-top: 70.25%;
    }
}

.bc-relvideo-status .vjs-overlay-top {
    left: 0;
    width: 100%;
    margin: 0 auto;
    top: auto;
    bottom: 50px;
    position: absolute;
    height: 109px;
    right: 0;
    display: none;
    z-index: 9;
}

@media (max-width: 991px) {
    .bc-relvideo-status .vjs-overlay-top {
        bottom: 50px;
    }
}

@media (max-width: 320px) {
    .bc-relvideo-status .vjs-overlay-top {
        bottom: 25px;
    }
}

@media (max-width: 480px) {
    .bc-relvideo-status .vjs-modal-dialog-content {
        padding: 5px 25px 5px 10px;
    }
}

@media (max-width: 991px) {

    .bc-relvideo-status .vjs-modal-dialog-content .vjs-social-description,
    .bc-relvideo-status .vjs-modal-dialog-content .vjs-social-direct-link,
    .bc-relvideo-status .vjs-modal-dialog-content .vjs-social-embed-code {
        display: none;
    }
}

@media (max-width: 480px) {
    .bc-relvideo-status .vjs-modal-dialog-content .vjs-social-share-links .vjs-social-share-link {
        font-size: 1em;
    }
}

@media (max-width: 991px) {
    .bc-relvideo-status .vjs-modal-dialog-content .vjs-restart {
        margin-top: -50px;
    }
}

@media (max-width: 568px) {
    .bc-relvideo-status .vjs-modal-dialog-content .vjs-restart {
        font-size: 2.5em;
    }
}

@media (max-width: 480px) {
    .bc-relvideo-status .vjs-modal-dialog-content .vjs-restart {
        margin-top: -40px;
    }
}

@media (max-width: 370px) {
    .bc-relvideo-status .vjs-modal-dialog-content .vjs-restart {
        font-size: 1.5em;
    }
}

.video-js .vjs-modal-dialog {
    height: 100%;
}

.video-js .videoBlock {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #dedede;
}

.video-js .vjs-overlay-top .scroll_tabs_container div.scroll_tab_inner {
    height: 109px;
    border-bottom: none;
    text-align: center;
    overflow: hidden !important;
}

.video-js .vjs-overlay-top .scroll_tabs_container div.scroll_tab_inner a.videoBlock span.videoText {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 999;
    background: #000;
    opacity: 0.7;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px 0;
    white-space: pre-wrap;
    line-height: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.video-js .scroll_tabs_container .scroll_tab_right_button,
.video-js .scroll_tabs_container .scroll_tab_left_button {
    top: 38px !important;
}

.video-js .scroll_tabs_container .scroll_tab_right_button svg,
.video-js .scroll_tabs_container .scroll_tab_left_button svg {
    fill: #ffffff;
}

/*.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}*/
.fade.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.modal .modal-vertical-align-section {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.modal .modal-vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 10px 10px 0px 25px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 50px;
}

.modal-header .title {
    font-size: 1.5rem;
    font-weight: normal;
    width: 86%;
    float: left;
    padding: 5px 0 5px 15px;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header button.close {
    opacity: 1;
    float: right;
    outline: none;
}

.modal-header button.close .hv-close:before,
.modal-header button.close .hv-close:after {
    height: 30px;
    left: 0;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 10px 15px 5px 15px;
}

.modal-body iframe {
    width: 100%;
}

.modal-body #modal-loading {
    background: url("clientlib-hv-min/images/mform-loader.gif") no-repeat 50% 50% #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 480px;
        margin: 15px auto;
    }

    .modal-header .title {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 15px auto;
    }

    .modal-header {
        padding: 10px 10px 0px 15px;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 1024px;
    }

    .modal-lg {
        width: 1024px;
    }
}

@media (max-width: 480px) {
    .modal-header .title {
        font-size: 1.2rem;
    }

    .modal-dialog {
        width: calc(100% - 30px);
        margin: 15px auto;
    }
}

@media (min-width: 768px) {
    body.modal-open {
        overflow: auto;
    }

    body.modal-open[style] {
        padding-right: 0px !important;
    }

    .modal::-webkit-scrollbar {
        width: 0 !important;
    }
}

.modal-open div#modal.custom-modal,
.modal-open div#modal.modal-webcast {
    overflow: auto !important;
}

#modal.custom-modal .modal-header .title {
    font-size: 1.6rem;
    min-height: 40px;
}

@media (max-width: 480px) {
    #modal.custom-modal .modal-header .title {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 992px) {
    .modal-webcast .modal-dialog {
        width: 820px;
    }

    .modal-webcast .modal-dialog .modal-header {
        padding: 15px;
    }
}

.hv_privacy_prompt {
    position: fixed;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    margin: 0;
    z-index: 999999;
    padding: 10px;
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: calc(100% - 35px);
    display: none;
}

.hv_privacy_prompt.explicit_consent {
    border-top: 1px solid #cc0d0d;
    border-top-left-radius: 10px;
    border-left: 1px solid #cc0d0d;
    border-right: 1px solid #cc0d0d;
    border-bottom: none;
    border-top-right-radius: 10px;
}

.hv_privacy_prompt_content {
    padding: 0px 10px 0;
    font-size: 0.9em;
}

.hv_privacy_prompt .hv_privacy_prompt_content p {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0px;
    padding-right: 16px;
}

.hv_privacy_prompt .hv_privacy_prompt_content p a {
    color: #cc0d0d;
    text-decoration: none;
}

.hv_privacy_prompt>.hv_close_btn_thick {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #999;
    font: 18px/100% urw-din, sans-serif;
    cursor: pointer;
}

.hv_privacy_prompt>.hv_close_btn_thick:after {
    content: "\2716";
}

.hv_privacy_prompt .hv_privacy_prompt_content p a:hover {
    text-decoration: underline;
}

@media (max-width: 1060px) {
    .hv_privacy_prompt {
        width: 100%;
    }
}

.new-home-popup,
.new-rean-popup,
.new-hcc-popup,
.new-wline-popup {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    left: 0;
    overflow-y: auto;
    display: none;
}

.home-popup-container,
.rean-popup-container,
.hcc-popup-container,
.wline-popup-container {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
    position: relative;
    height: 427px;
    top: 8%;
    left: 0;
}

.new-home-popup .home-popup-container h3,
.new-rean-popup .rean-popup-container h3,
.new-hcc-popup .hcc-popup-container h3,
.new-wline-popup .wline-popup-container h3 {
    font-size: 2.375em;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 30px;
}

.new-home-popup .home-popup-container p,
.new-rean-popup .rean-popup-container p,
.new-hcc-popup .hcc-popup-container p,
.new-wline-popup .wline-popup-container p {
    font-size: 1.75em;
    margin-bottom: 60px;
}

.new-home-popup .home-popup-container p.first,
.new-rean-popup .rean-popup-container p.first,
.new-hcc-popup .hcc-popup-container p.first,
.new-wline-popup .wline-popup-container p.first {
    margin-bottom: 20px;
}

.new-home-popup .home-popup-container .c-btn,
.new-rean-popup .rean-popup-container .c-btn,
.new-hcc-popup .hcc-popup-container .c-btn,
.new-wline-popup .wline-popup-container .c-btn {
    display: inline-block;
    min-width: 220px;
}

.new-home-popup .home-popup-container .c-btn.welcome-pop-btn a,
.new-rean-popup .rean-popup-container .c-btn.rean-pop-btn a,
.new-hcc-popup .hcc-popup-container .c-btn.hcc-pop-btn a,
.new-wline-popup .wline-popup-container .c-btn.wline-pop-btn a {
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.new-home-popup .close-icon,
.new-rean-popup .close-icon,
.new-hcc-popup .close-icon,
.new-wline-popup .close-icon {
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    top: -40px;
    width: 22px;
}

.new-home-popup .close-icon .hv-close:before,
.new-home-popup .close-icon .hv-close:after,
.new-rean-popup .close-icon .hv-close:before,
.new-rean-popup .close-icon .hv-close:after,
.new-hcc-popup .close-icon .hv-close:before,
.new-hcc-popup .close-icon .hv-close:after,
.new-wline-popup .close-icon .hv-close:before,
.new-wline-popup .close-icon .hv-close:after {
    height: 25px;
    background-color: #ffffff;
}

.new-home-popup .home-popup-container .inner-popup-content,
.new-rean-popup .rean-popup-container .inner-popup-content,
.new-hcc-popup .hcc-popup-container .inner-popup-content,
.new-wline-popup .wline-popup-container .inner-popup-content {
    background: #ffffff;
    text-align: center;
    border-bottom: 13px solid #cc0000;
    padding: 35px 42px 70px;
    margin: 60px 0 0;
}

@media only screen and (max-width: 991px) {

    .new-home-popup,
    .new-rean-popup,
    .new-hcc-popup,
    .new-wline-popup {
        padding: 0 20px;
        overflow-y: auto;
    }

    .new-home-popup .home-popup-container .c-btn.welcome-pop-btn,
    .new-rean-popup .rean-popup-container .c-btn.rean-pop-btn,
    .new-hcc-popup .hcc-popup-container .c-btn.hcc-pop-btn,
    .new-wline-popup .wline-popup-container .c-btn.wline-pop-btn {
        max-width: 355px;
        margin-bottom: 20px;
        width: 100%;
        min-width: auto;
    }

    .new-home-popup .home-popup-container .c-btn.welcome-pop-btn a,
    .new-rean-popup .rean-popup-container .c-btn.rean-pop-btn a,
    .new-hcc-popup .hcc-popup-container .c-btn.hcc-pop-btn a,
    .new-wline-popup .wline-popup-container .c-btn.wline-pop-btn a {
        height: inherit !important;
        display: block;
        vertical-align: unset;
    }
}

@media only screen and (max-width: 767px) {

    .new-home-popup,
    .new-rean-popup,
    .new-hcc-popup,
    .new-wline-popup {
        overflow: auto;
    }

    .new-home-popup .home-popup-container .inner-popup-content,
    .new-rean-popup .rean-popup-container .inner-popup-content,
    .new-hcc-popup .hcc-popup-container .inner-popup-content,
    .new-wline-popup .wline-popup-container .inner-popup-content {
        padding: 25px 15px 30px;
    }

    .new-home-popup .home-popup-container h3,
    .new-rean-popup .rean-popup-container h3,
    .new-hcc-popup .hcc-popup-container h3,
    .new-wline-popup .wline-popup-container h3 {
        font-size: 1.5em;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: none;
    }

    .new-home-popup .home-popup-container p,
    .new-rean-popup .rean-popup-container p,
    .new-hcc-popup .hcc-popup-container p,
    .new-wline-popup .wline-popup-container p {
        font-size: 1em;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .home-popup-container,
    .rean-popup-container,
    .hcc-popup-container,
    .wline-popup-container {
        top: 0;
    }

    .new-home-popup .home-popup-container h3,
    .new-rean-popup .rean-popup-container h3,
    .new-hcc-popup .hcc-popup-container h3,
    .new-wline-popup .wline-popup-container h3 {
        font-size: 1.2em;
    }

    .new-home-popup .home-popup-container p,
    .new-rean-popup .rean-popup-container p,
    .new-hcc-popup .hcc-popup-container p,
    .new-wline-popup .wline-popup-container p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 480px) {

    .new-home-popup .home-popup-container .c-btn.welcome-pop-btn a,
    .new-rean-popup .rean-popup-container .c-btn.rean-pop-btn a,
    .new-hcc-popup .hcc-popup-container .c-btn.hcc-pop-btn a,
    .new-wline-popup .wline-popup-container .c-btn.wline-pop-btn a {
        padding: 8px 20px;
    }
}

.mktoOverlayForm {
    padding: 0 15px 15px;
}

.mktoOverlayForm .mktoForm {
    width: 600px !important;
}

.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor {
    width: 100%;
    float: left;
    margin-right: 50px;
    padding: 0 !important;
}

.mktoOverlayForm .mktoForm .mktoFieldWrap {
    width: 100%;
}

.mktoOverlayForm .mktoForm .mktoRequiredField label.mktoLabel {
    width: 100% !important;
}

.mktoOverlayForm ::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.mktoOverlayForm ::placeholder {
    color: #333;
    opacity: 1;
}

.mktoOverlayForm .mktoForm .mktoAsterix {
    display: none !important;
}

.mktoOverlayForm .mktoForm .mktoGutter,
.mktoOverlayForm .mktoForm .mktoOffset {
    width: auto !important;
}

.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor label {
    color: #333333;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 16px;
    font-weight: normal !important;
}

.mktoOverlayForm .mktoForm div {
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 14px;
    font-weight: normal !important;
}

.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor label[for="gdproptin"] {
    width: 96% !important;
    margin: 5px 0 5px;
    line-height: 22px;
}

.mktoOverlayForm textarea[name="leadCommentsExtended"] {
    width: 96% !important;
    border: solid 1px #ccc;
    padding: 10px 10px;
}

.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="url"],
.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="text"],
.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="date"],
.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="tel"],
.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="email"],
.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="number"],
.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor textarea.mktoField {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px 2px;
    height: 34px;
    width: 96% !important;
    float: left;
    color: #333333;
    font-size: 14px !important;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: solid 1px #ccc;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor textarea.mktoField {
    height: 80px;
}

.mktoOverlayForm .mktoForm select {
    background: none;
    border: none;
    padding: 0 2px !important;
    line-height: 32px !important;
    height: 34px !important;
    background: #fff;
    border: 1px solid #ccc;
    width: 96% !important;
    float: left;
    color: #333333;
    font-size: 14px !important;
    outline: none;
    border-bottom: solid 1px #ccc;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.mktoOverlayForm .mktoForm .mktoCheckboxList>input {
    margin: 0px;
    display: none !important;
}

.mktoOverlayForm .mktoForm .mktoCheckboxList>label {
    margin: 0px;
    min-height: 0;
}

.mktoOverlayForm .mktoForm .mktoRadioList,
.mktoOverlayForm .mktoForm .mktoCheckboxList {
    padding: 0.1em;
    outline: none;
}

.mktoOverlayForm .mktoForm .mktoCheckboxList {
    width: 0px !important;
}

.mktoOverlayForm .mktoForm label[for="hDSSingleOptin"] {
    padding: 8px 0 0 27px;
    width: 100% !important;
}

.mktoOverlayForm .mktoForm textarea[rows="2"] {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 15px;
    height: 100px;
    width: 100% !important;
    float: left;
}

.mktoOverlayForm .mktoForm span.mktoButtonWrap {
    margin-left: 0 !important;
    text-align: left;
    display: block;
    float: none;
}

.mktoOverlayForm .mktoForm .mktoRadioList>input {
    float: left;
    display: none !important;
}

.mktoOverlayForm .mktoForm .mktoRadioList>label {
    margin: 0px;
    min-height: 0;
    width: 120px !important;
    float: left !important;
}

.mktoOverlayForm .mktoForm .mktoRadioList,
.mktoOverlayForm .mktoForm .mktoCheckboxList {
    padding: 0.1em;
    outline: none;
}

.mktoOverlayForm .mktoForm label[for="Phone"] {
    margin-top: 14px;
}

.mktoOverlayForm .mktoForm label[for="CustomField2"] {
    width: 100%;
}

.mktoOverlayForm .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

.mktoOverlayForm .mktoRadioList.mktoHasWidth {
    width: 100% !important;
}

.mktoOverlayForm .mktoForm.mktoLayoutAbove .mktoField,
.mktoOverlayForm .mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: none;
}

.mktoOverlayForm .mktoForm .mktoFormRow {
    clear: none !important;
}

.mktoOverlayForm .mktoForm fieldset {
    width: 50%;
}

.mktoOverlayForm .mktoRadioList label {
    float: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
}

.mktoOverlayForm .mktoFormRow .mktoFieldWrap textarea[name="leadCommentsExtended"] {
    margin-top: 0;
    width: 96% !important;
    border: solid 1px #ccc;
    padding: 10px 10px;
}

.mktoOverlayForm .mktoForm textarea.mktoField {
    height: 90px;
}

.mktoOverlayForm .mktoForm div.mktoButtonRow {
    margin-top: 20px;
}

.mktoOverlayForm .mktoForm select[name="Country"],
.mktoOverlayForm .mktoForm select[name="State"],
.mktoOverlayForm .mktoForm select[name="pentahoRole"],
.mktoOverlayForm .mktoForm select[name="CustomField1"],
.mktoOverlayForm .mktoForm select[name="Industry"] {
    background: #fff url(https://www.hitachivantara.com/go/marketo/images/select-arrow-red.jpg) no-repeat 100% 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mktoOverlayForm form[data-mformid="20705"] .mktoFormRow .mktoFormCol {
    flex-grow: 1;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

.mktoOverlayForm form[data-mformid="20705"] .mktoFormRow {
    display: flex;
}

.mktoOverlayForm .col-lg-5.mktoinfo {
    display: flex;
    justify-content: flex-end;
}

.mktoOverlayForm form[data-mformid="20705"] .mktoFormRow .mktoFormCol input,
.mktoOverlayForm form[data-mformid="20705"] select {
    width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .mktoOverlayForm .mktoForm {
        width: 100% !important;
        box-sizing: border-box;
    }

    .mktoOverlayForm .mktoForm textarea.mktoField {
        height: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol {
        width: 100% !important;
        margin-top: 0px !important;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldWrap input[name="phoneCountryCode"] {
        width: 100% !important;
    }

    .mktoOverlayForm form[data-mformid="20705"] .mktoFormRow .mktoFormCol {
        max-width: 100% !important;
    }

    .mktoOverlayForm .mktoForm fieldset {
        padding: 0 0px !important;
        margin: 0px !important;
    }

    .mktoOverlayForm form[data-mformid="20705"] .mktoFormRow .mktoFieldDescriptor {
        margin-right: 0px;
    }

    .mktoOverlayForm form[data-mformid="20705"] .mktoFormRow {
        display: flex;
        flex-wrap: wrap;
    }

    .mktoOverlayForm .mktoForm select[name="Country"],
    .mktoOverlayForm .mktoForm select[name="State"],
    .mktoOverlayForm .mktoForm select[name="pentahoRole"],
    .mktoOverlayForm .mktoForm select[name="CustomField1"],
    .mktoOverlayForm .mktoForm select[name="Industry"] {
        background: #fff url(https://www.hitachivantara.com/go/marketo/images/select-arrow-red.jpg) no-repeat 98% 12px;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor label {
        font-size: 12px;
    }

    .mktoOverlayForm .mktoForm .mktoFormRow {
        width: 100% !important;
    }

    .mktoOverlayForm .mktoForm .mktoFormCol {
        width: 100% !important;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="url"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="text"],
    .mktoFormRow .mktoFieldDescriptor input[type="date"],
    .mktoFormRow .mktoFieldDescriptor input[type="tel"],
    .mktoFormRow .mktoFieldDescriptor input[type="email"],
    .mktoFormRow .mktoFieldDescriptor input[type="number"],
    .mktoFormRow .mktoFieldDescriptor textarea.mktoField {
        font-size: 12px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

@media only screen and (max-width: 991px) {
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor label[for="globalOptinConsentProxyField"] {
        font-size: 13px !important;
    }

    .mktoOverlayForm .mktoForm {
        width: 100% !important;
        padding: 3px;
        margin: 0px;
    }

    .Gated_Formcontact-sales-AEM {
        padding: 0;
        box-sizing: border-box;
    }

    .lpeCElement {
        padding-right: 0px;
        padding-left: 5px;
    }

    .mktoOverlayForm .mktoForm div.mktoButtonRow {
        padding-left: 0;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="url"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="text"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="date"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="tel"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="email"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="number"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor textarea.mktoField {
        line-height: 30px;
        width: 100% !important;
        float: left;
        height: 36px;
        box-sizing: border-box;
        font-size: 13px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    select[name="Country"],
    select[name="State"] {
        background: #fff url(https://www.hitachivantara.com/marketo/aem/images/drop-up-3.png) no-repeat 98% 16px;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldWrap #phoneCountryCode {
        width: 100% !important;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor {
        width: 100% !important;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor label {
        padding: 7px 0 5px 0;
        box-sizing: border-box;
    }

    .mktoOverlayForm .mktoForm .mktoRadioList>label {
        margin: 0px;
        font-size: 13px !important;
        min-height: 0;
        width: 235px !important;
    }

    .mktoOverlayForm .mktoForm select {
        width: 100% !important;
        float: left;
        height: 36px !important;
        box-sizing: border-box;
        border-bottom: solid 1px #ccc;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
        font-size: 13px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    textarea[name="leadCommentsExtendedinput"] {
        width: 100% !important;
        padding: 16px 10px 10px;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldWrap textarea[name="leadCommentsExtendedinput"] {
        margin-top: 0px;
    }

    .mktoOverlayForm .mktoForm .mktoButtonRow {
        width: 100%;
    }

    .mktoOverlayForm .mktoForm textarea.mktoField {
        height: 27px;
    }

    .mktoOverlayForm .mktoForm .mktoCheckboxList {
        height: 10px;
    }

    .mktoOverlayForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        margin-left: 0;
    }

    .mktoOverlayForm .contact-info {
        margin-top: 30px;
        width: 100%;
        min-height: 450px !important;
    }

    .mktoOverlayForm .contact-info1 {
        margin-top: 30px;
        min-height: 210px !important;
    }

    .mktoOverlayForm .mktoForm label[for="hDSSingleOptin"] {
        padding: 0 0 0 27px;
        width: 100% !important;
    }

    .mktoOverlayForm input[type="checkbox"]#hDSSingleOptin+label:before {
        top: -2px !important;
    }
}

@media only screen and (max-width: 480px) {
    .mktoOverlayForm .mktoForm .mktoCheckboxList {
        margin-top: 0px;
    }

    .mktoOverlayForm .mktoForm {
        width: 100% !important;
    }

    .mktoOverlayForm .mktoForm .mktoFormRow .mktoField {
        clear: none;
    }

    .mktoOverlayForm {
        padding: 0 0px 15px;
    }
}

.mktoOverlayForm input[type="checkbox"]:checked+label:before {
    background-position: 0 0;
    background-position: 0 -20px;
}

.mktoOverlayForm input[type="checkbox"]+label:before {
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: 0;
    top: -1px;
}

.mktoOverlayForm input[type="checkbox"]+label:before {
    background: url(https://www.hitachivantara.com/go/marketo/images/check-box-img.png) no-repeat top left;
    background-position: 0 0;
    content: " ";
    height: 19px;
    top: 5px;
}

.mktoOverlayForm input.check9:checked+label.check9:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.mktoOverlayForm input[type="radio"]+label:before {
    background-image: url("https://www.hitachivantara.com/marketo/aem/images/radion-btn-white.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: relative;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: -5px;
    top: 5px;
}

.mktoOverlayForm input[type="radio"]:checked+label:before {
    background-position: 0 -19px;
}

.mktoOverlayForm input[type="checkbox"]#hDSSingleOptin:checked+label:before {
    background-position: 0 0;
    background-position: 0 -20px;
}

.mktoOverlayForm input[type="checkbox"]#hDSSingleOptin+label:before {
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: 0;
    top: -1px;
}

.mktoOverlayForm input[type="checkbox"]#hDSSingleOptin+label:before {
    background-image: url("https://www.hitachivantara.com/marketo/aem/images/radion-btn-white.png");
    background-position: 1px 1px;
    content: " ";
    height: 20px;
    top: 7px;
}

.mktoOverlayForm input[type="checkbox"],
.mktoOverlayForm input[type="radio"] {
    display: none;
}

.mktoOverlayForm .mktoContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

select#dropOption {
    display: block !important;
}

.mktoOverlayForm .mktoForm .mktoLabel {
    padding-top: 0px !important;
    width: auto !important;
}

.mktoOverlayForm .mktoFormRow .mktoFieldDescriptor label[for="globalOptinConsentProxyField"] {
    width: 97% !important;
    margin: 5px 0 10px 0px;
    line-height: 22px;
    font-size: 14px;
}

.mktoOverlayForm select::-ms-expand {
    display: none;
}

.mktoOverlayForm input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: #000 !important;
}

.mktoOverlayForm input:-webkit-autofill,
.mktoOverlayForm input:-webkit-autofill:hover,
.mktoOverlayForm input:-webkit-autofill:focus,
.mktoOverlayForm input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-image: none !important;
    color: #000 !important;
}

.mktoOverlayForm .mktoForm .mktoRequiredField label.mktoLabel {
    width: auto !important;
}

.mktoOverlayForm .mktoForm label[id="LblCountry"],
.mktoOverlayForm .mktoForm label[id="LblFirstName"],
.mktoOverlayForm .mktoForm label[id="LblLastName"],
.mktoOverlayForm .mktoForm label[id="LblEmail"],
.mktoOverlayForm .mktoForm label[id="LblTitle"],
.mktoOverlayForm .mktoForm label[id="LblleadCommentsExtended"],
.mktoOverlayForm .mktoForm label[id="LblCompany"],
.mktoOverlayForm .mktoForm label[id="LblSalutation"],
.mktoOverlayForm .mktoForm label[id="LblphoneCountryCode"],
.mktoOverlayForm .mktoForm label[id="LblPostalCode"],
.mktoOverlayForm .mktoForm label[id="LblphoneforForm"] {
    height: 15px;
}

.labeldown {
    opacity: 0;
    transform: translateY(100%);
    z-index: 9999 !important;
    background: #fff !important;
}

.labelup {
    opacity: 1;
    transition: all 0.1s;
    transform: translate(0%, 60%);
    margin: 0px 1px !important;
    background: #fff !important;
    padding: 0px 1px !important;
    font-size: 12px !important;
    color: #969696 !important;
}

.mktoOverlayForm .mktoForm.mktoLayoutAbove .mktoLabel {
    width: auto !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .mktoOverlayForm .mktoForm select[name="Country"],
    .mktoOverlayForm .mktoForm select[name="State"],
    .mktoOverlayForm .mktoForm select[name="pentahoRole"] {
        background: #fff url(https://www.hitachivantara.com/go/marketo/images/select-arrow-red.jpg) no-repeat 98% 16px;
    }

    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="url"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="text"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="date"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="tel"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="email"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor input[type="number"],
    .mktoOverlayForm .mktoFormRow .mktoFieldDescriptor textarea.mktoField {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .mktoOverlayForm select.mktoField {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}

.mktoOverlayForm ::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.mktoOverlayForm ::placeholder {
    color: #969696;
    opacity: 1;
}

.mktoOverlayForm :-ms-input-placeholder {
    color: #969696;
}

.mktoOverlayForm ::-ms-input-placeholder {
    color: #969696;
}

.mktoOverlayForm .mktoForm .mktoError {
    left: 0px !important;
    bottom: -20px !important;
}

.mktoOverlayForm .mktoForm .mktoError .mktoErrorArrow {
    background: none;
    border: none;
}

.mktoOverlayForm .mktoForm .mktoError .mktoErrorMsg {
    background: none;
    color: #cc0000;
    border: none;
    font-size: 12px;
    text-shadow: none;
    box-shadow: none;
    max-width: 30em !important;
    padding: 0.3em 0;
    display: inline-flex;
    white-space: nowrap;
}

.mktoOverlayForm .mktoForm textarea.mktoField {
    height: 70px !important;
}

.mktoOverlayForm .mktoForm select.mktoInvalid {
    border: none !important;
    border-bottom: 1px solid #ce0000 !important;
    outline: none;
}

.mktoOverlayForm .mktoInvalid {
    border-bottom: 1px solid #ce0000 !important;
    outline: none;
}

.placeRed::-moz-placeholder {
    color: #cc0000 !important;
}

.placeRed::placeholder {
    color: #cc0000 !important;
}

@media only screen and (max-width: 480px) {
    .android-device .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        padding-bottom: 6px;
        padding-top: 10px;
    }

    .iphone-device .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        padding-bottom: 3px;
        padding-top: 10px;
    }

    .android-device .submit-button .submit-text img {
        margin-top: -3px;
    }
}

@media screen and (-moz-os-version: windows-win7) {
    .submit-button .submit-text {
        padding-top: 3px;
    }
}

.contact-info {
    box-sizing: border-box;
    width: 325px;
    position: relative;
}

.contact-info1 {
    padding: 25px 15px 15px 15px;
    background: #f9f9f9;
    margin-bottom: 10px;
}

div.contact-info .headtitle {
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0 7px 0;
}

div.contact-info1 .headtitle {
    color: #000 !important;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 24px;
    font-weight: normal;
}

div.contact-info .headtitle a.call {
    font-size: 22px !important;
    cursor: default;
}

div.contact-info1 .headtitle a.call {
    color: #000 !important;
    font-size: 24px !important;
    cursor: default;
}

.contact-info2 {
    padding: 25px 15px 15px 15px;
    background: #f9f9f9;
    margin-bottom: 10px;
}

div.contact-info p.title {
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 7px 0;
    padding: 0px;
}

p.sub-title {
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.contactus {
    color: #cc0001;
    margin-top: 15px;
    margin-left: 15px;
    text-transform: uppercase;
    font-family: "urw-din, sans-serif", "Segoe UI";
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2.2px;
    font-size: 18px;
}

div.contact-info a {
    color: #cc0001;
    text-transform: uppercase;
    font-family: "urw-din, sans-serif", "Segoe UI";
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    outline: 0;
}

.title-thankyou {
    font-size: 2.75em;
    color: #000000;
    font-weight: 300;
    padding: 0 0 0 50px;
    width: 90%;
    font-family: "urw-din, sans-serif", "Segoe UI";
    margin-bottom: 0px;
}

div.thanktitle {
    display: none;
}

div.thanktitle p {
    font-size: 1.125rem;
    color: #000;
    font-weight: 300;
    padding: 5px 0 0 0;
    margin: 0 0 0 52px;
}

.title-thankyou img {
    margin-right: 15px;
}

.subtitle-thankyou {
    font-size: 1.7em;
    font-weight: 700;
    font-family: "urw-din, sans-serif", "Segoe UI";
    margin-left: 0;
    padding: 10px 0 0 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.thankyoulinks {
    margin-left: 0;
    list-style-type: none;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: 560px;
    margin-bottom: 35px;
    padding-left: 16px;
    padding-bottom: 10px;
}

ul.thankyoulinks li {
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    .title-thankyou {
        font-size: 1.5em;
        padding: 0;
        width: 100%;
    }

    .subtitle-thankyou {
        font-size: 1.5em;
        margin-left: 0;
        padding: 15px 0 0 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    ul.thankyoulinks {
        -moz-column-count: auto;
        column-count: auto;
        -moz-column-gap: auto;
        column-gap: auto;
        max-width: 560px;
        margin-bottom: 35px;
        padding-left: 0;
        padding-bottom: 0;
    }

    ul.thankyoulinks li {
        line-height: 30px;
        width: 100%;
        display: block;
    }
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #ce0000 !important;
    background-image: none !important;
    border: 1px solid #ce0000 !important;
    color: #ffffff !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    outline: 0 none !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    width: auto;
    padding: 8px 20px !important;
    font-family: "urw-din, sans-serif", "Segoe UI";
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton svg {
    width: 20px;
    height: 11px;
    transition: all 0.2s ease-in;
    margin-left: 5px;
    fill: #fff;
    padding: 0;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover svg {
    transform: translate(8px, 0);
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    background-image: none;
    border: 1px solid #a60000;
    background-color: #a60000 !important;
    color: #fff !important;
}

.mac .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.android-device .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.iphone-device .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 12px 10px 6px !important;
}

.mktoForm .mktoFormRow label#LbleventLocation+.mktoGutter.mktoHasWidth+.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    display: flex;
    width: 100% !important;
}

.mktoForm .mktoFormRow label#LbleventLocation+.mktoGutter.mktoHasWidth+.mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
    width: 33% !important;
    position: relative;
    padding-left: 23px;
    height: 28px;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    line-height: 1;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mktoForm .mktoFormRow label#LbleventLocation+.mktoGutter.mktoHasWidth+.mktoLogicalField.mktoCheckboxList.mktoHasWidth .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired.mktoInvalid {
    border: none !important;
}

.mktoForm .mktoFormRow label#LbleventLocation {
    font-size: 14px !important;
}

.mktoOverlayForm form[data-mformid="20658"] .mktoFormRow {
    display: flex;
    flex-wrap: wrap;
}

.mktoOverlayForm form[data-mformid="20658"] .mktoFormRow .mktoFormCol {
    width: 41.5%;
    flex: 0 0 41.5%;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="20658"] .mktoFormRow .mktoFormCol {
        width: 100%;
        flex: 0 0 100%;
    }
}

.mktoOverlayForm form[data-mformid="20658"] .mktoFormRow.move-to-bottom .mktoFormCol.mkCheckField {
    width: 93%;
    flex: 0 0 93%;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="20658"] .mktoFormRow.move-to-bottom .mktoFormCol.mkCheckField {
        width: 100%;
        flex: 0 0 100%;
    }
}

.mktoOverlayForm form[data-mformid="20658"] .phoneCountryCodeParent .mktoFormCol:first-child {
    width: 9%;
    flex: 0 0 9%;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="20658"] .phoneCountryCodeParent .mktoFormCol:first-child {
        width: 12%;
        flex: 0 0 12%;
    }
}

.mktoOverlayForm form[data-mformid="20658"] .phoneCountryCodeParent .mktoFormCol:nth-child(2) {
    width: 31.3%;
    flex: 0 0 31.3%;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="20658"] .phoneCountryCodeParent .mktoFormCol:nth-child(2) {
        width: 100%;
        flex: 0 0 100%;
    }
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow {
    display: flex;
    margin: 0px -10px;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin-right: 0px !important;
    flex-grow: 1;
    padding: 0px 10px !important;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="text"],
.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="email"],
.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="tel"],
.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol select,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="text"],
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="email"],
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="tel"],
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol select {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 32px;
    height: 35px;
    border-radius: 3px;
    width: 100% !important;
    color: #333333;
    font-size: 14px !important;
    outline: none;
    box-sizing: border-box;
    height: 35px !important;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="text"].mktoInvalid,
.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="email"].mktoInvalid,
.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="tel"].mktoInvalid,
.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol select.mktoInvalid,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="text"].mktoInvalid,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="email"].mktoInvalid,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="tel"].mktoInvalid,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol select.mktoInvalid {
    border: 1px solid #ccc !important;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol select,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol select {
    background: #fff url(https://www.hitachivantara.com/go/marketo/images/select-arrow-red.jpg) no-repeat 97% 12px;
    padding: 0 10px !important;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="checkbox"]+label:before,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="checkbox"]+label:before {
    left: 10px !important;
    top: 4px;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol label.mktoLabel,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol label.mktoLabel {
    opacity: 1;
    transform: translateY(0);
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 7px 0 5px 0 !important;
    height: auto;
    color: #000 !important;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol .mktoError,
.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol .mktoError {
    left: 12px !important;
    right: auto !important;
}

.mktoOverlayForm .mktoForm[data-mformid="15810"] .mkCheckField .mktoFieldWrap label.mktoLabel {
    padding: 7px 0 5px 24px !important;
    z-index: 999;
    position: relative;
}

.mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormCol textarea {
    width: 100% !important;
}

.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow,
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow {
    display: flex;
}

.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow .mktoFieldDescriptor,
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow .mktoFieldDescriptor {
    width: 100% !important;
    flex-grow: 1;
    margin-top: 0 !important;
}

.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(1),
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(1) {
    width: 41.5% !important;
    flex: 0 0 41.5% !important;
}

@media (max-width: 767px) {

    .mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(1),
    .mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(1) {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(2),
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(2) {
    width: 9% !important;
    flex: 0 0 9% !important;
}

@media (max-width: 767px) {

    .mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(2),
    .mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(2) {
        width: 12% !important;
        flex: 0 0 12% !important;
    }
}

.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(3),
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(3) {
    width: 31.3% !important;
    flex: 0 0 31.3% !important;
}

@media (max-width: 767px) {

    .mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(3),
    .mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(3) {
        width: 86% !important;
        flex: 0 0 86% !important;
    }
}

@media (max-width: 767px) {

    .mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow,
    .mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow,
    .mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow,
    .mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow {
        flex-wrap: wrap;
        margin: 0;
    }

    .mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol,
    .mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol,
    .mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow .mktoFormCol,
    .mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow .mktoFormCol {
        width: 100% !important;
        margin-right: 0;
    }
}

.mktoForm[id="mktoForm_18622"],
.hv-signup form#mktoForm_18799 {
    display: block !important;
}

.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow .mktoFieldDescriptor input,
.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow .mktoFieldDescriptor select,
.mktoOverlayForm .mktoForm[data-mformid="18807"] .mktoFormRow .mktoFieldDescriptor textarea,
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow .mktoFieldDescriptor input,
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow .mktoFieldDescriptor select,
.mktoOverlayForm .mktoForm[data-mformid="18846"] .mktoFormRow .mktoFieldDescriptor textarea {
    width: 100% !important;
    border-radius: 0 !important;
}

.hv-signup form#mktoForm_18799 .mktoFieldDescriptor {
    width: 78%;
}

@media (max-width: 767px) {
    .mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol {
        padding: 0 !important;
    }

    .mktoOverlayForm .mktoForm[data-mformid="15810"] .mktoFormRow .mktoFormCol input[type="checkbox"]+label:before {
        left: 0px !important;
    }

    .mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol {
        padding: 0 !important;
    }

    .mktoOverlayForm .mktoForm[data-mformid="16298"] .mktoFormRow .mktoFormCol input[type="radio"]+label:before {
        left: 0;
        margin-right: 5px;
    }
}

.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow {
    display: flex;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="18682"] .mktoFormRow {
        display: block;
    }
}

.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow .mktoFieldDescriptor {
    width: 100% !important;
    flex-grow: 1;
    margin-top: 0 !important;
}

.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow .mktoFieldDescriptor input,
.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow .mktoFieldDescriptor textarea.mktoField,
.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow .mktoFieldDescriptor select {
    width: 100% !important;
}

.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow .mktoFormCol {
    margin-bottom: 10px !important;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="18682"] .mktoFormRow .mktoFormCol {
        margin-right: 0;
    }
}

.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(1) {
    width: 41.5% !important;
    flex: 0 0 41.5% !important;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="18682"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(1) {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(2) {
    width: 9% !important;
    flex: 0 0 9% !important;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="18682"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(2) {
        width: 12% !important;
        flex: 0 0 12% !important;
    }
}

.mktoOverlayForm form[data-mformid="18682"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(3) {
    width: 32% !important;
    flex: 0 0 32% !important;
}

@media (max-width: 991px) {
    .mktoOverlayForm form[data-mformid="18682"] .mktoFormRow.phoneCountryCodeParent .mktoFormCol:nth-child(3) {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.hv-home-banner-opt1 {
    margin: 0;
    padding: 0;
    text-align: center;
    background-size: cover;
    background-position: 0 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
}

.hv-home-banner-opt1 video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hv-home-banner-opt1 h1 {
    font-size: 84px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: normal;
    opacity: 0;
    font-family: 'Helvetica Neue LT Std';
}

.hv-home-banner-opt1 h1 .htext:after {
    bottom: 14px;
}

.hv-home-banner-opt1 .cta-desc-box {
    display: flex;
    align-items: center;
    width: 500px;
    justify-content: center;
    margin: 40px auto 0;
    opacity: 0;
}

.hv-home-banner-opt1 .cta-desc-box .video-play-icon {
    display: inline-block;
}

.hv-home-banner-opt1 .cta-desc-box .desc {
    text-align: left;
    margin-left: 30px;
    font-family: 'Helvetica Neue LT Std';
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 1024px) {

    .hv-home-banner-opt1 h1,
    .hv-home-banner-opt1 .cta-desc-box {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .hv-home-banner-opt1 {
        padding: 80px 15px 80px;
    }

    .hv-home-banner-opt1 .cta-desc-box .desc {
        margin: 20px 0 25px;
        font-size: 18px;
    }

    .hv-home-banner-opt1 .cbutton {
        float: left;
    }

    .hv-home-banner-opt1 h1 {
        font-size: 64px;
        text-align: left;
        line-height: 64px;
    }

    .hv-home-banner-opt1 .cta-desc-box {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

.hv-home-banner-opt1.home-banner-opt2 h1 {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
}

.hv-home-banner-opt1.home-banner-opt2 h1 .htext:after {
    height: 12px;
    display: inline-block;
    bottom: 6px;
}

@media (max-width: 991px) {
    .hv-home-banner-opt1.home-banner-opt2 h1 .htext:after {
        display: inline-block;
    }
}

.hv-home-banner-opt1.home-banner-opt2 .cta-desc-box {
    margin-top: 0;
    margin-bottom: 15px;
}

.hv-home-banner-opt1.home-banner-opt2 .cta-desc-box .desc {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.hv-home-banner-opt1.home-banner-opt2 .new-home-banner-btn {
    padding-top: 15px;
}

.hv-home-banner-opt1.home-banner-opt2 .new-home-banner-btn a {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    height: 56px;
    min-width: 210px;
    background: #c00;
}

.hv-home-banner-opt1.home-banner-opt2 .new-home-banner-btn a:hover {
    background: #8f0000;
    border-color: #8f0000;
}

@media (max-width: 767px) {
    .hv-home-banner-opt1.home-banner-opt2 .new-home-banner-btn {
        text-align: left;
    }

    .hv-home-banner-opt1.home-banner-opt2 .cta-desc-box .desc {
        text-align: left;
    }

    .hv-home-banner-opt1.home-banner-opt2 h1 {
        font-size: 42px;
        line-height: 45px;
        text-align: left;
    }

    .hv-home-banner-opt1.home-banner-opt2 h1 .htext:after {
        height: 10px;
        bottom: 5px;
    }
}

.hv-scroll-widget {
    background-color: #001933;
    padding: 50px 0;
    transition: all 1s;
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 99;
    font-family: 'Helvetica Neue LT Std';
}

.hv-scroll-widget .container {
    max-width: 900px;
}

.hv-scroll-widget .campaign-img {
    padding-right: 25px;
}

.hv-scroll-widget .campaign-content {
    padding-left: 25px;
}

.hv-scroll-widget .campaign-content .cbutton {
    margin-top: 15px;
}

.hv-scroll-widget .campaign-content p {
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    color: #fff;
}

.hv-scroll-widget.campaign-scrolled {
    position: relative;
    top: 50px;
    width: 420px;
    padding: 10px 0;
    right: calc(-100% + 420px);
    background: #051c2c;
    z-index: 999;
    transition: all 1s;
    margin-top: -170px;
}

.hv-scroll-widget.campaign-scrolled .campaign-content h2 {
    font-size: 16px;
    line-height: 20px;
}

.hv-scroll-widget.campaign-scrolled .campaign-content .cbutton {
    min-width: auto;
    padding: 15px;
    font-size: 12px;
    line-height: 1;
}

.hv-scroll-widget.campaign-scrolled .campaign-content {
    padding-left: 0;
    padding-right: 35px;
}

.hv-scroll-widget.campaign-scrolled .campaign-content p {
    display: none;
}

.hv-scroll-widget.campaign-scrolled .campaign-img {
    padding-right: 0;
}

.campaign-scrolled.hide-scroll {
    right: -100%;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .hv-scroll-widget {
        padding-right: 15px;
        padding-left: 15px;
    }

    .hv-scroll-widget .campaign-img {
        padding-right: 0;
    }

    .widget-scrolled.hide-scroll {
        right: calc(-100% + 402px);
    }

    .campaign-scrolled.hide-scroll {
        right: 0;
    }

    .hv-scroll-widget.campaign-scrolled .campaign-content .cbutton {
        min-width: 230px;
    }

    .hv-scroll-widget.campaign-scrolled {
        top: 0;
        width: auto;
        right: 0;
        background: #051c2c;
        margin-top: 0;
        padding: 50px 15px;
    }

    .hv-scroll-widget .campaign-content {
        padding-left: 0;
    }

    .hv-scroll-widget.campaign-scrolled .campaign-content p {
        display: block;
    }
}

@media (max-width: 767px) {
    .hv-scroll-widget {
        padding: 40px 15px 70px;
    }

    .hv-scroll-widget .campaign-content {
        margin-top: 30px;
        padding-left: 0;
    }

    .hv-scroll-widget .campaign-img {
        max-width: 195px;
        margin-bottom: 15px;
    }

    .hv-scroll-widget .campaign-content .cbutton {
        padding: 18px;
        font-size: 12px;
        line-height: 1;
        min-width: 146px;
    }
}

.hv-categories-opt1 {
    padding: 100px 15px;
    font-family: 'Helvetica Neue LT Std';
}

@media (max-width: 767px) {
    .hv-categories-opt1 {
        padding: 70px 15px;
    }
}

.hv-categories-opt1 .left-content {
    padding-right: 120px;
}

.hv-categories-opt1 .left-content .hv-section-heading2 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .hv-categories-opt1 .left-content .hv-section-heading2 {
        margin-bottom: 20px;
    }
}

.hv-categories-opt1 .left-content h5 {
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hv-categories-opt1 .left-content h5 {
        font-size: 11px;
    }
}

.hv-categories-opt1 .left-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

@media (max-width: 1202px) {
    .hv-categories-opt1 .left-content {
        padding-right: 60px;
    }
}

@media (max-width: 1120px) {
    .hv-categories-opt1 .left-content {
        padding-right: 0;
    }
}

.hv-categories-opt1 .cta-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    padding: 0 30px;
    max-width: 560px;
}

.hv-categories-opt1 .cta-wrapper .category {
    margin: 25px 0;
}

@media (max-width: 1100px) {
    .hv-categories-opt1 .cta-wrapper {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .hv-categories-opt1 .cta-wrapper {
        padding: 0;
    }

    .hv-categories-opt1 .cta-wrapper .category {
        flex: 50%;
        margin: 0px 0 30px;
    }
}

@media (max-width: 480px) {
    .hv-categories-opt1 .cta-wrapper .category {
        margin: 0px 0 30px;
    }

    .hv-categories-opt1 .cta-wrapper .category:last-child {
        margin-bottom: 0;
    }
}

.hv-categories-opt1.hv--new--categories--opt1 {
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'Helvetica Neue LT Std';
}

.hv-categories-opt1.hv--new--categories--opt1 .section-heading-new2 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .hv-categories-opt1.hv--new--categories--opt1 .section-heading-new2 {
        font-size: 34px;
        line-height: 1.2;
    }
}

.hv-categories-opt1.hv--new--categories--opt1 .hv-section-heading2 {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .hv-categories-opt1.hv--new--categories--opt1 .hv-section-heading2 {
        font-size: 34px;
        line-height: 1.2;
    }
}

.hv-categories-opt1.hv--new--categories--opt1 .left-content p {
    font-size: 16px;
    font-weight: 450;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000;
}

@media (max-width: 767px) {
    .hv-categories-opt1.hv--new--categories--opt1 .left-content {
        margin-bottom: 30px;
    }
}

.hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper {
    max-width: 600px;
}

.hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category {
    margin: 0 0 25px;
    width: 44%;
    flex: 0 0 44%;
}

@media (max-width: 575px) {
    .hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category {
        margin: 0;
        width: 100%;
        flex: 0 0 100%;
    }
}

.hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category .ciconlink {
    min-width: 100%;
}

@media (max-width: 575px) {
    .hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category .ciconlink {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
}

.hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category .ciconlink .label-txt {
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 575px) {
    .hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category .ciconlink .label-txt {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category .ciconlink .label-txt br {
        display: none !important;
    }
}

.hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category .ciconlink .label-txt svg {
    margin-right: 12px;
}

@media (max-width: 575px) {
    .hv-categories-opt1.hv--new--categories--opt1 .cta-wrapper .category .ciconlink .label-txt svg {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
}

.hv-video-panel-opt1 {
    background: #00477b;
    background: linear-gradient(to right, #00477b 0%, #001933 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00477b', endColorstr='#001933', GradientType=1);
    font-family: 'Helvetica Neue LT Std';
}

.hv-video-panel-opt1 .row {
    margin: 0;
}

.hv-video-panel-opt1 .disney-img {
    position: relative;
    overflow: hidden;
}

.hv-video-panel-opt1 .disney-img img {
    transition: all 0.5s ease-in;
    width: 100%;
}

.hv-video-panel-opt1 .disney-img:hover img {
    transform: scale(1.1);
}

.hv-video-panel-opt1 .disney-img .c-anchor-block {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-video-panel-opt1 .disney-content {
    padding: 30px 50px 30px 150px;
    /* max-width: 674px; */
}
.hv-video-panel-opt1 .disney-content-one {
    padding: 120px 50px 50px 25px !important;
    /* max-width: 976px !important; */
}

.hv-video-panel-opt1 .disney-content .logo-wrapper {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.hv-video-panel-opt1 .disney-content .logo-wrapper span {
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.hv-video-panel-opt1 .disney-content .logo-wrapper .hv-banner-logo-part {
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.hv-video-panel-opt1 .disney-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
}

.hv-video-panel-opt1 .disney-content .cbutton {
    padding: 20px 40px;
}

.hv-video-panel-opt1 .disney-content .cta-link {
    margin-top: 30px;
}

.hv-video-panel-opt1 .disney-img,
.hv-video-panel-opt1 .disney-content {
    flex-basis: 50%;
}

.disney-content-one{
    flex-basis: 70% !important;
}
/* .disney-content-one{
        flex-basis: 100% !important;
} */
.disney-img-one{
    flex-basis: 30% !important;
}

.hv-video-panel-opt1.neue-font .disney-content p {
    font-size: 25px;
    line-height: 1.4;
}

@media (max-width: 1250px) {
    .hv-video-panel-opt1 .disney-content {
        padding: 30px 30px 30px 50px;
    }
}

@media (max-width: 991px) {

    .hv-video-panel-opt1 .disney-img,
    .hv-video-panel-opt1 .disney-content {
        flex-basis: 100%;
    }

    .disney-content-one{
        flex-basis: 100% !important;
    }

    .hv-video-panel-opt1 .disney-content {
        padding: 90px 60px;
    }
	.disney-img-one {
        flex-basis: 100% !important; 
    }
}

@media (max-width: 767px) {
    .hv-video-panel-opt1 .disney-content {
        padding: 115px 30px;
    }

    .hv-video-panel-opt1 .disney-img .video-play-icon {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .hv-video-panel-opt1 .disney-img img {
        width: 100%;
    }

    .hv-video-panel-opt1 .disney-content .logo-wrapper span {
        margin: 0 10px;
    }
}

.hv-video-panel-opt1.hv--video--panel--new {
    background: transparent;
}

.hv-video-panel-opt1.hv--video--panel--new .disney-img .c-anchor-block .video-play-icon svg {
    background: #c00;
    border-radius: 520%;
}

.hv-video-panel-opt1.hv--video--panel--new .disney-img .c-anchor-block .video-play-icon:hover svg {
    background: #fff;
}

.hv-video-panel-opt1.hv--video--panel--new .disney-content {
    padding: 30px 50px 30px 100px;
}

@media (max-width: 767px) {
    .hv-video-panel-opt1.hv--video--panel--new .disney-content {
        padding: 0 24px 40px;
    }
}

.hv-video-panel-opt1.hv--video--panel--new .disney-content .hv-section-heading2 {
    color: #000;
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .hv-video-panel-opt1.hv--video--panel--new .disney-content .hv-section-heading2 {
        font-size: 45px;
    }
}

.hv-tile-carousal-opt1 {
    padding: 100px 0 80px;
}

.hv-tile-carousal-opt1 .container {
    overflow-x: clip;
}

.hv-tile-carousal-opt1 .c-link {
    padding: 10px 3px 10px;
    width: auto;
    height: auto;
    margin: 0;
}

.hv-tile-carousal-opt1 .c-link svg {
    width: 20px;
    height: 15px;
    margin-top: -3px;
}

.hv-tile-carousal-opt1 .carousal-list {
    position: relative;
    display: flex;
}

.hv-tile-carousal-opt1 .carousal-list .slick-list {
    padding: 0 55px 50px 0 !important;
}

.hv-tile-carousal-opt1 .carousal-list .slick-track {
    display: flex;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item {
    padding: 0 7px;
    position: relative;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .image-container {
    overflow: hidden;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .image-container img {
    transition: 0.3s linear;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .image-container:hover img {
    transform: scale(1.1);
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item img {
    width: 100%;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content {
    position: absolute;
    padding: 30px;
    background: #fff;
    margin: 0 45px;
    left: 0;
    bottom: 35px;
    display: flex;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .cta-box {
    display: flex;
    align-items: flex-end;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .type {
    font-family: 'Helvetica Neue LT Std';
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #000000;
    position: static;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .type svg {
    width: 24px;
    height: 26px;
    margin-right: 10px;
}

.hv-tile-carousal-opt1 .carousal-item a:hover,
.hv-tile-carousal-opt1 .carousal-item a:focus,
.hv-tile-carousal-opt1 .carousal-item a:active {
    text-decoration: none;
    outline: 0;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content h3 {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
    letter-spacing: 0.02em;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .content-type {
    font-size: 0.8em;
    color: #5a5a5a;
    font-weight: 600;
    padding-bottom: 5px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-title {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.02em;
    padding-top: 10px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 54px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-detail {
    color: #000000;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-detail .author-desc {
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 35px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-detail .author-desg {
    font-family: 'Helvetica Neue LT Std';
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev {
    position: absolute;
    transform: rotate(180deg);
    left: -5px;
    border-radius: 50%;
    background: #fff;
    bottom: -10px;
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -2px;
    top: 0px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev.slick-disabled {
    background-color: #fff;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev.slick-disabled .hv-arrows {
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev.slick-disabled .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next {
    position: absolute;
    left: 164px;
    border-radius: 50%;
    background: #fff;
    bottom: -10px;
    padding: 10px 15px;
    cursor: pointer;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -3px;
    top: 0px;
    border-color: #cc0000;
    transition: none;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next.slick-disabled {
    background-color: #fff;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next.slick-disabled .hv-arrows {
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next.slick-disabled .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1.5rem 0;
    list-style-type: none;
    position: absolute;
    bottom: -17px;
    left: 60px;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots li {
    margin: 0 4px;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    outline: none;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots li.slick-active button {
    background-color: #000;
}

.mac .c-link svg {
    margin-top: 2px !important;
}

.mac .hv-tile-carousal-opt1 .carousal-list .slick-next .hv-arrows {
    top: 3px;
}

.mac .hv-tile-carousal-opt1 .carousal-list .slick-prev .hv-arrows {
    top: 4px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item {
    position: relative;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .cta-box {
    margin-left: 24px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .gated-lock {
    position: absolute;
    bottom: 73px;
    z-index: 1;
    right: 116px;
    width: 20px;
    height: 20px;
    fill: #c00;
}

.hv-tile-carousal-opt1 .carousal-item>a.isGatedLock i.engInd {
    display: none;
}

@media (min-width: 768px) {
    .hv-tile-carousal-opt1 .carousal-wrapper .carousal-list {
        overflow: hidden !important;
    }
}

@media (min-width: 1280px) {
    .hv-tile-carousal-opt1 .carousal-list .carousal-item {
        padding: 0 7px;
        position: relative;
        max-width: 436px;
        flex: 1 0 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-tile-carousal-opt1 .carousal-list .slick-prev {
        left: 250px;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-next {
        right: 250px;
        left: auto;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-dots {
        left: 0;
        right: 0;
        max-width: 140px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .hv-tile-carousal-opt1 .carousal-list .slick-next {
        left: auto;
    }
}

@media (max-width: 767px) {
    .hv-tile-carousal-opt1 {
        padding: 110px 0;
    }

    .hv-tile-carousal-opt1 .carousal-wrapper {
        padding-right: 0 !important;
        margin-top: 25px;
    }

    .hv-tile-carousal-opt1 .carousal-list .carousal-item {
        padding: 0 7px;
    }

    .hv-tile-carousal-opt1 h2 {
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }

    .hv-tile-carousal-opt1 .carousal-list .carousal-item .content {
        border: 1px solid #dedede;
        bottom: 15px;
        position: absolute;
        margin: 0 22px;
        height: auto !important;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-list {
        padding: 0 35px 50px 0 !important;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-prev {
        left: 0;
        bottom: -72px;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-next {
        right: 15px;
        left: auto;
        bottom: -72px;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-dots {
        bottom: -80px;
        left: 0;
        right: 0;
        width: calc(100% - 90px);
        margin: 0 auto;
    }

    .hv-tile-carousal-opt1 .carousal-list .carousal-item .gated-lock {
        bottom: 56px;
        right: 94px;
        fill: #c00;
    }
}

@media (max-width: 480px) {
    .hv-tile-carousal-opt1 .carousal-list .carousal-item .content {
        min-height: 197px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hv-home-tiles-grid .tile-grid-box .c-link {
        padding: 12px 5px 10px;
        color: #ce0000;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .flip-card-back .content-inner p {
        padding: 10px 0 10px !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .three-cards-panel p {
        text-align: center;
    }
}

.hv-contact-support {
    background-color: #001933;
    min-height: 460px;
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 100px 0;
    font-family: 'Helvetica Neue LT Std';
    position: relative;
}

.hv-contact-support h2 {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    line-height: 66px;
    margin-bottom: 20px;
}

.hv-contact-support .desc {
    font-size: 20px;
    margin-top: 30px;
}

.hv-contact-support .cta-box {
    display: block;
    text-align: center;
}

.hv-contact-support .cta-box div:first-child a.cbutton {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .hv-contact-support {
        display: block;
        text-align: center;
        padding: 105px 0 150px;
    }

    .hv-contact-support h2 {
        font-size: 64px;
        margin-bottom: 30px;
    }

    .hv-contact-support .desc {
        max-width: 240px;
        margin: 0 auto 65px;
    }
}

.hv-contact-support.hv--new--contact--support {
    background-color: #000;
    padding: 100px 0;
}

.hv-contact-support.hv--new--contact--support .title {
    color: #414141;
    font-size: 26px;
}

.hv-contact-support.hv--new--contact--support h2 {
    font-size: 68px;
    font-weight: normal;
    line-height: 84px;
}

.hv-contact-support.hv--new--contact--support .desc {
    font-size: 23px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 30px;
}

.hv-contact-support.hv--new--contact--support .desc.grey {
    color: #414141;
    font-size: 16px;
}

@media (max-width: 767px) {
    .hv-contact-support.hv--new--contact--support {
        background-color: #000;
        padding: 100px 0;
    }

    .hv-contact-support.hv--new--contact--support h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .hv-contact-support.hv--new--contact--support .desc {
        max-width: 100%;
    }
}

.hv-404-page {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .hv-404-page {
        padding: 70px 0 0;
    }
}

.hv-404-page .left-content .heading1 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .hv-404-page .left-content .heading1 {
        font-size: 50px;
    }
}

.hv-404-page .left-content .heading1:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 52px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
}

.hv-404-page .left-content .subtitle {
    margin: 1rem 0;
    font-size: 1.125rem;
    font-weight: 500;
}

.hv-404-page .right-content {
    margin-top: 25px;
}

.hv-404-page .right-content p {
    font-size: 1.125rem;
    font-weight: 500;
}

.hv-404-page .right-content p a {
    text-decoration: underline;
    color: #000;
}

.hv-404-page .right-content .content-titles {
    margin: 2.5rem 0 0 0;
}

@media (max-width: 991px) {
    .hv-404-page .right-content .content-titles .common-icons-wrap {
        text-align: center;
    }
}

.hv-404-page .right-content .content-titles .common-icons-wrap a {
    text-decoration: none;
}

.hv-404-page .right-content .content-titles .common-icons-wrap .common-icons {
    text-decoration: none;
    position: relative;
    height: 50px;
    width: 50px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hv-404-page .right-content .content-titles .common-icons-wrap .common-icons {
        margin: 0 auto;
    }
}

.hv-404-page .right-content .content-titles .common-icons-wrap .common-icons svg {
    height: 50px;
    width: 50px;
    display: block;
    transition: 0.5s ease;
}

.hv-404-page .right-content .content-titles .common-icons-wrap .common-icons.normal-icon {
    transform: translateY(0);
}

.hv-404-page .right-content .content-titles .common-icons-wrap .common-icons .colored-icon {
    fill: #c00;
    transform: translateY(0px);
}

.hv-404-page .right-content .content-titles .common-icons-wrap .text-titles {
    margin: 1rem 0;
    font-size: 0.875rem;
    color: #999;
    font-weight: 400;
}

@media (max-width: 991px) {
    .hv-404-page .right-content .content-titles .common-icons-wrap .text-titles {
        width: 100%;
    }
}

.hv-404-page .right-content .content-titles .common-icons-wrap:hover .normal-icon {
    transform: translateY(-60px);
}

.hv-404-page .right-content .content-titles .common-icons-wrap:hover .colored-icon {
    transform: translateY(-50px);
}

.hv-404-page .right-content .content-titles .common-icons-wrap:hover .text-titles {
    color: #000;
}

@media (max-width: 991px) {
    br {
        display: none;
    }
}

.hv-accordion-wrapper {
    overflow: hidden;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hv-accordion-wrapper .hv-pic-accordion {
    display: flex;
    flex-direction: column;
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion {
        height: 350px;
        flex-direction: row;
        margin: 20px 0 0 0;
    }
}

.hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
    position: relative;
}

.hv-accordion-wrapper .hv-pic-accordion .picture-accordion:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion:first-child {
        border-radius: 0px 3px 3px 0;
    }
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion:last-child {
        border-radius: 3px 0px 0px 3px;
    }
}

@media (max-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion {
        padding: 0 15px;
    }
}

.hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #666666;
    flex: 1;
    margin: 0;
    padding: 0;
    height: 100%;
    transition: flex 0.8s ease;
    border-radius: 3px;
    margin: 0.1rem;
    position: relative;
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
        filter: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='saturate'values='0'/></filter></svg>#grayscale");
        filter: grayscale(100%);
        filter: gray;
    }
}

.hv-accordion-wrapper .hv-pic-accordion .picture-accordion::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion::after {
        background-color: transparent;
    }
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .on {
        flex-basis: 100%;
        transition: 0.8s linear;
        z-index: 20;
        filter: saturate(100%);
    }

    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion.active {
        flex: 6;
        filter: none;
        -webkit-filter: none;
    }
}

@media all and (min-width: 767px) and (-ms-high-contrast: none) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion.active {
        flex: auto;
        min-width: 135px;
        width: 100%;
    }
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion.active::after {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

.hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap {
    color: #fff;
    padding: 3rem;
    z-index: 2;
    position: relative;
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap {
        position: absolute;
        bottom: 60px;
        visibility: hidden;
        padding: 0 3rem;
        display: block;
        text-overflow: ellipsis;
        white-space: normal;
        opacity: 0;
        transition: ease-in 0.6s;
        width: 55vw;
    }
}

.hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap h3 {
    font-size: 1.2rem;
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap .c-link {
        margin-top: 10px;
    }
}

.hv-accordion-wrapper .hv-pic-accordion .picture-accordion.active .picture-accordion-txtWrap {
    visibility: visible;
    opacity: 1;
}

.hv-accordion-wrapper .hv-accordion-bottom {
    text-align: center;
}

@media (min-width: 767px) {
    .hv-accordion-wrapper .hv-accordion-bottom {
        background-repeat: no-repeat;
        background-size: 12rem;
        background-position: bottom 0rem right -6rem;
        padding: 0;
    }
}

.hv-accordion-wrapper .hv-accordion-bottom a {
    display: inline-block;
    float: none;
    margin: 45px 0;
}

@media only screen and (max-width: 767px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
        margin: 0 0 1px;
    }

    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap {
        padding: 40px 15px 15px;
        min-height: 120px;
    }

    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap p {
        display: none;
    }
}

@media all and (-ms-high-contrast: none) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
        overflow: hidden;
        flex: auto;
        min-width: 135px;
        width: 135px;
        transition: all 0.8s ease-in;
        -webkit-transition: all 0.8s ease-in;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px) {
    .hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
        min-width: 95px;
        width: 95px;
    }
}

.hv-hero-marquee .marquee-slider .slick-slide {
    backface-visibility: hidden;
}

.hv-hero-marquee {
    margin-top: -45px;
}

.hv-hero-marquee .marquee-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    opacity: 1;
    visibility: visible;
    transition: all 1.2s ease;
}

@media (max-width: 1100px) {
    .hv-hero-marquee .marquee-slider {
        height: 70vh;
        min-height: 70vh;
    }
}

@media (max-width: 991px) {
    .hv-hero-marquee .marquee-slider {
        height: 100vh;
        min-height: 100vh;
    }
}

@media screen and (max-device-width: 500px) {
    .hv-hero-marquee .marquee-slider {
        height: 70vh;
        min-height: 70vh;
    }
}

@media only screen and (orientation: landscape) {
    .hv-hero-marquee .marquee-slider {
        height: 100vh;
        min-height: 100vh;
    }
}

.hv-hero-marquee .marquee-slider .item {
    opacity: 0;
}

.hv-hero-marquee .marquee-slider .item:first-child {
    opacity: 1;
}

.hv-hero-marquee .marquee-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.hv-hero-marquee .marquee-slider .slick-dots {
    text-align: left;
    padding-top: 15px;
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    right: 0;
    max-width: 1275px;
    padding-left: 5px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
}

.hv-hero-marquee .marquee-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.hv-hero-marquee .marquee-slider .slick-dots li button {
    border: 1px solid #e30000;
    opacity: 1;
    background: #fff;
    width: 50px;
    height: 5px;
    font-size: 0;
    position: relative;
    padding: 0;
    transition: width 0.3s, height 0.3s;
}

.hv-hero-marquee .marquee-slider .slick-dots li button img {
    width: 50px;
    height: 5px;
    display: none;
    transition: 0.5s;
    opacity: 0.8;
}

.hv-hero-marquee .marquee-slider .slick-dots li button:focus {
    outline: none;
}

.hv-hero-marquee .marquee-slider .slick-dots li button:hover {
    opacity: 1;
    height: 30px;
    width: 50px;
}

.hv-hero-marquee .marquee-slider .slick-dots li button:hover img {
    width: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    height: 28px;
    opacity: 1;
}

.hv-hero-marquee .marquee-slider .slick-dots li.slick-active button {
    background: #e30000;
    height: 7px;
    margin-top: -1px;
}

.hv-hero-marquee .marquee-slider .slick-dots li.slick-active button img {
    display: none;
}

.hv-hero-marquee .marquee-slider .slick-slide {
    position: relative;
    height: 100vh;
    outline: none;
}

@media (max-width: 1100px) {
    .hv-hero-marquee .marquee-slider .slick-slide {
        height: 70vh;
    }
}

@media (max-width: 991px) {
    .hv-hero-marquee .marquee-slider .slick-slide {
        height: 100vh;
    }
}

@media screen and (max-device-width: 500px) {
    .hv-hero-marquee .marquee-slider .slick-slide {
        height: 70vh;
    }
}

@media only screen and (orientation: landscape) {
    .hv-hero-marquee .marquee-slider .slick-slide {
        height: 100vh;
    }
}

.hv-hero-marquee .marquee-slider .slick-slide .slide-image {
    opacity: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
    min-height: 100vh;
}

@media (max-width: 1100px) {
    .hv-hero-marquee .marquee-slider .slick-slide .slide-image {
        min-height: 70vh;
    }
}

@media (max-width: 991px) {
    .hv-hero-marquee .marquee-slider .slick-slide .slide-image {
        min-height: 100vh;
    }
}

@media screen and (max-device-width: 500px) {
    .hv-hero-marquee .marquee-slider .slick-slide .slide-image {
        min-height: 70vh;
    }
}

@media only screen and (orientation: landscape) {
    .hv-hero-marquee .marquee-slider .slick-slide .slide-image {
        min-height: 100vh;
    }
}

.hv-hero-marquee .marquee-slider .slick-slide .slide-image.show {
    opacity: 1;
}

.hv-hero-marquee .marquee-slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.hv-hero-marquee .marquee-slider .slick-slide.slick-active {
    z-index: 1;
}

.hv-hero-marquee .marquee-slider img.image-logo {
    position: absolute;
    display: block;
    top: 90px;
    right: 32%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-hero-marquee .marquee-slider img.image-logo {
        right: 13%;
        top: 24%;
    }
}

@media (max-width: 767px) {
    .hv-hero-marquee .marquee-slider img.image-logo {
        right: 60px;
        top: 90px;
    }
}

@media (max-width: 575px) {
    .hv-hero-marquee .marquee-slider img.image-logo {
        right: 15px;
    }
}

.hv-hero-marquee .marquee-slider .banner-content {
    position: absolute;
    transform: translateY(-50%);
    width: 45%;
    top: 50%;
    max-width: 1275px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-hero-marquee .marquee-slider .banner-content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .hv-hero-marquee .marquee-slider .banner-content {
        width: 70%;
        top: 100px;
        transform: none;
    }
}

@media (max-width: 576px) {
    .hv-hero-marquee .marquee-slider .banner-content {
        width: 95%;
        top: 60px;
    }

    .hv-hero-marquee .marquee-slider .banner-content h1 {
        font-size: 2rem;
    }
}

.hv-hero-marquee .marquee-slider .banner-content h1 {
    margin-bottom: 20px;
}

.hv-hero-marquee .marquee-slider .arrow-animate {
    bottom: 35px;
    cursor: pointer;
    display: block;
}

@media (max-width: 767px) {
    .hv-hero-marquee .marquee-slider .arrow-animate {
        display: none;
    }
}

@keyframes slideIn {
    from {
        filter: blur(15px);
    }

    to {
        filter: blur(0);
    }
}

@keyframes slideOut {
    from {
        filter: blur(0);
    }

    to {
        filter: blur(15px);
    }
}

.hv-hero-marquee .vjs-overlay .btn-square-red.register {
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    bottom: 35%;
    font-size: 0.78rem;
    z-index: 9;
    text-align: center;
}

.hv-hero-marquee .vjs-overlay .btn-square-red.register a.animateLink {
    color: #ce0000;
    background-color: #fff;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    padding: 8px 35px 6px;
    line-height: 1.428571429;
}

.hv-hero-marquee .vjs-overlay .btn-square-red.register a.animateLink:hover {
    color: #fff;
    background-color: transparent;
}

.hv-hero-comm-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner {
        height: 500px;
    }
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner:after {
        content: "";
        display: block;
        min-height: inherit;
        font-size: 0;
    }
}

@media (max-width: 767px) {
    .hv-hero-comm-banner {
        height: auto;
        padding-bottom: 90px;
    }
}

.hv-hero-comm-banner .container {
    width: 100%;
}

@media (max-width: 767px) {
    .hv-hero-comm-banner .container .hero-banner-content {
        margin: 60px 0 50px;
    }
}

.hv-hero-comm-banner .container .hero-banner-content .sub-head {
    margin-bottom: 70px;
    font-size: 23px;
    font-weight: bold;
    color: #de0000;
}

.hv-hero-comm-banner .container .hero-banner-content h1 {
    margin-bottom: 32px;
}



.hv-hero-comm-banner .container .hero-banner-content p {
    margin-bottom: 15px;
}

.hv-hero-comm-banner .container .hero-banner-content .c-btn {
    margin-top: 25px;
    width: 233px;
    height: 64px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .hv-hero-comm-banner .container .hero-banner-content .c-btn {
        margin-bottom: 15px;
    }
}

.hv-hero-comm-banner .container .hero-banner-content .c-link {
    margin-top: 25px;
}

.hv-hero-comm-banner .container .product-image {
    text-align: center;
}

.hv-hero-comm-banner .container .product-image img {
    max-width: 100%;
}

.hv-hero-comm-banner .container .product-image .toggle {
    position: absolute;
    top: 60%;
    left: 30px;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hv-hero-comm-banner .container .product-image .toggle .plus-circle {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: linear-gradient(#c00, #c00), linear-gradient(#c00, #c00), #fff;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 0 15px 14px rgba(255, 255, 255, 0.3);
    z-index: 9;
}

.hv-hero-comm-banner .container .product-image .toggle:after {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    left: -6px;
    top: -6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.hv-hero-comm-banner .container .product-image .toggle:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hv-hero-comm-banner .container .product-image .toggle .toggle-tip {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #c00;
    border-radius: 3px;
    min-width: 225px;
    padding: 25px 20px;
    position: absolute;
    left: 90px;
    top: -120px;
    display: none;
}

.hv-hero-comm-banner .container .product-image .toggle .toggle-tip:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #c00;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
}

.hv-hero-comm-banner .container .product-image .toggle .toggle-tip:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #c00;
    width: 63px;
    bottom: 25px;
    left: -73px;
    transform: rotate(-60deg);
}

.hv-hero-comm-banner .container .product-image .toggle .toggle-tip h5 {
    color: #c00;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}

.hv-hero-comm-banner .container .product-image .toggle .toggle-tip p {
    font-size: 18px;
    margin: 0;
}

.hv-hero-comm-banner .container .product-image .toggle:hover .toggle-tip {
    display: block;
}

.hv-hero-comm-banner .container .icon-wrapper {
    text-align: center;
}

.hv-hero-comm-banner .container .icon-wrapper .icon {
    display: inline-block;
}

.hv-hero-comm-banner .container .icon-wrapper .icon svg {
    width: 80px;
    height: 80px;
    fill: #6ec9cd;
    stroke: #6ec9cd;
}

.hv-hero-comm-banner .container .icon-wrapper .engInd {
    display: none;
}

.hv-hero-comm-banner .container .mobile-cta .c-link {
    margin-top: 20px;
}

.hv-hero-comm-banner.dark .hero-banner-content .sub-head,
.hv-hero-comm-banner.dark .hero-banner-content .sub-head.white {
    color: #fff;
}

.hero-banner-content {
    padding-top: 0;
}
/* .hv-hero-comm-banner img { 
    height: 100vh;
} */
.hv-hero-comm-banner.dark .hero-banner-content .sub-head.red {
    color: #fff;
}

.hv-hero-comm-banner.dark .hero-banner-content h1 {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
}

.hv-hero-comm-banner.dark .hero-banner-content h1.red {
    color: #C40000;
}

.hv-hero-comm-banner.dark .hero-banner-content p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    max-width: 628px;
}

.hv-hero-comm-banner.dark .hero-banner-content .white p {
    color: #fff;
}

.hv-hero-comm-banner.dark .hero-banner-content .black p {
    color: #05142D;
}

.hv-hero-comm-banner.dark .hero-banner-content .red p {
    color: #C40000;
}

.hv-hero-comm-banner.dark .icon-wrapper .icon svg {
    fill: #fff;
    stroke: #fff;
}

.hv-hero-comm-banner.subcat {
    min-height: 450px;
}
.hv-multi-cards-opt2 {
    padding-top: 100px;
}
@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner.subcat {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .hv-hero-comm-banner.subcat {
        min-height: auto;
    }
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner.subcat:after {
        content: "";
        display: block;
        min-height: inherit;
        font-size: 0;
    }
}

@media (max-width: 767px) {
    .hv-hero-comm-banner.subcat .hero-banner-content {
        margin: 90px 0 50px;
    }
}

.hv-hero-comm-banner.planding {
    min-height: 400px;
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner.planding {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .hv-hero-comm-banner.planding {
        min-height: auto;
    }
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner.planding:after {
        content: "";
        display: block;
        min-height: inherit;
        font-size: 0;
    }
}

@media (max-width: 767px) {
    .hv-hero-comm-banner.planding .hero-banner-content {
        margin: 90px 0 50px;
    }
}

.hv-hero-comm-banner.pdetail {
    min-height: 350px;
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner.pdetail {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .hv-hero-comm-banner.pdetail {
        min-height: auto;
    }
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-comm-banner.pdetail:after {
        content: "";
        display: block;
        min-height: inherit;
        font-size: 0;
    }
}

@media (max-width: 767px) {
    .hv-hero-comm-banner.pdetail .hero-banner-content {
        margin: 120px 0 50px;
    }
}

.hv-hero-comm-banner.faq-banner .hero-banner-content h1 {
    font-family: 'Helvetica Neue LT Std';
    font-family: 50px;
    font-weight: normal;
}

.hv-hero-comm-banner.faq-banner .hero-banner-content p {
    font-family: 'Helvetica Neue LT Std';
}

.hv-hero-comm-banner .hero-banner-content .cst-ex-heading {
    font-size: 80px;
    line-height: 1;
}

.hv--webinars--events {
    font-family: 'Helvetica Neue LT Std';
}

.hv--webinars--events .hv-section-heading2 {
    margin-bottom: 40px;
    font-size: 72px;
    line-height: 72px;
}

@media (max-width: 767px) {
    .hv--webinars--events .hv-section-heading2 {
        margin-bottom: 30px;
        font-size: 44px;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    .hv--webinars--events .hv-section-heading2 br {
        display: block;
    }
}

.hv--webinars--events .we-card-carousal {
    margin: 0 -23px;
    position: relative;
    padding-bottom: 65px;
}

@media (max-width: 1299px) {
    .hv--webinars--events .we-card-carousal {
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .hv--webinars--events .we-card-carousal {
        padding-bottom: 52px;
    }
}

.hv--webinars--events .we-card-carousal .slick-track {
    display: flex;
}

.hv--webinars--events .we-card-carousal .slick-track .we-carousal-item {
    height: auto;
}

.hv--webinars--events .we-card-carousal .slick-arrow {
    position: absolute;
    bottom: 0px;
    width: 36px;
    height: 36px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 991px) {
    .hv--webinars--events .we-card-carousal .slick-arrow {
        transform: translateX(-50%);
        left: 50%;
    }
}

.hv--webinars--events .we-card-carousal .slick-arrow:hover {
    background: #cc0000;
}

.hv--webinars--events .we-card-carousal .slick-arrow .hv-arrows {
    height: 11px;
    width: 11px;
    color: #fff;
}

.hv--webinars--events .we-card-carousal .slick-arrow.slick-prev {
    padding-left: 4px;
    right: 80px;
}

@media (max-width: 991px) {
    .hv--webinars--events .we-card-carousal .slick-arrow.slick-prev {
        left: 46%;
    }
}

@media (max-width: 767px) {
    .hv--webinars--events .we-card-carousal .slick-arrow.slick-prev {
        left: 45%;
    }
}

@media (max-width: 575px) {
    .hv--webinars--events .we-card-carousal .slick-arrow.slick-prev {
        left: 42%;
    }
}

.hv--webinars--events .we-card-carousal .slick-arrow.slick-prev .hv-arrows {
    transform: rotate(135deg);
}

.hv--webinars--events .we-card-carousal .slick-arrow.slick-next {
    padding-right: 4px;
    right: 23px;
}

@media (max-width: 991px) {
    .hv--webinars--events .we-card-carousal .slick-arrow.slick-next {
        left: 54%;
    }
}

@media (max-width: 767px) {
    .hv--webinars--events .we-card-carousal .slick-arrow.slick-next {
        left: 55%;
    }
}

@media (max-width: 575px) {
    .hv--webinars--events .we-card-carousal .slick-arrow.slick-next {
        left: 58%;
    }
}

.hv--webinars--events .we-card-carousal .slick-arrow.slick-next .hv-arrows {
    transform: rotate(315deg);
}

.hv--webinars--events .we-card-box {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin: 0 23px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1299px) {
    .hv--webinars--events .we-card-box {
        margin: 0 15px;
    }
}

.hv--webinars--events .we-card-box .we-card-date {
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    padding: 7px 0;
    margin: 0;
}

.hv--webinars--events .we-card-box .we-card-image {
    overflow: hidden;
}

.hv--webinars--events .we-card-box .we-card-image img {
    height: 227px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transition: 0.5s;
}

.hv--webinars--events .we-card-box .we-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .hv--webinars--events .we-card-box .we-card-content {
        padding: 20px;
    }
}

.hv--webinars--events .we-card-box .we-card-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    line-height: 26.36px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hv--webinars--events .we-card-box .we-card-content p {
    font-size: 16px;
    font-weight: 450;
    margin-bottom: 20px;
    line-height: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hv--webinars--events .we-card-box .we-card-content .we-card-button .c-link {
    font-size: 14px;
    height: 47px;
    padding: 15px 22px;
    margin-right: 0;
}

.hv--webinars--events .we-card-box:hover .we-card-image img {
    transform: scale(1.1);
    transition: 0.5s;
}

.hv-search-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 80px 0;
    position: relative;
}

.hv-search-banner.dark .hero-banner-content h1 {
    color: #fff;
}

.hv-search-banner.dark .hero-banner-content p {
    color: #fff;
}

.hv-search-banner.dark .icon-wrapper .icon svg {
    fill: #fff;
    stroke: #fff;
}

.hv-search-banner .hero-banner-content h1 {
    margin-bottom: 20px;
}

.hv-search-banner .hero-banner-content p {
    margin-bottom: 15px;
}

.hv-search-banner .hero-banner-content .resource-search {
    position: relative;
    padding: 0;
    margin-top: 30px;
}

.hv-search-banner .hero-banner-content .resource-search input[type="text"] {
    border: medium none;
    min-height: 50px;
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    padding-left: 15px;
    padding-right: 90px;
    outline: 0;
    border: 1px solid #dedede;
    box-shadow: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .hv-search-banner .hero-banner-content .resource-search input[type="text"] {
        font-size: 0.875rem;
        padding-right: 55px;
    }

}

.hv-search-banner .hero-banner-content .resource-search input[type="text"]::-ms-clear {
    display: none;
}

.hv-search-banner .hero-banner-content .resource-search .clearSearchIcon {
    position: absolute;
    right: 71px;
    top: 27px;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.hv-search-banner .hero-banner-content .resource-search .clearSearchIcon .hv-close {
    top: -10px;
    right: -5px;
}

.hv-search-banner .hero-banner-content .resource-search .searchResource {
    color: #fff;
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 65px;
    right: 0;
    top: 0;
    padding: 12px;
    text-align: center;
}

.hv-search-banner .hero-banner-content .resource-search .searchResource svg {
    width: 25px;
    height: 25px;
    fill: #c00;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search {
    display: none;
    float: left;
    min-height: auto;
    border: 1px solid #dedede;
    border-top: 1px solid #cc0000;
    width: 80%;
    box-shadow: 2px 1px 7px #999;
    position: absolute;
    z-index: 10;
    background: #ffffff;
    padding: 15px 0 0;
    top: 50px;
    z-index: 9;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search:before {
    content: "";
    position: absolute;
    left: 5%;
    top: -28px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #f1f1f1;
    z-index: 9;
    display: none;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search .rs-close {
    font-size: 0.8125rem;
    color: #333;
    text-align: right;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search .rs-close a {
    color: #333;
    margin-right: 10px;
    text-decoration: none;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search .rs-close a .hv-close:before,
.hv-search-banner .hero-banner-content .resource-search div#recent-search .rs-close a .hv-close:after {
    height: 15px;
    left: 5px;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search .rs-list {
    padding-bottom: 10px;
    display: none;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search .rs-plist {
    padding-bottom: 15px;
    border-top: 1px solid #dedede;
    padding-top: 12px;
    display: none;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search .rs-title {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    padding-left: 10px;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search ul li {
    font-size: 0.7em;
    margin: 5px 0;
    color: #444444;
    cursor: default;
    padding: 2px 10px;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search ul li:hover {
    background: #dedede;
}

.hv-search-banner .hero-banner-content .resource-search div#recent-search ul li:last-child {
    margin-bottom: 0;
}

.mac .hv-search-banner .hero-banner-content .resource-search input[type="text"],
.iphone-device .hv-search-banner .hero-banner-content .resource-search input[type="text"] {
    padding-top: 6px;
}

.hv-webcast-banner {
    padding: 150px 0;
    min-height: 500px;
    background-position: 0 0;
    background-size: cover;
}

@media (max-width: 767px) {
    .hv-webcast-banner {
        padding: 80px 0;
        min-height: auto;
    }
}

.hv-webcast-banner h1 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hv-webcast-banner h1 {
        font-size: 1.875rem;
    }
}

.hv-webcast-banner.white {
    color: #fff;
}

.hv-webcast-banner .sub-head {
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hv-webcast-banner .sub-head {
        font-size: 18px;
    }
}

.hv-webcast-banner.black {
    color: #000;
}

.hv-webcast-banner.black .sub-head {
    color: #c00;
}

.hv-webcast-banner .video-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hv-webcast-banner .video-icon svg {
    width: 80px;
    height: 80px;
}

.hv-pentaho-ty-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    min-height: 350px;
    display: none;
    align-items: center;
}

@media all and (-ms-high-contrast: none) {
    .hv-pentaho-ty-banner:after {
        content: "";
        display: block;
        min-height: inherit;
        font-size: 0;
    }
}

@media (max-width: 767px) {
    .hv-pentaho-ty-banner {
        height: auto;
    }
}

.hv-pentaho-ty-banner .container {
    width: 100%;
}

@media (max-width: 992px) {
    .hv-pentaho-ty-banner .container .hero-banner-content {
        margin: 120px 0 50px;
    }
}

.hv-pentaho-ty-banner .container .hero-banner-content .sub-head {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #c00;
}

.hv-pentaho-ty-banner .container .hero-banner-content h1 {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .hv-pentaho-ty-banner .container .hero-banner-content h1 {
        line-height: 1;
    }
}

.hv-pentaho-ty-banner .container .hero-banner-content h2 {
    margin-bottom: 15px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .hv-pentaho-ty-banner .container .hero-banner-content h2 {
        line-height: 1;
    }
}

.hv-pentaho-ty-banner .container .hero-banner-content p {
    margin-bottom: 15px;
}

.hv-pentaho-ty-banner .container .hero-banner-content .c-btn {
    margin-top: 25px;
}

.hv-pentaho-ty-banner .container .hero-banner-content .c-link {
    margin-top: 25px;
}

.hv-pentaho-ty-banner .container .icon-wrapper {
    text-align: center;
}

@media (max-width: 992px) {
    .hv-pentaho-ty-banner .container .icon-wrapper {
        padding: 0 0 60px 0;
    }
}

.hv-pentaho-ty-banner .container .icon-wrapper .icon {
    display: block;
}

.hv-pentaho-ty-banner .container .icon-wrapper .icon svg {
    width: 80px;
    height: 80px;
    fill: #c00;
    stroke: #c00;
}

.hv-pentaho-ty-banner .container .icon-wrapper .engInd {
    display: none;
}

.hv-pentaho-ty-banner .container.dark .hero-banner-content .sub-head {
    color: #fff;
}

.hv-pentaho-ty-banner .container.dark .hero-banner-content h1 {
    color: #fff;
}

.hv-pentaho-ty-banner .container.dark .hero-banner-content p {
    color: #fff;
}

.hv-pentaho-ty-banner .container.dark .hero-banner-content p a {
    color: #fff;
    text-decoration: underline;
}

.hv-pentaho-ty-banner .container.dark .hero-banner-content p a:hover {
    text-decoration: none;
}

.hv-pentaho-ty-banner .container.dark .icon-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}

.hv-pentaho-ty-banner .container.dark .icon-wrapper .icon svg {
    fill: #fff;
    stroke: #fff;
}

.hv-customer-testimonial {
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0;
}

@media (min-width: 768px) {
    .hv-customer-testimonial {
        background-repeat: no-repeat;
        background-size: 12rem;
        background-position: bottom left -6rem;
    }
}

.hv-customer-testimonial .wrapper .row {
    align-items: center;
}

.hv-customer-testimonial .wrapper .left {
    width: 100%;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .left {
        width: 80%;
        margin-left: 20%;
        margin: 0 10% 0 20%;
    }
}

@media (min-width: 1060px) {
    .hv-customer-testimonial .wrapper .left {
        width: 65%;
    }
}

.hv-customer-testimonial .wrapper .left .title {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    color: #000;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .left .title {
        font-size: 2.25rem;
        margin: 0 0 20px;
        text-align: left;
    }
}

.hv-customer-testimonial .wrapper .left .title .title-top {
    font-size: 1.875rem;
    display: block;
    line-height: 120%;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .left .title .title-top {
        font-size: 1.875rem;
        position: relative;
        left: 27%;
        display: inline-block;
    }
}

@media (min-width: 1060px) {
    .hv-customer-testimonial .wrapper .left .title .title-top {
        font-size: 40px;
    }
}

.hv-customer-testimonial .wrapper .left .title .title-mid {
    font-size: 4rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .left .title .title-mid {
        font-size: 69px;
        margin: 0;
        position: relative;
        top: -1rem;
        left: -2%;
    }
}

@media (min-width: 1060px) {
    .hv-customer-testimonial .wrapper .left .title .title-mid {
        font-size: 79px;
    }
}

.hv-customer-testimonial .wrapper .left .title .title-bottom {
    font-size: 1.875rem;
    display: block;
    line-height: 120%;
    font-weight: 300;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .left .title .title-bottom {
        font-size: 1.875rem;
        display: inline-block;
        position: relative;
        top: -2.5rem;
        left: 27%;
    }
}

@media (min-width: 1060px) {
    .hv-customer-testimonial .wrapper .left .title .title-bottom {
        font-size: 40px;
    }
}

.hv-customer-testimonial .wrapper .left .cust-mob-pic {
    display: block;
    width: auto;
    text-align: center;
    margin: 2rem 0;
}

.hv-customer-testimonial .wrapper .left .cust-mob-pic img {
    max-width: 290px;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .left .cust-mob-pic {
        display: none;
        width: 20%;
    }
}

.hv-customer-testimonial .wrapper .left .txt-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .left .txt-title {
        margin: 0 0 10px 0;
    }
}

.hv-customer-testimonial .wrapper .left p {
    font-weight: 400;
    margin-bottom: 30px;
}

.hv-customer-testimonial .wrapper .right .cust-desk-pic {
    display: none;
}

@media (min-width: 768px) {
    .hv-customer-testimonial .wrapper .right .cust-desk-pic {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .hv-customer-testimonial .wrapper .right .cust-desk-pic img {
        max-width: 100%;
    }
}

.hv-sticky-nav {
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
}

@media (max-width: 991px) {
    .hv-sticky-nav {
        border-top: 3px solid #c00;
    }
}

.hv-sticky-nav .page-title {
    opacity: 0;
    transition: height 0.5s ease;
    height: 0;
}

@media (max-width: 991px) {
    .hv-sticky-nav .page-title {
        display: none;
    }
}

.hv-sticky-nav.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1111;
    box-shadow: 2px 2px 4px #d6d6d6;
}

.hv-sticky-nav.sticky:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.hv-sticky-nav.sticky .sticky-container .cta {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .hv-sticky-nav.sticky .sticky-container .cta {
        margin-top: 0;
    }
}

.hv-sticky-nav.sticky .sticky-container .contact-sales-box {
    top: 100%;
}

.hv-sticky-nav.sticky .page-title {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
    opacity: 1;
    height: 28px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .hv-sticky-nav.sticky .page-title {
        display: none;
    }
}

.hv-sticky-nav .sticky-container {
    align-items: center;
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container {
        align-items: unset;
    }
}

.hv-sticky-nav .sticky-container .jumpto {
    font-size: 1.125rem;
    text-align: center;
    border-right: 1px solid #d6d6d6;
    padding: 15px 10px;
    cursor: pointer;
}

.hv-sticky-nav .sticky-container .jumpto:after {
    content: "";
    content: "";
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #cc0000;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    margin-left: 10px;
    top: 20px;
}

.hv-sticky-nav .sticky-container .jumpto.active:after {
    transform: rotate(225deg);
    top: 25px;
}

.hv-sticky-nav .sticky-container .cta {
    text-align: center;
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container .cta {
        height: 54px;
        line-height: 54px;
    }
}

.hv-sticky-nav .sticky-container .cta .c-btn {
    float: right;
    position: relative;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    cursor: pointer;
    margin-right: 0;
}

@media (max-width: 1060px) {
    .hv-sticky-nav .sticky-container .cta .c-btn {
        padding: 8px 10px;
    }
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container .cta .c-btn {
        background: transparent;
        border: none;
        color: #ce0000;
        float: none;
        margin-right: 0;
    }
}

.hv-sticky-nav .sticky-container .cta .c-btn:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container .cta .c-btn:hover {
        color: #c00;
    }
}

.hv-sticky-nav .sticky-container .cta .c-btn.active:after {
    content: "";
    position: absolute;
    right: 41px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #f1f1f1;
    display: block;
    background-image: none;
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container .cta .c-btn.active:after {
        border: none;
    }
}

.hv-sticky-nav .sticky-container .contact-sales-box {
    background: #fff;
    padding: 10px 0;
    max-width: 194px;
    display: none;
    position: absolute;
    right: 15px;
    top: 43px;
    width: 100%;
    box-shadow: 0 2px 4px #666;
    z-index: 11;
}

@media (max-width: 1060px) {
    .hv-sticky-nav .sticky-container .contact-sales-box {
        top: 48px;
    }
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container .contact-sales-box {
        width: 100vw;
        top: 55px;
        max-width: initial;
        overflow: hidden;
        right: 0;
    }
}

.hv-sticky-nav .sticky-container .contact-sales-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: block;
    height: auto;
}

.hv-sticky-nav .sticky-container .contact-sales-box ul:before {
    content: "";
    position: absolute;
    right: 42px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #fff;
    z-index: 9;
    display: block;
    background-image: none;
    top: -26px;
}

.hv-sticky-nav .sticky-container .contact-sales-box ul li {
    padding: 0;
    color: #4a4a4a;
    display: block;
    border-bottom: none;
}

.hv-sticky-nav .sticky-container .contact-sales-box ul li a {
    color: #4a4a4a;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hv-sticky-nav .sticky-container .contact-sales-box ul li a:hover {
    color: #c00;
}

.hv-sticky-nav .sticky-container .contact-sales-box ul li a:hover svg {
    fill: #c00;
}

.hv-sticky-nav .sticky-container .contact-sales-box ul li a svg {
    width: 35px;
    height: 35px;
    padding-right: 10px;
    float: left;
    fill: #969696;
    flex-shrink: 0;
}

.hv-sticky-nav .sticky-container ul {
    display: table;
    height: 56px;
    border-spacing: 15px 0;
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container ul {
        height: auto;
        display: none;
        width: 100vw;
    }

    .hv-sticky-nav .sticky-container ul:before {
        content: "";
        border-top: 1px solid #d6d6d6;
        position: absolute;
        left: 100%;
        width: 50vw;
        margin-top: -1px;
    }
}

@media (max-width: 1060px) {
    .hv-sticky-nav .sticky-container ul {
        border-spacing: 10px 0;
    }
}

.hv-sticky-nav .sticky-container ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .hv-sticky-nav .sticky-container ul li {
        display: block;
        padding: 0px 10px;
        border-bottom: 1px solid #d6d6d6;
        margin: 0 10px;
    }
}

.hv-sticky-nav .sticky-container ul li a {
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
    position: relative;
}

.hv-sticky-nav .sticky-container ul li.active {
    border-bottom: 3px solid #c00;
}

.hv-sticky-nav .sticky-container ul li.active a {
    color: #c00;
    font-weight: 600;
}

.mac .hv-sticky-nav .sticky-container .cta .c-btn {
    padding: 8px 10px 4px !important;
}

.iphone-device .hv-sticky-nav .sticky-container .jumpto,
.android-device .hv-sticky-nav .sticky-container .jumpto {
    padding-top: 17px;
}

.iphone-device .hv-sticky-nav .sticky-container .cta .c-btn,
.android-device .hv-sticky-nav .sticky-container .cta .c-btn {
    padding: 0;
}

.hv-sticky-nav.hv-page-anchor-nav {
    background: #d8d8d8;
    box-shadow: none;
    border: none;
    padding: 8px;
    font-family: 'Helvetica Neue LT Std';
}

.hv-sticky-nav.hv-page-anchor-nav:before {
    display: none;
}

.hv-sticky-nav.hv-page-anchor-nav .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hv-sticky-nav.hv-page-anchor-nav .container .page-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    opacity: 1;
    height: auto;
    padding: 17px 0;
}

@media (max-width: 1199px) {
    .hv-sticky-nav.hv-page-anchor-nav .container .page-title {
        font-size: 14px;
    }
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container {
    flex-grow: 1;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .contact-sales-box {
    min-width: 195px;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 {
    flex: 0 0 auto !important;
    max-width: initial !important;
    width: auto !important;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6:first-child {
    flex-grow: 1 !important;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav {
    margin: 0 auto;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li.active,
.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li.activePage {
    border: none;
    position: relative;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li.active:before,
.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li.activePage:before {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background: #c00;
    left: 0;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li.active a,
.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li.activePage a {
    color: #000;
    font-weight: 700;
}

.hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 .cta .c-btn {
    padding: 15px 25px;
}

@media (max-width: 991px) {
    .hv-sticky-nav.hv-page-anchor-nav {
        padding: 0;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container {
        display: block;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container .page-title {
        display: block;
        text-align: center;
        border-bottom: 1px solid #c1c1c1;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .jumpto {
        border-bottom: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6:first-child {
        flex-grow: 0 !important;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav:before {
        border-top: 1px solid #c1c1c1;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li {
        border-bottom: 1px solid #c1c1c1;
    }

    .hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 ul.hvstickynav li.active:before {
        bottom: 0px;
    }
}

@media (max-width: 575px) {
    .hv-sticky-nav.hv-page-anchor-nav .container .sticky-container .col-6 .cta .c-btn {
        padding: 15px 10px;
    }
}

.hv-categories {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hv-categories .heading2 {
    margin-bottom: 45px;
}

.hv-categories .category-box-large-img .cat-animation {
    display: none;
}

.hv-categories .category-box-large-img .cat-animation .cat-object {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.hv-categories .category-box-large-img .cat-animation .cat-object svg {
    width: 400px;
    height: 400px;
}

.hv-categories .category-box-large-img .cat-animation .cat-object img {
    width: 360px;
}

.hv-categories .category-box-large-img .cat-animation:first-child {
    display: block;
}

.hv-categories .category-box {
    display: -moz-flex;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.hv-categories .category-box li {
    width: 49%;
    margin: 0 0 1px 1px;
}

.hv-categories .category-box li a {
    background: #f2f2f2;
    display: block;
    position: relative;
    padding: 25px;
    min-height: 160px;
    border-radius: 4px;
    text-decoration: none;
}

.hv-categories .category-box li a h4 {
    font-size: 1.25rem;
    color: #000;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
    max-width: 72%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-categories .category-box li a h4 {
        max-width: 80%;
    }
}

.hv-categories .category-box li a p {
    width: 85%;
    color: #555;
    font-size: 0.875rem;
    text-decoration: none;
}

@media (max-width: 767px) {
    .hv-categories .category-box li a p {
        width: 75%;
    }
}

.hv-categories .category-box li a .icons {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.hv-categories .category-box li a .icons svg:last-child {
    display: none;
}

.hv-categories .category-box li a .icons .icon {
    width: 80px;
    height: 80px;
    fill: #cc0000;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-categories .category-box li a .icons .icon {
        width: 60px;
        height: 60px;
    }
}

.hv-categories .category-box li a .icons .link-arrow {
    width: 23px;
    height: 16px;
    fill: #fff;
}

.hv-categories .category-box li a.active {
    background: #ce0000;
    text-decoration: none;
}

.hv-categories .category-box li a.active h4 {
    color: #fff;
}

.hv-categories .category-box li a.active p {
    color: #fff;
}

.hv-categories .category-box li a.active .icons svg:last-child {
    display: block;
}

.hv-categories .category-box li a.active .icons svg:first-child {
    display: none;
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hv-categories .category-box li {
        width: 100%;
        margin: 0 0 1px 0;
    }

    .hv-categories .category-box li a {
        min-height: 160px;
    }

    .hv-categories .category-box li a h4 {
        font-size: 18px;
    }

    .hv-categories .category-box li a .icons .icon {
        width: 55px;
        height: 55px;
    }

    .hv-categories .category-box-large-img img {
        max-width: 200px;
    }
}

.hv-benefit-card .container {
    max-width: 820px;
}

@media (max-width: 767px) {
    .hv-benefit-card .heading2.center {
        text-align: left;
    }

    .hv-benefit-card .heading2.center:after {
        left: 0;
        right: auto;
    }

    .hv-benefit-card .heading2.center+p br {
        display: none;
    }
}

.hv-benefit-card h3 {
    font-size: 1.125rem;
}

.hv-benefit-card .box {
    margin-top: 60px;
}

.hv-benefit-card .box p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 18px;
    color: #05142D;
    line-height: normal;
}

.hv-benefit-card .box .icon {
    margin: 0 0 25px;
    width: 65px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.hv-benefit-card .box .icon svg {
    width: 65px;
    height: 60px;
    fill: #171717;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: absolute;
}

.hv-benefit-card .box .icon svg.normal {
    fill: #333333;
    top: 0%;
}

.hv-benefit-card .box .icon svg.hover {
    fill: #cc0000;
    display: block;
    top: 100%;
    left: 0;
}

.hv-benefit-card .box:hover p {
    color: #000;
}

.hv-benefit-card .box:hover .icon svg {
    fill: #6fcace;
}

.hv-benefit-card .box:hover .icon svg.normal {
    fill: #333333;
    top: -100%;
}

.hv-benefit-card .box:hover .icon svg.hover {
    fill: #cc0000;
    display: block;
    top: 0%;
}

.hv-benefit-card .box .cta {
    margin-top: 15px;
}

@media (max-width: 576px) {
    .hv-benefit-card .box {
        margin-top: 30px;
    }

    .hv-benefit-card .box .icon {
        margin-bottom: 25px;
    }

    .hv-benefit-card .heading2+p br {
        display: none;
    }
}

.hv-benefit-tdesc-cta .container {
    max-width: 980px;
}

.hv-benefit-tdesc-cta a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    text-decoration: none;
    left: 0;
    right: 0;
    bottom: 0;
}

.hv-benefit-tdesc-cta .box {
    padding: 35px;
    position: relative;
    display: block;
}

.hv-benefit-tdesc-cta .box:hover {
    background: #fbfbfb;
    text-decoration: none;
}

.hv-benefit-tdesc-cta .box:hover svg {
    transform: translate(8px, 0);
}

.hv-benefit-tdesc-cta .box:hover svg.gated-lock {
    transform: translate(0, 0);
}

.hv-benefit-tdesc-cta .box h3 {
    color: #c00;
    font-size: 1.125rem;
}

.hv-benefit-tdesc-cta .box p {
    font-size: 0.875rem;
    margin-bottom: 35px;
    line-height: normal;
    color: #333;
    text-align: left;
}

.hv-benefit-tdesc-cta .c-link {
    margin-top: 40px;
    position: absolute;
    bottom: 30px;
}

.hv-benefit-tdesc-bullet .container {
    max-width: 980px;
}

@media (max-width: 767px) {
    .hv-benefit-tdesc-bullet .heading2.center {
        text-align: left;
    }

    .hv-benefit-tdesc-bullet .heading2.center:after {
        left: 0;
        right: auto;
    }

    .hv-benefit-tdesc-bullet .heading2.center+p br {
        display: none;
    }
}

.hv-benefit-tdesc-bullet h3 {
    color: #c00;
    font-size: 1.125rem;
}

.hv-benefit-tdesc-bullet .box {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .hv-benefit-tdesc-bullet .box {
        margin-top: 30px;
    }
}

.hv-benefit-tdesc-bullet .box svg {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    fill: #c00;
    margin-bottom: 15px;
}

.hv-benefit-tdesc-bullet .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hv-benefit-tdesc-bullet .box ul li {
    padding: 0 0 15px 18px;
    position: relative;
    line-height: normal;
}

.hv-benefit-tdesc-bullet .box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #c00;
}

@media (max-width: 576px) {
    .hv-benefit-tdesc-bullet .box {
        padding-right: 0;
        margin-top: 30px;
    }

    .hv-benefit-tdesc-bullet .box ul li {
        padding-bottom: 10px;
    }

    .hv-benefit-tdesc-bullet .heading2+p br {
        display: none;
    }
}

.hv-benefit-tdesc-cta-opt {
    background: #fbfafa;
    background-size: cover;
    background-repeat: no-repeat;
}

.hv-benefit-tdesc-cta-opt.hv-update-card-height .box {
    height: auto !important;
    min-height: unset;
}

.hv-benefit-tdesc-cta-opt h2 {
    font-size: 50px;
}

.hv-benefit-tdesc-cta-opt p {
    letter-spacing: 1px;
}

.hv-benefit-tdesc-cta-opt .container {
    max-width: 980px;
}

.hv-benefit-tdesc-cta-opt .box {
    padding: 5px 35px 15px;
    border-right: 1px solid #eae9e9;
    margin-top: 30px;
    min-height: 120px;
}

.hv-benefit-tdesc-cta-opt .box:nth-child(3n) {
    border-right: 0;
}

@media (max-width: 767px) {
    .hv-benefit-tdesc-cta-opt .box {
        padding-left: 15px;
        padding-right: 15px;
        border: 0;
    }
}

.hv-benefit-tdesc-cta-opt .box:last-child {
    border: 0;
    padding-right: 15px;
}

.hv-benefit-tdesc-cta-opt .box .icon {
    height: 65px;
    width: 65px;
    margin-bottom: 15px;
    fill: #c00;
}

@media (max-width: 767px) {
    .hv-benefit-tdesc-cta-opt .box .icon {
        width: 50px;
        height: 50px;
    }
}

.hv-benefit-tdesc-cta-opt .box h3 {
    color: #333;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hv-benefit-tdesc-cta-opt .box h3 {
        margin-bottom: 10px;
    }
}

.hv-benefit-tdesc-cta-opt .box p {
    color: #333;
    font-size: 18px;
    line-height: normal;
}

.hv-benefit-tdesc-cta-opt .box .c-link {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    .hv-benefit-tdesc-cta-opt .box .c-link {
        position: static;
    }
}

@media (max-width: 767px) {
    .hv-benefit-tdesc-cta-opt h2 {
        font-size: 2rem;
    }
}

.hv-sub-categories .container {
    max-width: 950px;
}

@media (max-width: 767px) {
    .hv-sub-categories .heading2.center {
        text-align: left;
    }

    .hv-sub-categories .heading2.center:after {
        left: 0;
        right: auto;
    }
}

.hv-sub-categories .sub-category-wrapper {
    margin-top: 60px;
}

.hv-sub-categories .sub-category-wrapper .row .col-left {
    border-right: 2px solid #c00;
    padding: 75px 160px 75px 0;
    position: relative;
}

@media (max-width: 991px) {
    .hv-sub-categories .sub-category-wrapper .row .col-left {
        padding: 50px 70px 50px 0;
    }
}

@media (max-width: 767px) {
    .hv-sub-categories .sub-category-wrapper .row .col-left {
        padding: 35px 15px 0 35px;
        border-right: 0;
        border-left: 2px solid #c00;
        margin-left: 15px;
    }
}

.hv-sub-categories .sub-category-wrapper .row .col-left .double-carrot {
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -23px;
    width: 45px;
    height: 45px;
    background: #fff;
}

@media (max-width: 767px) {
    .hv-sub-categories .sub-category-wrapper .row .col-left .double-carrot {
        left: -22px;
        top: 40px;
        margin-top: 0;
    }
}

.hv-sub-categories .sub-category-wrapper .row .col-left .double-carrot:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
    transition: all 0.1s ease-out;
    right: 15px;
    border-top: 0.15em solid #c00;
    border-right: 0.15em solid #c00;
    transition: 0.3s ease-out;
}

.hv-sub-categories .sub-category-wrapper .row .col-left .double-carrot:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
    transition: all 0.1s ease-out;
    right: 25px;
    border-top: 0.15em solid #c00;
    border-right: 0.15em solid #c00;
}

.hv-sub-categories .sub-category-wrapper .row .col-left .icon {
    width: 55px;
    height: 55px;
    fill: #cc0000;
}

.hv-sub-categories .sub-category-wrapper .row .col-left h3 {
    font-size: 1.5rem;
    margin: 10px 0 15px;
}

@media (max-width: 767px) {
    .hv-sub-categories .sub-category-wrapper .row .col-left h3 {
        font-size: 1.5rem;
    }
}

.hv-sub-categories .sub-category-wrapper .row .col-left p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hv-sub-categories .sub-category-wrapper .row .col-left p {
        margin-bottom: 0;
        font-size: 18px;
    }
}

.hv-sub-categories .sub-category-wrapper .row .col-right {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .hv-sub-categories .sub-category-wrapper .row .col-right {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .hv-sub-categories .sub-category-wrapper .row .col-right {
        padding: 10px 0 25px 35px;
        border-left: 2px solid #c00;
        margin-left: 15px;
    }
}

.hv-sub-categories .sub-category-wrapper .row .col-right h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hv-sub-categories .sub-category-wrapper .row .col-right h4 {
        display: none;
    }
}

.hv-sub-categories .sub-category-wrapper .row .col-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hv-sub-categories .sub-category-wrapper .row .col-right ul li {
    padding-left: 18px;
    padding-bottom: 5px;
    position: relative;
}

.hv-sub-categories .sub-category-wrapper .row .col-right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #c00;
}

.hv-sub-categories .sub-category-wrapper .row .col-right ul li a {
    text-decoration: none;
    color: #c00;
}

.hv-sub-categories .sub-category-wrapper .row .col-right ul li a:hover {
    text-decoration: underline;
    color: #c00;
}

@media (max-width: 767px) {
    .hv-sub-categories .sub-category-wrapper .row .col-right .c-link {
        margin-top: 15px;
    }
}

.hv-sub-categories .sub-category-wrapper .row:hover .double-carrot:before {
    right: 10px;
}

.hv-key-asset-single {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hv-key-asset-single .container {
    max-width: 1000px;
}

.hv-key-asset-single .type {
    color: #6ec9cd;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-key-asset-single .type {
        font-size: 1.125rem;
    }
}

.hv-key-asset-single h2 {
    font-size: 1.875rem;
    padding-bottom: 20px;
    margin-top: 15px;
    position: relative;
    color: #05142D;
    font-weight: normal;
}

.hv-key-asset-single h2.in-view:before {
    content: "";
    height: 3px;
    background: #c00;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    animation: width 2s ease-in-out;
    -moz-animation: width 2s ease-in-out;
    -webkit-animation: width 2s ease-in-out;
    -o-animation: width 2s ease-in-out;
    -ms-animation: width 2s ease-in-out;
}

@media (max-width: 767px) {
    .hv-key-asset-single h2.in-view:before {
        width: 70%;
        animation: none;
        left: -15px;
    }
}

.hv-key-asset-single h2.in-view:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #c00;
    position: absolute;
    right: 0;
    bottom: -3.5px;
    transition: 1s ease-in-out;
    animation: right-animation 2s ease-in-out;
    -moz-animation: right-animation 2s ease-in-out;
    -webkit-animation: right-animation 2s ease-in-out;
    -o-animation: right-animation 2s ease-in-out;
    -ms-animation: right-animation 2s ease-in-out;
}

@media (max-width: 767px) {
    .hv-key-asset-single h2.in-view:after {
        right: calc(30% + 15px);
        animation: none;
    }
}

.hv-key-asset-single svg.icon {
    width: 300px;
    height: 200px;
    fill: #cc0000;
}

.hv-key-asset-single .mobile-block {
    display: none;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hv-key-asset-single .mobile-block {
        display: block;
    }

    .hv-key-asset-single svg.mobile-block {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) {
    .hv-key-asset-single .d-mob-none {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .hv-key-asset-single .d-mob-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .hv-key-asset-single p {
        margin-top: 30px;
    }
}

@keyframes width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes right-animation {
    0% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

.hv-key-asset-multiple.grey-bg {
    background-color: #fbfbfb;
}

.hv-key-asset-multiple .key-asset-container {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hv-key-asset-multiple .key-asset-container {
        margin-top: 0;
    }
}

.hv-key-asset-multiple .key-asset-container .key-card {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .hv-key-asset-multiple .key-asset-container .key-card {
        margin-top: 30px;
    }
}

.hv-key-asset-multiple .key-asset-container .key-card .key-card-img {
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1240px) {
    .hv-key-asset-multiple .key-asset-container .key-card .key-card-img {
        min-height: 175px;
    }
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
    .hv-key-asset-multiple .key-asset-container .key-card .key-card-img {
        min-height: 100px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .hv-key-asset-multiple .key-asset-container .key-card .key-card-img {
        min-height: 180px;
    }
}

.hv-key-asset-multiple .key-asset-container .key-card .key-card-img .card-video-icon {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hv-key-asset-multiple .key-asset-container .key-card .key-card-img .card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
}

.hv-key-asset-multiple .key-asset-container .key-card .key-card-img .card-video-icon .centered svg {
    fill: #fff;
    stroke: #fff;
    width: 60px;
    height: 60px;
}

.hv-key-asset-multiple .key-asset-container .key-card .img-fluid {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease-out;
}

.hv-key-asset-multiple .key-asset-container .key-card:hover .img-fluid {
    transform: scale(1.1);
}

.hv-key-asset-multiple .key-asset-container .key-card p {
    line-height: 1.5;
}

.hv-key-asset-multiple .key-asset-container .info {
    display: none;
}

.hv-key-asset-multiple .key-asset-container .active {
    display: block;
}

.hv-key-asset-multiple .key-asset-container .nav-tabs {
    border: 0;
    flex-direction: column;
}

@media (max-width: 767px) {
    .hv-key-asset-multiple .key-asset-container .nav-tabs {
        flex-direction: unset;
    }
}

.hv-key-asset-multiple .key-asset-container .nav-tabs li {
    padding: 8px 0;
}

@media (max-width: 767px) {
    .hv-key-asset-multiple .key-asset-container .nav-tabs li {
        padding: 0;
        display: inline-block;
    }
}

.hv-key-asset-multiple .key-asset-container .nav-tabs .nav-link {
    border: 0;
    color: #555;
    font-size: 1.125rem;
    padding: 0.2rem 1rem;
    font-weight: 500;
    border-left: 4px solid transparent;
}

@media (max-width: 767px) {
    .hv-key-asset-multiple .key-asset-container .nav-tabs .nav-link {
        font-size: 18px;
        padding: 10px 6px;
        font-weight: 500;
        border: none;
    }
}

@media (max-width: 360px) {
    .hv-key-asset-multiple .key-asset-container .nav-tabs .nav-link {
        font-size: 0.875rem;
        padding: 10px 5px;
    }
}

.hv-key-asset-multiple .key-asset-container .nav-tabs .nav-link.active {
    border: 0;
    border-left: 3px solid #c00;
    color: #000;
    border-radius: 0;
    font-weight: 600;
    background-color: transparent;
}

@media (max-width: 767px) {
    .hv-key-asset-multiple .key-asset-container .nav-tabs .nav-link.active {
        font-size: 18px;
        display: block;
        border-left: 0;
        border-bottom: 2px solid #c00;
        background: none;
        font-weight: 600;
        padding: 10px 8px;
    }
}

@media (max-width: 360px) {
    .hv-key-asset-multiple .key-asset-container .nav-tabs .nav-link.active {
        font-size: 0.875rem;
        padding: 10px 5px;
    }
}

.hv-key-asset-multiple .key-asset-container .nav-tabs.mobile-active {
    padding-bottom: 10px;
}

.hv-key-asset-multiple .key-asset-container .nav-tabs.mobile-active li a {
    padding: 10px 13px;
    display: block;
}

.hv-key-asset-multiple .key-asset-container .nav-tabs.mobile-active li .plus-icon {
    transform: rotate(135deg);
}

.hv-benefit-tdesc .benefits-title-boxes .box {
    padding: 35px 25px;
    border-right: 1px solid #e2e2e2;
    margin-top: 30px;
    display: -moz-flex;
    display: flex;
}

@media (max-width: 767px) {
    .hv-benefit-tdesc .benefits-title-boxes .box {
        padding: 10px;
        padding-left: 15px;
    }
}

.hv-benefit-tdesc .benefits-title-boxes .box p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: normal;
    text-align: left;
}

.hv-benefit-tdesc .benefits-title-boxes .box .c-link {
    position: absolute;
    bottom: 10px;
}

.hv-benefit-tdesc .benefits-title-boxes .box:last-child {
    border-right: 0;
}

.hv-benefit-tdesc .benefits-title-boxes .box svg.icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    fill: #c00;
    margin-right: 20px;
}

.hv-benefit-tdesc .benefits-title-boxes h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .hv-benefit-tdesc .benefits-title-boxes .box:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 576px) {
    .hv-benefit-tdesc .benefits-title-boxes .box {
        border-right: 0;
        margin-top: 0;
    }

    .hv-benefit-tdesc .benefits-title-boxes .box:last-child {
        border: 0;
    }
}

.hv-resources-grid .cta {
    text-align: center;
    margin-top: 40px;
}

.hv-resources-grid p {
    margin-bottom: 40px;
}

.hv-resources-grid .heading-container {
    margin-bottom: 30px;
}

.hv-resources-grid .hv-resources-grid-container {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
    position: relative;
}

.hv-resources-grid .hv-resources-grid-container .card-video-icon {
    padding-top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
}

.hv-resources-grid .hv-resources-grid-container .card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
}

.hv-resources-grid .hv-resources-grid-container .card-video-icon .centered svg {
    fill: #fff;
    stroke: #fff;
    width: 40px;
    height: 40px;
}

.hv-resources-grid .hv-resources-grid-container .grid-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    transition: transform 0.3s;
    -o-object-position: top;
    object-position: top;
}

@media all and (-ms-high-contrast: none) {
    .hv-resources-grid .hv-resources-grid-container .grid-img {
        opacity: 0;
    }
}

.hv-resources-grid .hv-resources-grid-container.grid-list-2 {
    grid-template-rows: repeat(30, 8px);
    -ms-grid-rows: (8px) [30];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-2 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-2 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-3 {
    grid-template-rows: repeat(30, 8px);
    -ms-grid-rows: (8px) [30];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-3 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-3 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=51 end=81;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-3 .grid-3 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=81 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-4 {
    grid-template-rows: repeat(50, 8px);
    -ms-grid-rows: (8px) [50];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-4 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-4 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-4 .grid-3 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 31;
    grid-row-end: 51;
    grid-row: start=31 end=51;
    grid-column: start=1 end=51;
    -ms-grid-row: 31;
    -ms-grid-row-span: 20;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-4 .grid-4 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 51;
    grid-row: start=21 end=51;
    grid-column: start=51 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 30;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-5 {
    grid-template-rows: repeat(50, 8px);
    -ms-grid-rows: (8px) [50];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-5 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-5 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-5 .grid-3 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 31;
    grid-row-end: 51;
    grid-row: start=31 end=51;
    grid-column: start=1 end=51;
    -ms-grid-row: 31;
    -ms-grid-row-span: 20;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-5 .grid-4 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 21;
    grid-row-end: 51;
    grid-row: start=21 end=51;
    grid-column: start=51 end=81;
    -ms-grid-row: 21;
    -ms-grid-row-span: 30;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-5 .grid-5 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 51;
    grid-row: start=21 end=51;
    grid-column: start=81 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 30;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-6 {
    grid-template-rows: repeat(70, 8px);
    -ms-grid-rows: (8px) [70];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-6 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-6 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-6 .grid-3 {
    grid-column-start: 1;
    grid-column-end: 26;
    grid-row-start: 31;
    grid-row-end: 71;
    grid-row: start=31 end=71;
    grid-column: start=1 end=26;
    -ms-grid-row: 31;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 25;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-6 .grid-4 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 31;
    grid-row-end: 51;
    grid-row: start=31 end=51;
    grid-column: start=26 end=51;
    -ms-grid-row: 31;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-6 .grid-5 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 51;
    grid-row-end: 71;
    grid-row: start=51 end=71;
    grid-column: start=26 end=51;
    -ms-grid-row: 51;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-6 .grid-6 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 31;
    grid-row-end: 71;
    grid-row: start=31 end=71;
    grid-column: start=51 end=101;
    -ms-grid-row: 31;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 {
    grid-template-rows: repeat(70, 8px);
    -ms-grid-rows: (8px) [70];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 .grid-3 {
    grid-column-start: 1;
    grid-column-end: 26;
    grid-row-start: 31;
    grid-row-end: 71;
    grid-row: start=31 end=71;
    grid-column: start=1 end=26;
    -ms-grid-row: 31;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 25;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 .grid-4 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 31;
    grid-row-end: 51;
    grid-row: start=31 end=51;
    grid-column: start=26 end=51;
    -ms-grid-row: 31;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 .grid-5 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 51;
    grid-row-end: 71;
    grid-row: start=51 end=71;
    grid-column: start=26 end=51;
    -ms-grid-row: 51;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 .grid-6 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 46;
    grid-row: start=21 end=46;
    grid-column: start=51 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 25;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-7 .grid-7 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 46;
    grid-row-end: 71;
    grid-row: start=46 end=71;
    grid-column: start=51 end=101;
    -ms-grid-row: 46;
    -ms-grid-row-span: 25;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 {
    grid-template-rows: repeat(70, 8px);
    -ms-grid-rows: (8px) [70];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 19;
    grid-row: start=1 end=19;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 18;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-3 {
    grid-column-start: 1;
    grid-column-end: 26;
    grid-row-start: 31;
    grid-row-end: 71;
    grid-row: start=31 end=71;
    grid-column: start=1 end=26;
    -ms-grid-row: 31;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 25;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-4 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 31;
    grid-row-end: 51;
    grid-row: start=31 end=51;
    grid-column: start=26 end=51;
    -ms-grid-row: 31;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-5 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 51;
    grid-row-end: 71;
    grid-row: start=51 end=71;
    grid-column: start=26 end=51;
    -ms-grid-row: 51;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-6 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 19;
    grid-row-end: 53;
    grid-row: start=19 end=53;
    grid-column: start=51 end=81;
    -ms-grid-row: 19;
    -ms-grid-row-span: 34;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-7 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 19;
    grid-row-end: 53;
    grid-row: start=19 end=53;
    grid-column: start=81 end=101;
    -ms-grid-row: 19;
    -ms-grid-row-span: 34;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-8 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 53;
    grid-row-end: 71;
    grid-row: start=53 end=71;
    grid-column: start=51 end=101;
    -ms-grid-row: 53;
    -ms-grid-row-span: 18;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 {
    grid-template-rows: repeat(100, 8px);
    -ms-grid-rows: (8px) [100];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-3 {
    grid-column-start: 1;
    grid-column-end: 26;
    grid-row-start: 31;
    grid-row-end: 71;
    grid-row: start=31 end=71;
    grid-column: start=1 end=26;
    -ms-grid-row: 31;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 25;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-4 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 31;
    grid-row-end: 71;
    grid-row: start=31 end=71;
    grid-column: start=26 end=51;
    -ms-grid-row: 31;
    -ms-grid-row-span: 40;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-5 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 21;
    grid-row-end: 56;
    grid-row: start=21 end=56;
    grid-column: start=51 end=81;
    -ms-grid-row: 21;
    -ms-grid-row-span: 35;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-6 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 56;
    grid-row: start=21 end=56;
    grid-column: start=81 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 35;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-7 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 71;
    grid-row-end: 101;
    grid-row: start=71 end=101;
    grid-column: start=1 end=51;
    -ms-grid-row: 71;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-8 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 56;
    grid-row-end: 81;
    grid-row: start=56 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 56;
    -ms-grid-row-span: 25;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-9 .grid-9 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 81;
    grid-row-end: 101;
    grid-row: start=81 end=101;
    grid-column: start=51 end=101;
    -ms-grid-row: 81;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 {
    grid-template-rows: repeat(100, 8px);
    -ms-grid-rows: (8px) [100];
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 31;
    grid-row: start=1 end=31;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-3 {
    grid-column-start: 1;
    grid-column-end: 26;
    grid-row-start: 31;
    grid-row-end: 71;
    grid-row: start=31 end=71;
    grid-column: start=1 end=26;
    -ms-grid-row: 31;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 25;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-4 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 31;
    grid-row-end: 51;
    grid-row: start=31 end=51;
    grid-column: start=26 end=51;
    -ms-grid-row: 31;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-5 {
    grid-column-start: 26;
    grid-column-end: 51;
    grid-row-start: 51;
    grid-row-end: 71;
    grid-row: start=51 end=71;
    grid-column: start=26 end=51;
    -ms-grid-row: 51;
    -ms-grid-row-span: 20;
    -ms-grid-column: 26;
    -ms-grid-column-span: 25;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-6 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 21;
    grid-row-end: 54;
    grid-row: start=21 end=54;
    grid-column: start=51 end=81;
    -ms-grid-row: 21;
    -ms-grid-row-span: 33;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-7 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 54;
    grid-row: start=21 end=54;
    grid-column: start=81 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 33;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-8 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 71;
    grid-row-end: 101;
    grid-row: start=71 end=101;
    grid-column: start=1 end=51;
    -ms-grid-row: 71;
    -ms-grid-row-span: 30;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-9 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 54;
    grid-row-end: 81;
    grid-row: start=54 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 54;
    -ms-grid-row-span: 27;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-resources-grid .hv-resources-grid-container.grid-list-10 .grid-10 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 81;
    grid-row-end: 101;
    grid-row: start=81 end=101;
    grid-column: start=51 end=101;
    -ms-grid-row: 81;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-resources-grid .hv-resources-grid-container .grid-list {
    position: relative;
    color: #fff;
    background-color: #000;
    overflow: hidden;
}

.hv-resources-grid .hv-resources-grid-container .grid-list a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    text-decoration: none;
}

.hv-resources-grid .hv-resources-grid-container .grid-list .grid-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    padding: 10px 15px 15px 25px;
}

.hv-resources-grid .hv-resources-grid-container .grid-list .grid-content .data-type {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    text-shadow: 2px 1px 5px #000;
}

.hv-resources-grid .hv-resources-grid-container .grid-list .grid-content .data-type:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 22px;
    left: 0;
    bottom: 0;
    background-color: #c00;
    margin: 0 auto;
}

.hv-resources-grid .hv-resources-grid-container .grid-list .grid-content h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    font-weight: 400;
    text-shadow: 2px 1px 5px #000;
}

@media (min-width: 1025px) and (max-width: 1275) {
    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content h3 {
        font-size: 1.125rem;
    }
}

.hv-resources-grid .hv-resources-grid-container .grid-list .grid-content .c-link {
    opacity: 0;
    cursor: pointer;
    text-shadow: 2px 1px 5px #000;
}

.hv-resources-grid .hv-resources-grid-container .grid-list:hover .grid-img {
    opacity: 0.5;
    transform: scale(1.1);
}

@media all and (-ms-high-contrast: none) {
    .hv-resources-grid .hv-resources-grid-container .grid-list:hover .grid-img {
        transform: none;
        opacity: 0;
    }
}

.hv-resources-grid .hv-resources-grid-container .grid-list:hover .grid-content .c-link {
    opacity: 1;
}

.hv-resources-grid .hv-resources-grid-container .grid-list:hover .grid-content .c-link svg {
    transform: translate(8px, 0);
}

.hv-resources-grid .hv-resources-grid-container .grid-list:hover .grid-content .c-link svg.gated-lock {
    transform: translate(0, 0);
}

.hv-resources-grid .hv-resources-grid-container .grid-list.featured-text-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-resources-grid .hv-resources-grid-container .grid-list.featured-text-panel a {
    background-color: transparent;
    position: static;
}

.hv-resources-grid .hv-resources-grid-container .grid-list.featured-text-panel a .grid-content {
    position: relative;
    padding: 60px;
}

.hv-resources-grid .hv-resources-grid-container .grid-list.featured-text-panel a .grid-content h3 {
    font-size: 1.5rem;
}

.hv-resources-grid .hv-resources-grid-container .grid-list.dark-grey-bg {
    background-color: #333;
}

.hv-resources-grid .hv-resources-grid-container .grid-list.red-bg {
    background-color: #c00;
}

.hv-resources-grid .hv-resources-grid-container .grid-list.red-bg .grid-content .data-type:after {
    background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
    .hv-resources-grid .hv-resources-grid-container .grid-list .custom-object-fit {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.3s;
        width: 100%;
        height: 100%;
        box-shadow: inset 0px 0px 0px 100vw rgba(0, 0, 0, 0.6);
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list:hover .custom-object-fit {
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1200px) {
    .hv-resources-grid .hv-resources-grid-container .grid-list a .grid-content h3 {
        font-size: 18px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list.featured-text-panel a .grid-content {
        padding: 30px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list.featured-text-panel a .grid-content h3 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content {
        padding-bottom: 25px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content h3 {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 991px) {
    .hv-resources-grid .hv-resources-grid-container .grid-list .card-video-icon svg {
        width: 40px;
        height: 40px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content {
        padding: 10px 15px 30px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content .data-type {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content .c-link {
        opacity: 1;
        font-size: 0.75rem;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hv-resources-grid .hv-resources-grid-container.grid-list-10 {
        grid-template-rows: repeat(210, 8px);
        -ms-grid-rows: (8px) [210];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-9 {
        grid-template-rows: repeat(180, 8px);
        -ms-grid-rows: (8px) [180];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-1 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 1;
        grid-row-end: 31;
        grid-row: start=1 end=31;
        grid-column: start=1 end=101;
        -ms-grid-row: 1;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-2 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 31;
        grid-row-end: 61;
        grid-row: start=31 end=61;
        grid-column: start=1 end=51;
        -ms-grid-row: 1;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-3 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 31;
        grid-row-end: 61;
        grid-row: start=31 end=61;
        grid-column: start=51 end=101;
        -ms-grid-row: 1;
        -ms-grid-row-span: 30;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-4 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 61;
        grid-row-end: 91;
        grid-row: start=61 end=91;
        grid-column: start=1 end=101;
        -ms-grid-row: 61;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-5 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 91;
        grid-row-end: 121;
        grid-row: start=91 end=121;
        grid-column: start=1 end=51;
        -ms-grid-row: 91;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-6 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 91;
        grid-row-end: 121;
        grid-row: start=91 end=121;
        grid-column: start=51 end=101;
        -ms-grid-row: 91;
        -ms-grid-row-span: 30;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-7 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 121;
        grid-row-end: 151;
        grid-row: start=121 end=151;
        grid-column: start=1 end=101;
        -ms-grid-row: 121;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-8 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 151;
        grid-row-end: 181;
        grid-row: start=151 end=181;
        grid-column: start=1 end=51;
        -ms-grid-row: 151;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-9 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 151;
        grid-row-end: 181;
        grid-row: start=151 end=181;
        grid-column: start=51 end=101;
        -ms-grid-row: 151;
        -ms-grid-row-span: 30;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-m .grid-10 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 181;
        grid-row-end: 211;
        grid-row: start=181 end=211;
        grid-column: start=1 end=101;
        -ms-grid-row: 181;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-8 {
        grid-template-rows: repeat(170, 8px);
        -ms-grid-rows: (8px) [170];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-8 .grid-8 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 151;
        grid-row-end: 171;
        grid-row: start=151 end=171;
        grid-column: start=1 end=101;
        -ms-grid-row: 151;
        -ms-grid-row-span: 20;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
        margin-bottom: 0;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-7 {
        grid-template-rows: repeat(150, 8px);
        -ms-grid-rows: (8px) [150];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-6 {
        grid-template-rows: repeat(120, 8px);
        -ms-grid-rows: (8px) [120];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-5 {
        grid-template-rows: repeat(110, 8px);
        -ms-grid-rows: (8px) [110];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-5 .grid-3 {
        margin-bottom: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-5 .grid-5 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 91;
        grid-row-end: 111;
        grid-row: start=91 end=111;
        grid-column: start=1 end=101;
        -ms-grid-row: 91;
        -ms-grid-row-span: 20;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
        margin-top: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-4 {
        grid-template-rows: repeat(90, 8px);
        -ms-grid-rows: (8px) [90];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-3 {
        grid-template-rows: repeat(60, 8px);
        -ms-grid-rows: (8px) [60];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-2 {
        grid-template-rows: repeat(30, 8px);
        -ms-grid-rows: (8px) [30];
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-2 .grid-1 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 1;
        grid-row-end: 31;
        grid-row: start=1 end=31;
        grid-column: start=1 end=51;
        -ms-grid-row: 1;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
    }

    .hv-resources-grid .hv-resources-grid-container.grid-list-2 .grid-2 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 1;
        grid-row-end: 31;
        grid-row: start=1 end=31;
        grid-column: start=51 end=101;
        -ms-grid-row: 1;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 0;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .card-video-icon svg {
        width: 40px;
        height: 40px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content {
        padding: 15px;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content h3 {
        font-size: 0.875rem;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content .data-type {
        font-size: 0.875rem;
    }

    .hv-resources-grid .hv-resources-grid-container .grid-list .grid-content .c-link {
        opacity: 1;
        font-size: 0.75rem;
    }
}

.hv-benefit-int-opt1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: #fbfbfb;
}

.hv-benefit-int-opt1 .container {
    max-width: 690px;
}

.hv-benefit-int-opt1 .interactive-graph {
    background-repeat: no-repeat;
    background-position: center center;
    width: 576px;
    height: 300px;
    margin: 40px auto 0;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading {
    display: inline-block;
    position: relative;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading .tooltip-hover {
    font-size: 0.8125rem;
    line-height: normal;
    padding: 10px 15px 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    width: 350px;
    position: absolute;
    display: none;
    right: -365px;
    bottom: 20px;
    transition: all 0.5s ease;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading .tooltip-hover:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    background: white;
    transform: rotate(45deg);
    bottom: 20px;
    left: 1px;
    z-index: 10;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading .tooltip-hover:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: white;
    transform: rotate(45deg);
    bottom: 20px;
    left: -6px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:last-child .tooltip-hover {
    left: -10px;
    bottom: 80px;
    top: auto;
    width: 290px;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:last-child .tooltip-hover:before {
    bottom: -6px;
    left: 20px;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:last-child .tooltip-hover:after {
    bottom: -2px;
    left: 26px;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:hover .tooltip-hover {
    display: block;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:hover h4 {
    color: #c00;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:hover h4:before {
    width: 15px;
    height: 15px;
    left: 28px;
    bottom: 4px;
}

@media (max-width: 767px) {
    .hv-benefit-int-opt1 .interactive-graph .col-heading:hover h4:before {
        content: none;
    }
}

.hv-benefit-int-opt1 .interactive-graph .col-heading h4 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading h4:after {
    content: "";
    position: absolute;
    left: 28px;
    bottom: 4px;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading h4:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #c00;
    left: 36px;
    bottom: 12px;
    border-radius: 4px;
    z-index: 9;
    transition: all 0.2s ease-in;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:last-child h4:after {
    left: 26px;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:last-child h4:before {
    left: 33px;
}

.hv-benefit-int-opt1 .interactive-graph .col-heading:hover:last-child h4:before {
    left: 26px;
}

.hv-benefit-int-opt1 .interactive-graph .line2 {
    position: absolute;
    left: 285px;
    top: 132px;
}

.hv-benefit-int-opt1 .interactive-graph .line3 {
    position: absolute;
    right: 25px;
    top: 225px;
}

@media (max-width: 991px) {
    .hv-benefit-int-opt1 .interactive-graph .col-heading:nth-child(2) .tooltip-hover {
        left: 0;
        bottom: 80px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:nth-child(2) .tooltip-hover:after {
        left: 30px;
        bottom: -5px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:nth-child(2) .tooltip-hover:before {
        left: 25px;
        bottom: -6px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:last-child .tooltip-hover {
        right: -45px;
        left: auto;
        width: 250px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:last-child .tooltip-hover:before {
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:last-child .tooltip-hover:after {
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -5px;
    }
}

@media (max-width: 767px) {
    .hv-benefit-int-opt1 .interactive-graph {
        background-image: none !important;
        width: auto;
        margin-top: 10px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        padding-left: 30px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:before {
        content: "";
        position: absolute;
        left: 3px;
        height: 100%;
        border-left: 2px solid #000;
        top: 5px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:last-child:before {
        content: none;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading .tooltip-hover {
        display: block;
        background: none;
        box-shadow: none;
        padding: 0 0 30px;
        position: static;
        width: auto;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading .tooltip-hover:after {
        display: none;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading .tooltip-hover:before {
        display: none;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading:last-child h4:after {
        left: -33px;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading h4 {
        padding-bottom: 10px;
        line-height: normal;
        font-weight: 500;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading h4 br {
        display: none;
    }

    .hv-benefit-int-opt1 .interactive-graph .col-heading h4:after {
        top: 4px;
        left: -33px;
        background: #c00;
        border-color: #c00;
    }

    .hv-benefit-int-opt1 .container {
        max-width: none;
    }
}

.hv-benefit-int-opt2 .container {
    max-width: 1050px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper {
    margin: 40px auto;
    position: relative;
    padding: 20px 0;
}

@media (min-width: 1024px) {
    .hv-benefit-int-opt2 .circle-graphic-wrapper {
        min-height: 480px;
    }
}

@media (max-width: 767px) {
    .hv-benefit-int-opt2 .circle-graphic-wrapper {
        padding: 0;
        margin: 0;
    }
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box {
    position: absolute;
    padding-right: 130px;
    text-align: right;
    max-width: 36%;
    flex: 0 0 36%;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(204, 0, 0, 0.01);
    border-radius: 50%;
    right: 0;
    transition: 0.5s;
    animation: 0.5s ease-in-out;
    -moz-animation: 0.5s ease-in-out;
    -webkit-animation: 0.5s ease-in-out;
    -o-animation: 0.5s ease-in-out;
    -ms-animation: 0.5s ease-in-out;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #c00;
    border-radius: 50%;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box h5 {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    position: relative;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box h5:before {
    height: 1px;
    width: 55px;
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(204, 0, 0, 0.15);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box h5:after {
    height: 1px;
    width: 40px;
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(204, 0, 0, 0.15);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box p {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #555;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box .blank-circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid rgba(204, 0, 0, 0.15);
    display: block;
    position: absolute;
    top: 21px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box .ripple-circle {
    right: -5px;
    top: 40px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
    animation: 0.7s linear infinite;
    -moz-animation: 0.7s linear infinite;
    -webkit-animation: 0.7s linear infinite;
    -o-animation: 0.7s linear infinite;
    -ms-animation: 0.7s linear infinite;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:before {
    animation: ripple 0.7s linear infinite;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:hover h5 {
    color: #000;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:hover h5:before {
    background: #c00;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:hover h5:after {
    background: #c00;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:hover p {
    opacity: 1;
    visibility: visible;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box:hover .blank-circle {
    background: #c00;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1 {
    left: 32px;
    top: 0;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1:before {
    top: 50px;
    z-index: 1;
    right: 6px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1:after {
    right: -5px;
    top: 40px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1 h5:before {
    right: -69px;
    top: 23px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1 h5:after {
    right: -105px;
    top: 35px;
    transform: rotate(35deg);
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1 .blank-circle {
    right: 115px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1 .ripple-circle {
    top: 40px;
    right: -5px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5 {
    left: -70px;
    top: 220px;
    padding-right: 100px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5:before {
    top: 14px;
    z-index: 1;
    right: -3px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5:after {
    right: -14px;
    top: 4px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5 h5:before {
    width: 55px;
    right: -74px;
    top: 23px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5 h5:after {
    content: none;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5 .blank-circle {
    right: 81px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5 .ripple-circle {
    top: 4px;
    right: -14px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3 {
    left: 30px;
    top: 410px;
    padding-right: 108px;
    padding-top: 40px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3:before {
    top: 1px;
    z-index: 1;
    right: 1px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3:after {
    right: -10px;
    top: -10px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3 h5:before {
    width: 45px;
    right: -61px;
    top: 14px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3 h5:after {
    right: -95px;
    top: 0px;
    transform: rotate(-45deg);
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3 .blank-circle {
    right: 91px;
    top: 52px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3 .ripple-circle {
    right: -10px;
    top: -10px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2 {
    padding-left: 130px;
    padding-right: 0;
    text-align: left;
    right: 30px;
    top: 0;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2:after {
    left: -5px;
    top: 40px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2:before {
    left: 6px;
    top: 50px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2 h5:after {
    left: -103px;
    top: 35px;
    transform: rotate(-35deg);
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2 h5:before {
    top: 23px;
    left: -67px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2 .blank-circle {
    left: 118px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2 .ripple-circle {
    left: -5px;
    top: 40px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6 {
    top: 220px;
    right: -70px;
    text-align: left;
    padding-left: 100px;
    padding-right: 0;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6:before {
    top: 14px;
    z-index: 1;
    left: -3px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6:after {
    left: -14px;
    top: 4px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6 h5:before {
    left: -74px;
    top: 23px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6 h5:after {
    content: none;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6 .blank-circle {
    left: 81px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6 .ripple-circle {
    left: -14px;
    top: 4px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4 {
    right: 27px;
    top: 410px;
    padding-left: 108px;
    padding-right: 0;
    text-align: left;
    padding-top: 40px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4:before {
    top: 1px;
    z-index: 1;
    left: 1px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4:after {
    left: -10px;
    top: -10px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4 h5:after {
    left: -95px;
    top: 0px;
    transform: rotate(45deg);
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4 h5:before {
    width: 45px;
    left: -62px;
    top: 14px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4 .blank-circle {
    left: 91px;
    top: 52px;
}

.hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4 .ripple-circle {
    left: -10px;
    top: -10px;
}

.hv-benefit-int-opt2 .circle-wrapper {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    border: 1px solid #c00;
    justify-content: center;
}

@media (min-width: 1024px) {
    .hv-benefit-int-opt2 .circle-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .hv-benefit-int-opt2 .circle-wrapper {
        justify-content: left;
    }
}

.hv-benefit-int-opt2 .circle-wrapper .circle-heading {
    padding: 15px;
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box {
        max-width: 33%;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c1 {
        left: 75px;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c5 {
        left: 0;
        top: 180px;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c3 {
        left: 70px;
        top: 320px;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c2 {
        right: 75px;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c6 {
        top: 180px;
        right: 0px;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box.c4 {
        right: 70px;
        top: 320px;
    }

    .hv-benefit-int-opt2 .circle-wrapper {
        width: 350px;
        height: 350px;
    }

    .hv-benefit-int-opt2 .circle-wrapper .circle-heading {
        font-size: 2rem;
    }
}

@media (max-width: 1023px) {
    .hv-benefit-int-opt2 .circle-graphic-wrapper {
        justify-content: normal !important;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box-wrapper {
        position: relative;
        border-left: 1px solid #c00;
        margin: 30px 0 0 15px;
        padding-top: 40px;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box-wrapper:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #c00;
        top: 0;
        left: -3px;
        border-radius: 50%;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box {
        position: relative;
        padding-right: 15px !important;
        padding-left: 40px !important;
        text-align: left;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
        left: 0 !important;
        top: auto !important;
        min-height: 65px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box:after {
        width: 30px;
        height: 30px;
        left: -16px !important;
        top: 25px !important;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box:before {
        width: 15px;
        height: 15px;
        left: -8px !important;
        top: 32px !important;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box h5 {
        font-weight: 500;
        line-height: normal;
        flex-basis: 100%;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box p {
        opacity: 1;
        visibility: visible;
        line-height: normal;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box h5:after {
        content: none;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box h5:before {
        content: none;
    }

    .hv-benefit-int-opt2 .circle-graphic-wrapper .content-box .blank-circle {
        display: none;
    }

    .hv-benefit-int-opt2 .circle-wrapper {
        height: auto;
        width: auto;
        border: 0;
        padding: 0;
        width: 100%;
    }

    .hv-benefit-int-opt2 .circle-wrapper .circle-heading {
        padding: 0;
        padding-bottom: 18px;
        margin-bottom: 15px;
        text-align: left;
        position: relative;
    }

    .hv-benefit-int-opt2 .circle-wrapper .circle-heading:after {
        content: "";
        position: absolute;
        height: 4px;
        width: 62px;
        left: 0;
        bottom: 0;
        background: #c00;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .hv-benefit-int-opt2 .circle-wrapper .circle-heading {
        font-size: 2rem;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(243, 193, 193, 0.3),
            0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3),
            0 0 0 1.5em rgba(243, 193, 193, 0);
    }
}

@media (max-width: 1023px) {
    .hv-benefit-int-opt3 .circle-graphic-wrapper {
        margin: 60px auto 40px;
        position: relative;
        padding: 20px 0;
    }

    .hv-benefit-int-opt3 .circle-graphic-wrapper .circle-heading {
        padding: 0;
        text-align: left;
        position: static;
        font-weight: 600;
        font-size: 2rem;
    }

    .hv-benefit-int-opt3 .circle-container {
        position: relative;
        border-left: 1px solid #c00;
        margin: 30px 0 0 15px;
        padding-top: 40px;
    }

    .hv-benefit-int-opt3 .circle-container:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #c00;
        top: 0;
        left: -3px;
        border-radius: 50%;
    }

    .hv-benefit-int-opt3 .circle-container .clist:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        background: #cc0000;
        border-radius: 50%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        animation: ripple 0.7s linear infinite;
        left: -10px;
        margin-top: 10px;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box {
        padding-left: 40px;
        padding-right: 15px;
        padding-bottom: 20px;
        min-height: 65px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .hv-benefit-int-opt3 .circle-container {
        border-radius: 50%;
        border: 1px solid #cc0000;
        justify-content: center;
    }

    .hv-benefit-int-opt3 .circle-container .clist:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        background: #cc0000;
        border-radius: 50%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        animation: ripple 0.7s linear infinite;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box {
        position: absolute;
        width: 400px;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box h5 {
        font-size: 18px;
        color: #555;
        font-weight: 400;
        position: relative;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box h5:before {
        height: 1px;
        width: 55px;
        content: "";
        position: absolute;
        height: 1px;
        background: rgba(204, 0, 0, 0.15);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box h5:after {
        height: 1px;
        width: 40px;
        content: "";
        position: absolute;
        height: 1px;
        background: rgba(204, 0, 0, 0.15);
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box p {
        font-size: 0.875rem;
        line-height: 1.2;
        color: #555;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box .blank-circle {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid rgba(204, 0, 0, 0.15);
        display: block;
        position: absolute;
        top: 21px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c1 .content-box {
        text-align: left;
        padding-left: 100px;
        left: 0;
        top: -7px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c1 .content-box h5:before {
        left: -74px;
        top: 15px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c1 .content-box h5:after {
        content: none;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c1 .content-box .blank-circle {
        left: 80px;
        top: 13px;
        bottom: 0;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c2 .content-box {
        padding-left: 108px;
        padding-right: 0;
        text-align: left;
        padding-top: 40px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c2 .content-box h5:before {
        width: 45px;
        left: -62px;
        top: 14px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c2 .content-box h5:after {
        content: "";
        left: -95px;
        top: 0px;
        transform: rotate(45deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c2 .content-box .blank-circle {
        left: 91px;
        top: 52px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c3 .content-box {
        padding-right: 108px;
        padding-top: 40px;
        text-align: right;
        right: 0;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c3 .content-box h5:before {
        width: 45px;
        right: -61px;
        top: 14px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c3 .content-box h5:after {
        content: "";
        right: -95px;
        top: 0px;
        transform: rotate(-45deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c3 .content-box .blank-circle {
        right: 91px;
        top: 52px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c4 .content-box {
        padding-right: 100px;
        text-align: right;
        right: 0;
        top: -14px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c4 .content-box h5:before {
        width: 55px;
        right: -74px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c4 .content-box h5:after {
        content: none;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c4 .content-box .blank-circle {
        right: 80px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c5 .content-box {
        padding-right: 130px;
        text-align: right;
        top: -50px;
        right: 0;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c5 .content-box h5:before {
        right: -69px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c5 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c5 .content-box .blank-circle {
        right: 115px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c6 .content-box {
        padding-left: 130px;
        padding-right: 0;
        text-align: left;
        left: 0px;
        top: -50px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c6 .content-box h5:before {
        left: -67px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c6 .content-box h5:after {
        left: -103px;
        top: 35px;
        transform: rotate(-35deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c6 .content-box .blank-circle {
        left: 117px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c7 .content-box {
        padding-left: 130px;
        padding-right: 0;
        text-align: left;
        left: 0px;
        top: -50px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c7 .content-box h5:before {
        left: -67px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c7 .content-box h5:after {
        left: -103px;
        top: 35px;
        transform: rotate(-35deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c7 .content-box .blank-circle {
        left: 117px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c8 .content-box {
        padding-left: 130px;
        padding-right: 0;
        text-align: left;
        left: 0px;
        top: 0px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c8 .content-box h5:before {
        left: -67px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c8 .content-box h5:after {
        left: -104px;
        top: 11px;
        transform: rotate(35deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c8 .content-box .blank-circle {
        left: 117px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c9 .content-box {
        padding-left: 130px;
        padding-right: 0;
        text-align: left;
        left: 0px;
        top: 0px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c9 .content-box h5:before {
        left: -67px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c9 .content-box h5:after {
        left: -104px;
        top: 11px;
        transform: rotate(35deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c9 .content-box .blank-circle {
        left: 117px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c10 .content-box {
        padding-left: 130px;
        padding-right: 0;
        text-align: left;
        left: 0px;
        top: 0px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c10 .content-box h5:before {
        left: -67px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container .clist.c10 .content-box h5:after {
        left: -104px;
        top: 11px;
        transform: rotate(35deg);
    }

    .hv-benefit-int-opt3 .circle-container .clist.c10 .content-box .blank-circle {
        left: 117px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container .clist:hover h5 {
        color: #000;
    }

    .hv-benefit-int-opt3 .circle-container .clist:hover h5:before {
        background: #c00;
    }

    .hv-benefit-int-opt3 .circle-container .clist:hover h5:after {
        background: #c00;
    }

    .hv-benefit-int-opt3 .circle-container .clist:hover p {
        opacity: 1;
        visibility: visible;
    }

    .hv-benefit-int-opt3 .circle-container .clist:hover .blank-circle {
        background: #c00;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(2) {
        transform: rotate(36deg) translate(220px) rotate(-36deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(3) {
        transform: rotate(72deg) translate(220px) rotate(-72deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(4) {
        transform: rotate(108deg) translate(220px) rotate(-108deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(5) {
        transform: rotate(144deg) translate(220px) rotate(-144deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(6) {
        transform: rotate(180deg) translate(220px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(7) {
        transform: rotate(216deg) translate(220px) rotate(-216deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(8) {
        transform: rotate(252deg) translate(220px) rotate(-252deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(9) {
        transform: rotate(288deg) translate(220px) rotate(-288deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(10) {
        transform: rotate(324deg) translate(220px) rotate(-324deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c3 .content-box {
        padding-right: 95px;
        padding-top: 60px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c3 .content-box h5:after {
        content: "";
        right: -95px;
        top: -8px;
        transform: rotate(-65deg);
        width: 48px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c3 .content-box .blank-circle {
        right: 78px;
        top: 72px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c4 .content-box {
        top: -32px;
        padding-right: 130px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c4 .content-box h5:before {
        right: -63px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c4 .content-box h5:after {
        content: "";
        right: -99px;
        top: 34px;
        transform: rotate(35deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c4 .content-box .blank-circle {
        right: 121px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c6 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -50px;
        padding-left: 0;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c6 .content-box h5:before {
        right: -69px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c6 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c6 .content-box .blank-circle {
        right: 115px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c7 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -50px;
        padding-left: 0;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c7 .content-box h5:before {
        right: -69px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c7 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c7 .content-box .blank-circle {
        right: 115px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c8 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -60px;
        padding-left: 0;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c8 .content-box h5:before {
        right: -69px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c8 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c8 .content-box .blank-circle {
        right: 115px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c9 .content-box {
        top: -50px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 .c9 .content-box h5:after {
        top: 35px;
        transform: rotate(-35deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(2) {
        transform: rotate(40deg) translate(220px) rotate(-40deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(3) {
        transform: rotate(80deg) translate(220px) rotate(-80deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(4) {
        transform: rotate(120deg) translate(220px) rotate(-120deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(5) {
        transform: rotate(160deg) translate(220px) rotate(-160deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(6) {
        transform: rotate(200deg) translate(220px) rotate(-200deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(7) {
        transform: rotate(240deg) translate(220px) rotate(-240deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(8) {
        transform: rotate(280deg) translate(220px) rotate(-280deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(9) {
        transform: rotate(320deg) translate(220px) rotate(-320deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c4 .content-box {
        top: -32px;
        padding-right: 130px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c4 .content-box h5:before {
        right: -63px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c4 .content-box h5:after {
        content: "";
        right: -99px;
        top: 34px;
        transform: rotate(35deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c4 .content-box .blank-circle {
        right: 121px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c6 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -50px;
        padding-left: 0;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c6 .content-box h5:before {
        right: -69px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c6 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c6 .content-box .blank-circle {
        right: 115px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c7 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -50px;
        padding-left: 0;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c7 .content-box h5:before {
        right: -69px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c7 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c7 .content-box .blank-circle {
        right: 115px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c8 .content-box {
        top: -50px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 .c8 .content-box h5:after {
        top: 35px;
        transform: rotate(-35deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(2) {
        transform: rotate(45deg) translate(220px) rotate(-45deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(3) {
        transform: rotate(90deg) translate(220px) rotate(-90deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(4) {
        transform: rotate(135deg) translate(220px) rotate(-135deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(5) {
        transform: rotate(180deg) translate(220px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(6) {
        transform: rotate(225deg) translate(220px) rotate(-225deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(7) {
        transform: rotate(270deg) translate(220px) rotate(-270deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(8) {
        transform: rotate(315deg) translate(220px) rotate(-315deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8 .c6 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -50px;
        padding-left: 0;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-8 .c6 .content-box h5:before {
        right: -69px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-8 .c6 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-8 .c6 .content-box .blank-circle {
        right: 115px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(2) {
        transform: rotate(51.42857deg) translate(220px) rotate(-51.42857deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(3) {
        transform: rotate(102.85714deg) translate(220px) rotate(-102.85714deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(4) {
        transform: rotate(154.28571deg) translate(220px) rotate(-154.28571deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(5) {
        transform: rotate(205.71429deg) translate(220px) rotate(-205.71429deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(6) {
        transform: rotate(257.14286deg) translate(220px) rotate(-257.14286deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(7) {
        transform: rotate(308.57143deg) translate(220px) rotate(-308.57143deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7 .c6 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -50px;
        padding-left: 0;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7 .c6 .content-box h5:before {
        right: -69px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7 .c6 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7 .c6 .content-box .blank-circle {
        right: 115px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-6 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(2) {
        transform: rotate(60deg) translate(220px) rotate(-60deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(3) {
        transform: rotate(120deg) translate(220px) rotate(-120deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(4) {
        transform: rotate(180deg) translate(220px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(5) {
        transform: rotate(240deg) translate(220px) rotate(-240deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(6) {
        transform: rotate(300deg) translate(220px) rotate(-300deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(2) {
        transform: rotate(72deg) translate(220px) rotate(-72deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(3) {
        transform: rotate(144deg) translate(220px) rotate(-144deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(4) {
        transform: rotate(216deg) translate(220px) rotate(-216deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(5) {
        transform: rotate(288deg) translate(220px) rotate(-288deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5 .c5 .content-box {
        padding-left: 130px;
        text-align: left;
        top: -50px;
        left: 0;
        padding-right: 0;
    }

    .hv-benefit-int-opt3 .circle-container.circle-5 .c5 .content-box h5:before {
        left: -69px;
        top: 23px;
        right: 0;
    }

    .hv-benefit-int-opt3 .circle-container.circle-5 .c5 .content-box h5:after {
        left: -105px;
        top: 34px;
        transform: rotate(-35deg);
        right: 0;
    }

    .hv-benefit-int-opt3 .circle-container.circle-5 .c5 .content-box .blank-circle {
        left: 115px;
        top: 21px;
        right: 0;
    }

    .hv-benefit-int-opt3 .circle-container.circle-4 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(2) {
        transform: rotate(90deg) translate(220px) rotate(-90deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(3) {
        transform: rotate(180deg) translate(220px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(4) {
        transform: rotate(270deg) translate(220px) rotate(-270deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4 .c4 .content-box {
        padding-right: 130px;
        text-align: right;
        right: 0;
        top: -50px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-4 .c4 .content-box h5:before {
        right: -69px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-4 .c4 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
        content: "";
    }

    .hv-benefit-int-opt3 .circle-container.circle-4 .c4 .content-box .blank-circle {
        right: 115px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>*:nth-of-type(2) {
        transform: rotate(120deg) translate(220px) rotate(-120deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>*:nth-of-type(3) {
        transform: rotate(240deg) translate(220px) rotate(-240deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c3 .content-box {
        padding-right: 130px;
        text-align: right;
        top: -50px;
        right: 0;
        padding-top: 0;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c3 .content-box h5:before {
        right: -69px;
        top: 23px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c3 .content-box h5:after {
        right: -105px;
        top: 34px;
        transform: rotate(35deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c3 .content-box .blank-circle {
        right: 105px;
        top: 21px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c2 .content-box {
        padding-right: 108px;
        padding-top: 40px;
        text-align: right;
        right: 0;
        padding-left: 0;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c2 .content-box h5:before {
        width: 45px;
        right: -61px;
        top: 14px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c2 .content-box h5:after {
        content: "";
        right: -95px;
        top: 0px;
        transform: rotate(-45deg);
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 .c2 .content-box .blank-circle {
        right: 91px;
        top: 52px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-2>*:nth-of-type(2) {
        transform: rotate(180deg) translate(220px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-2 .c2 .content-box {
        padding-right: 100px;
        text-align: right;
        right: 0;
        top: -14px;
        padding-left: 0;
        padding-top: 0;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2 .c2 .content-box h5:before {
        width: 55px;
        right: -74px;
        top: 23px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2 .c2 .content-box h5:after {
        content: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2 .c2 .content-box .blank-circle {
        right: 80px;
        top: 21px;
        left: auto;
    }

    .hv-benefit-int-opt3 .circle-container.circle-1 {
        position: relative;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-1>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-1>*:nth-of-type(1) {
        transform: rotate(0deg) translate(220px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-graphic-wrapper {
        margin: 60px auto 40px;
        position: relative;
        padding: 20px 0;
    }

    .hv-benefit-int-opt3 .circle-graphic-wrapper .circle-heading {
        padding: 15px;
        font-size: 2.625rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        width: 440px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        z-index: 1;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .hv-benefit-int-opt3 .circle-container .clist .content-box {
        width: 345px;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box h5 {
        font-size: 0.875rem;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box h5 br {
        display: none;
    }

    .hv-benefit-int-opt3 .circle-container .clist .content-box p {
        font-size: 0.75rem;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(2) {
        transform: rotate(36deg) translate(175px) rotate(-36deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(3) {
        transform: rotate(72deg) translate(175px) rotate(-72deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(4) {
        transform: rotate(108deg) translate(175px) rotate(-108deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(5) {
        transform: rotate(144deg) translate(175px) rotate(-144deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(6) {
        transform: rotate(180deg) translate(175px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(7) {
        transform: rotate(216deg) translate(175px) rotate(-216deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(8) {
        transform: rotate(252deg) translate(175px) rotate(-252deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(9) {
        transform: rotate(288deg) translate(175px) rotate(-288deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-10>*:nth-of-type(10) {
        transform: rotate(324deg) translate(175px) rotate(-324deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(2) {
        transform: rotate(40deg) translate(175px) rotate(-40deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(3) {
        transform: rotate(80deg) translate(175px) rotate(-80deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(4) {
        transform: rotate(120deg) translate(175px) rotate(-120deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(5) {
        transform: rotate(160deg) translate(175px) rotate(-160deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(6) {
        transform: rotate(200deg) translate(175px) rotate(-200deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(7) {
        transform: rotate(240deg) translate(175px) rotate(-240deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(8) {
        transform: rotate(280deg) translate(175px) rotate(-280deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-9>*:nth-of-type(9) {
        transform: rotate(320deg) translate(175px) rotate(-320deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(2) {
        transform: rotate(45deg) translate(175px) rotate(-45deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(3) {
        transform: rotate(90deg) translate(175px) rotate(-90deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(4) {
        transform: rotate(135deg) translate(175px) rotate(-135deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(5) {
        transform: rotate(180deg) translate(175px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(6) {
        transform: rotate(225deg) translate(175px) rotate(-225deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(7) {
        transform: rotate(270deg) translate(175px) rotate(-270deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-8>*:nth-of-type(8) {
        transform: rotate(315deg) translate(175px) rotate(-315deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(2) {
        transform: rotate(51.42857deg) translate(175px) rotate(-51.42857deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(3) {
        transform: rotate(102.85714deg) translate(175px) rotate(-102.85714deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(4) {
        transform: rotate(154.28571deg) translate(175px) rotate(-154.28571deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(5) {
        transform: rotate(205.71429deg) translate(175px) rotate(-205.71429deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(6) {
        transform: rotate(257.14286deg) translate(175px) rotate(-257.14286deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-7>*:nth-of-type(7) {
        transform: rotate(308.57143deg) translate(175px) rotate(-308.57143deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(2) {
        transform: rotate(60deg) translate(175px) rotate(-60deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(3) {
        transform: rotate(120deg) translate(175px) rotate(-120deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(4) {
        transform: rotate(180deg) translate(175px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(5) {
        transform: rotate(240deg) translate(175px) rotate(-240deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-6>*:nth-of-type(6) {
        transform: rotate(300deg) translate(175px) rotate(-300deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(2) {
        transform: rotate(72deg) translate(175px) rotate(-72deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(3) {
        transform: rotate(144deg) translate(175px) rotate(-144deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(4) {
        transform: rotate(216deg) translate(175px) rotate(-216deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-5>*:nth-of-type(5) {
        transform: rotate(288deg) translate(175px) rotate(-288deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(2) {
        transform: rotate(90deg) translate(175px) rotate(-90deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(3) {
        transform: rotate(180deg) translate(175px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-4>*:nth-of-type(4) {
        transform: rotate(270deg) translate(175px) rotate(-270deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-3 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>*:nth-of-type(2) {
        transform: rotate(120deg) translate(175px) rotate(-120deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-3>*:nth-of-type(3) {
        transform: rotate(240deg) translate(175px) rotate(-240deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-2 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-2>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-2>*:nth-of-type(2) {
        transform: rotate(180deg) translate(175px) rotate(-180deg);
    }

    .hv-benefit-int-opt3 .circle-container.circle-1 {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        padding: 0;
        list-style: none;
    }

    .hv-benefit-int-opt3 .circle-container.circle-1>* {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px;
        width: 18px;
        height: 18px;
    }

    .hv-benefit-int-opt3 .circle-container.circle-1>*:nth-of-type(1) {
        transform: rotate(0deg) translate(175px) rotate(0deg);
    }

    .hv-benefit-int-opt3 .circle-graphic-wrapper .circle-heading {
        width: 345px;
        font-size: 2rem;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(243, 193, 193, 0.3),
            0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3),
            0 0 0 1.5em rgba(243, 193, 193, 0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-use-cases .hv-use-case-outer {
        padding: 0 1rem;
    }
}

@media (max-width: 767px) {
    .hv-use-cases .hv-use-case-outer {
        padding: 0 1rem;
    }
}

.hv-use-cases .use-cases-main {
    padding: 0 0.7rem;
}

@media (max-width: 767px) {
    .hv-use-cases .use-cases-main {
        margin: 1rem 0 0;
    }
}

@media (max-width: 567px) {
    .hv-use-cases .use-cases-main {
        margin: 1rem 0 1rem;
    }
}

.hv-use-cases .use-cases-main p {
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hv-use-cases .use-cases-main p {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-use-cases .use-cases-main p {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
}

.case-box {
    position: relative;
    margin: 0.065rem;
    background-color: #000;
    overflow: hidden;
    border-radius: 0.3rem;
}

@media (max-width: 767px) {
    .case-box {
        margin: 0.1rem 0.1rem;
    }
}

@media (min-width: 1240px) {
    .case-box {
        min-height: 205px;
    }
}

@media screen and (max-width: 1239px) and (min-width: 992px) {
    .case-box {
        min-height: 165px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .case-box {
        min-height: 160px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .case-box {
        min-height: 185px;
    }
}

.case-box a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
}

.case-box a:hover {
    text-decoration: none;
}

.case-box a:hover~.case-overlay .c-link svg {
    transform: translate(8px, 0);
}

.case-box img {
    border-radius: 0.3rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.6;
    transition: transform 0.3s;
}

.case-box .case-overlay {
    position: absolute;
    bottom: 1.25rem;
    color: #fff;
    padding: 10px 15px;
}

.case-box .case-overlay .box-heading {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.6rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    text-shadow: 2px 1px 5px #000000;
}

@media (max-width: 1024px) {
    .case-box .case-overlay .box-heading {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .case-box .case-overlay .box-heading {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .case-box .case-overlay .box-heading {
        font-size: 1.125rem;
    }
}

.case-box .case-overlay .c-link {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-shadow: 2px 1px 5px #000000;
}

@media (max-width: 1024px) {
    .case-box .case-overlay .c-link {
        opacity: 1;
    }
}

.case-box:hover img {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .case-box:hover img {
        transform: none;
    }
}

.case-box:hover .c-link {
    opacity: 1;
}

@media (max-width: 767px) {
    .hv-product-series-comparison .slick-prev {
        position: absolute;
        transform: rotate(180deg);
        left: 0;
        background: #c00;
        top: 30%;
        z-index: 1;
    }

    .hv-product-series-comparison .slick-prev svg {
        width: 30px;
        height: 30px;
        padding: 5px;
        fill: #fff;
    }

    .hv-product-series-comparison .slick-prev.slick-disabled {
        background-color: #dedede;
    }

    .hv-product-series-comparison .slick-next {
        position: absolute;
        right: 0;
        background: #c00;
        top: 30%;
    }

    .hv-product-series-comparison .slick-next svg {
        width: 30px;
        height: 30px;
        padding: 5px;
        fill: #fff;
    }

    .hv-product-series-comparison .slick-next.slick-disabled {
        background-color: #dedede;
    }
}

.hv-product-series-comparison .comparison-image {
    margin: 70px 0;
}

@media (max-width: 767px) {
    .hv-product-series-comparison .comparison-image {
        text-align: center;
    }
}

.hv-product-series-comparison .product-heading {
    font-size: 1.375rem;
    font-weight: 500;
    color: #000;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 1200px) {
    .hv-product-series-comparison .product-heading {
        font-size: 1.25rem;
    }
}

.hv-product-series-comparison .comparison-list li {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.hv-product-feature-opt1 .container {
    max-width: 1050px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper {
    margin: 40px auto;
    position: relative;
    padding: 20px 0;
    justify-content: normal !important;
}

@media all and (-ms-high-contrast: none) {
    .hv-product-feature-opt1 .circle-graphic-wrapper {
        justify-content: space-around !important;
    }
}

@media (max-width: 767px) {
    .hv-product-feature-opt1 .circle-graphic-wrapper {
        margin: 0 auto;
    }
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box {
    position: absolute;
    padding-top: 50px;
    text-align: right;
    max-width: 300px;
    flex: 0 0 300px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #c00;
    border-radius: 50%;
    right: 26px;
    top: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    animation: ripple 0.7s linear infinite;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box h5 {
    font-size: 18px;
    color: #555;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
}

@media (max-width: 991px) {
    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box h5 {
        flex-basis: 100%;
    }
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box h5:after {
    content: "";
    position: absolute;
    transform: scale(0);
    top: -35px;
    right: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box p {
    font-size: 0.875rem;
    color: #555;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box:hover h5 {
    color: #000;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box:hover h5:after {
    transform: scale(1);
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box:hover p {
    opacity: 1;
    visibility: visible;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box:hover:after {
    background: rgba(204, 0, 0, 0.09);
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.right {
    text-align: left;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.right:after {
    left: 15px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.right:before {
    left: 26px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.right h5:after {
    left: 16px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf1 {
    left: 80px;
    top: 0;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf2 {
    left: -70px;
    top: 220px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf3 {
    left: 80px;
    top: 410px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf4 {
    right: 80px;
    top: 0;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf5 {
    top: 220px;
    right: -70px;
}

.hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf6 {
    right: 80px;
    top: 410px;
    padding-right: 0;
}

.hv-product-feature-opt1 .circle-wrapper {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    justify-content: center;
    margin: 0 auto;
}

.hv-product-feature-opt1 .circle-wrapper .circle-heading {
    padding: 15px;
    text-align: center;
}

.hv-product-feature-opt1 .circle-wrapper .circle-heading img {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box {
        max-width: 33%;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf1 {
        left: 75px;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf2 {
        left: 0;
        top: 180px;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf3 {
        left: 70px;
        top: 320px;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf4 {
        right: 75px;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf5 {
        top: 180px;
        right: 0px;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box.pf6 {
        right: 70px;
        top: 320px;
    }

    .hv-product-feature-opt1 .circle-wrapper {
        width: 350px;
        height: 350px;
    }

    .hv-product-feature-opt1 .circle-wrapper .circle-heading {
        font-size: 2rem;
    }
}

@media (max-width: 1023px) {
    .hv-product-feature-opt1 .circle-graphic-wrapper {
        justify-content: normal !important;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box-wrapper {
        position: relative;
        border-left: 1px solid #c00;
        margin: 30px 0 0 15px;
        padding-top: 40px;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box-wrapper:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #c00;
        top: 0;
        left: -3px;
        border-radius: 50%;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box-wrapper .content-box {
        position: relative;
        padding-right: 15px !important;
        padding-left: 40px !important;
        text-align: left;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
        left: 0 !important;
        top: auto !important;
        min-height: 65px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box-wrapper .content-box:after {
        width: 30px;
        height: 30px;
        left: -16px !important;
        top: 25px !important;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box-wrapper .content-box:before {
        width: 15px;
        height: 15px;
        left: -8px !important;
        top: 32px !important;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box-wrapper .content-box h5 {
        font-weight: 500;
        line-height: normal;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box-wrapper .content-box p {
        opacity: 1;
        visibility: visible;
        line-height: normal;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box h5:after {
        content: none;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box h5:before {
        content: none;
    }

    .hv-product-feature-opt1 .circle-graphic-wrapper .content-box .blank-circle {
        display: none;
    }

    .hv-product-feature-opt1 .circle-wrapper {
        height: auto;
        width: auto;
        border: 0;
        padding: 0;
        width: 100%;
    }

    .hv-product-feature-opt1 .circle-wrapper .circle-heading {
        padding: 0;
        text-align: left;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(243, 193, 193, 0.3),
            0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3),
            0 0 0 1.5em rgba(243, 193, 193, 0);
    }
}

.hv-product-feature-opt2 .container {
    max-width: 1050px;
}

.hv-product-feature-opt2 .circle-graphic-wrapper {
    margin: 40px auto;
    position: relative;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .hv-product-feature-opt2 .circle-graphic-wrapper {
        margin: 0 auto;
    }
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper {
    flex-grow: 2;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper:last-child {
    order: 3;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper .row {
    margin: 0;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box {
    padding: 20px 20px 20px 50px;
    margin: 10px;
    min-height: 210px;
    transition: 0.5s;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box:hover {
    background: #f5f5f5;
    transition: 0.5s;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box:last-child {
    min-height: auto;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #c00;
    border-radius: 50%;
    left: 20px;
    top: 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box h5 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box h5:after {
    content: "";
    position: absolute;
    transform: scale(0);
    top: -35px;
    right: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box p {
    font-size: 18px;
    color: #555;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box.right {
    text-align: left;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box.right:after {
    left: 15px;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box.right:before {
    left: 20px;
}

.hv-product-feature-opt2 .circle-graphic-wrapper .content-box.right h5:after {
    left: 16px;
}

.hv-product-feature-opt2 .circle-wrapper {
    padding: 0 30px;
    border-radius: 50%;
}

.hv-product-feature-opt2 .circle-wrapper picture {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    min-width: 218px;
}

.hv-product-feature-opt2 .circle-wrapper picture img {
    max-width: 218px;
    width: 100%;
}

@media (max-width: 1023px) {
    .hv-product-feature-opt2 .circle-graphic-wrapper {
        justify-content: normal !important;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper {
        position: relative;
        border-left: 1px solid #c00;
        margin: 30px 0 0 15px;
        padding-top: 40px;
        order: 1;
        min-width: 100%;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper:last-child {
        margin-top: 0;
        padding-top: 0;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper:last-child:before {
        content: none;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #c00;
        top: 0;
        left: -3px;
        border-radius: 50%;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box {
        position: relative;
        padding-right: 15px !important;
        padding-left: 40px !important;
        text-align: left;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
        left: 0 !important;
        top: auto !important;
        min-height: 65px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box:after {
        width: 30px;
        height: 30px;
        left: -16px !important;
        top: 25px !important;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box:before {
        width: 15px;
        height: 15px;
        left: -8px !important;
        top: 32px !important;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box h5 {
        font-weight: 500;
        line-height: normal;
        flex: 0 0 100%;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box p {
        opacity: 1;
        visibility: visible;
        line-height: normal;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box h5:after {
        content: none;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box h5:before {
        content: none;
    }

    .hv-product-feature-opt2 .circle-graphic-wrapper .content-box .blank-circle {
        display: none;
    }

    .hv-product-feature-opt2 .circle-wrapper {
        height: auto;
        width: auto;
        border: 0;
        padding: 0;
        width: 100%;
        order: 1;
    }

    .hv-product-feature-opt2 .circle-wrapper img {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .iphone-device .hv-product-feature-opt2 .circle-graphic-wrapper .content-box-wrapper .content-box {
        padding-top: 23px;
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(243, 193, 193, 0.3),
            0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0.25em rgba(243, 193, 193, 0.3),
            0 0 0 0.5em rgba(243, 193, 193, 0.3), 0 0 0 1em rgba(243, 193, 193, 0.3),
            0 0 0 1.5em rgba(243, 193, 193, 0);
    }
}

.hv-product-feature-opt3 .storage-box {
    border: 1px solid #d6d6d6;
    border-radius: 15px;
    margin-top: 30px;
    padding: 35px;
    display: -moz-flex;
    display: flex;
    align-items: center;
    height: 250px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: relative;
}

@media (max-width: 991px) {
    .hv-product-feature-opt3 .storage-box {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .hv-product-feature-opt3 .storage-box {
        flex-wrap: wrap;
        height: auto !important;
    }
}

.hv-product-feature-opt3 .storage-box .storage-content {
    flex-grow: 1;
    padding-right: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

@media (min-width: 992px) {
    .hv-product-feature-opt3 .storage-box .storage-content {
        height: 180px;
        position: relative;
    }
}

@media (max-width: 991px) {
    .hv-product-feature-opt3 .storage-box .storage-content {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .hv-product-feature-opt3 .storage-box .storage-content {
        order: 2;
        padding-right: 0;
        flex-basis: 100%;
    }
}

.hv-product-feature-opt3 .storage-box .storage-content h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    font-weight: 600;
}

@media (max-width: 991px) {
    .hv-product-feature-opt3 .storage-box .storage-content h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 991px) {
    .hv-product-feature-opt3 .storage-box .storage-content .description p {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .hv-product-feature-opt3 .storage-box .storage-content .description p {
        font-size: 18px;
    }
}

.hv-product-feature-opt3 .storage-box .storage-content .feature-list {
    position: absolute;
    opacity: 0;
    bottom: 20px;
}

.hv-product-feature-opt3 .storage-box .storage-content .feature-list li {
    margin-bottom: 10px;
}

.hv-product-feature-opt3 .storage-box .storage-content .feature-list li:last-child {
    margin: 0;
}

.hv-product-feature-opt3 .storage-box .storage-content .feature-list li span {
    font-weight: 500;
}

.hv-product-feature-opt3 .storage-box .storage-content .c-link,
.hv-product-feature-opt3 .storage-box .storage-content .c-btn {
    margin-top: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

@media (min-width: 992px) {

    .hv-product-feature-opt3 .storage-box .storage-content .c-link,
    .hv-product-feature-opt3 .storage-box .storage-content .c-btn {
        position: absolute;
        bottom: 0;
    }
}

.hv-product-feature-opt3 .storage-box .icon {
    width: 105px;
    height: 105px;
    fill: #999;
    flex-shrink: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

@media (max-width: 1024px) {
    .hv-product-feature-opt3 .storage-box .icon {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 991px) {
    .hv-product-feature-opt3 .storage-box .icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .hv-product-feature-opt3 .storage-box .icon {
        order: 1;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .hv-product-feature-opt3 .storage-box:hover {
        background: #f6f6f6;
        border: 1px solid #f6f6f6;
    }

    .hv-product-feature-opt3 .storage-box:hover .storage-content {
        height: 190px;
    }

    .hv-product-feature-opt3 .storage-box:hover .storage-content h3 {
        color: #c00;
    }

    .hv-product-feature-opt3 .storage-box:hover .storage-content .description {
        opacity: 0;
        display: none;
    }

    .hv-product-feature-opt3 .storage-box:hover .storage-content .feature-list {
        opacity: 1;
        position: relative;
        bottom: auto;
    }

    .hv-product-feature-opt3 .storage-box:hover .storage-content .c-link svg {
        transform: translate(8px, 0);
    }

    .hv-product-feature-opt3 .storage-box:hover .icon {
        fill: #c00;
    }
}

@media (max-width: 767px) {
    .hv-product-listing {
        padding: 0 0 30px;
        position: relative;
    }

    .hv-product-listing .col-12 {
        padding: 0;
    }

    .hv-product-listing .slick-prev {
        position: absolute;
        transform: rotate(180deg);
        left: 0;
        background: #c00;
        top: 30%;
        z-index: 1;
        padding: 10px 15px;
        cursor: pointer;
    }

    .hv-product-listing .slick-prev .hv-arrows {
        fill: #000;
        border-width: 2px 2px 0 0;
        width: 12px;
        height: 12px;
        position: relative;
        left: -2px;
        top: 0px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .hv-product-listing .slick-prev .hv-arrows {
        border-color: #fff;
    }
}

@media (max-width: 767px) {
    .hv-product-listing .slick-prev.slick-disabled {
        background-color: #dedede;
    }

    .hv-product-listing .slick-next {
        position: absolute;
        right: 0;
        background: #c00;
        top: 30%;
        padding: 10px 15px;
        cursor: pointer;
    }

    .hv-product-listing .slick-next .hv-arrows {
        fill: #000;
        border-width: 2px 2px 0 0;
        width: 12px;
        height: 12px;
        position: relative;
        left: -3px;
        top: 0px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .hv-product-listing .slick-next .hv-arrows {
        border-color: #fff;
    }
}

@media (max-width: 767px) {
    .hv-product-listing .slick-next.slick-disabled {
        background-color: #dedede;
    }
}

@media (min-width: 767px) {
    .hv-product-listing .product-listing {
        display: flex;
    }
}

.hv-product-listing .product-listing .list-item {
    text-align: center;
    border-bottom: 1px solid #dedede;
    outline: none;
}

@media (max-width: 767px) {
    .hv-product-listing .product-listing .list-item {
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .hv-product-listing .product-listing .list-item:first-child {
        border-bottom: none;
    }

    .hv-product-listing .product-listing .list-item:first-child:before {
        border-bottom: 1px solid #dedede;
        content: "";
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .hv-product-listing .product-listing .list-item:last-child {
        border-bottom: none;
    }

    .hv-product-listing .product-listing .list-item:last-child:before {
        border-bottom: 1px solid #dedede;
        content: "";
        width: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

@media (min-width: 767px) {
    .hv-product-listing .product-listing .list-item {
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        display: inline-block;
        padding: 20px 19px;
    }
}

.hv-product-listing .product-listing .list-item a {
    text-decoration: none;
    color: #333;
    outline: none;
}

.hv-product-listing .product-listing .list-item:after {
    content: "";
    border: 1px solid #dedede;
    height: 10px;
    width: 10px;
    border-radius: 30%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -5px;
    z-index: 0;
    background: #fff;
    transition: border 0.4s ease;
    -webkit-transition: border 0.4s ease;
    -moz-transition: border 0.4s ease;
    -o-transition: border 0.4s ease;
    -ms-transition: border 0.4s ease;
}

@media (max-width: 767px) {
    .hv-product-listing .product-listing .list-item:after {
        background: #c00;
        border: none;
        height: 12px;
        width: 12px;
        bottom: -6px;
    }
}

.hv-product-listing .product-listing .list-item:hover,
.hv-product-listing .product-listing .list-item:focus {
    border: 0;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #dedede;
}

@media (min-width: 767px) {

    .hv-product-listing .product-listing .list-item:hover img,
    .hv-product-listing .product-listing .list-item:focus img {
        transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }
}

.hv-product-listing .product-listing .list-item:hover:after,
.hv-product-listing .product-listing .list-item:focus:after {
    background: #c00;
    height: 12px;
    width: 12px;
    bottom: -6px;
    border: 1px solid transparent;
}

@media (min-width: 767px) {
    .hv-product-listing .product-listing .list-item.active {
        border: none;
        margin: 0 20px;
    }

    .hv-product-listing .product-listing .list-item.active:after {
        display: none;
    }

    .hv-product-listing .product-listing .list-item.active .product-box .product-image img {
        transform: scale(2.8);
        transition: transform 0.4s ease-in-out;
    }

    .hv-product-listing .product-listing .list-item.active .product-box .product-name {
        display: none;
    }
}

@media (min-width: 767px) {
    .hv-product-listing .product-listing .list-item.horizontal-thumb .product-box .product-image {
        position: relative;
    }

    .hv-product-listing .product-listing .list-item.horizontal-thumb .product-box .product-image img {
        height: auto;
        position: absolute;
        bottom: 10px;
        left: 0;
    }
}

@media (min-width: 767px) {
    .hv-product-listing .product-listing .list-item.horizontal-thumb.active .product-box .product-image img {
        transform: scale(2);
    }
}

@media (max-width: 767px) {
    .hv-product-listing .product-listing .list-item .product-box .product-image {
        width: 40%;
        margin: 0 auto;
        height: auto;
    }

    .hv-product-listing .product-listing .list-item .product-box .product-image img {
        margin: 0 auto;
    }
}

@media (min-width: 767px) {
    .hv-product-listing .product-listing .list-item .product-box .product-image {
        min-height: 150px;
    }

    .hv-product-listing .product-listing .list-item .product-box .product-image img {
        height: 130px;
        transition: transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -webkit-transition: transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
    }
}

.hv-product-listing .product-listing .list-item .product-box .product-name {
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .hv-product-listing .product-listing .list-item .product-box .product-name {
        display: none;
    }
}

.hv-product-listing .listing-tab-container {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .hv-product-listing .listing-tab-container {
        margin-top: 30px;
    }
}

.hv-product-listing .listing-tab-container .tab-content {
    display: none;
}

.hv-product-listing .listing-tab-container .tab-content.active {
    display: block;
}

@media (max-width: 767px) {
    .hv-product-listing .listing-tab-container .tab-content .row {
        margin: 0;
    }
}

.hv-product-listing .listing-tab-container .tab-content .hv-product {
    color: #999;
    padding-bottom: 20px;
    max-width: 60%;
    width: 100%;
}

@media (max-width: 991px) {
    .hv-product-listing .listing-tab-container .tab-content .hv-product {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .hv-product-listing .listing-tab-container .tab-content .hv-product {
        max-width: 100%;
    }
}

.hv-product-listing .listing-tab-container .tab-content .hv-product p {
    font-size: 18px;
    padding-bottom: 5px;
}

.hv-product-listing .listing-tab-container .tab-content .hv-product ul {
    margin: 0;
    border-top: 1px solid #dedede;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .hv-product-listing .listing-tab-container .tab-content .hv-product ul {
        display: block !important;
    }
}

.hv-product-listing .listing-tab-container .tab-content .hv-product ul li {
    color: #000;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .hv-product-listing .listing-tab-container .tab-content .hv-product ul li {
        padding: 5px 0;
    }
}

.hv-product-listing .listing-tab-container .tab-content .hv-product ul li span {
    color: #6ec9cd;
}

.hv-product-listing-noimg .container {
    max-width: 930px;
}

.hv-product-listing-noimg .tabs {
    list-style: none;
    padding: 40px 0 0;
    margin: 0;
    border-right: 1px solid #d6d6d6;
    min-height: 400px;
}

.hv-product-listing-noimg .tabs>li {
    min-height: 100px;
    position: relative;
    padding-left: 70px;
    padding-right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media all and (-ms-high-contrast: none) {
    .hv-product-listing-noimg .tabs>li {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .hv-product-listing-noimg .tabs>li {
        display: block;
        height: auto;
    }
}

.hv-product-listing-noimg .tabs>li h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: 0;
    transition: all 0.2s ease;
}

.hv-product-listing-noimg .tabs>li:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -6px;
    width: 18px;
    height: 18px;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 4px;
    transform: scale(0.7);
    transition: all 0.3s ease;
}

.hv-product-listing-noimg .tabs>li:hover:after {
    transform: scale(1);
    background: #c00;
    border: 0;
}

.hv-product-listing-noimg .tabs>li:hover h3 {
    font-size: 1.375rem;
}

.hv-product-listing-noimg .tabs>li .icon {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #c00;
}

@media (max-width: 767px) {
    .hv-product-listing-noimg .tabs>li .icon {
        transform: none;
    }
}

.hv-product-listing-noimg .tabs>li.active:after {
    transform: scale(1);
    background: #c00;
    border: 0;
}

.hv-product-listing-noimg .tabs>li.active h3 {
    font-size: 1.375rem;
}

.hv-product-listing-noimg .tabContent {
    padding-top: 85px;
    padding-left: 15px;
    display: none;
}

.hv-product-listing-noimg .tabContent:first-child {
    display: block;
}

.hv-product-listing-noimg .inner-content p {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.hv-product-listing-noimg .inner-content .list {
    margin: 15px 0 30px;
    padding: 0;
    list-style: none;
}

.hv-product-listing-noimg .inner-content .list li {
    min-height: auto;
}

.hv-product-listing-noimg .inner-content .list li span {
    color: #6ec9cd;
}

.hv-product-listing-noimg .inner-content .list li:hover span {
    color: #c00;
}

.hv-product-listing-noimg .inner-content .list li ul {
    margin-top: 10px;
}

.hv-product-listing-noimg .inner-content .list li ul li {
    color: #333;
    margin: 8px 0;
    position: relative;
    padding-left: 20px;
}

.hv-product-listing-noimg .inner-content .list li ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 15px;
    background: #c00;
}

@media (max-width: 767px) {
    .hv-product-listing-noimg .tabs {
        border-right: 0;
        border-left: 1px solid #c00;
        padding-left: 30px;
    }

    .hv-product-listing-noimg .tabs>li {
        padding: 0 15px 50px;
    }

    .hv-product-listing-noimg .tabs>li:after {
        right: auto;
        left: -39px;
        top: 10px;
        background: #c00;
    }

    .hv-product-listing-noimg .tabs>li h3 {
        font-size: 1.5rem;
    }

    .hv-product-listing-noimg .tabs>li .icon {
        position: static;
        margin: 0 0 15px;
    }

    .hv-product-listing-noimg .tabs li:hover h3 {
        font-size: 1.5rem;
    }

    .hv-product-listing-noimg .tabContent {
        display: none;
    }
}

.mac .hv-product-listing-noimg .inner-content .list li ul li:before {
    top: 2px;
}

.hv-value-prop .heading-container {
    display: flex;
    align-items: center;
}

.hv-value-prop p {
    font-size: 18px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hv-value-prop p {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-value-prop p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hv-value-prop p {
        font-size: 16px;
    }
}

.hv-value-prop .why-box {
    padding: 40px 30px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    margin-bottom: 30px;
    border-radius: 6px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-value-prop .why-box {
        padding: 15px;
    }
}

.hv-value-prop .why-box svg {
    margin-bottom: 30px;
    width: 90px;
    height: 90px;
}

.hv-value-prop .why-box .red {
    fill: #cc0000;
}

.hv-value-prop .why-box:hover {
    border: 1px solid #c00;
}

.hv-proof-of-value .proof-value-list {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list {
        padding-bottom: 70px;
    }
}

.hv-proof-of-value .proof-value-list .card-video-icon {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
}

.hv-proof-of-value .proof-value-list .card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
}

.hv-proof-of-value .proof-value-list .card-video-icon .centered svg {
    fill: #fff;
    stroke: #fff;
    width: 60px;
    height: 60px;
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list {
        margin-bottom: 30px;
    }
}

.hv-proof-of-value .proof-value-list .slick-prev {
    position: absolute;
    transform: rotate(180deg);
    left: 10px;
    border-radius: 5px;
    background: #fff;
    top: 30%;
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .slick-prev {
        background: #c00;
        left: 50%;
        margin-left: -45px;
        bottom: 0;
        top: auto;
        border-radius: 0;
    }
}

.hv-proof-of-value .proof-value-list .slick-prev .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -2px;
    top: 0px;
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .slick-prev .hv-arrows {
        border-color: #fff;
    }
}

.hv-proof-of-value .proof-value-list .slick-prev.slick-disabled {
    background-color: #dedede;
}

.hv-proof-of-value .proof-value-list .slick-next {
    position: absolute;
    right: 10px;
    border-radius: 5px;
    background: #fff;
    top: 30%;
    padding: 10px 15px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .slick-next {
        background: #c00;
        right: 50%;
        margin-right: -45px;
        bottom: 0;
        top: auto;
        border-radius: 0;
    }
}

.hv-proof-of-value .proof-value-list .slick-next .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -3px;
    top: 0px;
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .slick-next .hv-arrows {
        border-color: #fff;
    }
}

.hv-proof-of-value .proof-value-list .slick-next.slick-disabled {
    background-color: #dedede;
}

.hv-proof-of-value .proof-value-list .proof-value-item {
    background-color: #f2f2f2;
    margin: 1px;
    transition: width 0.5s;
    width: 300px;
    min-height: 600px;
    position: relative;
}

.hv-proof-of-value .proof-value-list .proof-value-item.case-4 {
    width: 23%;
}

.hv-proof-of-value .proof-value-list .proof-value-item.case-3 {
    width: 30%;
}

@media (min-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.case-3 .proof-content {
        width: 30vw;
		/* width: 25vw; */
    }
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .proof-value-item {
        min-height: 400px;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item .image-container {
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .hv-proof-of-value .proof-value-list .proof-value-item .image-container.custom-object-fit {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.3s;
        width: 100%;
        height: 100%;
    }

    .hv-proof-of-value .proof-value-list .proof-value-item .image-container:hover .custom-object-fit {
        transform: scale(1.1);
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item .image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    transition: height 0.5s;
}

@media (max-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item .image-container img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .proof-value-item .image-container img {
        height: auto;
    }
}

@media all and (-ms-high-contrast: none) {
    .hv-proof-of-value .proof-value-list .proof-value-item .image-container img {
        opacity: 0;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item .proof-content {
    padding: 40px 30px;
    position: relative;
}

@media (min-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item .proof-content {
        text-overflow: ellipsis;
        white-space: normal;
        width: 20vw;
    }
}

@media (min-width: 1600px) {
    .hv-proof-of-value .proof-value-list .proof-value-item .proof-content {
        width: 16vw;
    }
}

@media (max-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item .proof-content {
        padding: 40px 20px;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item .proof-content h3 {
    font-size: 18px;
    font-weight: bold;
}
.proof-content h4 {
    font-size: 23px; 
}

.hv-proof-of-value .proof-value-list .proof-value-item .proof-content p {
    display: none;
}

@media (max-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item .proof-content p {
        display: block;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item .proof-content:before {
    content: "";
    background-color: #c00;
    width: 40px;
    position: absolute;
    top: 0;
    height: 7px;
}

.hv-proof-of-value .proof-value-list .proof-value-item .cta {
    position: absolute;
    bottom: 10px;
    padding-left: 30px;
}

@media (max-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item .cta {
        padding-left: 20px;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item .cta a {
    outline: none;
}

.hv-proof-of-value .proof-value-list .proof-value-item.active {
    width: 442px;
}

.hv-proof-of-value .proof-value-list .proof-value-item.active.case-4 {
    width: 31%;
}

.hv-proof-of-value .proof-value-list .proof-value-item.active.case-3 {
    width: 40%;
}

@media (min-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active.case-3 .proof-content {
        width: 35vw;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item.active .image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}

@media (max-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .image-container img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .image-container img {
        height: auto;
    }
}

@media (min-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .proof-content {
        width: 30vw;
    }
}

@media (min-width: 1600px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .proof-content {
        width: 22vw;
    }
}

@media (max-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .proof-content {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .proof-content {
        padding: 30px;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item.active .proof-content p {
    display: block;
}

.hv-proof-of-value .proof-value-list .proof-value-item.active .proof-content:before {
    height: 30px;
}

@media (max-width: 767px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .proof-content:before {
        height: 7px;
    }
}

.hv-proof-of-value .proof-value-list .proof-value-item.active .cta {
    padding-left: 30px;
}

@media (max-width: 1024px) {
    .hv-proof-of-value .proof-value-list .proof-value-item.active .cta {
        padding-left: 20px;
    }
}

.mac .hv-proof-of-value .proof-value-list .slick-prev .hv-arrows,
.android-device .hv-proof-of-value .proof-value-list .slick-prev .hv-arrows,
.iphone-device .hv-proof-of-value .proof-value-list .slick-prev .hv-arrows {
    top: 3px;
}

.mac .hv-proof-of-value .proof-value-list .slick-next .hv-arrows,
.android-device .hv-proof-of-value .proof-value-list .slick-next .hv-arrows,
.iphone-device .hv-proof-of-value .proof-value-list .slick-next .hv-arrows {
    top: 3px;
}

@media (min-width: 768px) {
    .hv-proof-of-value-highlights .heading-content {
        width: 60%;
        margin: 1rem auto;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-proof-of-value-highlights .heading-content {
        width: 80%;
    }
}

.hv-proof-of-value-highlights .value-card {
    margin-top: 2.5rem;
    background: #f2f2f2;
    padding: 1.25rem;
    position: relative;
}

@media (max-width: 767px) {
    .hv-proof-of-value-highlights .value-card {
        margin-top: 1.5rem;
    }
}

.hv-proof-of-value-highlights .value-card .value-heading {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hv-proof-of-value-highlights .value-card .value-heading {
        font-size: 1.25rem;
    }
}

.hv-proof-of-value-highlights .value-card .value-heading span {
    font-size: 1.875rem;
    color: #c00;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-proof-of-value-highlights .value-card .value-heading span {
        font-size: 1.5rem;
    }
}

.hv-proof-of-value-highlights .value-card .value-heading:before {
    content: "";
    width: 2rem;
    height: 0.2rem;
    background: #c00;
    display: block;
    position: absolute;
    top: 0;
}

.hv-customer-quote {
    overflow: hidden;
}

.hv-customer-quote .hv-customer-quote-wrapper {
    margin: 0 auto;
    padding: 0;
}

.hv-customer-quote .hv-customer-quote-wrapper .row {
    align-items: center;
}

.hv-customer-quote .testimonial-title {
    text-align: center;
    margin: 1rem 0;
}

@media (min-width: 992px) {
    .hv-customer-quote .testimonial-title {
        text-align: left;
        margin: 17px 0 0 0;
    }
}

.hv-customer-quote .testimonial-title .icon-quote {
    width: 150px;
    height: 150px;
    fill: #fff;
}

@media (max-width: 767px) {
    .hv-customer-quote .testimonial-title .icon-quote {
        margin: 0 auto;
        width: 85px;
        height: 85px;
    }
}

.hv-customer-quote .testimonial-title .testimonial-txt {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.375rem;
    margin: 1rem 0 0 0;
}

@media (min-width: 992px) {
    .hv-customer-quote .testimonial-title .testimonial-txt {
        font-size: 1.625rem;
    }
}

.hv-customer-quote .hv-customer-quote-slide {
    padding-bottom: 0rem;
}

@media (min-width: 992px) {
    .hv-customer-quote .hv-customer-quote-slide {
        padding-bottom: unset;
    }
}

.hv-customer-quote .hv-customer-quote-slide .slick-track {
    display: -moz-flex;
    display: flex;
    min-height: 400px;
}

@media all and (-ms-high-contrast: none) {
    .hv-customer-quote .hv-customer-quote-slide .slick-track {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .hv-customer-quote .hv-customer-quote-slide .slick-track {
        height: auto;
    }
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial h2 {
    color: #fff;
    font-weight: 600;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial .comment-wrapper {
    margin: 2rem 0;
    font-size: 1.125rem;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial .comment-wrapper p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial .comment-wrapper .name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial .comment-wrapper .designation {
    font-size: 18px;
    font-weight: 300;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial.slick-slide {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.4);
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial.black .testimonial-title .testimonial-txt {
    color: #000;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial.black .testimonial-title .icon-quote {
    fill: #c00;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial.black h2 {
    color: #000;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial.black h2:after {
    background: #c00;
}

.hv-customer-quote .hv-customer-quote-slide .cmmn-testimonial.black p {
    color: #000;
}

.hv-customer-quote .hv-customer-quote-slide .slick-dots {
    text-align: left;
    padding-top: 15px;
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    right: 0;
    max-width: 1275px;
    padding-left: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-customer-quote .hv-customer-quote-slide .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.hv-customer-quote .hv-customer-quote-slide .slick-dots li button {
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
    width: 50px;
    height: 5px;
    font-size: 0;
    position: relative;
    padding: 0;
    transition: width 0.3s, height 0.3s;
}

.hv-customer-quote .hv-customer-quote-slide .slick-dots li button img {
    width: 50px;
    height: 5px;
    display: none;
    transition: 0.5s;
    opacity: 0.8;
}

.hv-customer-quote .hv-customer-quote-slide .slick-dots li button:focus {
    outline: none;
}

.hv-customer-quote .hv-customer-quote-slide .slick-dots li.slick-active button {
    background: #fff;
    height: 9px;
    margin-top: -2px;
    transition: 0.3s ease-in;
}

.hv-customer-quote .hv-customer-quote-slide .slick-dots li.slick-active button img {
    display: none;
}

.hv-benefit-single-card svg {
    width: 5rem;
    height: 5rem;
    margin-top: 3rem;
}

@media (max-width: 767px) {
    .hv-benefit-single-card svg {
        margin-top: 2rem;
    }
}

.hv-benefit-single-card .sub-heading {
    color: #c00;
    font-weight: 600;
    margin: 1.25rem 0;
    font-size: 1.25rem;
}

.hv-benefit-single-card p {
    margin: 1rem 0;
}

.hv-benefit-single-card ul li {
    margin: 0.4rem 0;
}

.hv-benefit-single-card ul li:before {
    content: "";
    height: 0.3rem;
    width: 0.3rem;
    background: #c00;
    display: inline-block;
    margin-right: 0.7rem;
    position: relative;
    top: -0.15rem;
}

.hv-cta-himg.small-product-image {
    position: relative;
    overflow: hidden;
}

.hv-cta-himg.small-product-image.greybg {
    background-color: #f6f6f6;
}

.hv-cta-himg.small-product-image .cta-panel-small-product {
    margin: 0 auto;
}

.hv-cta-himg.small-product-image .cta-panel-small-product .hv-cta-heading {
    margin: 0rem 0rem 0rem 0rem;
    width: 100%;
    display: inherit;
}

@media (min-width: 992px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .hv-cta-heading {
        margin: 0rem 0rem 2rem 0rem;
        display: inline;
    }
}

.hv-cta-himg.small-product-image .cta-panel-small-product .hv-cta-heading h2 {
    font-weight: 600;
    font-size: 2rem;
    display: inline;
}

@media (min-width: 992px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .hv-cta-heading h2 {
        font-size: 50px;
    }
}

.hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap {
        flex-direction: row;
        margin: unset;
    }
}

.hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap {
    width: 100%;
    display: inline-block;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1249px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap {
        margin: 0 !important;
    }
}

@media (min-width: 992px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap {
        width: 60%;
    }
}

.hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap h3 {
    font-weight: 600;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap h3 {
        margin: 2rem 0rem 0.5rem 0rem;
    }
}

.hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap p {
    margin-bottom: 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .text-wrap p {
        width: 300px;
    }
}

.hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small {
    display: flex;
    z-index: 2;
    width: 100%;
    margin: 8rem 0 3rem 0;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small {
        margin: 110px 0 30px;
    }
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small picture {
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small {
        justify-content: flex-start;
        margin: -12px 5rem 0rem 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small {
        margin: -20px 5rem 0rem 0;
    }
}

@media (min-width: 1367px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small {
        width: 40rem;
        justify-content: flex-end;
    }
}

.hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small img {
    width: 250px;
}

@media (min-width: 992px) {
    .hv-cta-himg.small-product-image .cta-panel-small-product .text-pic-wrap .cta-picture-small img {
        width: 80%;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-bg {
    background-color: #cc0000;
    position: absolute;
    top: 256px;
    z-index: 1;
    padding: 1rem;
    height: 4rem;
    width: 90%;
    overflow: hidden;
    right: 0;
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .logo-wrap-bg {
        display: none;
    }
}

@media (min-width: 576px) {
    .hv-cta-himg.small-product-image .logo-wrap-bg {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .logo-wrap-bg {
        width: 40%;
        top: 127px;
        height: 5rem;
    }
}

@media (min-width: 992px) {
    .hv-cta-himg.small-product-image .logo-wrap-bg {
        top: 155px;
        height: 7rem;
    }
}

@media (min-width: 1367px) {
    .hv-cta-himg.small-product-image .logo-wrap-bg {
        width: 44%;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer {
    position: absolute;
    top: 18%;
    right: 10%;
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer {
        top: 136px;
        left: 76%;
        z-index: 2;
        width: 30%;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer {
        top: 179px;
    }
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer {
        right: 0;
        width: 175px;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a {
        display: flex;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo {
    display: inline-block;
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo {
        width: 55px;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo .everflex-logo {
    display: none;
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo .everflex-logo {
        display: inline-block;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo .everflex-logo::after {
    content: "";
    border-right: 1px solid #fff;
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo .everflexlogo-black-resp {
    display: block;
    max-width: 100%;
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo .everflexlogo-black-resp {
        display: none;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap {
    color: #000;
    float: right;
    position: relative;
    top: 0.6rem;
    margin-left: 0.9rem;
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap {
        top: auto;
    }
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap {
        color: #fff;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap p {
    font-size: 18px;
    margin: 0;
    text-decoration: none;
    word-break: break-word;
    width: 99%;
    text-align: center;
    line-height: 150%;
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap p {
        text-align: left;
        padding: 0.2rem 0rem 0rem 1rem;
        line-height: 120%;
        margin: 0;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap p span {
    font-weight: 600;
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap::before {
    content: "";
    border-left: 1px solid #000;
    position: absolute;
    top: -9px;
    bottom: 0;
    height: 4rem;
}

@media (max-width: 767px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap::before {
        height: 100%;
        top: 0;
    }
}

@media (min-width: 768px) {
    .hv-cta-himg.small-product-image .logo-wrap-outer a .logo-text-wrap::before {
        border-left: 1px solid #fff;
    }
}

.hv-cta-himg.small-product-image .logo-wrap-outer a .engInd {
    display: none;
}

.hv-cta-nimg {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0rem;
}

@media (max-width: 767px) {
    .hv-cta-nimg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hv-cta-nimg .txt-image-wrapper {
    background-color: #fff;
    padding: 3rem 1rem 3rem 1rem;
    width: 100%;
    margin: 0 auto;
    transition: 0.3s ease-in;
    border: 1px solid #c00;
}

@media (min-width: 768px) {
    .hv-cta-nimg .txt-image-wrapper {
        width: 80%;
    }
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap a {
    text-decoration: none;
    color: #000;
    width: 160px;
    text-align: center;
    min-height: 190px;
}

@media (min-width: 1367px) {
    .hv-cta-nimg .txt-image-wrapper .logo-wrap a {
        width: 10rem;
    }
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap a img {
    margin: 1rem 0;
    width: 100%;
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap a .everflexlogo-red {
    opacity: 1;
    filter: grayscale(1);
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap a .everflexlogo-black {
    opacity: 1;
    height: 160px;
    width: 160px;
    position: absolute;
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap a:hover .everflexlogo-red {
    opacity: 1;
    height: 160px;
    width: 160px;
    filter: unset;
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap a:hover .everflexlogo-black {
    opacity: 0;
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap a:hover p {
    color: #c00;
}

.hv-cta-nimg .txt-image-wrapper .logo-wrap .engInd {
    display: none;
}

@media (max-width: 767px) {
    .hv-cta-nimg .txt-image-wrapper .text-wrap {
        text-align: left !important;
    }
}

.hv-cta-nimg .txt-image-wrapper .text-wrap p {
    margin: 2rem 0;
}

.hv-cta-vimg .hv-cta-panel {
    background-color: #ffffff;
    margin: 2rem 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 6rem;
    padding: 3rem 0rem 5rem 0;
}

.hv-cta-vimg .hv-cta-panel .logo-wrap-outer {
    background-color: #cc0000;
    position: absolute;
    top: 256px;
    z-index: 1;
    padding: 1rem;
    height: 4rem;
    width: 100%;
}

@media (max-width: 767px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap-outer {
        display: none;
    }
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap-outer {
        position: absolute;
        width: 100%;
        top: 260px;
        height: 5rem;
    }
}

@media (min-width: 992px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap-outer {
        position: absolute;
        width: 100%;
        top: 260px;
        height: 5rem;
    }
}

.hv-cta-vimg .hv-cta-panel .logo-wrap {
    position: absolute;
    z-index: 3;
    top: 130px;
    left: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap {
        right: 15px;
        left: auto;
    }
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap {
        top: 270px;
        left: 17%;
    }
}

@media (min-width: 992px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap {
        top: 270px;
        left: 17%;
    }
}

@media (min-width: 1367px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap {
        left: 20%;
    }
}

.hv-cta-vimg .hv-cta-panel .logo-wrap a {
    text-decoration: none;
    color: #fff;
    z-index: 3;
    position: relative;
}

.hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .everflex-logo {
    display: none;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .everflex-logo {
        display: inline-block;
    }
}

.hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .everflex-logo::after {
    content: "";
    border-right: 1px solid #fff;
}

.hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .everflexlogo-black-resp {
    display: inline-block;
    width: 50px;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .everflexlogo-black-resp {
        display: none;
    }
}

.hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .text-wrap {
    color: #000;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .text-wrap {
        float: right;
        position: relative;
        top: 0.6rem;
        color: #fff;
        margin-left: 0.9rem;
    }
}

.hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .text-wrap p {
    font-size: 0.875rem;
    margin-top: 6px;
    text-decoration: none;
    word-break: break-word;
    width: 99%;
    text-align: center;
    line-height: 16px;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .text-wrap p {
        text-align: left;
        padding: 0.2rem 0rem 0rem 1rem;
        line-height: 120%;
        margin: 0;
    }
}

.hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .text-wrap p span {
    font-weight: 600;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .logo-wrap a .logo .text-wrap::before {
        content: "";
        border-left: 1px solid #fff;
        position: absolute;
        top: -9px;
        left: 0;
        bottom: 0;
        height: 4rem;
    }
}

.hv-cta-vimg .hv-cta-panel .logo-wrap .engInd {
    display: none;
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image {
    margin: 0 auto;
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image a {
    float: none;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image a {
        float: right;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image a:hover {
    text-decoration: none;
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .hv-cta-heading {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .hv-cta-heading h2 {
    text-align: left;
    position: relative;
    padding-bottom: 0.5rem;
    font-size: 2rem;
}

@media (min-width: 992px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .hv-cta-heading h2 {
        font-size: 50px;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-picture {
    position: relative;
    z-index: 2;
    text-align: right;
    padding-right: 2rem;
}

@media (max-width: 767px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-picture {
        padding-right: 0;
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-picture img {
    width: 130px;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-picture img {
        width: 135px;
        margin-top: -3rem;
    }
}

@media (min-width: 992px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-picture img {
        width: 170px;
        margin-top: -4rem;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap {
    position: relative;
    text-align: left;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap {
        top: 0;
        text-align: left;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap h3 {
    font-weight: 600;
    font-size: 2rem;
}

@media (max-width: 1024px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap h3 {
        font-size: 1.8rem;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap h3 {
        font-size: 1.5rem;
        margin-top: 17px;
    }
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap h3 {
        text-align: left !important;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap p {
    height: 67px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap p {
        height: auto;
    }
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap a {
        float: none;
        margin: 2.6rem 0rem 0rem 0rem;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap .resp-cta-btn .red {
    display: inline-block;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap .resp-cta-btn .red {
        display: none;
    }
}

.hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap .resp-cta-btn .white {
    display: none;
}

@media (min-width: 768px) {
    .hv-cta-vimg .hv-cta-panel .cta-panel-image .cta-panel-txt-wrap .resp-cta-btn .white {
        display: inline-block;
    }
}

.hv-cust-stories-tile .cta {
    text-align: center;
    margin-top: 40px;
}

.hv-cust-stories-tile p {
    margin-bottom: 40px;
}

.hv-cust-stories-tile .hv-cust-stories-container {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
    position: relative;
}

.hv-cust-stories-tile .hv-cust-stories-container .card-video-icon {
    padding-top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
}

.hv-cust-stories-tile .hv-cust-stories-container .card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
}

.hv-cust-stories-tile .hv-cust-stories-container .card-video-icon .centered svg {
    fill: #fff;
    stroke: #fff;
    width: 60px;
    height: 60px;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    transition: transform 0.3s;
}

@media all and (-ms-high-contrast: none) {
    .hv-cust-stories-tile .hv-cust-stories-container .story-img {
        opacity: 0;
    }
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-1 {
    grid-template-rows: repeat(40, 8px);
    -ms-grid-rows: (8px) [40];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-1 .story-1 {
    grid-column-start: 1;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 71;
    grid-row: start=1 end=71;
    grid-column: start=1 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 70;
    -ms-grid-column: 1;
    -ms-grid-column-span: 100;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-2 {
    grid-template-rows: repeat(40, 8px);
    -ms-grid-rows: (8px) [40];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-2 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 71;
    grid-row: start=1 end=71;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 70;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-2 .story-2 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 71;
    grid-row: start=1 end=71;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 70;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-3 {
    grid-template-rows: repeat(80, 8px);
    -ms-grid-rows: (8px) [80];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-3 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 41;
    grid-row: start=1 end=41;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-3 .story-2 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 41;
    grid-row-end: 81;
    grid-column: start=1 end=51;
    grid-row: start=41 end=81;
    -ms-grid-row: 41;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-3 .story-3 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 81;
    grid-row: start=1 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 80;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-4 {
    grid-template-rows: repeat(80, 8px);
    -ms-grid-rows: (8px) [80];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-4 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 36;
    grid-row: start=1 end=36;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 35;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-4 .story-2 {
    grid-column-start: 1;
    grid-column-end: 24;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=1 end=24;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-4 .story-3 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=24 end=51;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-4 .story-4 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 81;
    grid-row: start=1 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 80;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-5 {
    grid-template-rows: repeat(80, 8px);
    -ms-grid-rows: (8px) [80];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-5 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 36;
    grid-row: start=1 end=36;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 35;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-5 .story-2 {
    grid-column-start: 1;
    grid-column-end: 24;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=1 end=24;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-5 .story-3 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=24 end=51;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-5 .story-4 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 41;
    grid-row: start=1 end=41;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-5 .story-5 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 41;
    grid-row-end: 81;
    grid-row: start=41 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 41;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-6 {
    grid-template-rows: repeat(80, 8px);
    -ms-grid-rows: (8px) [80];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-6 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 36;
    grid-row: start=1 end=36;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 35;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-6 .story-2 {
    grid-column-start: 1;
    grid-column-end: 24;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=1 end=24;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-6 .story-3 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=24 end=51;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-6 .story-4 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 1;
    grid-row-end: 51;
    grid-row: start=1 end=51;
    grid-column: start=51 end=81;
    -ms-grid-row: 1;
    -ms-grid-row-span: 50;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-6 .story-5 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 51;
    grid-row: start=1 end=51;
    grid-column: start=81 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 50;
    -ms-grid-column: 81;
    -ms-grid-column-span: 101;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-6 .story-6 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 51;
    grid-row-end: 81;
    grid-row: start=51 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 51;
    -ms-grid-row-span: 30;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 {
    grid-template-rows: repeat(80, 8px);
    -ms-grid-rows: (8px) [80];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 36;
    grid-row: start=1 end=36;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 35;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 .story-2 {
    grid-column-start: 1;
    grid-column-end: 24;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=1 end=24;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 .story-3 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=24 end=51;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 .story-4 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 .story-5 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=51 end=81;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 .story-6 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=81 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-7 .story-7 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 61;
    grid-row-end: 81;
    grid-row: start=61 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 61;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 {
    grid-template-rows: repeat(80, 8px);
    -ms-grid-rows: (8px) [80];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 36;
    grid-row: start=1 end=36;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 35;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-2 {
    grid-column-start: 1;
    grid-column-end: 24;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=1 end=24;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-3 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 36;
    grid-row-end: 59;
    grid-row: start=36 end=59;
    grid-column: start=24 end=51;
    -ms-grid-row: 36;
    -ms-grid-row-span: 23;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-4 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 59;
    grid-row-end: 81;
    grid-row: start=59 end=81;
    grid-column: start=24 end=51;
    -ms-grid-row: 59;
    -ms-grid-row-span: 22;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-5 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-6 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=51 end=81;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-7 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=81 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-8 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 61;
    grid-row-end: 81;
    grid-row: start=61 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 61;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 {
    grid-template-rows: repeat(100, 8px);
    -ms-grid-rows: (8px) [100];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 36;
    grid-row: start=1 end=36;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 35;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-2 {
    grid-column-start: 1;
    grid-column-end: 24;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=1 end=24;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-3 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=24 end=51;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-4 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 81;
    grid-row-end: 101;
    grid-row: start=1 end=51;
    grid-column: start=81 end=101;
    -ms-grid-row: 81;
    -ms-grid-row-span: 20;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-5 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-6 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=51 end=81;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-7 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=81 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-8 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 61;
    grid-row-end: 81;
    grid-row: start=61 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 61;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-9 .story-9 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 81;
    grid-row-end: 101;
    grid-row: start=51 end=101;
    grid-column: start=81 end=101;
    -ms-grid-row: 81;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 {
    grid-template-rows: repeat(100, 8px);
    -ms-grid-rows: (8px) [100];
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 36;
    grid-row: start=1 end=36;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 35;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-2 {
    grid-column-start: 1;
    grid-column-end: 24;
    grid-row-start: 36;
    grid-row-end: 81;
    grid-row: start=36 end=81;
    grid-column: start=1 end=24;
    -ms-grid-row: 36;
    -ms-grid-row-span: 45;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-3 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 36;
    grid-row-end: 59;
    grid-row: start=36 end=59;
    grid-column: start=24 end=51;
    -ms-grid-row: 36;
    -ms-grid-row-span: 23;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-4 {
    grid-column-start: 24;
    grid-column-end: 51;
    grid-row-start: 59;
    grid-row-end: 81;
    grid-row: start=59 end=81;
    grid-column: start=24 end=51;
    -ms-grid-row: 59;
    -ms-grid-row-span: 22;
    -ms-grid-column: 24;
    -ms-grid-column-span: 27;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-5 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 81;
    grid-row-end: 101;
    grid-row: start=1 end=51;
    grid-column: start=81 end=101;
    -ms-grid-row: 81;
    -ms-grid-row-span: 20;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-6 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=51 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-7 {
    grid-column-start: 51;
    grid-column-end: 81;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=51 end=81;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 30;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-8 {
    grid-column-start: 81;
    grid-column-end: 101;
    grid-row-start: 21;
    grid-row-end: 61;
    grid-row: start=21 end=61;
    grid-column: start=81 end=101;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 81;
    -ms-grid-column-span: 20;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-9 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 61;
    grid-row-end: 81;
    grid-row: start=61 end=81;
    grid-column: start=51 end=101;
    -ms-grid-row: 61;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
    margin-bottom: 1px;
}

.hv-cust-stories-tile .hv-cust-stories-container.story-list-10 .story-10 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 81;
    grid-row-end: 101;
    grid-row: start=51 end=101;
    grid-column: start=81 end=101;
    -ms-grid-row: 81;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list {
    position: relative;
    color: #fff;
    background-color: #000;
    overflow: hidden;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    text-decoration: none;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list .cust-logo {
    position: absolute;
    top: 0;
    padding: 30px;
    left: 0;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 15px 20px 30px;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content .data-type {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content .data-type:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 22px;
    left: 0;
    bottom: 0;
    background-color: #c00;
    margin: 0 auto;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content p {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media screen and (max-width: 1306px) {
    .hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content p {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1060px) {
    .hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content p {
        font-size: 0.8rem;
    }
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content .c-link {
    opacity: 0;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list:hover .story-img {
    opacity: 0.5;
    transform: scale(1.1);
}

@media all and (-ms-high-contrast: none) {
    .hv-cust-stories-tile .hv-cust-stories-container .story-list:hover .story-img {
        transform: none;
        opacity: 0;
    }
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list:hover .story-content .c-link {
    opacity: 1;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list:hover .story-content .c-link svg {
    transform: translate(8px, 0);
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.featured-text-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.featured-text-panel a {
    background-color: transparent;
    position: static;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.featured-text-panel a .story-content {
    position: relative;
    padding: 60px;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.featured-text-panel a .story-content h3 {
    font-size: 1.5rem;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.grey-bg {
    background-color: #333;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.dark-grey-bg {
    background-color: #333;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.red-bg {
    background-color: #c00;
}

.hv-cust-stories-tile .hv-cust-stories-container .story-list.red-bg .story-content .data-type:after {
    background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
    .hv-cust-stories-tile .hv-cust-stories-container .story-list .custom-object-fit {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.3s;
        width: 100%;
        height: 100%;
        box-shadow: inset 0px 0px 0px 100vw rgba(0, 0, 0, 0.6);
    }

    .hv-cust-stories-tile .hv-cust-stories-container .story-list:hover .custom-object-fit {
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1200px) {
    .hv-cust-stories-tile .hv-cust-stories-container .story-list .cust-logo {
        padding: 20px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content {
        padding: 20px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container .story-list.featured-text-panel a .story-content {
        padding: 20px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container .story-list.featured-text-panel a .story-content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-1 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 1;
        grid-row-end: 51;
        grid-row: start=1 end=51;
        grid-column: start=1 end=101;
        -ms-grid-row: 1;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-2 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 51;
        grid-row-end: 101;
        grid-row: start=51 end=101;
        grid-column: start=1 end=51;
        -ms-grid-row: 51;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-3 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 51;
        grid-row-end: 101;
        grid-row: start=51 end=101;
        grid-column: start=51 end=101;
        -ms-grid-row: 51;
        -ms-grid-row-span: 50;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-4 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 101;
        grid-row-end: 151;
        grid-row: start=101 end=151;
        grid-column: start=1 end=101;
        -ms-grid-row: 101;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-5 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 151;
        grid-row-end: 201;
        grid-row: start=151 end=201;
        grid-column: start=1 end=51;
        -ms-grid-row: 151;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-6 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 151;
        grid-row-end: 201;
        grid-row: start=151 end=201;
        grid-column: start=51 end=101;
        -ms-grid-row: 151;
        -ms-grid-row-span: 50;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-7 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 201;
        grid-row-end: 251;
        grid-row: start=201 end=251;
        grid-column: start=1 end=101;
        -ms-grid-row: 201;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-8 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 251;
        grid-row-end: 301;
        grid-row: start=251 end=301;
        grid-column: start=1 end=51;
        -ms-grid-row: 251;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-9 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 251;
        grid-row-end: 301;
        grid-row: start=251 end=301;
        grid-column: start=51 end=101;
        -ms-grid-row: 251;
        -ms-grid-row-span: 50;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-m .story-10 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 301;
        grid-row-end: 331;
        grid-row: start=301 end=331;
        grid-column: start=1 end=101;
        -ms-grid-row: 301;
        -ms-grid-row-span: 30;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-10 {
        grid-template-rows: repeat(330, 8px);
        -ms-grid-rows: (8px) [330];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-9 {
        grid-template-rows: repeat(310, 8px);
        -ms-grid-rows: (8px) [310];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-8 {
        grid-template-rows: repeat(300, 8px);
        -ms-grid-rows: (8px) [300];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-8 .story-8 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 251;
        grid-row-end: 301;
        grid-row: start=251 end=301;
        grid-column: start=1 end=101;
        -ms-grid-row: 251;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 101;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-7 {
        grid-template-rows: repeat(250, 8px);
        -ms-grid-rows: (8px) [250];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-6 {
        grid-template-rows: repeat(200, 8px);
        -ms-grid-rows: (8px) [200];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-5 {
        grid-template-rows: repeat(190, 8px);
        -ms-grid-rows: (8px) [190];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-5 .story-3 {
        margin-bottom: 1px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-5 .story-5 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 151;
        grid-row-end: 191;
        grid-row: start=151 end=191;
        grid-column: start=1 end=101;
        -ms-grid-row: 151;
        -ms-grid-row-span: 40;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 1px;
        margin-bottom: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-4 {
        grid-template-rows: repeat(150, 8px);
        -ms-grid-rows: (8px) [150];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-3 {
        grid-template-rows: repeat(100, 8px);
        -ms-grid-rows: (8px) [100];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-2 {
        grid-template-rows: repeat(50, 8px);
        -ms-grid-rows: (8px) [50];
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-2 .story-1 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 1;
        grid-row-end: 51;
        grid-row: start=1 end=51;
        grid-column: start=1 end=51;
        -ms-grid-row: 1;
        -ms-grid-row-span: 60;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-2 .story-2 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 1;
        grid-row-end: 51;
        grid-row: start=1 end=51;
        grid-column: start=51 end=101;
        -ms-grid-row: 1;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 0;
    }

    .hv-cust-stories-tile .hv-cust-stories-container.story-list-1 {
        grid-template-rows: repeat(50, 8px);
        -ms-grid-rows: (8px) [50];
    }

    .hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content {
        padding: 10px 15px 30px;
    }

    .hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content p {
        font-size: 0.9rem;
    }

    .hv-cust-stories-tile .hv-cust-stories-container .story-list .story-content .c-link {
        opacity: 1;
        margin-right: 0;
        font-size: 0.75rem;
    }
}

.hv-rack-configuration {
    padding: 5rem 0;
    background: #f2f2f2;
}

.hv-rack-configuration .visible-mobile {
    display: none;
}

@media (max-width: 766px) {
    .hv-rack-configuration .visible-mobile {
        display: block;
    }
}

@media (max-width: 766px) {
    .hv-rack-configuration .visible-desktop {
        display: none;
    }
}

.hv-rack-configuration .rack-image img {
    max-width: 202px;
}

@media (max-width: 766px) {
    .hv-rack-configuration .rack-image img {
        height: 300px;
        display: block;
        margin: 1.5rem auto;
    }
}

.hv-rack-configuration .rack-content {
    margin-left: 5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-rack-configuration .rack-content {
        margin-left: 1rem;
    }
}

@media (max-width: 766px) {
    .hv-rack-configuration .rack-content {
        margin-left: 0;
    }
}

.hv-rack-configuration .rack-content .sec-heading {
    color: #000;
    margin: 15px 0;
}

@media (max-width: 766px) {
    .hv-rack-configuration .rack-content .sec-heading {
        font-size: 1.25rem;
    }
}

@media (max-width: 766px) {
    .hv-rack-configuration .rack-content .c-btn.red {
        font-size: 0.75rem;
    }
}

.hv-rack-configuration .rack-content .rack-links li {
    display: inline-block;
    margin: 0.5rem;
}

@media (max-width: 766px) {
    .hv-rack-configuration .rack-content .rack-links li {
        margin: 0.2rem;
    }
}

.hv-rack-configuration .rack-content .rack-links li:first-child {
    margin-left: 0;
}

.hv-rack-configuration .rack-content .rack-links li a {
    border: 1px solid #dedede;
    padding: 0.75rem 2rem;
    color: #000;
    display: inline-block;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-rack-configuration .rack-content .rack-links li a {
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 766px) {
    .hv-rack-configuration .rack-content .rack-links li a {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
}

.hv-rack-configuration .rack-content .rack-links li a:hover {
    text-decoration: none;
}

.hv-cust-stories-logo .customer-logos-main {
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .hv-cust-stories-logo .customer-logos-main {
        justify-content: center;
    }
}

.hv-cust-stories-logo .heading-content {
    text-align: center;
}

@media (max-width: 767px) {
    .hv-cust-stories-logo .heading-content {
        text-align: left;
    }
}

.hv-cust-stories-logo .customer-logo {
    padding: 0 25px;
    margin: 20px 0 0;
    max-width: 250px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-cust-stories-logo .customer-logo {
        padding: 0 20px;
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .hv-cust-stories-logo .customer-logo {
        max-width: 200px;
        margin: 1rem 0;
        flex: 0 0 50%;
        padding: 0 20px;
    }
}

.hv-cust-stories-logo .customer-logo a {
    display: block;
}

.hv-cust-stories-logo .customer-logo a .engInd {
    display: none;
}

@media (max-width: 767px) {
    .hv-cust-stories-logo .customer-logo img {
        display: block;
        margin: auto;
    }
}

@media all and (-ms-high-contrast: none) {
    .hv-cust-stories-logo .customer-logo img {
        width: 100%;
    }
}

.hv-cust-stories-logo .link-center {
    margin-top: 2rem;
    text-align: center;
}

@media print {
    .author-information {
        padding-right: 150px;
    }
}

.hv-customer-quote-author .slick-slide {
    height: auto;
}

.hv-customer-quote-author .slick-list {
    padding: 3rem 0;
}

.hv-customer-quote-author.bio-detail-card .slick-slide {
    display: block;
}

.hv-customer-quote-author .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    bottom: -0.8rem;
}

.hv-customer-quote-author .slick-dots li {
    display: inline-block;
    margin: 0;
}

.hv-customer-quote-author .slick-dots li button {
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #dedede;
    margin-right: 0.4rem;
}

.hv-customer-quote-author .slick-dots li.slick-active button {
    background-color: #c00;
}

.hv-customer-quote-author .quote-card {
    background: #fff;
    box-shadow: 0px 0px 6px #dedede;
    border-radius: 0.25rem;
    margin-left: -2rem;
    padding: 2.5rem;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .quote-card {
        padding: 1.5rem;
        margin-left: -3rem;
    }
}

@media (max-width: 767px) {
    .hv-customer-quote-author .quote-card {
        margin-left: 0;
        margin-top: 3.5rem;
    }
}

.hv-customer-quote-author .quote-card h1 {
    font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .quote-card h1 {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .quote-card h4 {
        font-size: 1.25rem;
    }
}

.hv-customer-quote-author .quote-card h5 {
    font-size: 1.125rem;
    color: #999;
    font-weight: 400;
    margin: 15px 0;
    position: relative;
    padding-bottom: 20px;
}

.hv-customer-quote-author .quote-card h5:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
}

.hv-customer-quote-author .quote-card .quote-icon {
    width: 2.5rem;
    height: 2.5rem;
    fill: #6ec9cd;
    position: relative;
    left: -1.5rem;
    top: -1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .quote-card .quote-icon {
        left: -1rem;
        height: 1.85rem;
        width: 1.85rem;
    }
}

.hv-customer-quote-author .quote-card p {
    color: #000;
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .quote-card p {
        font-size: 0.875rem;
    }
}

.hv-customer-quote-author .quote-card .c-link {
    margin-top: 0.8rem;
    display: inline-block;
}

@media (max-width: 767px) {
    .hv-customer-quote-author .quote-card .c-link {
        margin-top: 0.5rem;
        font-size: 0.875rem;
    }
}

.hv-customer-quote-author .quote-card .card-links {
    margin-bottom: 1rem;
}

.hv-customer-quote-author .quote-picture {
    position: relative;
}

.hv-customer-quote-author .quote-picture img {
    width: 90%;
    display: block;
    margin: auto;
    border-radius: 0.3rem;
}

.hv-customer-quote-author .quote-picture:before {
    width: 230px;
    height: 120px;
    background-image: url(../images/image-texture-top.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: -3rem;
    z-index: -1;
}

.hv-customer-quote-author .quote-picture:after {
    width: 230px;
    height: 120px;
    background-image: url(../image-texture-bottom.png);
    background-repeat: repeat;
    display: block;
    content: "";
    position: absolute;
    bottom: -3rem;
    z-index: -1;
    right: 0;
}

.hv-customer-quote-author .card-landscape {
    padding: 2.5rem 3rem;
    background: #fff;
    box-shadow: 0px 0px 6px #dedede;
    border-radius: 0.25rem;
    margin-left: -5rem;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .card-landscape {
        padding: 1.65rem;
    }
}

@media (max-width: 767px) {
    .hv-customer-quote-author .card-landscape {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .card-landscape p {
        font-size: 0.75rem;
    }
}

.hv-customer-quote-author .card-landscape .author-information {
    margin-top: 1.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .card-landscape .author-information {
        margin-top: 1rem;
    }
}

.hv-customer-quote-author .card-landscape .author-information p {
    font-size: 0.875rem;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-customer-quote-author .card-landscape .author-information p {
        font-size: 0.75rem;
    }
}

.hv-product-listing-table .product-listing-wrapper {
    margin: 30px auto 0;
    position: relative;
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .shadow {
        position: absolute;
        box-shadow: 2px 0px 11px 13px #fff !important;
        top: 0;
        left: 0;
        width: 6px;
        height: 205px;
        margin-left: 33%;
    }
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .shadow-right {
        position: absolute;
        box-shadow: 2px 0px 11px 13px #fff !important;
        top: 0;
        right: 0;
        width: 18px;
        height: 205px;
        margin-left: 3%;
    }
}

.hv-product-listing-table .product-listing-wrapper a.table-arrow {
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #c00;
    padding: 10px;
    border-radius: 50%;
}

.hv-product-listing-table .product-listing-wrapper a.table-arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #c00;
    border-left: 1px solid #c00;
}

@media (min-width: 992px) {
    .hv-product-listing-table .product-listing-wrapper a.table-arrow {
        display: none;
    }
}

.hv-product-listing-table .product-listing-wrapper a.product-right {
    right: 2%;
    transform: rotate(-135deg);
    top: 8%;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner {
    width: 100%;
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner {
        width: 65%;
        overflow-x: auto;
        margin-left: 34%;
    }
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table {
    width: 101%;
    border-collapse: collapse;
    border-spacing: 0;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background {
    background-color: #fff;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture {
    text-align: center;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture a {
    text-decoration: none;
    color: #000 !important;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture a h3 {
    font-size: 18px;
    padding: 0.5rem 0rem 0.5rem 0rem;
    font-weight: 500;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture a h3 {
        font-size: 0.875rem;
    }
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table .product-picture-wrap:hover {
    background-color: #fff;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table tr td {
    border: none;
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner table tr td:first-child table {
        position: absolute;
        max-width: 36.5%;
        background-color: #fff;
        left: 0;
        border-top: none;
        top: 1px;
        width: 100%;
        display: block;
    }
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table tr td:first-child:hover tbody {
    background-color: transparent;
    transition: 0.3s ease-in;
    color: unset;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table tr td:first-child thead td {
    padding: 0;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table tr td:hover thead a {
    color: #ae0000;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table tr td:hover thead a h3 {
    color: #c00;
    font-weight: 600;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table tr td:hover tbody {
    background-color: #f2f2f2;
    transition: 0.3s ease-in;
    color: #ae0000;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table.no-hover tr td:hover thead a {
    color: #000;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table.no-hover tr td:hover thead a h3 {
    color: #000;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner table.no-hover tr td:hover tbody {
    background-color: transparent;
    transition: 0.3s ease-in;
    color: #000;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row .red-circle {
    background: #c00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row .tick {
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row .tick:after {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    border: solid #c00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row svg.icon {
    width: 20px;
    height: 20px;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row th {
    border: 1px solid #dedede;
    font-size: 18px;
    font-weight: 500;
    color: #6fcace;
    padding: 10px;
    align-items: center;
    border-right: none;
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row th {
        font-size: 0.875rem;
        border-right: 1px solid #dedede;
    }
}

@media (min-width: 992px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row th {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row th {
        word-break: break-all;
    }
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row th.for-border {
        border-top: 1px solid #dedede;
    }
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row th.for-logo {
    text-align: center;
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row th.for-logo {
        display: block;
    }
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row td {
    border: 1px solid #dedede;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
}

@media (max-width: 991px) {
    .hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row td {
        font-size: 0.875rem;
    }
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row.for-links {
    text-decoration: none;
}

.hv-product-listing-table .product-listing-wrapper .product-listing-inner .cmmn-row.for-links td a {
    text-decoration: none;
    color: #000;
}

.hv-industry-application .container {
    max-width: 960px;
}

.hv-industry-application .tabs-container {
    margin-top: 30px;
}

.hv-industry-application .tabs-container .tabs-header {
    position: relative;
    margin: 0 auto;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item {
    cursor: pointer;
    padding: 3px 0 12px 0;
    color: #555;
    display: inline-block;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
    white-space: no-wrap;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    margin: 0 25px;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item:first-child {
    margin-left: 0;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item:last-child {
    margin-left: 0;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(204, 0, 0, 0);
    bottom: 0;
    transition: 0.5s;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item:hover {
    color: #000;
    text-decoration: none;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item:hover:after {
    background: none;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item.active {
    color: #000;
}

.hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item.active:after {
    background: #c00;
}

.hv-industry-application .tabs-content {
    padding: 30px 0;
    display: none;
}

@media (max-width: 767px) {
    .hv-industry-application .tabs-content {
        padding: 0;
    }
}

.hv-industry-application .tabs-content .content-box {
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .hv-industry-application .tabs-content .content-box {
        margin: 50px -15px 0;
    }
}

.hv-industry-application .tabs-content .content-box picture {
    height: 55px;
    display: inline-flex;
    align-items: center;
}

.hv-industry-application .tabs-content .content-box picture img {
    max-height: 55px;
}

.hv-industry-application .tabs-content .content-box .icon {
    width: 55px;
    height: 55px;
    fill: #ce0000;
}

.hv-industry-application .tabs-content .content-box h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    margin: 25px 0;
}

.hv-industry-application .tabs-content .content-box ul {
    margin-top: 10px;
}

.hv-industry-application .tabs-content .content-box ul li {
    color: #333;
    margin: 8px 0;
    position: relative;
    padding-left: 20px;
}

.hv-industry-application .tabs-content .content-box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 15px;
    background: #c00;
}

.hv-industry-application .tabs-content .content-box ul li ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 8px;
    display: inline-block;
    margin-right: 15px;
    background: #c00;
}

.hv-industry-application .tabs-content .content-box .c-link {
    margin-top: 15px;
}

.mac .hv-industry-application .tabs-container .tabs-header nav.menu-container .menu-inner-box .menu .menu-item {
    margin: 0 22px;
}

.mac .hv-industry-application .tabs-container .tabs-header nav.menu-container .menu-inner-box .menu .menu-item:after {
    bottom: -3px;
}

.android-device .hv-industry-application .tabs-container .tabs-header .tabmenu .menu-item:after {
    bottom: -3px;
}

@media (max-width: 767px) {
    .hv-solution-listing-tile .heading2.center {
        text-align: left;
    }

    .hv-solution-listing-tile .heading2.center:after {
        left: 0;
        right: auto;
    }
}

.hv-solution-listing-tile .heading2.center+p br {
    display: none;
}

.hv-solution-listing-tile .listing-tile-wrapper {
    padding: 0 15px;
    margin-top: 10px;
}

.hv-solution-listing-tile .listing-tile-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px;
    min-height: 353px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 23%;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    transition: all 0.5s ease;
}

.hv-solution-listing-tile .listing-tile-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

@media all and (-ms-high-contrast: none) {
    .hv-solution-listing-tile .listing-tile-box {
        max-width: 22%;
    }
}

@media (min-width: 992px) {
    .hv-solution-listing-tile .listing-tile-box:nth-child(4n) {
        margin-right: 0;
        margin-left: 1px;
    }

    .hv-solution-listing-tile .listing-tile-box:hover {
        background: #f2f2f2;
        background-image: none !important;
        max-width: 25%;
        flex-grow: 2;
        padding-bottom: 30px;
    }

    .hv-solution-listing-tile .listing-tile-box:hover:after {
        content: none;
    }

    .hv-solution-listing-tile .listing-tile-box:hover .inner-content {
        bottom: auto;
        top: 65px;
        text-overflow: ellipsis;
        white-space: normal;
        width: 23vw;
    }

    .hv-solution-listing-tile .listing-tile-box:hover p {
        display: block;
        color: #000;
    }

    .hv-solution-listing-tile .listing-tile-box:hover .c-link {
        display: block;
    }

    .hv-solution-listing-tile .listing-tile-box:hover .c-link svg {
        transform: translate(8px, 0);
    }

    .hv-solution-listing-tile .listing-tile-box:hover .c-link svg.gated-lock {
        transform: none;
    }

    .hv-solution-listing-tile .listing-tile-box:hover h3 {
        color: #000;
    }
}

@media (min-width: 1400px) {
    .hv-solution-listing-tile .listing-tile-box:hover .inner-content {
        width: 21vw;
    }
}

@media (min-width: 1700px) {
    .hv-solution-listing-tile .listing-tile-box:hover .inner-content {
        width: 19vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-solution-listing-tile .listing-tile-box {
        max-width: 32%;
    }

    .hv-solution-listing-tile .listing-tile-box:nth-child(3n) {
        margin-right: 0;
    }
}

.hv-solution-listing-tile .listing-tile-box .inner-content {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
}

@media (max-width: 767px) {
    .hv-solution-listing-tile .listing-tile-box .inner-content {
        bottom: auto;
    }
}

.hv-solution-listing-tile .listing-tile-box h3 {
    color: #fff;
    font-size: 23px;
    padding-bottom: 15px;
    margin: 0 0 25px;
    position: relative;
}

@media (max-width: 1199px) {
    .hv-solution-listing-tile .listing-tile-box h3 {
        font-size: 1.375rem;
    }
}

.hv-solution-listing-tile .listing-tile-box h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 40px;
    background: #c00;
}

.hv-solution-listing-tile .listing-tile-box p {
    line-height: normal;
    display: none;
    font-size: 18px;

}
.single_cta_panel_with_image_video-popup h2 {
    font-size: 32px!important;
}
.hv-solution-listing-tile .listing-tile-box .c-link {
    display: none;
}

@media (max-width: 991px) {
    .hv-solution-listing-tile .listing-tile-box {
        min-height: 300px;
    }

    .hv-solution-listing-tile .listing-tile-box .c-link {
        display: inline-block;
        color: #fff;
    }

    .hv-solution-listing-tile .listing-tile-box .c-link svg {
        fill: #fff;
    }
}

@media (max-width: 767px) {
    .hv-solution-listing-tile .listing-tile-box {
        max-width: 49%;
        min-height: 250px;
    }

    .hv-solution-listing-tile .listing-tile-box:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .hv-solution-listing-tile .listing-tile-box {
        max-width: 100%;
        margin-right: 0;
    }
}

.hv-solution-listing-tile .listing-tile-box.black h3 {
    color: #000;
}

@media (max-width: 767px) {
    .hv-sub-categories-tab .heading2.center {
        text-align: left;
    }

    .hv-sub-categories-tab .heading2.center:after {
        left: 0;
        right: auto;
    }
}

.hv-sub-categories-tab .tab-container {
    padding: 50px 0 0 0;
}

.hv-sub-categories-tab .tab-container .tlist {
    padding: 0;
    border-right: 1px solid #dedede;
}

.hv-sub-categories-tab .tab-container .tlist ul li .tlink {
    padding: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-left: 4px solid #ffffff;
    position: relative;
}

.hv-sub-categories-tab .tab-container .tlist ul li .tlink svg {
    width: 40px;
    height: 40px;
    fill: #cc0000;
    margin-right: 15px;
}

.hv-sub-categories-tab .tab-container .tlist ul li .tlink .ttxt {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
}

.hv-sub-categories-tab .tab-container .tlist ul li .tlink.active {
    background-color: #efefef;
    border-left: 4px solid #cc0000;
}

.hv-sub-categories-tab .tab-container .tlist ul li .tlink.active .ttxt {
    color: #cc0000;
    font-size: 1.25rem;
    font-weight: 600;
}

.hv-sub-categories-tab .tab-container .tlist ul li .mwrapper {
    display: none;
    padding: 20px 15px;
}

.hv-sub-categories-tab .tab-container .tlist ul li .arrow {
    background-image: url(../../../dist/images/hv-sprite.png);
    width: 8px;
    height: 16px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    background-position: 0 0;
    top: 23px;
    transform: rotate(90deg);
    display: none;
}

.hv-sub-categories-tab .tab-container .tcontent {
    padding: 0 0 0 60px;
}

.hv-sub-categories-tab .tab-container .tlist-box {
    display: none;
}

.hv-sub-categories-tab .tab-container .tlist-box:first-child {
    display: block;
}

.hv-sub-categories-tab .tab-container .tlist-box svg.icon {
    width: 40px;
    height: 40px;
    fill: #cc0000;
    margin-bottom: 15px;
    display: none;
}

.hv-sub-categories-tab .tab-container .tlist-box .title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hv-sub-categories-tab .tab-container .tlist-box .desc {
    margin-bottom: 20px;
}

.hv-sub-categories-tab .tab-container .tlist-box ul {
    list-style: none;
    margin-bottom: 20px;
}

.hv-sub-categories-tab .tab-container .tlist-box ul li {
    padding-left: 18px;
    padding-bottom: 5px;
    position: relative;
}

.hv-sub-categories-tab .tab-container .tlist-box ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #c00;
}

.hv-sub-categories-tab .tab-container .tlist-box ul li a {
    text-decoration: none;
    color: #333;
}

.hv-sub-categories-tab .tab-container .tlist-box ul li a:hover {
    color: #c00;
}

@media only screen and (max-width: 991px) {
    .hv-sub-categories-tab .tab-container {
        padding: 40px 0 0 0;
    }

    .hv-sub-categories-tab .tab-container .tlist ul li:first-child .mwrapper {
        display: block;
    }

    .hv-sub-categories-tab .tab-container .tlist ul li .tlink {
        border-left: none;
        background: #dedede;
        border-bottom: 2px solid #ffffff;
        padding: 15px;
        position: relative;
    }

    .hv-sub-categories-tab .tab-container .tlist ul li .tlink svg {
        display: none;
    }

    .hv-sub-categories-tab .tab-container .tlist ul li .tlink .arrow {
        display: inline-block;
    }

    .hv-sub-categories-tab .tab-container .tlist ul li .tlink.active {
        background-color: #dedede;
        border-left: none;
    }

    .hv-sub-categories-tab .tab-container .tlist ul li .tlink.active .arrow {
        transform: rotate(-90deg);
    }

    .hv-sub-categories-tab .tab-container .tcontent {
        display: none;
    }

    .hv-sub-categories-tab .tab-container .tlist-box svg {
        display: inline-block;
    }

    .hv-sub-categories-tab .tab-container .tlist-box .title {
        display: none;
    }
}

.hv-single-cta-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}

.hv-single-cta-banner.image-shadow {
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .hv-single-cta-banner {
        text-align: center;
    }
}

.hv-single-cta-banner.left {
    text-align: left;
}

.hv-single-cta-banner .heading2 {
    color: #fff;
}

@media (max-width: 767px) {
    .hv-single-cta-banner .heading2:after {
        right: 0;
    }
}

.hv-single-cta-banner .sub-heading {
    color: #6ec9cd;
    text-transform: uppercase;
    margin: 2.5rem 0 1rem;
}

.hv-single-cta-banner .sub-heading2 {
    color: #fff;
}

.hv-single-cta-banner p {
    color: #fff;
}

.hv-single-cta-banner ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.hv-single-cta-banner ul li {
    display: block;
    position: relative;
    padding: 5px 0 0 25px;
    line-height: 25px;
    color: #fff;
}

.hv-single-cta-banner ul li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 0px;
    top: 15px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
    vertical-align: middle;
}

.hv-single-cta-banner .c-btn {
    margin: 1rem 0 0;
}

.hv-single-cta-banner .c-btn+.c-btn {
    margin-left: 10px;
}

@media (max-width: 590px) {
    .hv-single-cta-banner .c-btn+.c-btn {
        margin-left: 0px;
    }
}

.hv-single-cta-banner.light-bg .heading2 {
    color: #000;
}

@media (max-width: 767px) {
    .hv-single-cta-banner.light-bg .heading2:after {
        right: 0;
    }
}

.hv-single-cta-banner.light-bg p {
    color: #333;
    /* margin: 1rem auto;
    width: 65%; */
}

@media (max-width: 767px) {
    .hv-single-cta-banner.light-bg p {
        text-align: center;
        width: 100%;
    }
}

.hv-single-cta-banner.light-bg.left p {
    width: 100%;
}

.hv-single-cta-banner.hv--career--main--banner {
    font-family: 'Helvetica Neue LT Std';
    text-align: center;
    background: #fff;
    padding: 75px 40px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: top center;
    height: 85vh;
    min-height: 650px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hv-single-cta-banner.hv--career--main--banner {
        text-align: left;
        padding: 70px 25px;
    }
}

.hv-single-cta-banner.hv--career--main--banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 2;
}

.hv-single-cta-banner.hv--career--main--banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}

.hv-single-cta-banner.hv--career--main--banner .bc-player-default_default {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.hv-single-cta-banner.hv--career--main--banner .bc-player-default_default .video-js .vjs-tech {
    transform: unset !important;
    position: relative !important;
}

.hv-single-cta-banner.hv--career--main--banner .container {
    position: relative;
    z-index: 2;
}

.hv-single-cta-banner.hv--career--main--banner h1 {
    font-weight: normal;
    font-size: 55px !important;
    line-height: 1 !important;
    margin-bottom: 0;
    max-width: 540px;
}

@media (max-width: 767px) {
    .hv-single-cta-banner.hv--career--main--banner h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
    }
}

.hv-single-cta-banner.hv--career--main--banner .lead {
    letter-spacing: 0px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 450;
}

@media (max-width: 767px) {
    .hv-single-cta-banner.hv--career--main--banner .lead {
        font-size: 20px;
        margin-bottom: 49px !important;
        text-align: left;
    }
}

.hv-single-cta-banner.hv--career--main--banner .cbutton {
    color: #fff;
    background-color: #cc0000;
    cursor: pointer;
    min-width: 252px;
}

@media (max-width: 767px) {
    .hv-single-cta-banner.hv--career--main--banner .cbutton {
        padding: 15px;
        min-width: 218px;
        text-align: left;
    }
}

.hv-single-cta-banner.hv--career--main--banner .cbutton:hover {
    background-color: #8f0000;
}

.android-device .hv-single-cta-banner .c-btn {
    padding: 9px 20px 8px !important;
}

.mac .hv-single-cta-banner .c-btn {
    padding: 9px 20px 8px !important;
}

.iphone-device .hv-single-cta-banner .c-btn {
    padding: 9px 20px 8px !important;
}

.hv-head-shot {
    background-size: cover;
    background-repeat: no-repeat;
}

.hv-head-shot .visible-mobile {
    display: none;
}

@media (max-width: 767px) {
    .hv-head-shot .visible-mobile {
        display: block;
    }

    .hv-head-shot .visible-dektop {
        display: none;
    }
}

.hv-head-shot .head-content {
    padding: 180px 0 0;
    width: 80%;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-head-shot .head-content {
        padding: 10rem 0 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-head-shot .head-content {
        padding: 4rem 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hv-head-shot .head-content {
        padding: 4rem 0 0;
        width: 100%;
    }
}

.hv-head-shot .head-content .heading2 {
    color: #fff;
}

.hv-head-shot .head-content p {
    color: #fff;
    margin: 1rem 0;
}

.hv-head-shot .head-content .c-btn {
    margin: 1rem 0;
}

.hv-head-shot .head-shot {
    position: relative;
    padding: 40px 0 0;
}

.hv-head-shot .head-shot .head-information {
    position: absolute;
    bottom: 8rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-head-shot .head-shot .head-information {
        bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .hv-head-shot .head-shot .head-information {
        bottom: 16rem;
    }
}

.hv-head-shot .head-shot .head-information .head-name {
    color: #fff;
    font-size: 1.375rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.hv-head-shot .head-shot .head-information .head-name:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #cc0000;
}

.hv-head-shot .head-shot .head-information p {
    margin: 0.2rem 0;
    color: #fff;
}

.hv-single-cta-img-opt1.left .cta-img-container {
    order: 2;
}

.hv-single-cta-img-opt1.left .cta-content-container {
    order: 1;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1.left .cta-img-container {
        order: 1;
    }

    .hv-single-cta-img-opt1.left .cta-content-container {
        order: 2;
        margin-top: 40px;
    }
}

.hv-single-cta-img-opt1.right .cta-img-container {
    order: 1;
}

.hv-single-cta-img-opt1.right .cta-content-container {
    order: 2;
}

.hv-single-cta-img-opt1.right .cta-content-container .visible-category {
    background: #bb85e7;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1.right .cta-content-container {
        margin-top: 40px;
    }
}

.hv-single-cta-img-opt1 .cta-card-right {
    padding: 2.5rem;
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1 .cta-card-right {
        margin-top: 2rem;
    }
}

.hv-single-cta-img-opt1 .cta-card-right:before {
    content: "";
    background: #f2f2f2;
    display: block;
    position: absolute;
    left: -50%;
    padding: 20px;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: -2;
    border-radius: 0.25rem;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1 .cta-card-right:before {
        width: 100%;
        left: 0;
    }
}

.hv-single-cta-img-opt1 .cta-card-left {
    padding: 2.5rem;
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1 .cta-card-left {
        margin-bottom: 2rem;
    }
}

.hv-single-cta-img-opt1 .cta-card-left:before {
    content: "";
    background: #f2f2f2;
    display: block;
    position: absolute;
    right: -50%;
    padding: 20px;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: -2;
    border-radius: 0.25rem;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1 .cta-card-left:before {
        width: 100%;
        right: 0;
    }
}

.hv-single-cta-img-opt1 h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.hv-single-cta-img-opt1 p {
    color: #000;
    margin-bottom: 0.5rem;
}

.hv-single-cta-img-opt1 ul {
    margin-top: 10px;
}

.hv-single-cta-img-opt1 ul li {
    color: #333;
    margin: 8px 0;
    position: relative;
    padding-left: 20px;
}

.hv-single-cta-img-opt1 ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 15px;
    background: #c00;
}

.hv-single-cta-img-opt1 .c-link {
    margin-top: 0.8rem;
    display: inline-block;
}

.hv-single-cta-img-opt1 .cta-picture {
    position: relative;
}

.hv-single-cta-img-opt1 .cta-picture img {
    width: 90%;
    display: block;
    margin: auto;
}

.hv-single-cta-img-opt1 .cta-picture:before {
    width: 200px;
    height: 100px;
    background-image: url(../images/image-texture-top.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: -35px;
    z-index: -1;
}

.hv-single-cta-img-opt1 .cta-picture:after {
    width: 200px;
    height: 100px;
    background-image: url(../images/image-texture-bottom.png);
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    bottom: -38px;
    z-index: -1;
    right: 0;
}

.hv-single-cta-img-opt1 .cta-picture .card-video-icon {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hv-single-cta-img-opt1 .cta-picture .card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
}

.hv-single-cta-img-opt1 .cta-picture .card-video-icon .centered svg {
    fill: #fff;
    stroke: #fff;
    width: 60px;
    height: 60px;
}

.hv-single-cta-img-opt1 .cta-picture-right img {
    width: 75%;
}

.hv-single-cta-img-opt1 .cta-picture-right:after {
    bottom: -2rem;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1 .visible-desktop {
        display: none;
    }
}

.hv-single-cta-img-opt1 .visible-mobile {
    display: none;
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt1 .visible-mobile {
        display: block;
    }
}

.hv-single-cta-img-opt2 .no-border {
    border: none !important;
    padding: 3rem 1.5rem !important;
}

.hv-single-cta-img-opt2 .no-border .card-image {
    width: 80% !important;
}

.hv-single-cta-img-opt2 .no-border .card-contents h4 {
    font-size: 44px;
    font-weight: 600;
    color: #000;
}

.hv-single-cta-img-opt2 .no-border .card-contents h4,
.hv-single-cta-img-opt2 .no-border .card-contents p,
.hv-single-cta-img-opt2 .no-border .card-contents a {
    font-family: 'Helvetica Neue LT Std';
}

.hv-single-cta-img-opt2 .shortheading {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 600;
}

.hv-single-cta-img-opt2 .honorable {
    border: solid 5px transparent !important;
    border-radius: 1.25rem !important;
    position: relative;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    background-clip: padding-box;
    border: solid 5px transparent;
    padding: 1.5rem;
    border-radius: 20px;
    margin: 2rem 0;
}

.hv-single-cta-img-opt2 .honorable .card-contents h4 {
    font-size: 44px;
    font-weight: 600;
    color: #000;
}

.hv-single-cta-img-opt2 .honorable .card-contents h4,
.hv-single-cta-img-opt2 .honorable .card-contents p,
.hv-single-cta-img-opt2 .honorable .card-contents a {
    font-family: 'Helvetica Neue LT Std';
}

.hv-single-cta-img-opt2 .honorable:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: linear-gradient(to right, #95723c, #e5d67e);
}

.hv-single-cta-img-opt2 .cta-card {
    border: 1px solid #d6d6d6;
    padding: 1.5rem;
    border-radius: 0.25rem;
    margin: 2rem 0;
}

.hv-single-cta-img-opt2 .cta-card .card-contents h4 {
    margin-bottom: 1.8rem;
}

.hv-single-cta-img-opt2 .cta-card .card-contents .c-link {
    display: inline-block;
    margin-top: 1.5rem;
}

.hv-single-cta-img-opt2 .cta-card .card-contents ul {
    margin-top: 10px;
}

.hv-single-cta-img-opt2 .cta-card .card-contents ul li {
    color: #333;
    margin: 8px 0;
    position: relative;
    padding-left: 20px;
}

.hv-single-cta-img-opt2 .cta-card .card-contents ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 15px;
    background: #c00;
}

.hv-single-cta-img-opt2 .cta-card .card-image {
    width: 70%;
}

@media (max-width: 1024px) {
    .hv-single-cta-img-opt2 .cta-card .card-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt2 .cta-card .card-image {
        margin: 2rem 0 0;
    }
}

@media (max-width: 767px) {
    .hv-single-cta-img-opt2 .cta-card .card-image img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-single-cta-img-opt2 .cta-card .col-md-3 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

.hv-two-cards-opt1 {
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
}

.hv-two-cards-opt1 .card-wrapper {
    padding: 0 1px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hv-two-cards-opt1 .card-wrapper {
        width: 100%;
    }
}

.hv-two-cards-opt1 .card-wrapper h3 {
    min-height: 33px;
    margin-bottom: 20px;
}

.hv-two-cards-opt1 .card-wrapper h3 a {
    color: #000;
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: 400;
    text-transform: none;
}

.hv-two-cards-opt1 .card-wrapper h3 a svg {
    width: 25px;
    height: 25px;
    transition: all 0.2s ease-in;
}

.hv-two-cards-opt1 .card-wrapper h3 a:hover {
    color: #c00;
}

.hv-two-cards-opt1 .card-wrapper h3 a:hover svg {
    transform: translate(8px, 0);
    fill: #c00;
}

.hv-two-cards-opt1 .card-wrapper .card-link {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    min-height: 320px;
    padding: 30px;
    margin-bottom: 30px;
    background-size: cover;
}

@media all and (-ms-high-contrast: none) {
    .hv-two-cards-opt1 .card-wrapper .card-link {
        height: 320px;
    }
}

@media (max-width: 991px) {
    .hv-two-cards-opt1 .card-wrapper .card-link {
        padding: 0;
    }
}

.hv-two-cards-opt1 .card-wrapper .card-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
}

.hv-two-cards-opt1 .card-wrapper .card-link .card-content {
    padding: 0 50px;
    position: relative;
}

@media (max-width: 576px) {
    .hv-two-cards-opt1 .card-wrapper .card-link .card-content {
        padding: 0 30px;
    }
}

.hv-two-cards-opt1 .card-wrapper .card-link .card-content svg.icon {
    width: 60px;
    height: 60px;
    fill: #fff;
    margin-bottom: 10px;
}

.hv-two-cards-opt1 .card-wrapper .card-link .card-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.hv-two-cards-opt1 .card-wrapper .card-link .card-content h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 35px;
    background: #c00;
}

.hv-two-cards-opt1 .card-wrapper .card-link .card-content h3.no-border:after {
    content: none;
}

.hv-two-cards-opt1 .card-wrapper .card-link .card-content p {
    color: #fff;
}

.hv-two-cards-opt1 .card-wrapper .card-link .card-content .c-btn {
    margin-top: 10px;
}

.hv-two-cards-opt1.light-bg {
    background-position: center;
}

.hv-two-cards-opt1.light-bg .card-wrapper {
    padding: 0 15px;
}

.hv-two-cards-opt1.light-bg .card-wrapper .card-link:hover:before {
    background: transparent;
}

.hv-two-cards-opt1.light-bg .card-wrapper .card-link .card-content h3 {
    color: #000;
}

.hv-two-cards-opt1.light-bg .card-wrapper .card-link .card-content p {
    color: #000;
}

.hv-two-cards-opt1.light-bg .card-wrapper .card-link .card-content svg.icon {
    fill: #c00;
}

.hv-two-cards-opt2 {
    background-color: #f6f6f6;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.hv-two-cards-opt2 .cardlink {
    background: #fff;
    border: 1px solid #fff;
    padding: 45px 40px;
    margin-top: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .hv-two-cards-opt2 .cardlink {
        margin-top: 30px;
    }
}

.hv-two-cards-opt2 .cardlink:hover {
    border-color: #c00;
}

.hv-two-cards-opt2 .cardlink h4 {
    font-size: 0.875rem;
    font-weight: fwight(600);
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.hv-two-cards-opt2 .cardlink h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background: #c00;
}

.hv-two-cards-opt2 .cardlink h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.hv-two-cards-opt2 .cardlink p {
    line-height: normal;
    word-break: break-word;
}

.hv-two-cards-opt2 .cardlink .c-link {
    margin-top: 30px;
}

.hv-two-cards-opt2 .cardfoot-link {
    margin-top: 70px;
}

.hv-two-cards-opt3 {
    max-width: 1245px;
    margin: 0 auto;
    padding-bottom: 90px;
    font-family: 'Helvetica Neue LT Std';
}

@media (max-width: 991px) {
    .hv-two-cards-opt3 {
        padding-bottom: 20px;
    }
}

.hv-two-cards-opt3 .box-cta-row .box-cta {
    position: relative;
    overflow: hidden;
    flex-basis: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
    min-height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 75px 90px;
}

@media (max-width: 991px) {
    .hv-two-cards-opt3 .box-cta-row .box-cta {
        padding: 90px 50px;
    }
}

.hv-two-cards-opt3 .box-cta-row .box-cta.dark {
    background-color: #001933;
}

.hv-two-cards-opt3 .box-cta-row .box-cta:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .hv-two-cards-opt3 .box-cta-row .box-cta {
        margin-right: 0;
    }
}

.hv-two-cards-opt3 .box-cta-row .box-cta img {
    width: 100%;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 90px;
    justify-content: flex-start;
    position: static;
    padding: 0;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content .ciconlink {
    max-width: 150px;
    min-width: 150px;
    position: absolute;
    bottom: 90px;
    left: 75px;
    border-bottom: 3px solid #c00;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content .ciconlink.white svg {
    fill: #c00;
}

@media (max-width: 1024px) {
    .hv-two-cards-opt3 .box-cta-row .box-cta .content .ciconlink {
        min-width: 150px;
    }
}

@media (max-width: 991px) {
    .hv-two-cards-opt3 .box-cta-row .box-cta .content .ciconlink {
        left: 50px;
    }
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content .ciconlink:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content .ciconlink:hover svg {
    fill: #fff;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content .figure-img {
    max-width: 265px;
    max-height: 160px;
    position: absolute;
    right: 45px;
    bottom: 30px;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .content .figure-img img {
    max-width: 265px;
    max-height: 160px;
}

@media (max-width: 1180px) {
    .hv-two-cards-opt3 .box-cta-row .box-cta .content .figure-img {
        max-width: 180px;
        max-height: 100px;
    }

    .hv-two-cards-opt3 .box-cta-row .box-cta .content .figure-img img {
        max-width: 180px;
        max-height: 100px;
    }
}

@media (max-width: 991px) {
    .hv-two-cards-opt3 .box-cta-row .box-cta .content .figure-img {
        bottom: 70px;
        max-width: 110px;
        max-height: 65px;
    }

    .hv-two-cards-opt3 .box-cta-row .box-cta .content .figure-img img {
        max-width: 110px;
        max-height: 65px;
    }
}

.hv-two-cards-opt3 .box-cta-row .box-cta .cta-with-icon {
    margin-top: 20px;
}

.hv-two-cards-opt3 .box-cta-row .box-cta .inner-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.5s;
}

.hv-two-cards-opt3 .box-cta-row .box-cta:hover .inner-image {
    transform: scale(1.1);
}

.hv-two-cards-opt3 .box-cta-row .cta-with-text {
    background: #051c2c;
    padding: 90px 60px;
}

.hv-two-cards-opt3 .box-cta-row .cta-with-text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .hv-two-cards-opt3 .box-cta-row .cta-with-text p {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hv-two-cards-opt3 .box-cta-row .cta-with-text {
        padding: 90px 30px;
    }

    .hv-two-cards-opt3 .box-cta-row .cta-with-text p {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hv-two-cards-opt3 .box-cta-row .box-cta {
        min-height: 490px;
        padding: 110px 30px;
    }

    .hv-two-cards-opt3 .box-cta-row .box-cta .hv-section-heading3 {
        font-size: 32px;
        line-height: 32px;
    }

    .hv-two-cards-opt3 .box-cta-row .box-cta .content .ciconlink {
        position: static;
        margin-top: 10px;
    }

    .hv-two-cards-opt3 .box-cta-row .box-cta .content .figure-img {
        display: none;
    }
}

.hv-two-cards-opt3 .quote-panel-with-img {
    background: #b4b4bc;
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 250px;
    padding: 50px 0 40px;
    width: 100%;
}

.hv-two-cards-opt3 .quote-panel-with-img .quote-content {
    padding: 0 40px 0 35px;
}

.hv-two-cards-opt3 .quote-panel-with-img {
    padding: 45px 0 40px;
}

.hv-two-cards-opt3 .quote-panel-with-img .quote-content .quote {
    width: 55px;
    height: 45px;
    fill: #000;
    margin-left: -5px;
}

.hv-two-cards-opt3 .quote-panel-with-img .quote-content h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    font-family: 'Helvetica Neue LT Std';
}

.hv-two-cards-opt3 .quote-panel-with-img .quote-content p {
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    font-style: italic;
    margin-bottom: 0;
    font-family: 'Helvetica Neue LT Std';
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-two-cards-opt3 .quote-panel-with-img .quote-content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hv-two-cards-opt3 .quote-panel-with-img {
        min-height: 228px;
        padding: 25px 0;
        background-size: 305px;
    }
}

@media (max-width: 767px) {
    .hv-two-cards-opt3 .quote-panel-with-img {
        background-image: none !important;
        padding: 70px 15px 50px;
        position: relative;
    }

    .hv-two-cards-opt3 .quote-panel-with-img .client-logo {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .hv-two-cards-opt3 .quote-panel-with-img .client-logo img {
        max-width: 100px;
    }

    .hv-two-cards-opt3 .quote-panel-with-img .quote-content {
        padding: 0;
    }

    .hv-two-cards-opt3 .quote-panel-with-img .quote-content h2 {
        margin-bottom: 50px;
        font-size: 32px;
    }

    .hv-two-cards-opt3 .quote-panel-with-img .text-with-button .cbutton {
        max-width: 225px;
    }

    .hv-two-cards-opt3 .quote-panel-with-img .quote-content p {
        order: 2;
        margin-top: 30px;
    }
}

.hv-two-cards-opt3.hv--career--community {
    font-family: 'Helvetica Neue LT Std';
}

.hv-two-cards-opt3.hv--career--community .heading-and-desc {
    padding: 0 15px;
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta {
    padding: 90px 82px;
}

@media (max-width: 575px) {
    .hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta {
        padding: 80px 30px;
        min-height: 400px;
    }
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .career-testimonial-image img {
    transition: 0.4s ease;
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .content {
    z-index: 1;
    position: relative;
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .content .hv-section-heading3 {
    line-height: 40px;
    margin-bottom: 12px;
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .content p {
    font-weight: 450;
    line-height: 24px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .content p {
        margin-bottom: 25px;
    }
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .content p:empty {
    display: none;
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .content .ciconlink {
    min-width: auto;
    max-width: 110px;
    padding: 12px 0;
    position: relative;
    left: 0;
    top: 0;
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta .content .figure-img {
    display: none;
}

.hv-two-cards-opt3.hv--career--community .box-cta-row .box-cta:hover img {
    transform: scale(1.1);
}

.hv-two-cards-opt3.hv--career--community .career-wb-story-btn {
    text-align: center;
    margin-top: 35px;
}

@media (max-width: 991px) {
    .hv-two-cards-opt3.hv--career--community .career-wb-story-btn {
        margin-top: 50px;
    }
}

.hv-two-cards-opt3.hv--career--community .career-wb-story-btn .c-link {
    margin: 0;
    padding: 0 53px;
    height: 56px;
}

.hv-bio-cards {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
}

.hv-bio-cards .container {
    max-width: 950px;
}

.hv-bio-cards .leader-wrapper {
    flex-wrap: wrap;
}

.hv-bio-cards .leader-wrapper .leaders-info {
    padding: 7px;
}

.hv-bio-cards .leader-wrapper .leaders-info .leaders-container {
    position: relative;
}

.hv-bio-cards .leader-wrapper .leaders-info .leaders-container .leader-image {
    overflow: hidden;
    text-align: center;
    background: #dcd7db;
    max-height: 236px;
}

.hv-bio-cards .leader-wrapper .leaders-info .leaders-container .leader-image img {
    transition: all 0.2s ease-in-out;
}

.hv-bio-cards .leader-wrapper .leaders-info .leaders-container:hover .leader-image img {
    transform: scale(1.1);
}

.hv-bio-cards .leader-wrapper .leaders-info .leaders-container .leader-content {
    background: #051c2c;
    height: 100px;
    flex-wrap: wrap;
    padding: 0 15px;
    flex-direction: column;
}

.hv-bio-cards .leader-wrapper .leaders-info .leaders-container .leader-content h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.hv-bio-cards .leader-wrapper .leaders-info .leaders-container .leader-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.hv-multi-cards-opt1 .multi-card {
    overflow: hidden;
    position: relative;
    min-height: 412px;
    margin-top: 30px;
}

.hv-multi-cards-opt1 .multi-card .top-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    text-align: center;
    z-index: 1;
}

.hv-multi-cards-opt1 .multi-card .top-logo img {
    max-width: 170px;
}

.hv-multi-cards-opt1 .multi-card .top-logo .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    fill: #fff;
}

.hv-multi-cards-opt1 .multi-card .multi-card-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    z-index: 0;
}

.hv-multi-cards-opt1 .multi-card:hover .multi-card-bg {
    transform: scale(1.1);
}

.hv-multi-cards-opt1 .multi-card:hover .caption {
    padding-bottom: 85px;
}

@media (max-width: 991px) {
    .hv-multi-cards-opt1 .multi-card:hover .caption {
        padding-bottom: 25px;
    }
}

.hv-multi-cards-opt1 .multi-card:hover .caption .c-btn {
    opacity: 1;
    visibility: visible;
}

.hv-multi-cards-opt1 .multi-card:hover .blurbg {
    padding-bottom: 85px;
    min-height: 240px;
}

.hv-multi-cards-opt1 .multi-card img {
    transition: all 0.3s ease-in-out;
}

.hv-multi-cards-opt1 .multi-card .blurbg {
    min-height: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: center bottom;
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    transition: all 0.2s ease-in-out;
}

.hv-multi-cards-opt1 .multi-card .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 25px;
    min-height: 175px;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.hv-multi-cards-opt1 .multi-card .caption:after {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.8);
    filter: blur(10px);
}

@media all and (-ms-high-contrast: none) {
    .hv-multi-cards-opt1 .multi-card .caption:after {
        box-shadow: none;
        background: rgba(0, 0, 0, 0.8);
    }
}

@media (max-width: 1024px) {
    .hv-multi-cards-opt1 .multi-card .caption {
        padding: 25px 15px;
    }
}

.hv-multi-cards-opt1 .multi-card .caption h3 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.hv-multi-cards-opt1 .multi-card .caption p {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 300;
    line-height: normal;
}

.hv-multi-cards-opt1 .multi-card .caption .c-btn {
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 25px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
    width: -moz-max-content;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
    .hv-multi-cards-opt1 .multi-card .caption .c-btn {
        display: table;
    }
}

@media (max-width: 991px) {
    .hv-multi-cards-opt1 .multi-card .caption .c-btn {
        opacity: 1;
        visibility: visible;
        position: static;
        transform: none;
    }
}

.hv-multi-cards-opt1 .multi-card .caption .c-btn svg {
    fill: #fff;
}

.hv-multi-cards-opt1 .multi-card .caption .c-btn:hover {
    background: #c00;
    color: #fff;
    border-color: #c00;
}

.hv-multi-cards-opt1 .multi-card .caption .c-btn:hover svg {
    fill: #fff;
}

.hv-multi-cards-opt1 .multi-card.light .blurbg {
    display: none;
}

.hv-multi-cards-opt1 .multi-card.light .top-logo .icon {
    fill: #000;
}

.hv-multi-cards-opt1 .multi-card.light .caption h3,
.hv-multi-cards-opt1 .multi-card.light .caption p {
    color: #000;
}

.hv-multi-cards-opt1 .multi-card.light .caption .c-btn {
    border-color: #c00;
    color: #c00;
}

.hv-multi-cards-opt1 .multi-card.light .caption .c-btn svg {
    fill: #c00;
}

.hv-multi-cards-opt1 .multi-card.light .caption .c-btn:hover {
    background: #c00;
    color: #fff;
}

.hv-multi-cards-opt1 .multi-card.light .caption .c-btn:hover svg {
    fill: #fff;
}

.hv-multi-cards-opt1 .multi-card.light .caption:after {
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.8);
}

@media all and (-ms-high-contrast: none) {
    .hv-multi-cards-opt1 .multi-card.light .caption:after {
        box-shadow: none;
        background: none;
    }
}

.hv-multi-cards-opt1.no-hover .multi-card:hover .multi-card-bg {
    transform: scale(1);
}

.hv-multi-cards-opt1.no-hover .multi-card:hover .caption {
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .hv-multi-cards-opt1.no-hover .multi-card:hover .caption {
        padding-bottom: 25px;
    }
}

.hv-multi-cards-opt1.no-hover .multi-card:hover .caption .c-btn {
    opacity: 1;
    visibility: visible;
}

.hv-multi-cards-opt1.no-hover .multi-card:hover .blurbg {
    padding-bottom: 25px;
    min-height: 170px;
}

.hv-multi-cards-opt2 .multi-card {
    margin-top: 30px;
}

.hv-multi-cards-opt2 .multi-card .multi-card-img {
    overflow: hidden;
    position: relative;
}

.hv-multi-cards-opt2 .multi-card .multi-card-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 35%,
        rgba(204, 0, 0, 0.5) 100%);
}

.hv-multi-cards-opt2 .multi-card .multi-card-img img {
    transition: all 0.5s ease-in-out;
    max-width: 100%;
    width: 100%;
}

.hv-multi-cards-opt2 .multi-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 1;
}

.hv-multi-cards-opt2 .multi-card:hover .multi-card-img img {
    transform: scale(1.1);
}

.hv-multi-cards-opt2 .multi-card:hover .multi-card-img.no-hover img {
    transform: none;
}

.hv-multi-cards-opt2 .multi-card .multi-card-content {
    background: #fff;
    padding: 20px 15px 25px;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
    .hv-multi-cards-opt2 .multi-card .multi-card-content {
        height: auto !important;
    }
}

.hv-multi-cards-opt2 .multi-card .multi-card-content p {
    font-size: 18px;
    padding-left: 15px;
    border-left: 2px solid #c00;
    min-height: 108px;
}
.hv-double-cta-banner {
    padding: 100px 0;
}
.hv-multi-cards-opt2 .multi-card .multi-card-content .c-link {
    margin-top: 10px;
    /* position: absolute;
    bottom: 15px; */
}

@media (max-width: 575px) {
    .hv-multi-cards-opt2 .multi-card .multi-card-content .c-link {
        position: static;
    }
}

.hv-multi-cards-opt3 .multi-card-wrapper {
    padding: 0 3px;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card {
    margin-top: 15px;
    overflow: hidden;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-img {
    overflow: hidden;
    position: relative;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-img img {
    transition: all 0.5s ease-in-out;
    max-width: 100%;
    width: 100%;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-img .card-video-icon {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-img .card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-img .card-video-icon .centered svg {
    fill: #fff;
    stroke: #fff;
    width: 60px;
    height: 60px;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card:hover .multi-card-img:after {
    background: rgba(0, 0, 0, 0);
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card:hover .multi-card-img img {
    transform: scale(1.1);
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-content {
    background: #fff;
    padding: 30px 45px 65px;
    border: 1px solid #f2f2f2;
    border-top: 0;
    position: relative;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-content:after {
    content: "";
    position: absolute;
    left: 45px;
    width: 40px;
    height: 4px;
    background: #c00;
    top: 0;
}

@media (max-width: 991px) {
    .hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-content {
        padding: 30px 25px 25px;
    }

    .hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-content:after {
        left: 25px;
    }
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-content p {
    font-size: 18px;
    line-height: normal;
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-content .c-link {
    position: absolute;
    bottom: 25px;
}

@media (max-width: 991px) {
    .hv-multi-cards-opt3 .multi-card-wrapper .multi-card .multi-card-content .c-link {
        position: static;
    }
}

.hv-multi-cards-opt3 .multi-card-wrapper .multi-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.hv-multi-cards-opt4.greybg {
    background: #f6f6f6;
}

.hv-multi-cards-opt4 .col-left-header {
    min-height: 316px;
    margin-top: 30px;
    padding-right: 45px;
}

@media (max-width: 991px) {
    .hv-multi-cards-opt4 .col-left-header {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .hv-multi-cards-opt4 .col-left-header {
        min-height: auto;
        height: auto;
    }
}

.hv-multi-cards-opt4 .col-left-header h3 {
    position: relative;
    font-size: 1.875rem;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 15px;
}

.hv-multi-cards-opt4 .col-left-header h3:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #c00;
}

.hv-multi-cards-opt4 .col-left-header .c-btn {
    margin-right: 0;
}

@media all and (-ms-high-contrast: none) {
    .hv-multi-cards-opt4 .col-left-header {
        height: 316px;
    }
}

.hv-multi-cards-opt4 .multi-card-wrapper {
    position: relative;
    margin-top: 30px;
    min-height: 316px;
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.hv-multi-cards-opt4 .multi-card-wrapper:hover .multi-card-bg {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .hv-multi-cards-opt4 .multi-card-wrapper:hover .multi-card-bg {
        transform: none;
    }
}

.hv-multi-cards-opt4 .multi-card-wrapper:hover .multi-card-content {
    bottom: 0;
}

.hv-multi-cards-opt4 .multi-card-wrapper:hover .multi-card-content .c-btn {
    opacity: 1;
    visibility: visible;
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content {
    position: absolute;
    bottom: -25px;
    padding: 20px 20px 25px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content {
        bottom: 0;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content svg.icon {
    width: 60px;
    height: 60px;
    fill: #fff;
    margin-bottom: 10px;
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content h3 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content .c-btn {
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 19px;
    padding-right: 19px;
}

@media (max-width: 991px) {
    .hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content .c-btn {
        opacity: 1;
        visibility: visible;
    }
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content .c-btn svg {
    fill: #fff;
}

.hv-multi-cards-opt4 .multi-card-wrapper .multi-card-content .c-btn:hover {
    background: #c00;
    color: #fff;
    border-color: #c00;
}

.hv-pentaho-steps {
    margin: 60px 0 180px;
    position: relative;
    background: #f2f2f2;
}

@media (max-width: 767px) {
    .hv-pentaho-steps {
        padding: 50px 0;
        margin-bottom: 70px;
    }
}

.hv-pentaho-steps .hv-pantaho-container {
    height: 300px;
    position: relative;
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hv-pentaho-steps .hv-pantaho-container {
        height: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-pentaho-steps .hv-pantaho-container {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .hv-pentaho-steps .hv-pantaho-container {
        height: auto;
    }
}

.hv-pentaho-steps .hv-pantaho-container.img-left .patent-order1 {
    order: 2;
}

.hv-pentaho-steps .hv-pantaho-container.img-left .patent-order2 {
    order: 1;
}

.hv-pentaho-steps .hv-pantaho-container h3 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-pentaho-steps .hv-pantaho-container h3 {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-pentaho-steps .hv-pantaho-container h3 {
        margin-bottom: 5px;
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .hv-pentaho-steps .hv-pantaho-container h3 {
        font-size: 1.5rem;
    }
}

.hv-pentaho-steps .hv-pantaho-container .mobile-visible {
    display: none;
}

@media (max-width: 767px) {
    .hv-pentaho-steps .hv-pantaho-container .desktop-visible {
        display: none;
    }

    .hv-pentaho-steps .hv-pantaho-container .mobile-visible {
        display: block;
    }
}

.hv-pentaho-steps .hv-pantaho-container .pentaho-content .c-btn {
    display: inline-block;
    margin-top: 25px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-pentaho-steps .hv-pantaho-container .pentaho-content .c-btn {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-pentaho-steps .hv-pantaho-container .pentaho-content .c-btn {
        margin-top: 5px;
    }
}

.hv-pentaho-steps .hv-pantaho-container .pentaho-content .steps {
    padding-left: 20px;
}

.hv-pentaho-steps .hv-pantaho-container .pentaho-content .steps li {
    list-style-type: decimal;
    margin: 10px 0;
}

.hv-pentaho-steps .hv-pantaho-container .pentaho-content .steps li a {
    color: #c00;
}

.hv-pentaho-steps .hv-pantaho-container .pentaho-image {
    position: absolute;
    top: -190px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-pentaho-steps .hv-pantaho-container .pentaho-image {
        top: -150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-pentaho-steps .hv-pantaho-container .pentaho-image {
        top: -110px;
    }
}

@media (max-width: 767px) {
    .hv-pentaho-steps .hv-pantaho-container .pentaho-image {
        position: static;
        margin: 30px 0 0;
    }
}

.hv-pentaho-steps .hv-pantaho-container .pentaho-image img {
    width: 100%;
}

.hv-specifications .accr-content-wrap {
    margin-bottom: 15px;
    font-family: 'Helvetica Neue LT Std';
}

.hv-specifications .download-link {
    text-transform: none !important;
    font-weight: 500 !important;
    margin-left: 20px;
    margin-right: 0px !important;
}

.hv-specifications .download-link svg {
    fill: #000 !important;
}

.hv-specifications .download-link:hover svg {
    transform: translate(0, 0) !important;
}

.hv-specifications .print-btn {
    text-align: right;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 15px;
    display: block;
}

.hv-specifications .print-btn a {
    color: #000;
    text-decoration: none;
}

.hv-specifications .print-btn a img {
    padding-right: 5px;
    max-width: 24px;
}

.hv-specifications .print-btn a:hover {
    color: #c00;
}

.hv-specifications ul>li {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
}

.hv-specifications ul li:first-child .mspecwrapper {
    display: block;
}

.hv-specifications ul li .mspecwrapper {
    margin-bottom: 30px;
    display: none;
}

.hv-specifications .accr-tab {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: flex;
    border-bottom: none;
    padding: 15px 30px 15px 15px;
    align-items: center;
    background-color: #051c2c;
    border-radius: 5px;
    position: relative;
    justify-content: space-between;
}

.hv-specifications .accr-tab .c-btn {
    cursor: pointer;
    margin-left: 10px !important;
    padding: 10px;
}

.hv-specifications .accr-tab .arrow {
    display: inline-block;
    box-sizing: border-box;
    display: inline-block;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 2px 2px 0px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
}

.hv-specifications .accr-tab.active {
    font-weight: 600;
    color: #000;
    background-color: #051c2c;
    color: #fff;
    font-weight: 400;
    padding: 15px 30px 15px 15px;
    border-radius: 5px 5px 0px 0px;
}

.hv-specifications .accr-tab.active .arrow {
    border-color: #fff;
    transform: translateY(-50%) rotate(225deg);
    top: 50%;
}

.hv-specifications .spec-content-container .spectabcontentv1:first-child .spec-tab-content {
    display: none;
}

.hv-specifications .spec-tab-content {
    display: none;
}

.hv-specifications .spec-tab-content .tech-specs {
    border: 1px solid #f2f2f2;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 1px 4px 1px #dedede;
}

.hv-specifications .spec-tab-content .tech-specs tr th {
    background-color: #051c2c;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    border-top-left-radius: 5px;
}

.hv-specifications .spec-tab-content .tech-specs tr td {
    padding: 30px 20px;
    font-size: 0.875rem;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    max-width: 50px;
    position: relative;
    line-height: 1.5;
}

.hv-specifications .spec-tab-content .tech-specs tr td:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    left: -1px;
    border: 11px solid transparent;
    border-left-color: #dedede;
    top: 39%;
}

.hv-specifications .spec-tab-content .tech-specs tr td:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    left: -1px;
    border: 10px solid transparent;
    border-left-color: #fff;
    top: 40%;
}

.hv-specifications .spec-tab-content .tech-specs tr td:first-child:before {
    content: none;
}

.hv-specifications .spec-tab-content .tech-specs tr td:first-child:after {
    content: none;
}

.hv-specifications .spec-tab-content .tech-specs tr td.col-title {
    font-weight: 600;
}

.hv-specifications .spec-tab-content .tech-specs tr td.col-desc {
    color: #c00;
    text-align: center;
}

.hv-specifications .spec-tab-content .tech-specs tr td.col-desc .red-circle {
    background: #c00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
}

.hv-specifications .spec-tab-content .tech-specs tr td.col-desc .tick {
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
}

.hv-specifications .spec-tab-content .tech-specs tr td.col-desc .tick:after {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    border: solid #c00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hv-specifications .spec-tab-content .tech-specs tr td.col-desc a .icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.hv-specifications .spec-tab-content .tech-specs tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

.hv-specifications .spec-tab-content .tech-specs tr:nth-of-type(even) td:after {
    border-left-color: #f2f2f2;
}

.hv-specifications .spec-tab-content .tech-specs tr:nth-of-type(odd) {
    background-color: #fff;
}

.hv-specifications .spec-tab-content .tech-sub-list {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
}

.hv-specifications .spec-tab-content .tech-sub-list h3 {
    color: #c00;
    font-size: 1.125rem;
    font-weight: 600;
}

.hv-specifications .spec-tab-content .tech-sub-list p {
    color: #333;
    font-size: 0.875rem;
}

.hv-specifications .spec-tab-content .tech-sub-list a {
    border-bottom: none;
    padding: 0;
}

.hv-specifications .spec-tab-content .s-title {
    background-color: #051c2c;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hv-specifications .foot-note {
    padding-top: 30px;
    line-height: 1.5;
}

.hv-specifications .foot-note p {
    font-size: 0.875rem;
    font-weight: 600;
}

.hv-specifications .cta {
    text-align: center;
    display: none;
}

.hv-specifications.spec-detail .spec-tab-content {
    display: block;
}

.hv-specifications.spec-detail .print-btn {
    display: none;
}

@media (max-width: 767px) {
    .hv-specifications .spec-tab-content .tech-specs tr th {
        display: none;
    }

    .hv-specifications .spec-tab-content .tech-specs tr td {
        padding: 10px;
        font-size: 0.75rem;
    }

    .hv-specifications .spec-tab-content .tech-specs tr td:before {
        content: none;
    }

    .hv-specifications .spec-tab-content .tech-specs tr td:after {
        content: none;
    }

    .hv-specifications .spec-tab-content .tech-sub-list:first-child {
        padding-top: 20px;
    }

    .hv-specifications .spec-tab-content .tech-sub-list:last-child {
        border-bottom: none;
    }

    .hv-specifications .spec-tab-content .s-title {
        display: none;
    }

    .hv-specifications .foot-note p {
        font-size: 0.75rem;
        font-weight: 500;
    }

    .specification-info-ar {
        margin-bottom: 30px;
    }

    .hv-specifications.spec-detail .spec-tab-content .s-title {
        display: block;
    }

    .hv-specifications.spec-detail .spec-tab-content .tech-specs tr th {
        display: block;
    }
}

@media print {
    .hv-specifications .spec-tab-content .s-title {
        font-size: 20px;
        font-weight: bold;
        margin-top: 15px;
        color: #000 !important;
    }

    .hv-specifications .spec-tab-content .tech-specs tr th {
        font-size: 20px;
        font-weight: bold;
        margin-top: 15px;
        color: #000 !important;
    }

    .hv-specifications .spec-tab-content .tech-sub-list a.c-link {
        display: none;
    }
}

.hv-contact-banner {
    background-repeat: no-repeat;
    background-size: cover !important;
    display: flex;
    align-items: center;
    height: auto;
    background-color: #051c2c;
    background-position: center;
    padding: 100px 0 150px;
    position: relative;
}

@media (min-width: 992px) {
    .hv-contact-banner {
        min-height: 95vh;
    }
}

@media (max-width: 767px) {
    .hv-contact-banner {
        padding: 70px 0 40px;
    }
}

.hv-contact-banner h1 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #fff;
}

.hv-contact-banner .cmmn-content {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .hv-contact-banner .cmmn-content {
        padding: 0;
        text-align: left;
    }
}

.hv-contact-banner .cmmn-content .svg-icon svg {
    width: 60px;
    height: 60px;
    fill: #fff;
    margin-bottom: 20px;
}

.hv-contact-banner .cmmn-content h3 {
    color: #fff;
    font-size: 1.375rem;
}

.hv-contact-banner .cmmn-content p {
    color: #fff;
    font-size: 0.875rem;
}

.hv-contact-banner .cmmn-content p a {
    color: #fff;
    cursor: auto;
}

.hv-contact-banner .cmmn-content p a:hover {
    text-decoration: none;
}

.hv-contact-banner .cmmn-content .contact-links {
    margin: 2rem 0rem 0rem 0;
}

.hv-contact-banner .cmmn-content .contact-links a {
    display: block;
    margin: 12px 0;
}

.hv-contact-corphead {
    background-repeat: no-repeat;
    background-size: cover !important;
    display: flex;
    align-items: center;
    height: auto;
    background-position: center;
    background: #fbfafa;
    padding: 150px 0;
}

@media (min-width: 992px) {
    .hv-contact-corphead {
        height: 95vh;
    }
}

@media (max-width: 767px) {
    .hv-contact-corphead {
        padding: 70px 0 0;
    }
}

.hv-contact-corphead .corphead-title {
    margin: 0rem 0rem 3rem 0;
}

.hv-contact-corphead .corphead-title .sub-heading {
    font-weight: 300;
}

.hv-contact-corphead .corphead-picture {
    width: 90%;
}

.hv-contact-corphead .corphead-picture img {
    width: 100%;
}

.hv-contact-corphead .txt-wrap {
    padding: 3rem 0;
}

.hv-contact-corphead .txt-wrap h3 {
    font-size: 1.5rem;
}

.hv-contact-corphead .txt-wrap p a {
    color: #333;
    cursor: auto;
    text-decoration: none;
}

@media (min-width: 992px) {
    .hv-contact-corphead .txt-wrap {
        padding: 0;
    }
}

.hv-contact-corphead .txt-wrap .contact-numbers {
    margin: 2rem 0;
}

.hv-contact-corphead .txt-wrap .contact-numbers p {
    margin: 0.3rem 0;
    font-weight: 300;
}

.hv-contact-corphead .txt-wrap .contact-numbers a {
    margin: 1rem 0 0 0;
    display: block;
}

.hv-contact-corphead .txt-wrap .contact-numbers a.contact-number {
    color: #333;
    display: inline-block;
    cursor: auto;
    margin: 0;
}

.hv-contact-corphead .txt-wrap .contact-numbers a.contact-number:hover {
    text-decoration: none;
}

.hv-contact-cards {
    background-repeat: no-repeat;
    background-size: cover !important;
    display: flex;
    align-items: center;
    height: auto;
    background-position: center;
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .hv-contact-cards {
        height: 95vh;
    }
}

.hv-contact-cards .cmmn-contct-card {
    background-color: #fff;
    padding: 3rem 2rem 3rem 2rem;
    border: 1px solid transparent;
    transition: 0.4s ease-out;
    margin: 0.5rem 0;
}

@media (max-width: 991px) {
    .hv-contact-cards .cmmn-contct-card {
        border: 1px solid #c00;
        padding: 2rem 2rem 2rem 2rem;
    }
}

@media (min-width: 992px) {
    .hv-contact-cards .cmmn-contct-card {
        margin: 0 auto;
    }
}

.hv-contact-cards .cmmn-contct-card h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

.hv-contact-cards .cmmn-contct-card p {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0rem 0rem 3rem 0rem;
}

.hv-contact-cards .cmmn-contct-card a {
    display: block;
    margin: 0.8rem 0;
    font-weight: 600;
}

.hv-contact-cards .cmmn-contct-card:hover {
    border: 1px solid #c00;
    transition: 0.4s ease-in;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(clientlib-hv-min/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(clientlib-hv-min/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(clientlib-hv-min/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(clientlib-hv-min/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(clientlib-hv-min/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(clientlib-hv-min/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(clientlib-hv-min/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}

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

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.003;
    filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

.hv-event-webcast {
    position: relative;
}

.hv-event-webcast .custom-tabs {
    position: absolute;
    top: -39px;
    z-index: 1;
}

.hv-event-webcast .custom-tabs ul li {
    float: left;
}

@media (max-width: 767px) {
    .hv-event-webcast .custom-tabs ul li {
        font-size: 0.875rem;
    }
}

.hv-event-webcast .custom-tabs ul li a {
    border: 2px solid #f2f2f2;
    color: #000;
    background: #fff;
    padding: 18px 30px;
    text-decoration: none;
    border-bottom: none;
}

@media (max-width: 767px) {
    .hv-event-webcast .custom-tabs ul li a {
        padding: 20px 10px;
    }
}

.hv-event-webcast .custom-tabs ul li.active {
    margin-top: -6px;
}

@media (max-width: 767px) {
    .hv-event-webcast .custom-tabs ul li.active {
        margin-top: -4px;
    }
}

.hv-event-webcast .custom-tabs ul li.active a {
    color: #c00;
    background-color: #f2f2f2;
    border-top: 2px solid #c00;
    font-weight: 600;
    padding: 25px 30px;
}

@media (max-width: 767px) {
    .hv-event-webcast .custom-tabs ul li.active a {
        padding: 25px 10px;
    }
}

.hv-event-webcast .tab-content-container .tab-content {
    display: none;
}

.hv-event-webcast .tab-content-container .tab-content:first-child {
    display: block;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .row {
    align-items: center;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker {
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar {
    float: left;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar.left {
    margin-right: 15px;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar strong {
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    padding-right: 15px;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input {
    position: relative;
    float: left;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input label {
    display: none;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input input {
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px 10px 40px;
    background: transparent;
    border-radius: 2px;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input input::-moz-placeholder {
    color: #333;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input input::placeholder {
    color: #333;
}

@media (max-width: 991px) {
    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input input {
        width: 120px;
    }
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input:after {
    content: "";
    position: absolute;
    background: url("../../../content/dam/public/en_us/image/common/calender-icon.jpg");
    left: 15px;
    top: 12px;
    width: 11px;
    height: 14px;
    background-repeat: no-repeat;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters {
    float: right;
}

@media (max-width: 767px) {

    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters,
    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .e-region-label,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .e-lang-label,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .e-region-label,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .e-lang-label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {

    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .e-region-label,
    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .e-lang-label,
    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .e-region-label,
    .hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .e-lang-label {
        margin-top: 0;
    }
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters label,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters label {
    display: none;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .select-style,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .select-style {
    width: 130px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .select-style:after,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .select-style:after {
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    border-color: #c00;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .select-style select,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .select-style select {
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    padding-bottom: 5px;
    padding-left: 3px;
    border-bottom: 1px solid #dedede;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .select-style select option,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .select-style select option {
    background-color: #f2f2f2;
    line-height: 20px;
    font-size: 18px;
    padding: 20px;
}

.hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .select-style select:focus,
.hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .select-style select:focus {
    outline: none;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list {
    padding: 40px 0;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li {
    font-size: 18px;
    position: relative;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li a.event-link {
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #dcd7db;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li a.event-link .arrow {
        display: inline-block;
        box-sizing: border-box;
        display: inline-block;
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border-style: solid;
        border-color: #333333;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 18px;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li a.event-link.active {
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li a.event-link.active .arrow {
        transform: rotate(225deg);
        top: 22px;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li.active a {
    font-weight: 600;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li .meventwrapper {
        display: none;
    }

    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list ul li:first-child .meventwrapper {
        display: block;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list .clear-results {
    text-align: center;
    padding-top: 30px;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-cat-list .clear-results .c-btn {
    display: block;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .tab-listing {
        display: none;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .error-message {
    display: none;
    text-align: center;
    padding: 100px 0;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item {
    padding: 20px 0;
    border-bottom: 2px solid #dcd7db;
    margin-bottom: 20px;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info {
    display: flex;
    align-items: center;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-date {
    border: 1px solid #dcd7db;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    color: #c00;
    font-weight: 600;
    font-size: 1.5rem;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-date {
        font-size: 1.25rem;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-date .event-mnth {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-date .event-mnth {
        font-size: 0.875rem;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 {
        font-size: 18px;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 a {
    color: #000;
    text-decoration: none;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 a .hv-arrows {
    transform: rotate(315deg);
    height: 12px;
    width: 12px;
    position: relative;
    left: 5px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 a .hv-arrows {
        height: 8px;
        width: 8px;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 a svg.external {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 a:hover {
    color: #c00;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 a:hover .hv-arrows {
    border-color: #c00;
    left: 10px;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info h2 a:hover svg.external {
    fill: #c00;
    margin-left: 10px;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info .other-info ul li {
    float: left;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info .other-info ul li {
        float: none;
        padding: 0;
        font-size: 0.875rem;
    }
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-sub-info .other-info ul li:first-child {
    padding-left: 0;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-content {
    padding: 20px 0;
}

.hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-content .event-author {
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 5px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    border: none;
    top: 5px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-230deg);
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    content: "";
    position: absolute;
    right: 5px;
    top: 15px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    transform: rotate(-230deg);
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    transform: rotate(-45deg);
}

.mac .hv-event-webcast .tab-content-container .tab-content .event-date-panel .daterangepicker .calendar .daterangepicker_input input {
    padding: 12px 8px 8px 40px;
}

.mac .hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters,
.mac .hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters {
    min-width: 207px;
}

.mac .hv-event-webcast .tab-content-container .tab-content .event-date-panel .region-filters .select-style select,
.mac .hv-event-webcast .tab-content-container .tab-content .event-date-panel .lang-filters .select-style select {
    border-radius: 0;
}

.mac .hv-event-webcast .tab-content-container .tab-content .newsEvents-category-list .event-item .event-info .event-date {
    padding: 10px 15px 3px;
}

.hv-event-webcast-new {
    background-color: #f8f8f8;
    font-family: 'Helvetica Neue LT Std';
}

.hv-event-webcast-new .hv-section-heading2 {
    font-size: 48px;
    margin-bottom: 48px;
    display: block;
}

@media (max-width: 575px) {
    .hv-event-webcast-new .hv-section-heading2 {
        font-size: 36px;
        line-height: 40px;
    }
}

.hv-event-webcast-new #tabs-nav {
    display: flex;
    align-items: center;
    position: relative;
}

.hv-event-webcast-new #tabs-nav:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    width: 100%;
    background: #c00;
}

.hv-event-webcast-new #tabs-nav li {
    flex: 0 0 20%;
}

@media (max-width: 1024px) {
    .hv-event-webcast-new #tabs-nav li {
        flex: 0 0 25%;
    }
}

@media (max-width: 767px) {
    .hv-event-webcast-new #tabs-nav li {
        flex: 0 0 30%;
    }
}

@media (max-width: 767px) {
    .hv-event-webcast-new #tabs-nav li {
        flex: 0 0 30%;
    }
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-nav li {
        flex: 0 0 33.333%;
    }
}

.hv-event-webcast-new #tabs-nav li:not(:last-child) a {
    border-right: 2px solid #fff;
}

.hv-event-webcast-new #tabs-nav li a {
    width: 100%;
    height: 56px;
    background: #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}

.hv-event-webcast-new #tabs-nav li a:hover {
    color: #fff;
    background: #cc0000;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-nav li a {
        font-size: 14px;
        padding: 10px;
    }
}

.hv-event-webcast-new #tabs-nav li.active a {
    color: #fff;
    background: #cc0000;
}

.hv-event-webcast-new #tabs-content {
    background: #fff;
    padding: 40px;
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content {
        padding: 15px;
    }
}

.hv-event-webcast-new #tabs-content .tab-content {
    display: none;
}

.hv-event-webcast-new #tabs-content .tab-content.active {
    display: block;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList {
    margin-top: 40px;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox {
    display: flex;
    margin-bottom: 65px;
    align-items: flex-start;
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox {
        flex-direction: column;
        border: 1px solid #dbdbdb;
        margin-bottom: 30px;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-pic-box {
    flex: 0 0 25%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-pic-box {
        flex: 0 0 30%;
    }
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-pic-box {
        border: none;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-pic-box img {
    width: 100%;
    transition: 0.3s;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-pic-box:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox {
    flex: 0 0 75%;
    color: #000;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox {
        flex: 0 0 70%;
    }
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox {
        width: 100%;
        padding: 20px;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox h6 {
    font-size: 14px;
    font-weight: 450;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox h6 {
        margin-bottom: 12px;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox span {
    font-size: 14px;
    font-style: italic;
    font-weight: 450;
    color: #8e8e8e;
    display: inline-block;
    margin: 8px 0 15px;
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox span {
        display: none;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox p {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox p {
        display: none;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox .cbutton {
    margin-top: 20px;
    display: table;
    text-align: center;
    padding: 15px;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox .cbutton span {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.5px;
    margin: 0;
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox .cbutton span {
        display: none;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox .cbutton svg[aria-labelledby="arrow-link"] {
    fill: #000;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    display: none;
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox .cbutton svg[aria-labelledby="arrow-link"] {
        display: block;
    }
}

@media (max-width: 575px) {
    .hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .on-demand-contBox .on-demand-textBox .cbutton {
        background: none;
        box-shadow: none;
        border: 1px solid #c00;
        padding: 0;
        display: table;
        margin: 10px 0 0 auto;
        min-width: unset;
        padding: 8px;
    }
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .no-matched-result {
    color: #000;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .no-matched-result b {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    display: inline-block;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .no-matched-result p {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .on-demand-contList .no-matched-result .cbutton {
    margin-top: 25px;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .event-loadMore {
    text-align: center;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .event-loadMore .rMore {
    background-color: #d9d9d933;
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    color: #000;
}

.hv-event-webcast-new #tabs-content .webcast-tab-content .event-loadMore .rMore span.hv-arrows {
    margin-bottom: 2px;
}

.hv-event-webcast-new .filter-sec .res-filters-search {
    display: flex;
    align-items: end;
    margin-bottom: 21px;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box-label {
    margin-right: 25px;
    font-weight: 450;
}

@media (max-width: 767px) {
    .hv-event-webcast-new .filter-sec .res-filters-search .filters-box-label {
        font-size: 14px;
    }
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box {
    position: relative;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filterby {
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: right;
    position: relative;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filterby.active .hv-arrows {
    transform: rotate(-134deg) translate(-3px, -3px);
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filterby .hv-arrows {
    margin-bottom: 3px;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filterby .title {
    font-size: 18px;
    color: #333;
    font-weight: 450;
    display: inline-block;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filterby .title {
        font-size: 14px;
    }
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filterby.active .title {
    color: #c00;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section {
    width: 450px !important;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    margin-right: 15px;
    z-index: 999;
    top: 35px;
    display: none;
}

@media (max-width: 767px) {
    .hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section {
        width: 345px !important;
    }
}

@media (max-width: 575px) {
    .hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section {
        left: -80px;
    }
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list {
    background: #ffffff;
    padding: 50px 30px 40px;
    box-shadow: 0 2px 12px #bbb;
    position: relative;
    z-index: 10;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop {
    position: absolute;
    top: 20px;
    width: 14px;
    height: 14px;
    right: 28px;
    cursor: pointer;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:before,
.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:after {
    position: absolute;
    left: 6px;
    content: " ";
    height: 14px;
    width: 3px;
    background-color: #c00;
    top: 0;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:before {
    transform: rotate(45deg);
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .closeDrop:after {
    transform: rotate(-45deg);
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .cust-scroll {
    width: 100%;
    overflow: auto;
    height: 300px;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .flist .jspTrack {
    background: #eeeeee;
    border-radius: 3px;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .flist .jspTrack .jspDrag {
    background: #b4b4bc;
    border-radius: 3px;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul {
    list-style: none;
    padding: 0;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .flist ul li {
    width: 100%;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .show-results .sub-cat-btn-link {
    margin-top: 30px;
}

.hv-event-webcast-new .filter-sec .res-filters-search .filters-box>ul li .filters-section .filters-list .show-results .clear-result-tab {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    color: #cc0000;
    text-decoration: underline;
    margin-left: 10px;
}

.hv-event-webcast-new .filter-sec .tagList {
    display: none;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .hv-event-webcast-new .filter-sec .tagList {
        margin-bottom: 60px;
    }
}

.hv-event-webcast-new .filter-sec .tagList .sfilter {
    display: inline-block;
    width: calc(100% - 270px);
    height: 30px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .hv-event-webcast-new .filter-sec .tagList .sfilter {
        width: 100%;
    }
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight {
    min-height: 24px;
    display: inherit;
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby {
    display: inline;
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .label {
    color: #000;
    display: none;
    padding: 5px 25px 5px 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 450;
    line-height: 24px;
}

@media (max-width: 480px) {
    .hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .label {
        font-size: 12px;
    }
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .keyword-filter {
    color: #000;
    display: inline;
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword {
    font-size: 0.8125rem;
    font-weight: normal;
    color: #333;
    display: inline-block;
    margin: 0 15px 7px 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #d9d9d933;
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .ftxt {
    padding: 2px 5px 2px 10px;
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .hv-close {
    position: relative;
    top: 0;
    display: inline-block;
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .hv-close:before,
.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .groupedby .keyword-filter .filterKeyword .hv-close:after {
    height: 13px;
    width: 2px;
    top: 3px;
    background: #b4b4bc;
}

.hv-event-webcast-new .filter-sec .tagList .sfilter .sfheight .clear-results {
    display: none;
}

.hv-event-webcast-new .filter-sec .tagList .clear-results,
.hv-event-webcast-new .filter-sec .tagList .show-all-filters {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    color: #cc0000;
    text-decoration: underline;
    margin-left: 10px;
}

@media (max-width: 480px) {

    .hv-event-webcast-new .filter-sec .tagList .clear-results,
    .hv-event-webcast-new .filter-sec .tagList .show-all-filters {
        font-size: 12px;
    }
}

.hv-event-webcast-new .filter-sec .tagList #cta-filters {
    font-size: 0.8125em;
    position: absolute;
    top: 3px;
    right: 30px;
    display: none;
}

@media (max-width: 575px) {
    .hv-event-webcast-new .filter-sec .tagList #cta-filters {
        top: 33px;
        right: auto;
        left: 0;
    }
}

.hv-event-webcast-new .filter-sec .tagList #cta-filters.rem-style {
    position: relative;
    top: 0px;
    right: 0px;
}

.hv-webcast-detail {
    margin-top: -50px;
    position: relative;
    padding-bottom: 40px;
}

.hv-webcast-detail .info-box {
    padding: 0px 40px;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #c00;
    box-shadow: 0px 1px 4px 1px #dedede;
}

@media (max-width: 767px) {
    .hv-webcast-detail .info-box {
        padding: 20px;
    }
}

.hv-webcast-detail .info-box svg {
    width: 30px;
    height: 30px;
    fill: #c00;
    margin-right: 8px;
}

.hv-webcast-detail .info-box .infotxt {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

@media (max-width: 1160px) {
    .hv-webcast-detail .info-box .infotxt {
        font-size: 0.875rem;
    }
}

@media (max-width: 992px) {
    .hv-webcast-detail .info-box .infotxt {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .hv-webcast-detail .info-box .infotxt {
        font-size: 18px;
    }
}

.hv-webcast-detail .info-box .infotxt .ttip {
    position: relative;
    background-image: url("../../../content/dam/public/en_us/image/common/tooltip-ico.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
}

.hv-webcast-detail .info-box .infotxt .ttip:hover .ttiptext {
    visibility: visible;
}

.hv-webcast-detail .info-box .infotxt .ttip .ttiptext {
    visibility: hidden;
    width: 50px;
    background-color: #969696;
    color: #fff;
    text-align: center;
    bottom: 180%;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 1;
    border-radius: 6px;
    padding: 0px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede;
    -o-border-image: initial;
    border-image: initial;
}

.hv-webcast-detail .info-box .infotxt .ttip .ttiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #999999 transparent transparent transparent;
}

.hv-webcast-detail .info-box .left-list {
    padding: 30px 0;
}

@media (max-width: 767px) {
    .hv-webcast-detail .info-box .left-list {
        padding: 30px 15px 0;
    }
}

.hv-webcast-detail .info-box .right-list {
    padding: 30px 0px 30px 40px;
    text-align: left;
    border-left: 1px solid #dedede;
}

@media (max-width: 1160px) {
    .hv-webcast-detail .info-box .right-list {
        padding-left: 18px;
    }
}

@media (max-width: 767px) {
    .hv-webcast-detail .info-box .right-list {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left;
        border-left: none;
    }
}

@media (max-width: 992px) {
    .hv-webcast-detail .info-box .right-list {
        padding-left: 15px;
    }
}

.hv-webcast-detail .info-box .right-list ul li {
    display: block;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .hv-webcast-detail .info-box .right-list ul li {
        padding: 7px 0;
        border: none;
        display: block;
    }
}

.hv-webcast-detail .info-box .right-list ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.hv-webcast-detail .author-list .author-item {
    padding: 10px 40px;
    border-bottom: 1px solid #f2f2f2;
}

.hv-webcast-detail .author-list .author-item:last-child {
    border: none;
}

.hv-webcast-detail .author-list .author-item h2.heading2 {
    padding-bottom: 10px;
    font-size: 1.625rem;
}

.hv-webcast-detail .author-list .author-item .desg {
    font-size: 1.125rem;
    font-weight: 600;
}

.hv-webcast-desc {
    padding: 50px 0 0 0;
}

.hv-webcast-desc p {
    line-height: 1.4;
}

.hv-webcast-desc ul li {
    padding: 0 0 12px 15px;
    position: relative;
}

.hv-webcast-desc ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #cc0000;
}

.hv-webcast-desc .video-section {
    margin-top: 80px;
    text-align: center;
}

.hv-webcast-desc .webcast-poster {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 60px auto 0;
}

.hv-webcast-desc .webcast-poster .playvideo,
.hv-webcast-desc .webcast-poster .custom-playvideo {
    width: 100%;
    position: relative;
}

.hv-webcast-desc .webcast-poster .playvideo img,
.hv-webcast-desc .webcast-poster .custom-playvideo img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.hv-webcast-desc .webcast-poster .playvideo .vicon,
.hv-webcast-desc .webcast-poster .custom-playvideo .vicon {
    width: 161px;
    height: 160px;
    background: url("../../../content/dam/public/en_us/image/common/video-play-icon.png") no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -80px;
    display: block;
    text-indent: -9999px;
    z-index: 1;
}

.hv-webcast-desc .webcast-poster:hover .playvideo img {
    transform: scale(1.1);
}

.mac .hv-webcast-detail ul li:before {
    top: 4px;
}

.hv-webcast-detail.hv--new--webinar--detail {
    font-family: 'Helvetica Neue LT Std';
}

.hv-webcast-detail.hv--new--webinar--detail .info-box {
    background-color: #000000;
    border-bottom: unset;
    padding: 0px 25px;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box {
        padding: 0px 15px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .info-box svg {
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
    fill: #808080;
    stroke: #808080;
    margin-right: 25px;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box svg {
        width: 48px;
        flex: 0 0 48px;
        height: 48px;
        margin-right: 15px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .left-list {
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .left-list {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .left-list {
        padding: 20px 15px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .left-list .new--webinar--left--list--right .infotxt {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .left-list .new--webinar--left--list--right .infotxt {
        font-size: 22px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .left-list .new--webinar--left--list--right .desg {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0;
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .left-list .new--webinar--left--list--right .author-item {
    padding: 0px 0px;
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .left-list .author-list .author-item {
    padding: 0;
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .left-list .author-list .author-item .desg {
    font-size: 18px;
    font-weight: 500;
    padding: 2px 0;
    color: #fff;
}

@media (max-width: 1199px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .left-list .author-list .author-item .desg {
        font-size: 16px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .right-list {
    border: unset;
    padding: 30px 25px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .right-list {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .right-list {
        padding: 20px 15px 0;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .right-list ul li {
    padding: 2px 0;
    display: flex;
    align-items: center;
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .right-list .infotxt {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .right-list .infotxt {
        font-size: 22px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .right-list .infotxt .author-list {
    padding: 4px 0 0;
    font-size: 18px;
    font-weight: 500;
}

.hv-webcast-detail.hv--new--webinar--detail .info-box .right-list .text {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1199px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .right-list .text {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .info-box .right-list .text {
        font-size: 22px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc {
    padding-top: 60px;
}

.hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc .hv-section-heading2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 48px;
    color: #000;
    min-height: auto;
    justify-content: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc .hv-section-heading2 {
        margin-bottom: 38px;
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc .hv-section-heading2 {
        margin-bottom: 30px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc h5 {
    font-size: 24px;
    color: #000;
}

@media (max-width: 575px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc h5 {
        font-size: 20px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc p {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc p {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc p {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc picture {
        display: inline-block;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc picture {
        margin-bottom: 20px;
    }
}

.hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc picture img {
    width: calc(100% - 60px);
}

@media (max-width: 991px) {
    .hv-webcast-detail.hv--new--webinar--detail .hv-webcast-desc picture img {
        width: 100%;
    }
}

.hv-asset-pdf {
    overflow-x: hidden;
    text-align: center;
}

.hv-asset-pdf h1 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.hv-asset-pdf h1:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
    right: 0;
}

.hv-asset-pdf .disclaimer p {
    font-size: 0.75rem;
    font-style: italic;
}

.hv-asset-pdf .share-section {
    margin: 40px 0 10px;
    text-align: left;
}

.hv-asset-pdf .share-section .download-link {
    text-transform: none;
}

.hv-asset-pdf .share-section .download-link svg {
    margin-left: 0;
    height: 12px;
}

.hv-asset-pdf .share-section .download-link:hover svg {
    fill: #ae0000;
    transform: none;
}

.hv-asset-pdf .share-section .asset-share {
    float: right;
}

.hv-asset-pdf .share-section .asset-share .share-text {
    float: left;
    margin-right: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    padding-top: 8px;
}

@media (max-width: 480px) {
    .hv-asset-pdf .share-section .asset-share .share-text {
        padding-top: 0;
        float: none;
        margin-bottom: 10px;
    }
}

.hv-asset-pdf .share-section .asset-share .share-icons {
    float: right;
}

.hv-asset-pdf .share-section .asset-share .share-icons a {
    margin-right: 5px;
}

.hv-asset-pdf .share-section .asset-share .share-icons a:hover svg .normal {
    opacity: 0;
}

.hv-asset-pdf .share-section .asset-share .share-icons a:hover svg .active {
    opacity: 1;
}

.hv-asset-pdf .share-section .asset-share .share-icons a svg {
    width: 30px;
    height: 30px;
}

.hv-asset-pdf .share-section .asset-share .share-icons a svg .active {
    opacity: 0;
}

.hv-asset-pdf #pdf-viewer {
    margin-top: 30px;
    min-height: 500px;
    position: relative;
}

.hv-asset-pdf #pdf-viewer canvas {
    width: 100%;
}

.hv-asset-pdf .bottom-container {
    border-top: 2px solid #999;
}

.hv-asset-pdf .bottom-container .asset-cat-list {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 60px;
}

.hv-asset-pdf .bottom-container .asset-cat-list h3 {
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

@media (max-width: 480px) {
    .hv-asset-pdf .bottom-container .asset-cat-list ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.hv-asset-pdf .bottom-container .asset-cat-list ul li {
    float: left;
    padding: 0 10px 0 0;
    color: #333;
}

.hv-asset-pdf .bottom-container .asset-cat-list ul li a {
    text-decoration: underline;
    color: #333;
}

.hv-asset-pdf .bottom-container .asset-cat-list ul li a:hover {
    color: #c00;
}

.hv-asset-podcast {
    padding: 120px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f2f2f2;
}

.hv-asset-podcast .podcast-left .podcast-content .podcast-date {
    color: #6ec9cd;
    font-weight: 400;
}

.hv-asset-podcast .podcast-left .podcast-content .heading1 {
    font-size: 2.625rem;
    font-weight: 700;
    margin: 15px 0;
    color: #000;
}

.hv-asset-podcast .podcast-left audio {
    width: 100%;
    background: #dedede;
    margin: 10px 0 0;
}

.hv-asset-podcast .podcast-left audio:focus {
    outline: 0;
}

.hv-asset-podcast .podcast-left .c-link {
    display: block;
    margin-top: 30px;
}

.hv-asset-podcast .podcast-left .c-link:hover svg {
    transform: none;
}

.hv-asset-podcast .podcast-right {
    padding-top: 30px;
    padding-bottom: 20px;
}

.hv-asset-podcast .podcast-right .img-fluid {
    width: 80%;
}

.hv-asset-podcast .podcast-right h4 {
    margin: 50px 0 15px;
    font-weight: 600;
    color: #000;
    font-size: 1.25rem;
}

.hv-asset-podcast .podcast-right h4 span {
    display: block;
}

.hv-asset-podcast .podcast-right .listen-links {
    margin-top: 20px;
}

.hv-asset-podcast .podcast-right .listen-links li {
    margin-right: 20px;
    display: inline-block;
}

.hv-asset-podcast .podcast-right .listen-links li a img {
    width: 40px;
    transition: 0.3s ease-in;
}

.hv-asset-podcast .podcast-right .listen-links li a:hover img {
    transform: scale(1.1);
}

.hv-asset-podcast .audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 0 16px;
    width: 100%;
    height: 72px;
    align-items: center;
    border-radius: 5px;
    background: #dedede;
    max-width: 760px;
}

.hv-asset-podcast .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #c00;
}

.hv-asset-podcast .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: "";
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 9px solid transparent;
    border-right: none;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
}

.hv-asset-podcast .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #999;
}

.hv-asset-podcast .audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.hv-asset-podcast .audioplayer-playing .audioplayer-playpause {
    border: 1px solid #c00;
}

.hv-asset-podcast .audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}

.hv-asset-podcast .audioplayer-playing .audioplayer-playpause a {
    content: "";
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.hv-asset-podcast .audioplayer-playing .audioplayer-playpause a::before {
    content: "";
    width: 4px;
    height: 14px;
    background-color: #c00;
}

.hv-asset-podcast .audioplayer-playing .audioplayer-playpause a::after {
    content: "";
    width: 4px;
    height: 14px;
    background-color: #c00;
}

.hv-asset-podcast .audioplayer-time {
    display: flex;
    width: 40px;
    justify-content: center;
    font-size: 0.75rem;
    color: #333;
    position: relative;
    top: 18px;
}

.hv-asset-podcast .audioplayer-time-current {
    margin-left: 0px;
    left: 30px;
}

.hv-asset-podcast .audioplayer-time-duration {
    margin-right: 0px;
    right: 35px;
}

.hv-asset-podcast .audioplayer-bar {
    position: relative;
    display: flex;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

.hv-asset-podcast .audioplayer-bar::before {
    content: "";
    position: absolute;
    top: 5px;
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.hv-asset-podcast .audioplayer-bar>div {
    position: absolute;
    left: 0;
    top: 5px;
}

.hv-asset-podcast .audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 4px;
    background: #000;
}

.hv-asset-podcast .audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: "";
    box-sizing: border-box;
    top: -5px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #999;
    border-radius: 6px;
}

.hv-asset-podcast .audioplayer-volume {
    display: flex;
    align-items: center;
}

.hv-asset-podcast .audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.hv-asset-podcast .audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #c00;
    position: relative;
}

.hv-asset-podcast .audioplayer-volume-button a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 11px solid #c00;
    border-bottom: 9px solid transparent;
    border-left: none;
    top: -5px;
}

.hv-asset-podcast .audioplayer-volume-button a:after {
    content: "";
    position: absolute;
}

.hv-asset-podcast .audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 11px solid #c00;
}

.hv-asset-podcast .audioplayer-volume-adjust {
    display: flex;
    align-items: center;
}

.hv-asset-podcast .audioplayer-volume-adjust>div {
    position: relative;
    display: flex;
    width: 60px;
    height: 4px;
    cursor: pointer;
    background-color: #fff;
}

.hv-asset-podcast .audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #000;
}

.hv-audio-card {
    margin: 30px 0px;
}

.hv-audio-card .hv-audio-container {
    --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    position: relative;
    width: 100%;
    max-width: 760px;
    background: #000000;
    padding: 20px;
}

.hv-audio-card .hv-audio-container audio {
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    top: 0;
}

.hv-audio-card .hv-audio-container input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 20px;
    float: left;
    outline: none;
    background: transparent;
}

.hv-audio-card .hv-audio-container input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: linear-gradient(to right,
        rgba(0, 125, 181, 0.6) var(--buffered-width),
        rgba(0, 125, 181, 0.2) var(--buffered-width));
    background: #707070;
}

.hv-audio-card .hv-audio-container input[type="range"]::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: var(--seek-before-width);
    height: 8px;
    background-color: #fff;
    cursor: pointer;
}

.hv-audio-card .hv-audio-container input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin: -6px 2px 0px 0;
    transform: scale(1.1);
}

.hv-audio-card .hv-audio-container input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background: #fff;
}

.hv-audio-card .hv-audio-container input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #fff;
}

.hv-audio-card .hv-audio-container input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
    background: #fff;
}

.hv-audio-card .hv-audio-container input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #707070;
}

.hv-audio-card .hv-audio-container input[type="range"]::-moz-range-progress {
    background-color: #fff;
    height: 8px;
}

.hv-audio-card .hv-audio-container input[type="range"]::-moz-focus-outer {
    border: 0;
}

.hv-audio-card .hv-audio-container input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #fff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: scale(1.1);
}

.hv-audio-card .hv-audio-container input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent;
}

.hv-audio-card .hv-audio-container input[type="range"]::-ms-fill-lower {
    background-color: #fff;
    height: 8px;
}

.hv-audio-card .hv-audio-container input[type="range"]::-ms-fill-upper {
    background: #707070;
}

.hv-audio-card .hv-audio-container input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #fff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: scale(1.1);
}

.hv-audio-card .hv-audio-container .hv-audio-controls {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls {
    display: inline-flex;
    color: #fff;
    align-items: center;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls #play-icon {
    margin-right: 15px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls #play-icon svg {
    width: 35px;
    height: 36px;
    fill: #cccccc;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls #play-icon:hover svg {
    fill: #ffffff;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls #play-icon.pauseState .pause-icon {
    display: none;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls #play-icon.playState .pause-icon {
    display: block;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls #play-icon.playState .play-icon {
    display: none;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls .hv-play-time {
    display: inline-flex;
    align-items: center;
    font-size: 21px;
    margin-top: 5px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .hv-left-controls .hv-play-time span {
    margin: 0px 5px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls #volume-output {
    display: none;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control {
    display: flex;
    max-width: 140px;
    align-items: center;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #mute-icon {
    margin-right: 10px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #mute-icon.unmuteState .unmute-icon {
    display: none;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #mute-icon.muteState .unmute-icon {
    display: block;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #mute-icon.muteState .mute-icon {
    display: none;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #track-volume {
    width: 100%;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #track-volume::-webkit-slider-runnable-track {
    background: #939393;
    height: 6px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #track-volume::-moz-range-track {
    background: #939393;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #track-volume::-ms-fill-upper {
    background: #939393;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control #track-volume::before {
    width: var(--volume-before-width);
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control input[type="range"] {
    height: 14px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control input[type="range"]::before {
    height: 6px;
    top: 4px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control input[type="range"]::-ms-fill-lower {
    background-color: #fff;
    height: 5px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control input[type="range"]:active::-webkit-slider-thumb {
    background: #fff;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control input[type="range"]::-moz-range-track {
    height: 5px;
    cursor: pointer;
    background: #939393;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control input[type="range"]::-moz-range-progress {
    background-color: #fff;
    height: 5px;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control button svg.icon {
    height: 25px;
    width: 25px;
    fill: #cccccc;
    transition: all 0.3s ease-in-out;
}

.hv-audio-card .hv-audio-container .hv-audio-controls .volume-control button svg.icon.mute-icon {
    fill: #ffffff;
}

.hv-audio-card .hv-audio-container .hv-audio-controls button {
    background: transparent;
    padding: 0px;
    display: flex;
    align-items: center;
    border: none;
}

.hv-audio-card .hv-audio-container .hv-audio-controls button:focus {
    border: none;
    outline: none;
}

.hv-audio-card .hv-audio-container .hv-audio-controls button:hover svg.icon {
    fill: #ffffff;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .hv-asset-podcast .podcast-left .podcast-content .heading1 {
        font-size: 1.875rem;
    }

    .hv-asset-podcast .podcast-right .img-fluid {
        width: 100%;
    }

    .hv-asset-podcast .podcast-right h4 {
        margin: 20px 0;
    }

    .hv-asset-podcast .audioplayer-playpause {
        width: 35px;
        height: 40px;
    }

    .hv-asset-podcast .audioplayer-volume-adjust {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-asset-podcast .podcast-left .podcast-content .heading1 {
        font-size: 1.875rem;
    }

    .hv-asset-podcast .podcast-right h4 {
        font-size: 1.25rem;
    }

    .hv-asset-podcast .podcast-right .listen-links li img {
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-asset-podcast .podcast-right .listen-links li {
        margin-right: 7px;
    }

    .hv-asset-podcast .podcast-right .listen-links li a img {
        width: 30px;
    }
}

.hv-asset-video {
    padding: 150px 0 100px;
    background: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -60px;
}

@media (max-width: 991px) {
    .hv-asset-video {
        margin-top: -75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-asset-video .heading2 {
        font-size: 1.25rem;
    }
}

.hv-asset-video p {
    margin: 20px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-asset-video p {
        font-size: 0.875rem;
        margin: 10px 0;
    }
}

.hv-asset-video img,
.hv-asset-video video {
    width: 100%;
}

.hv-asset-video .tags {
    margin-top: 15px;
}

.hv-asset-video .tags h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.hv-asset-video .tags a {
    display: inline-block;
    text-decoration: underline;
    color: #333;
}

.hv-asset-video .tags a:hover {
    color: #c00;
}

.back-to-page {
    font-size: 17px;
    margin-bottom: 20px;
    display: inline-flex;
    color: #000;
}

.back-to-page svg {
    width: 18px;
    height: 21px;
    margin-right: 5px;
}

.back-to-page:hover {
    color: #c00;
    text-decoration: none;
}

.back-to-page:hover svg {
    fill: #c00;
}

@media (max-width: 1024px) {
    .hv-podcast-host-image .host-image-wrapper {
        padding: 0 10px;
    }
}

.hv-podcast-host-image .host-image-wrapper .pr {
    padding: 0 5px;
}

.hv-podcast-host-image .host-image-wrapper .host-container {
    margin-top: 40px;
}

.hv-podcast-host-image .host-image-wrapper .host-container a {
    display: block;
}

.hv-podcast-host-image .host-image-wrapper .host-container a:hover {
    text-decoration: none;
}

.hv-podcast-host-image .host-image-wrapper .host-container a:hover img {
    transform: scale(1.05);
}

.hv-podcast-host-image .host-image-wrapper .host-container a .host-image {
    overflow: hidden;
}

.hv-podcast-host-image .host-image-wrapper .host-container a .host-image img {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.hv-podcast-host-image .host-image-wrapper .host-container a .host-info {
    padding: 15px;
    background: #051c2c;
    height: 120px;
    text-align: center;
}

@media (max-width: 767px) {
    .hv-podcast-host-image .host-image-wrapper .host-container a .host-info {
        height: auto;
    }
}

.hv-podcast-host-image .host-image-wrapper .host-container a .host-info .host-name {
    color: #fff;
}

@media (max-width: 1024px) {
    .hv-podcast-host-image .host-image-wrapper .host-container a .host-info .host-name {
        font-size: 1.25rem;
    }
}

.hv-podcast-host-image .host-image-wrapper .host-container a .host-info .host-designation {
    color: #fff;
}

.hv-podcast-host .host-card-content {
    margin: 30px 0;
}

.hv-podcast-host .host-card-content .host-card {
    margin: 15px 0;
    background: #fbfbfb;
    padding: 35px 15px;
    border-radius: 4px;
}

.hv-podcast-host .host-card-content .host-card h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.hv-podcast-host .host-card-content .host-card p {
    margin: 15px 0 0;
    color: #000;
}

.hv-podcast-tag {
    margin: 70px 0;
}

.hv-podcast-tag .tags {
    margin-top: 30px;
}

.hv-podcast-tag .tags li {
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 1.5;
}

.hv-podcast-tag .tags li a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
}

.hv-podcast-tag .tags li a:hover {
    color: #c00;
}

.hv-faq-opt1 {
    margin: 60px 0;
}

.hv-faq-opt1 .aExpand {
    color: #000;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
}

.hv-faq-opt1 .aExpand.active+content {
    display: block;
}

.hv-faq-opt1 .accordian-main {
    margin: 15px 0;
}

.hv-faq-opt1 .accordian-main .card-header {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 0px;
    padding: 0;
}

.hv-faq-opt1 .accordian-main .card-header a.alink {
    display: flex;
    padding: 15px 35px 15px 0px;
    text-decoration: none;
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 2px solid #000;
    transition: all 0.2s linear;
    justify-content: space-between;
    align-items: center;
}

.hv-faq-opt1 .accordian-main .card-header a.alink.active+.content {
    display: block;
}

.hv-faq-opt1 .accordian-main .card-header a.alink.active {
    border-bottom: none;
    color: #c00;
}

.hv-faq-opt1 .accordian-main .card-header a.alink.active span {
    transform: rotate(-135deg);
}

.hv-faq-opt1 .accordian-main .card-header a.alink.active span.hv-arrows {
    top: 25px;
}

.hv-faq-opt1 .accordian-main .card-header a.alink span {
    transition: 0.4s ease-in-out;
    margin-right: 15px;
}

.hv-faq-opt1 .accordian-main .card-header a.alink span.hv-arrows {
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0;
    top: 20px;
}

.hv-faq-opt1 .accordian-main .content {
    display: none;
    padding: 0;
}

.hv-faq-opt1 .accordian-main .content.active {
    border-bottom: 2px solid #c00;
}

.hv-faq-opt1 .accordian-main .content p {
    color: #000;
    line-height: 1.5;
}

.hv-faq-opt1 .accordian-main .content a {
    color: #c00;
}

.hv-faq-opt1 .accordian-main .content ul {
    margin-bottom: 15px;
}

.hv-faq-opt1 .accordian-main .content ul li {
    padding: 5px 15px;
    position: relative;
}

.hv-faq-opt1 .accordian-main .content ul li h3 {
    font-size: 18px;
    font-weight: 700;
    display: inline;
}

.hv-faq-opt1 .accordian-main .content ul li h4 {
    font-size: 18px;
    font-weight: 700;
    display: inline;
}

.hv-faq-opt1 .accordian-main .content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #cc0000;
}

.hv-faq-opt1 .accordian-main .content ul li ul {
    margin-left: 20px;
    margin-top: 5px;
}

.hv-faq-opt2 {
    background-repeat: no-repeat;
    background-position: bottom center;
}

.hv-faq-opt2 .container {
    max-width: 980px;
    margin: 0 auto;
}

.hv-faq-opt2 h4 {
    color: #000;
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.hv-faq-opt2 h4 a {
    color: #000;
    text-decoration: none;
}

.hv-faq-opt2 h4 a:hover {
    color: #c00;
}

.hv-faq-opt2 .box {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .hv-faq-opt2 .box {
        margin-top: 30px;
    }
}

.hv-faq-opt2 .box .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    fill: #c00;
}

@media (max-width: 767px) {
    .hv-faq-opt2 .box .icon {
        margin-bottom: 15px;
    }
}

.hv-faq-opt2 .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hv-faq-opt2 .box ul li {
    line-height: normal;
}

.hv-faq-opt2 .box ul li a {
    position: relative;
    color: #000;
    padding: 5px 0 5px 18px;
    position: relative;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
}

.hv-faq-opt2 .box ul li a:hover {
    color: #c00;
}

.hv-faq-opt2 .box ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #c00;
}

.hv-asset-card {
    background-color: #f2f2f2;
}

.hv-asset-card .news-video-container {
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

.hv-asset-card .news-video-container .video-wrapper {
    position: relative;
    height: 100%;
}

.hv-asset-card .news-video-container .video-wrapper img {
    width: 100%;
    height: 100%;
}

.hv-asset-card .news-video-container .video-wrapper .sus-video-icon {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
}

.hv-asset-card .news-video-container .video-wrapper .sus-video-icon svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.hv-asset-card .news-video-container .video-wrapper video {
    width: 100%;
}

.hv-asset-card .news-video-container .content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .hv-asset-card .news-video-container .content {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

.hv-asset-card .news-video-container .content h4 {
    font-size: 18px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.hv-asset-card .news-video-container .content h4:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #c00;
    left: 0;
    bottom: 0;
}

.hv-asset-card .news-video-container .content h3 {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .hv-asset-card .news-video-container .content h3 {
        margin-bottom: 15px;
    }
}

.hv-asset-card .news-video-container .content p {
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}

.hv-asset-card .news-video-container .content .c-link {
    font-family: 'Helvetica Neue LT Std';
}

.hv-asset-card .card-wrapper {
    margin: 2rem 0 0;
}

.hv-asset-card .card-wrapper .common-asset-card {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 15px 0 25px 15px;
    margin-bottom: 20px;
    position: relative;
    min-height: 290px;
}

.hv-asset-card .card-wrapper .common-asset-card a.c-link {
    position: absolute;
    bottom: 20px;
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-title {
    padding-right: 30px;
    font-weight: 600;
    font-size: 1.125rem;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-title {
        padding: 0rem 1rem 0rem 0rem;
    }
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-title .card-category {
    text-transform: uppercase;
    font-size: 0.875rem;
    position: relative;
    padding-bottom: 8px;
    font-weight: 500;
    margin-bottom: 8px;
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-title .card-category::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-picture {
    padding: 1rem;
}

@media (min-width: 768px) and (max-width: 99px) {
    .hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-picture {
        padding: 10px;
    }
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-picture svg {
    fill: #fff;
    width: 55px;
    height: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-picture svg {
        width: 35px;
        height: 30px;
    }
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-picture.black-bg {
    background-color: #000;
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-head .card-picture.red-bg {
    background-color: #c00;
}

.hv-asset-card .card-wrapper .common-asset-card .asset-card-content {
    padding: 0 2rem 0 0;
    font-weight: 300;
    font-size: 18px;
    margin: 10px 0 20px;
}

.hv-asset-card .card-wrapper .common-asset-card-updated {
    border: 1px solid #c00;
    border-radius: 4px;
    padding: 15px 0 25px 15px;
    margin-bottom: 20px;
    position: relative;
    min-height: 290px;
}

.hv-asset-card .card-wrapper .common-asset-card-updated a.c-link {
    position: absolute;
    bottom: 20px;
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-title {
    padding-right: 30px;
    font-weight: 600;
    font-size: 1.125rem;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-title {
        padding: 0rem 1rem 0rem 0rem;
    }
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-title .card-category {
    text-transform: uppercase;
    font-size: 0.875rem;
    position: relative;
    padding-bottom: 8px;
    font-weight: 500;
    margin-bottom: 8px;
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-title .card-category::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-picture {
    padding: 1rem;
}

@media (min-width: 768px) and (max-width: 99px) {
    .hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-picture {
        padding: 10px;
    }
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-picture svg {
    fill: #fff;
    width: 55px;
    height: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-picture svg {
        width: 35px;
        height: 30px;
    }
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-picture.black-bg {
    background-color: #000;
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-head .card-picture.red-bg {
    background-color: #c00;
}

.hv-asset-card .card-wrapper .common-asset-card-updated .asset-card-content {
    padding: 0 2rem 0 0;
    font-weight: 300;
    font-size: 18px;
    margin: 10px 0 20px;
}

.hv-cust-stories-tab .hv-cust-wrapper {
    position: relative;
    margin-top: 30px;
}

.hv-cust-stories-tab .hv-cust-wrapper .gallery-section .gallery-item {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 90px;
    position: relative;
    display: none;
}

.hv-cust-stories-tab .hv-cust-wrapper .gallery-section .gallery-item:first-child {
    display: block;
}

@media (max-width: 991px) {
    .hv-cust-stories-tab .hv-cust-wrapper .gallery-section .gallery-item {
        min-height: 400px;
        padding: 150px 50px;
    }
}

@media (max-width: 767px) {
    .hv-cust-stories-tab .hv-cust-wrapper .gallery-section .gallery-item {
        padding: 100px 30px;
    }
}

.hv-cust-stories-tab .hv-cust-wrapper .gallery-section .gallery-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 78%);
}

.hv-cust-stories-tab .hv-cust-wrapper .gallery-section .gallery-item .content {
    max-width: 500px;
    position: relative;
}

.hv-cust-stories-tab .hv-cust-wrapper .gallery-section .gallery-item .content p {
    color: #fff;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal {
    position: absolute;
    bottom: 0;
    left: 90px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 767px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal {
        padding-right: 1px;
    }
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .thumb-items {
    background: #fff;
    border: 1px solid #000;
    padding: 10px 15px;
    min-width: 190px;
    height: 80px;
    cursor: pointer;
    transition: all 0.5s ease;
}

@media (max-width: 1024px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .thumb-items {
        min-width: 176px;
    }
}

@media (max-width: 991px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .thumb-items {
        flex: 1 1 0;
        min-width: auto;
        height: 70px;
    }
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .thumb-items img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .thumb-items.active {
    border-bottom: 3px solid #c00;
    height: 108px;
    min-width: 280px;
}

@media (max-width: 1024px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .thumb-items.active {
        min-width: 200px;
    }
}

@media (max-width: 991px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .thumb-items.active {
        min-width: auto;
        height: 90px;
    }
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-arrow {
    position: absolute;
    bottom: 20px;
    background: #c00;
    width: 30px;
    height: 30px;
    margin: 0;
    z-index: 9;
    border: 0;
    color: #fff;
    text-indent: 9999px;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-arrow.slick-disabled {
    background-color: #dedede;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-arrow:after,
.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-arrow:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: 12px;
    top: 10px;
    background: #fff;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-arrow:focus {
    outline: none;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-next {
    right: 0;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-next:before {
    transform: rotate(45deg);
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-next:after {
    transform: rotate(-45deg);
    top: 17px;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-prev {
    left: 0;
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-prev:before {
    transform: rotate(130deg);
}

.hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-prev:after {
    transform: rotate(-130deg);
    top: 17px;
}

@media (max-width: 768px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-list {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-track {
        display: flex;
        align-items: flex-end;
        padding-right: 3px;
    }
}

@media (max-width: 767px) {
    .hv-cust-stories-tab .hv-cust-wrapper .thumbnail-carousal .slick-track {
        display: flex;
        align-items: flex-end;
    }
}

.hv-cust-stories-tab .link-center {
    margin-top: 2rem;
    text-align: center;
}

.hv-summary {
    margin: 70px 0;
}

.hv-summary.greybg {
    background-color: #f2f2f2;
}

.hv-summary p {
    margin-top: 25px;
}

.hv-summary .c-link {
    margin-top: 30px;
}

.hv-summary .c-link img {
    margin-left: 5px;
    margin-top: -1px;
    transition: all 0.2s ease-in;
}

.hv-summary .c-link:hover img {
    transform: translate(8px, 0);
}

.hv-summary .desc-scroll {
    overflow: hidden;
}

.hv-summary ul li {
    position: relative;
    padding: 0 0 15px 18px;
}

.hv-summary ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #cc0000;
}

.mac .hv-summary ul li:before {
    top: 5px;
}

.hv-resident-topic-cards .topic-card {
    margin-top: 50px;
}

.hv-resident-topic-cards .topic-card .image-wrapper {
    overflow: hidden;
    position: relative;
    height: 170px;
}

.hv-resident-topic-cards .topic-card .image-wrapper .c-anchor-block {
    left: 0;
    top: 0;
}

.hv-resident-topic-cards .topic-card .image-wrapper .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    fill: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0 auto;
    transition: all 0.3s ease;
}

.hv-resident-topic-cards .topic-card .image-wrapper img {
    width: 100%;
    transition: all 0.3s ease;
}

.hv-resident-topic-cards .topic-card .content {
    padding-top: 15px;
    padding-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
}

@media (max-width: 767px) {
    .hv-resident-topic-cards .topic-card .content {
        height: auto;
    }
}

.hv-resident-topic-cards .topic-card .content .asset-type {
    color: #999;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

.hv-resident-topic-cards .topic-card .content h3 {
    font-size: 1.125rem;
    margin: 5px 0 10px;
    transition: all 0.3s ease;
}

.hv-resident-topic-cards .topic-card .content p {
    font-size: 0.875rem;
    line-height: normal;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hv-resident-topic-cards .topic-card .content p {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}

.hv-resident-topic-cards .topic-card:hover .image-wrapper img {
    transform: scale(1.1);
}

.hv-resident-topic-cards .topic-card:hover .image-wrapper .icon {
    width: 65px;
    height: 65px;
}

.hv-resident-topic-cards .topic-card:hover .content .asset-type {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .hv-resident-topic-cards .topic-card:hover .content .asset-type {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .hv-resident-topic-cards .topic-card:hover .content h3 {
        margin-top: 5px;
    }
}

.hv-resident-topic-cards .topic-card:hover .content p {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.hv-cust-story-detail {
    padding: 150px 0 0px;
    background-size: cover;
    background-position: left top;
    margin-top: -60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-cust-story-detail {
        margin-top: -75px;
    }
}

@media (max-width: 767px) {
    .hv-cust-story-detail {
        padding: 90px 0 20px;
    }
}

.hv-cust-story-detail h1 {
    color: #05142D;
    font-size: 2.25rem;
    font-weight: normal;
}

@media (max-width: 767px) {
    .hv-cust-story-detail h1 {
        font-size: 1.75rem;
    }
}

.hv-cust-story-detail.hv-update-old-component h1 {
    font-weight: normal;
}

.hv-cust-story-detail .logo-panel {
    margin: 10px 0 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hv-cust-story-detail .logo-panel {
        flex-wrap: wrap;
    }
}

.hv-cust-story-detail .logo-panel .heading2 {
    margin-left: 40px;
    width: 40%;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-cust-story-detail .logo-panel .heading2 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-cust-story-detail .logo-panel .heading2 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .hv-cust-story-detail .logo-panel .heading2 {
        width: auto;
        margin-left: 0px;
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .hv-cust-story-detail .logo-panel img {
        margin: 40px 0 20px;
    }
}

.hv-cust-story-detail h4 {
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.hv-cust-story-detail .story-card p {
    margin-bottom: 5px;
}

.hv-cust-story-detail .story-card a {
    color: #c00;
}

.hv-cust-story-detail .detail-card-main {
    margin: 100px 0 30px;
}

@media (max-width: 767px) {
    .hv-cust-story-detail .detail-card-main {
        margin: 0px;
    }
}

.hv-cust-story-detail .detail-card-main .detail-card {
    padding: 30px 40px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .hv-cust-story-detail .detail-card-main .detail-card {
        margin: 20px 0px;
    }
}

.hv-cust-story-detail .detail-card-main .detail-card svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    margin: 20px 0;
}

.hv-cust-story-detail .detail-card-main .detail-card .heading2 {
    position: relative;
    padding-bottom: 15px;
}

.hv-cust-story-detail .detail-card-main .detail-card .heading2:after {
    background: #fff;
}

.hv-cust-story-detail .detail-card-main .detail-card.card-red {
    background: #c00;
}

.hv-cust-story-detail .detail-card-main .detail-card.card-blue {
    background: #081c2c;
}

.hv-cust-story-detail .detail-card-main .detail-card p {
    color: #fff;
    margin-top: 20px;
}

.hv-cust-story-detail .detail-card-main .detail-card ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.hv-cust-story-detail .detail-card-main .detail-card ul li {
    display: block;
    position: relative;
    padding: 5px 0 0 20px;
    line-height: 25px;
    color: #fff;
}

.hv-cust-story-detail .detail-card-main .detail-card ul li:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 0px;
    top: 15px;
    left: 0;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    vertical-align: middle;
}

.hv-resident-view-cards .view-cards-items {
    margin-top: 50px;
}

.hv-resident-view-cards .view-cards-items .item-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    border-bottom: 4px solid #fff;
}

@media (max-width: 767px) {
    .hv-resident-view-cards .view-cards-items .item-row {
        flex-direction: column;
        border-bottom: none;
    }
}

.hv-resident-view-cards .view-cards-items .item-row .item {
    background-repeat: no-repeat;
    width: 50%;
    background-size: cover;
    border-right: 4px solid #fff;
    color: #fff;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hv-resident-view-cards .view-cards-items .item-row .item:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .hv-resident-view-cards .view-cards-items .item-row .item {
        width: 100%;
        border-bottom: 4px solid #fff;
        border-right: none;
    }
}

.hv-resident-view-cards .view-cards-items .item-row .item .item-title {
    font-size: 1.5rem;
    font-weight: 600;
    width: 60%;
    text-align: center;
}

.hv-resident-view-cards .view-cards-items .item-row .item .overlay-content {
    position: absolute;
    background-color: #f2f2f2;
    color: #000;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
    left: 0;
    top: 0;
}

.hv-resident-view-cards .view-cards-items .item-row .item .overlay-content .overlay-title {
    font-size: 1.5rem;
    font-weight: 600;
    width: 69%;
    line-height: 1;
    margin-bottom: 20px;
}

.hv-resident-view-cards .view-cards-items .item-row .item .overlay-content p {
    margin: 0 auto 30px;
    font-weight: 300;
    line-height: 21px;
    width: 85%;
    font-size: 18px;
}

.hv-resident-view-cards .view-cards-items .item-row .item:hover .overlay-content {
    visibility: visible;
    opacity: 1;
}

.hv-resident-view-cards .view-cards-items .item-row:last-child {
    border-bottom: none;
}

.hv-insight-brief .insight-wrapper {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .hv-insight-brief .insight-wrapper .order2 {
        order: 2;
    }

    .hv-insight-brief .insight-wrapper .order1 {
        order: 1;
    }
}

.hv-insight-brief .insight-wrapper.insight-image-left .order2 {
    order: 2;
}

.hv-insight-brief .insight-wrapper.insight-image-left .order1 {
    order: 1;
}

.hv-insight-brief .insight-wrapper .insight-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.hv-insight-brief .insight-wrapper .insight-content p {
    line-height: 1.5;
}

.hv-insight-brief .insight-wrapper .insight-content ul {
    margin-top: 30px;
}

.hv-insight-brief .insight-wrapper .insight-content ul li {
    color: #333;
    margin: 12px 0;
}

.hv-insight-brief .insight-wrapper .insight-content ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    margin-right: 15px;
    background: #999;
}

.hv-insight-brief .insight-wrapper .insight-image {
    position: relative;
}

@media (max-width: 991px) {
    .hv-insight-brief .insight-wrapper .insight-image {
        margin: 30px 0;
    }
}

.hv-insight-brief .insight-wrapper .insight-image img {
    width: 90%;
    display: block;
    margin: auto;
    padding: 40px 0;
}

.hv-insight-brief .insight-wrapper .insight-image:before {
    width: 120px;
    height: 100px;
    background-image: url("../../../content/dam/public/en_us/image/test-images/image-texture-top.png");
    background-repeat: repeat;
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    z-index: -1;
}

.hv-insight-brief .insight-wrapper .insight-image:after {
    width: 120px;
    height: 100px;
    background-image: url("../../../content/dam/public/en_us/image/test-images/image-texture-bottom.png");
    background-repeat: repeat;
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: -1;
    right: 0;
}

.hv-insight-brief .insight-wrapper .cta-picture-right img {
    width: 75%;
}

.hv-insight-brief .insight-wrapper .cta-picture-right:after {
    bottom: -2rem;
}

.hv-subscription {
    background: #f2f2f2;
}

.hv-subscription .heading2 {
    color: #c00;
}

.hv-subscription .subscription-content p {
    text-align: center;
    font-size: 0.875rem;
}

.hv-subscription .subscription-content p span {
    text-decoration: underline;
}

.hv-subscription .subscription-content p a {
    color: #c00;
    text-decoration: none;
}

@media (max-width: 1330px) {
    .hv-sharing .container {
        max-width: 100%;
    }
}

.hv-sharing .container .share-this {
    font-weight: 600;
    color: #000;
    margin-right: 15px;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .hv-sharing .container .share-this {
        margin-right: 10px;
    }
}

.hv-sharing .container .asset-share {
    float: right;
}

.hv-sharing .container .asset-share .share-icons {
    float: right;
}

.hv-sharing .container .asset-share .share-icons a {
    margin-right: 15px;
    text-decoration: none;
}

.hv-sharing .container .asset-share .share-icons a:hover svg .normal {
    opacity: 0;
}

.hv-sharing .container .asset-share .share-icons a:hover svg .active {
    opacity: 1;
}

.hv-sharing .container .asset-share .share-icons a svg {
    width: 30px;
    height: 30px;
    fill: #000;
}

.hv-sharing .container .asset-share .share-icons a svg .active {
    opacity: 0;
    fill: #c00;
}

.hv-sharing .container .pr-m-left {
    margin-left: auto;
}

.hv-legal {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .hv-legal {
        padding: 60px 0;
    }
}

.hv-legal .custom-tab-wrapper {
    margin-top: -70px;
}

.hv-legal .custom-tabs {
    position: relative;
    z-index: 1;
    height: 70px;
}

@media (max-width: 767px) {
    .hv-legal .custom-tabs {
        height: 68px;
    }
}

.hv-legal .custom-tabs .custom-tabs-container {
    position: relative;
    width: 100%;
}

.hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box {
    width: 100%;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_inner {
    border-bottom: none;
    height: 70px;
}

.hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_right_button {
    top: 22px !important;
}

.hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_left_button {
    top: 22px !important;
}

.hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
    color: #000;
    background: #fff;
    padding: 18px 20px;
    text-decoration: none;
    border-bottom: none;
    display: inline-block;
    border: 1px solid #d6d6d6;
    font-size: 18px;
}

@media (max-width: 991px) {
    .hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
        padding: 20px 15px;
    }
}

.hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item.active {
    border-bottom-color: #f6f6f6;
    border-top-color: #fff;
    color: #c00;
    background-color: #f6f6f6;
    border-top: 2px solid #c00;
    font-weight: 600;
    padding: 28px 20px;
}

@media (max-width: 767px) {
    .hv-legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item.active {
        margin-top: -4px;
    }
}

.hv-legal .tab-content-container {
    position: relative;
}

.hv-legal .tab-content-container.overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

@media (max-width: 767px) {
    .hv-legal .tab-content-container.overlay .tab-content {
        min-height: 520px;
    }
}

.hv-legal .tab-content-container .tab-content .legal-category-list {
    padding: 40px 0;
    background: #f6f6f6;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul {
    background: #fff;
    padding: 0px 20px;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li {
    font-size: 18px;
    position: relative;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li a.legal-link {
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li a.legal-link {
        padding-right: 30px;
    }

    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li a.legal-link .arrow {
        display: inline-block;
        box-sizing: border-box;
        display: inline-block;
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border-style: solid;
        border-color: #333;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 18px;
    }
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li a.legal-link.active {
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px) {
    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li a.legal-link.active .arrow {
        transform: rotate(225deg);
        top: 22px;
    }
}

@media (max-width: 767px) {
    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li .meventwrapper {
        display: none;
    }

    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li:first-child .meventwrapper {
        display: block;
    }
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-cat-list ul li:last-child a.legal-link {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .hv-legal .tab-content-container .tab-content .legal-category-list .tab-listing {
        display: none;
    }
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full {
    background: #fff;
    padding: 30px;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content h3,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content h3:after,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full h3:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content h5,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full h5 {
    font-size: 1.125rem;
    margin-top: 20px;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content p a,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full p a {
    color: #c00;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content p a img,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full p a img {
    margin-left: 5px;
    margin-top: -2px;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content p a:hover img,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full p a:hover img {
    transform: translate(8px, 0);
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content ul li,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content ul li:before,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #c00;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content ul li a,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full ul li a {
    color: #c00;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list {
    margin: 30px 0;
    padding-right: 30px;
}

@media (max-width: 767px) {

    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list,
    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list {
        padding-right: 0px;
    }
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list h4,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list h4 {
    font-size: 1.25rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list ul,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list ul {
    padding: 10px 20px 0;
}

@media (max-width: 767px) {

    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list ul,
    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list ul {
        padding-right: 10px;
    }
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list ul li,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list ul li {
    color: #000;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {

    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list ul li,
    .hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list ul li {
        padding-left: 12px;
    }
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list ul li:before,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #c00;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list ul li a,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list ul li a {
    color: #c00;
}

.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .country-list ul li ul li:before,
.hv-legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .country-list ul li ul li:before {
    content: "";
    background: #000;
    width: 8px;
    height: 2px;
    top: 10px;
    left: 0;
}

/*.hv-legal
  .tab-content-container
  .tab-content
  .legal-category-list
  .legal-tab-content:first-child,
.hv-legal
  .tab-content-container
  .tab-content
  .legal-category-list
  .legal-tab-content-full:first-child {
  display: block;
}*/
@media (max-width: 767px) {
    .hv-legal .tab-content-container .tab-content .legal-category-list .meventwrapper {
        padding: 30px 0;
    }

    .hv-legal .tab-content-container .tab-content .legal-category-list .meventwrapper .list {
        padding: 0;
    }
}

.hv-legal.hv--new--legal {
    font-family: 'Helvetica Neue LT Std';
    overflow-y: unset !important;
    overflow-x: clip !important;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal {
        padding: 40px 0px;
        overflow-y: unset !important;
        overflow-x: clip !important;
    }
}

.hv-legal.hv--new--legal .custom-tab-wrapper {
    margin-top: 0;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tab-wrapper {
        padding: 0;
    }
}

.hv-legal.hv--new--legal .custom-tab-wrapper .custom-tab-link-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    padding: 0 20px;
    margin: -20px 0 0 0;
    display: none;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tab-wrapper .custom-tab-link-heading {
        display: block;
    }
}

.hv-legal.hv--new--legal .custom-tabs {
    height: 87px;
    background: #f4f4f4;
    padding: 25px 0px;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs {
        height: 60px;
        padding: 20px 0px;
        position: relative;
        z-index: 9;
    }
}

.hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn {
    height: 18px;
    width: 18px;
    margin-left: auto;
    margin-right: 15px;
    position: relative;
    display: none;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn {
        display: block;
    }
}

.hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 18px;
}

.hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn img:first-child {
    transform: translateY(-5px);
    transition: 0.4s ease;
}

.hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn img:last-child {
    transform: translateY(5px);
    transition: 0.4s ease;
}

.hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn.active img:first-child {
    transform: translateY(0) rotate(-45deg);
}

.hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn.active img:nth-child(2) {
    display: none;
}

.hv-legal.hv--new--legal .custom-tabs .legal-nav-toggle-btn.active img:last-child {
    transform: translateY(0) rotate(45deg);
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs .custom-tabs-container {
        display: none !important;
        transform: translateX(-100%);
    }
}

.hv-legal.hv--new--legal .custom-tabs .custom-tabs-container.active {
    display: block !important;
    transform: translateX(0%);
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box {
        height: auto;
        top: 22px;
    }
}

.hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .legal-menu-list {
    display: inline-block;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .legal-menu-list {
        display: block;
        width: 100%;
    }
}

.hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 450;
    padding: 7px 0;
    border: unset;
    border-bottom: 4px solid transparent;
    background: transparent;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
        padding: 20px;
        margin: 0;
    }
}

.hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item.active {
    font-weight: 700;
    border-bottom: 4px solid #cc0000;
    color: #000000;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item.active {
        border-bottom: 1px solid #e7e7e7;
    }
}

.hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_left_button {
    top: 0px !important;
    left: -10px !important;
}

.hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_right_button {
    top: 0px !important;
    right: -5px !important;
}

.hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_inner {
    height: auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_inner {
        overflow: hidden !important;
        white-space: normal !important;
        background: #ffffff;
        box-shadow: #0000001a;
        padding: 0;
        width: 100%;
        display: block;
    }
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list {
    background: #ffffff;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list {
        padding: 15px 0;
    }
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full {
    padding: 5px 30px;
}

@media (max-width: 767px) {

    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content,
    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full {
        padding: 30px 0;
    }
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content .heading3,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .heading3 {
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.23;
    padding-bottom: 5px;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content h3:after,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full h3:after {
    display: none;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content h5,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    margin: 15px 0 5px;
    color: #000;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content p,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full p {
    font-weight: 450;
    font-size: 18px;
    line-height: 1.33;
    color: #000;
    margin-bottom: 20px;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content p a.c-link.red,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full p a.c-link.red {
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content p a.c-link.red:after,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full p a.c-link.red:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #c00;
    border-radius: 50%;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content ul,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full ul {
    padding: 0px 12px 20px;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content ul li,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full ul li {
    padding-left: 15px;
    padding-bottom: 0;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 450;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content ul li:before,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full ul li:before {
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content ul li a,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full ul li a {
    color: #c00;
    font-weight: 450;
    font-size: 18px;
    line-height: 1.33;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content table.table tr,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full table.table tr {
    background: transparent !important;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content table.table tr p,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full table.table tr p {
    margin: 0;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content table.table td,
.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full table.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 18px;
    line-height: 24px;
    font-weight: 450;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full {
    padding: 5px 0px;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full {
        padding: 15px 0px;
    }
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .legal-tab-content-full .singlecta {
    display: none;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .country-list {
        margin: 15px 0;
    }
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .country-list h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.23;
    color: #000;
    padding: 0;
    border: unset;
    margin-bottom: 10px;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .country-list ul {
    padding: 0px 12px 0;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .country-list ul li {
    padding-left: 15px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 450;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .country-list ul li:before {
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .country-list ul li a {
    color: #c00;
    font-weight: 450;
    font-size: 18px;
    line-height: 1.33;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-category-list .country-list ul li ul {
    margin-bottom: 15px;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-cat-list>ul {
    background: #f4f4f4;
    padding: 0px 15px;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-cat-list>ul li a.legal-link {
    padding: 20px 7px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 450;
    position: relative;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-cat-list>ul li a.legal-link {
        padding: 20px 30px 20px 10px;
    }
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-cat-list>ul li a.legal-link .arrow {
        height: 8px;
        width: 8px;
        border-color: #c00;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        right: 10px;
    }
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-cat-list>ul li a.legal-link.active {
    font-weight: 700;
}

.hv-legal.hv--new--legal .tab-content-container .tab-content .legal-cat-list>ul li a.legal-link.active .arrow {
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .tab-content-container .tab-content .legal-cat-list>ul li .meventwrapper {
        margin: 0 -15px;
        padding: 30px 0;
    }
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt {
    background: #d9d9d933;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt {
        margin-top: 30px;
    }
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt .container {
    max-width: 100%;
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt .row .col {
    max-width: 900px;
    margin: 0 auto;
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt h2 {
    font-size: 32px;
    line-height: 1.13;
    font-weight: 700;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt h2 {
        font-size: 26px;
    }
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt h2:after {
    display: none;
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt h2+p {
    text-align: center;
    margin-bottom: 56px !important;
}

@media (max-width: 991px) {
    .hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt h2+p {
        margin-bottom: 35px !important;
    }
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt .box {
    height: auto !important;
    border: unset;
    margin: 0 2%;
    padding: 60px 35px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 236px;
    justify-content: center;
    text-align: center;
    width: 29%;
    flex: 0 0 29%;
    max-width: 29%;
}

@media (max-width: 991px) {
    .hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt .box {
        width: 46%;
        flex: 0 0 46%;
        max-width: 46%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt .box {
        padding: 40px 25px;
        min-height: 170px;
        width: 96%;
        flex: 0 0 96%;
        max-width: 96%;
    }
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt .box img {
    display: none;
}

.hv-legal.hv--new--legal .hv-benefit-tdesc-cta-opt .box p {
    text-align: center;
    margin: 0 !important;
}

.hv-legal.hv--new--legal .legal-content-none {
    display: none;
}

.table-responsive {
    border: none;
}

.hv-press-release {
    position: relative;
}

.hv-press-release .tab-content-container .pr-award-list {
    padding: 60px 0;
}

.hv-press-release .tab-content-container .pr-award-list h1 {
    text-align: center;
    padding: 0 0 20px 0;
    margin-bottom: 60px;
}

.hv-press-release .tab-content-container .pr-award-list h1:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
    right: 0;
}

.hv-press-release .tab-content-container .pr-award-list h1.no-border {
    border: none;
}

.hv-press-release .tab-content-container .pr-award-list h1.no-border:after {
    background: transparent;
}

.hv-press-release .tab-content-container .pr-award-list h1.no-border:before {
    border: none;
}

.hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li {
    font-size: 18px;
    position: relative;
}

.hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li a.event-link {
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #dcd7db;
}

@media (max-width: 767px) {
    .hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li a.event-link .arrow {
        display: inline-block;
        box-sizing: border-box;
        display: inline-block;
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border-style: solid;
        border-color: #dcd7db;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 18px;
    }
}

.hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li a.event-link.active {
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px) {
    .hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li a.event-link.active .arrow {
        transform: rotate(225deg);
        top: 22px;
    }
}

.hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li.active a {
    font-weight: 600;
}

@media (max-width: 767px) {
    .hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li .meventwrapper {
        display: none;
        padding: 20px 0;
    }

    .hv-press-release .tab-content-container .pr-award-list .pr-tab-list ul li:first-child .meventwrapper {
        display: block;
    }
}

.hv-press-release .tab-content-container .pr-award-list .tab-listing {
    padding: 0 0 0 30px;
}

@media (max-width: 767px) {
    .hv-press-release .tab-content-container .pr-award-list .tab-listing {
        display: none;
    }
}

.hv-press-release .tab-content-container .pr-award-list .list-items {
    min-height: 300px;
}

@media (max-width: 767px) {
    .hv-press-release .tab-content-container .pr-award-list .list-items {
        min-height: auto;
    }
}

.hv-press-release .tab-content-container .pr-award-list .pr-load-more {
    padding: 30px 0 0;
    text-align: center;
    display: none;
}

.hv-press-release .tab-content-container .pr-award-list .pr-load-more .count {
    margin: 0 0 15px 0;
}

.hv-press-release .tab-content-container .pr-award-list .pr-load-more .count .vitems,
.hv-press-release .tab-content-container .pr-award-list .pr-load-more .count .titems {
    font-weight: 600;
}

.hv-press-release .tab-content-container .pr-award-list .pr-load-more .c-btn {
    margin: 0;
}

.hv-press-release .tab-content-container .pr-award-list .load-pr-archives-list .pr {
    border-bottom: 1px solid #555;
    padding: 35px 0 25px 0;
    display: none;
}

.hv-press-release .tab-content-container .pr-award-list .load-pr-archives-list .pr .award-logo {
    display: table-cell;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .hv-press-release .tab-content-container .pr-award-list .load-pr-archives-list .pr .award-logo {
        display: block;
    }
}

.hv-press-release .tab-content-container .pr-award-list .load-pr-archives-list .pr .pr-content {
    display: table-cell;
    vertical-align: top;
}

.hv-press-release .tab-content-container .pr-award-list .load-pr-archives-list .pr .pr-content .pr-date {
    color: #999;
    padding-bottom: 5px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.hv-press-release .tab-content-container .pr-award-list .load-pr-archives-list .pr .pr-content h3 {
    font-size: 1.25rem;
    color: #000;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-transform: none;
}

.hv-press-release .tab-content-container .pr-award-list .load-pr-archives-list .pr:first-child {
    padding-top: 0;
}

.hv-press-release .tab-content-container .pr-award-list .error-message {
    display: none;
    text-align: center;
    padding: 100px 0;
}

#grnhse_app {
    width: 100%;
    margin-top: 40px;
}

iframe#grnhse_iframe {
    margin-bottom: -5px;
}

.job-application-form {
    position: relative;
    min-height: 500px;
}

.job-application-form.p-tb-60 {
    padding-top: 130px;
}

.job-application-form h1 {
    line-height: 0.55em;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.job-application-form h1 .title {
    margin-bottom: 7px;
    display: inline-block;
    line-height: 1.1em;
}

.job-application-form h1 .dept {
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
    padding-left: 0;
    text-transform: none;
    color: #c00;
    line-height: 1;
    margin-bottom: 10px;
}

.job-application-form h1 .reqid {
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
    padding-left: 0;
    text-transform: none;
    color: #c00;
    line-height: 1;
}

.hv-career-section .pass-loc-loader {
    position: relative;
}

.hv-career-section .pass-loc-loader .career-tab {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.hv-career-section .pass-loc-loader .career-tab ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.hv-career-section .pass-loc-loader .career-tab ul li {
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
    border-bottom: 2px solid #999;
}

.hv-career-section .pass-loc-loader .career-tab ul li.active {
    border-bottom: 3px solid #c00;
}

.hv-career-section .pass-loc-loader .career-tab ul li.active a {
    color: #c00;
    font-weight: 600;
}

.hv-career-section .pass-loc-loader .career-tab ul li a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    color: #333;
}

.hv-career-section .pass-loc-loader .tab-content.hide {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.hv-career-section .pass-loc-loader .tab-content.active {
    display: block;
}

.hv-career-section .pass-loc-loader .open-jobs {
    text-align: center;
    margin: 40px 0;
}

.hv-career-tile .heading2 {
    margin-bottom: 50px;
}

.hv-career-tile .cta {
    text-align: center;
    margin-top: 40px;
}

.hv-career-tile p {
    margin-bottom: 40px;
}

.hv-career-tile .hv-career-tile-container {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
    position: relative;
}

.hv-career-tile .hv-career-tile-container .story-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    transition: transform 0.3s;
}

@media all and (-ms-high-contrast: none) {
    .hv-career-tile .hv-career-tile-container .story-img {
        opacity: 0;
    }
}

.hv-career-tile .hv-career-tile-container .hv-box {
    position: relative;
    color: #fff;
    background-color: #000;
    overflow: hidden;
}

.hv-career-tile .hv-career-tile-container .hv-box a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    text-decoration: none;
}

.hv-career-tile .hv-career-tile-container .hv-box:hover .story-img {
    opacity: 0.5;
    transform: scale(1.1);
}

@media all and (-ms-high-contrast: none) {
    .hv-career-tile .hv-career-tile-container .hv-box:hover .story-img {
        transform: none;
        opacity: 0;
    }
}

.hv-career-tile .hv-career-tile-container .hv-box:hover .story-content .c-link {
    opacity: 1;
}

.hv-career-tile .hv-career-tile-container .hv-box.dark-grey {
    background-color: #333;
}

.hv-career-tile .hv-career-tile-container .hv-box.red-bg {
    background-color: #c00;
}

.hv-career-tile .hv-career-tile-container .hv-box.red-bg .story-content .data-type:after {
    background-color: #fff;
}

.hv-career-tile .hv-career-tile-container .hv-box.hv-box-linked .hv-career-box {
    cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
    .hv-career-tile .hv-career-tile-container .hv-box.hv-box-linked .custom-object-fit {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.3s;
        width: 100%;
        height: 100%;
        box-shadow: inset 0px 0px 0px 100vw rgba(0, 0, 0, 0.6);
    }

    .hv-career-tile .hv-career-tile-container .hv-box.hv-box-linked:hover .custom-object-fit {
        transform: scale(1.1);
    }
}

.hv-career-tile .hv-career-tile-container .hv-box .hv-career-box {
    margin-bottom: 30px;
    color: #fff;
}

.hv-career-tile .hv-career-tile-container .hv-box .hv-career-box .hv-career-desc {
    left: 0;
    bottom: 0;
    padding: 30px 30px;
    position: absolute;
    background: transparent;
    color: #fff;
}

.hv-career-tile .hv-career-tile-container .hv-box .hv-career-box .hv-career-desc .title {
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 1.25rem;
    text-align: left;
    text-transform: none;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 480px) {
    .hv-career-tile .hv-career-tile-container .hv-box .hv-career-box .hv-career-desc .title {
        font-size: 18px;
    }
}

.hv-career-tile .hv-career-tile-container .hv-box .hv-career-box .hv-career-desc .desc {
    text-align: left;
    font-weight: 400;
    font-size: 0.875rem;
}

.hv-career-tile .hv-career-tile-container.story-list-6 {
    grid-template-rows: repeat(59, 8px);
    -ms-grid-rows: (8px) [60];
}

.hv-career-tile .hv-career-tile-container.story-list-6 .story-1 {
    grid-column-start: 1;
    grid-column-end: 51;
    grid-row-start: 1;
    grid-row-end: 21;
    grid-row: start=1 end=21;
    grid-column: start=1 end=51;
    -ms-grid-row: 1;
    -ms-grid-row-span: 20;
    -ms-grid-column: 1;
    -ms-grid-column-span: 50;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-career-tile .hv-career-tile-container.story-list-6 .story-2 {
    grid-column-start: 1;
    grid-column-end: 28;
    grid-row-start: 21;
    grid-row-end: 60;
    grid-row: start=21 end=61;
    grid-column: start=1 end=28;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 1;
    -ms-grid-column-span: 27;
    margin-bottom: 1px;
    margin-right: 1px;
}

.hv-career-tile .hv-career-tile-container.story-list-6 .story-3 {
    grid-column-start: 28;
    grid-column-end: 51;
    grid-row-start: 21;
    grid-row-end: 60;
    grid-row: start=21 end=61;
    grid-column: start=28 end=51;
    -ms-grid-row: 21;
    -ms-grid-row-span: 40;
    -ms-grid-column: 28;
    -ms-grid-column-span: 23;
    margin-right: 1px;
}

.hv-career-tile .hv-career-tile-container.story-list-6 .story-4 {
    grid-column-start: 51;
    grid-column-end: 78;
    grid-row-start: 1;
    grid-row-end: 41;
    grid-row: start=1 end=41;
    grid-column: start=51 end=78;
    -ms-grid-row: 1;
    -ms-grid-row-span: 40;
    -ms-grid-column: 51;
    -ms-grid-column-span: 27;
    margin-right: 1px;
    margin-bottom: 1px;
}

.hv-career-tile .hv-career-tile-container.story-list-6 .story-5 {
    grid-column-start: 78;
    grid-column-end: 101;
    grid-row-start: 1;
    grid-row-end: 41;
    grid-row: start=1 end=41;
    grid-column: start=78 end=101;
    -ms-grid-row: 1;
    -ms-grid-row-span: 40;
    -ms-grid-column: 78;
    -ms-grid-column-span: 23;
    margin-bottom: 1px;
}

.hv-career-tile .hv-career-tile-container.story-list-6 .story-6 {
    grid-column-start: 51;
    grid-column-end: 101;
    grid-row-start: 41;
    grid-row-end: 60;
    grid-row: start=41 end=61;
    grid-column: start=51 end=101;
    -ms-grid-row: 41;
    -ms-grid-row-span: 20;
    -ms-grid-column: 51;
    -ms-grid-column-span: 50;
}

@media only screen and (max-width: 767px) {
    .hv-career-tile .heading2 {
        margin-left: 15px;
    }

    .hv-career-tile .hv-career-tile-container.story-list-m .story-1 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 1;
        grid-row-end: 30;
        grid-row: start=1 end=51;
        grid-column: start=1 end=101;
        -ms-grid-row: 1;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-career-tile .hv-career-tile-container.story-list-m .story-2 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 30;
        grid-row-end: 60;
        grid-row: start=51 end=101;
        grid-column: start=1 end=51;
        -ms-grid-row: 1;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
    }

    .hv-career-tile .hv-career-tile-container.story-list-m .story-3 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 30;
        grid-row-end: 60;
        grid-row: start=51 end=101;
        grid-column: start=51 end=101;
        -ms-grid-row: 51;
        -ms-grid-row-span: 50;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .hv-career-tile .hv-career-tile-container.story-list-m .story-4 {
        grid-column-start: 1;
        grid-column-end: 101;
        grid-row-start: 60;
        grid-row-end: 90;
        grid-row: start=101 end=151;
        grid-column: start=1 end=101;
        -ms-grid-row: 101;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 100;
        margin-right: 0;
    }

    .hv-career-tile .hv-career-tile-container.story-list-m .story-5 {
        grid-column-start: 1;
        grid-column-end: 51;
        grid-row-start: 90;
        grid-row-end: 120;
        grid-row: start=151 end=201;
        grid-column: start=1 end=51;
        -ms-grid-row: 151;
        -ms-grid-row-span: 50;
        -ms-grid-column: 1;
        -ms-grid-column-span: 50;
        margin-right: 1px;
        margin-bottom: 0;
    }

    .hv-career-tile .hv-career-tile-container.story-list-m .story-6 {
        grid-column-start: 51;
        grid-column-end: 101;
        grid-row-start: 90;
        grid-row-end: 120;
        grid-row: start=151 end=201;
        grid-column: start=51 end=101;
        -ms-grid-row: 151;
        -ms-grid-row-span: 50;
        -ms-grid-column: 51;
        -ms-grid-column-span: 50;
        margin-right: 0;
    }

    .hv-career-tile .hv-career-tile-container.story-list-6 {
        grid-template-rows: repeat(120, 8px);
        -ms-grid-rows: (8px) [120];
    }
}

.hv-location-section {
    text-align: left;
    padding-top: 60px;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item {
    border: 1px solid #555555;
    padding-bottom: 0;
    margin: 10px 15px 20px;
    text-align: left;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item:hover .pop img {
    transform: scale(1.1);
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item .pop {
    position: relative;
    overflow: hidden;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item .pop:after {
    content: "";
    position: absolute;
    left: 35px;
    width: 40px;
    height: 4px;
    background: #c00;
    bottom: -4px;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item .pop img {
    width: 100%;
    min-height: 280px;
    transition: all 0.3s ease;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item h3 {
    padding: 0 15px 0 35px;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 25px;
    color: #000;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item p {
    padding: 0 15px;
    margin-bottom: 10px;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item .job-pos {
    font-size: 1.125rem;
    color: #333;
    font-weight: 500;
    padding: 0 15px 0 35px;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item a {
    padding: 20px 15px 20px 35px;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col .location-resource-item a.not-clikable {
    cursor: auto;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col.slider {
    overflow: hidden;
    width: 100%;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col.slider .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    bottom: -0.8rem;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col.slider .slick-dots li {
    display: inline-block;
    margin: 0;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col.slider .slick-dots li button {
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #dedede;
    margin-right: 0.4rem;
    outline: none;
}

.hv-location-section .tab-content .location-resources-column .location-resources-inner-col.slider .slick-dots li.slick-active button {
    background-color: #c00;
}

.hv-location-section .tab-content.hide {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.hv-location-section .tab-content.active {
    display: block;
}

.hv-location-section .job-error-panel {
    text-align: center;
    min-height: 180px;
}

.hv-location-section .job-error-panel h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.career-custom-location {
    position: relative;
    margin: 40px auto 25px;
    padding: 0 15px;
}

.career-custom-location nav.menu-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.career-custom-location nav.menu-container .menu-inner-box {
    width: 100%;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .career-custom-location nav.menu-container .menu-inner-box {
        width: 100%;
        overflow-x: auto;
    }
}

.career-custom-location nav.menu-container .menu-inner-box .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner {
    border-bottom: 1px solid #333;
    height: 45px;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item {
    cursor: pointer;
    padding: 3px 0 12px 0;
    color: #333;
    display: inline-block;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    white-space: no-wrap;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    margin: 0 25px;
    transition: all 0.2s ease-in;
    text-decoration: none;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item:first-child {
    margin-left: 0;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item:last-child {
    margin-right: 0;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(204, 0, 0, 0);
    bottom: -2px;
    transition: 0.5s;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item:hover {
    color: #000;
    text-decoration: none;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item:hover:after {
    background: none;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item.active {
    color: #000;
}

.career-custom-location nav.menu-container .menu-inner-box .menu .scroll_tab_inner .menu-item.active:after {
    background: #c00;
}

#map_wrapper {
    height: 550px;
    position: relative;
}

#map_wrapper .gm-style-iw {
    left: 0 !important;
}

#map_wrapper #map_canvas {
    width: 100%;
    height: 100%;
}

#map_wrapper #map_canvas .info_content {
    min-height: 36px;
    overflow: hidden;
}

#map_wrapper #map_canvas .info_content h3 {
    margin: 0;
    text-transform: none;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
}

#map_wrapper #map_canvas .info_content h3 a {
    color: #333;
}

#map_wrapper #map_canvas .info_content h3 a span {
    font-weight: 400;
    font-size: 0.875rem !important;
}

.hv-blog-post .post-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

@media (max-width: 991px) {
    .hv-blog-post .post-wrapper {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .hv-blog-post .post-wrapper {
        flex-direction: column;
        width: 100%;
    }
}

.hv-blog-post .post-wrapper .common-post-card {
    width: 22%;
    margin: 0 1rem 3rem 1rem;
    border-radius: 4px;
    position: relative;
}

@media (max-width: 991px) {
    .hv-blog-post .post-wrapper .common-post-card {
        width: 46%;
        margin: 0.8rem;
    }
}

@media (max-width: 767px) {
    .hv-blog-post .post-wrapper .common-post-card {
        width: 94%;
        margin: 1rem auto;
    }
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card .card-pic-container {
    max-height: 100%;
    overflow: visible;
    height: 100%;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card img {
    min-width: 100%;
    min-height: 100%;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card .full-height-content {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 1rem;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card .full-height-content .author {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
    position: relative;
    font-size: 0.875rem;
    margin: 0rem 0rem 1rem 0rem;
    padding: 0rem 0 0.5rem 0;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card .full-height-content .author::after {
    content: "";
    border-bottom: 2px solid #fff;
    width: 13%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card .full-height-content .title {
    position: relative;
    bottom: 0rem;
    transition: 0.3s ease;
    line-height: 20px;
    font-size: 1.125rem;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card .full-height-content a {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    bottom: 15px;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card:hover .author {
    opacity: 0;
    visibility: hidden;
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card:hover .title {
    transform: translateY(-55px);
    -webkit-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
}

.hv-blog-post .post-wrapper .common-post-card.full-height-card:hover a {
    visibility: visible;
    opacity: 1;
}

.hv-blog-post .post-wrapper .common-post-card.black .full-height-content {
    color: #000;
}

.hv-blog-post .post-wrapper .common-post-card.black .full-height-content .author:after {
    border-color: #000;
}

.hv-blog-post .post-wrapper .common-post-card.featured-card {
    width: 48%;
}

@media (max-width: 991px) {
    .hv-blog-post .post-wrapper .common-post-card.featured-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hv-blog-post .post-wrapper .common-post-card.featured-card {
        width: 93%;
        margin: 0 auto;
    }
}

.hv-blog-post .post-wrapper .common-post-card.featured-card .card-pic-container {
    max-height: 100%;
    overflow: visible;
    height: 100%;
}

.hv-blog-post .post-wrapper .common-post-card.featured-card img {
    min-width: 100%;
    min-height: 100%;
}

.hv-blog-post .post-wrapper .common-post-card img {
    width: 100%;
}

.hv-blog-post .post-wrapper .common-post-card .card-author-wrapper {
    position: relative;
}

.hv-blog-post .post-wrapper .common-post-card .card-author-wrapper .card-author {
    margin: 1rem 0;
    transition: 0.3s ease;
    font-size: 0.875rem;
    opacity: 1;
    visibility: visible;
    font-weight: 500;
}

.hv-blog-post .post-wrapper .common-post-card .card-author-wrapper .card-author-field {
    text-transform: uppercase;
    text-decoration: underline;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    font-size: 0.875rem;
    transition: 0.3s ease;
    font-weight: 500;
}

.hv-blog-post .post-wrapper .common-post-card .card-author-wrapper .card-author-field a {
    text-decoration: none;
    color: #c00;
    position: relative;
}

.hv-blog-post .post-wrapper .common-post-card .card-author-wrapper:hover .card-author {
    opacity: 0;
    visibility: hidden;
}

.hv-blog-post .post-wrapper .common-post-card .card-author-wrapper:hover .card-author-field {
    opacity: 1;
    visibility: visible;
}

.hv-blog-post .post-wrapper .common-post-card .card-author-wrapper:hover .card-author-field a {
    text-decoration: underline;
}

.hv-blog-post .post-wrapper .common-post-card .card-title {
    font-weight: 600;
    font-size: 1.125rem;
}

.hv-blog-post .post-wrapper .common-post-card .card-content {
    font-weight: 300;
    margin: 0rem 0rem 2rem 0;
}

.hv-blog-post .post-wrapper .common-post-card a {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.hv-blog-post .post-wrapper .common-post-card .card-pic-container {
    max-height: 160px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hv-blog-post .post-wrapper .common-post-card .card-pic-container {
        max-height: 250px;
    }
}

@media (max-width: 767px) {
    .hv-blog-post .post-wrapper .common-post-card .card-pic-container {
        max-height: 400px;
    }
}

.common-post-card .mac .hv-blog-post .post-wrapper.full-height-card .full-height-content .title {
    font-size: 0.9rem;
}

.hv-featured-asset {
    margin: 120px 0;
    position: relative;
    background: #fbfbfb;
}

@media (max-width: 767px) {
    .hv-featured-asset {
        padding: 50px 0;
        margin: 0;
    }
}

.hv-featured-asset .heading2 {
    color: #c00;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-featured-asset .heading2 {
        font-size: 1.5rem;
    }
}

.hv-featured-asset .hv-featured-container {
    height: 250px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-featured-asset .hv-featured-container {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .hv-featured-asset .hv-featured-container {
        height: auto;
    }

    .hv-featured-asset .hv-featured-container .featured-order1 {
        order: 2;
    }

    .hv-featured-asset .hv-featured-container .featured-order2 {
        order: 1;
    }
}

.hv-featured-asset .hv-featured-container.feat-changed .featured-order1 {
    order: 2;
}

.hv-featured-asset .hv-featured-container.feat-changed .featured-order2 {
    order: 1;
}

.hv-featured-asset .hv-featured-container p {
    margin-top: 25px;
    margin-bottom: 0;
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-featured-asset .hv-featured-container p {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-featured-asset .hv-featured-container p {
        margin-top: 15px;
    }
}

.hv-featured-asset .hv-featured-container .mobile-visible {
    display: none;
}

@media (max-width: 767px) {
    .hv-featured-asset .hv-featured-container .desktop-visible {
        display: none;
    }

    .hv-featured-asset .hv-featured-container .mobile-visible {
        display: block;
    }
}

.hv-featured-asset .hv-featured-container .featured-content .c-btn {
    display: inline-block;
    margin-top: 25px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-featured-asset .hv-featured-container .featured-content .c-btn {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-featured-asset .hv-featured-container .featured-content .c-btn {
        margin-top: 15px;
    }
}

.hv-featured-asset .hv-featured-container .featured-image {
    position: absolute;
    top: -180px;
    right: 0;
}

@media (max-width: 767px) {
    .hv-featured-asset .hv-featured-container .featured-image {
        position: static;
        margin: 30px 0 0;
    }
}

.hv-featured-asset .hv-featured-container .featured-image a {
    display: block;
}

.hv-featured-asset .hv-featured-container .featured-image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hv-featured-asset .hv-featured-container .featured-image img {
    width: 100%;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.hv-featured-asset .hv-featured-container .featured-image .engInd {
    display: none;
}

.hv-featured-asset .hv-featured-container.feat-changed .featured-image {
    left: 0;
    right: auto;
}

.hv-pentaho-cards a {
    text-decoration: none;
    margin-top: 50px;
}

.hv-pentaho-cards a svg {
    height: 60px;
    width: 60px;
    fill: #c00;
    margin: 12px 0;
}

.hv-pentaho-cards a .p-card {
    background: #fbfbfb;
    transition: 0.3s ease-in-out;
    padding: 15px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .hv-pentaho-cards a .p-card {
        min-height: auto;
    }
}

.hv-pentaho-cards a .p-card h3 {
    color: #000;
    font-weight: 600;
    margin: 15px 0;
    font-size: 1.5rem;
}

.hv-pentaho-cards a .p-card p {
    color: #333;
}

.hv-pentaho-cards a .p-card .c-link svg {
    width: 20px;
    height: 11px;
    margin-left: 5px;
}

.hv-pentaho-cards a:hover .p-card {
    background: #c00;
}

.hv-pentaho-cards a:hover h3 {
    color: #fff;
}

.hv-pentaho-cards a:hover p {
    color: #fff;
}

.hv-pentaho-cards a:hover .c-link.red {
    color: #fff;
}

.hv-pentaho-cards a:hover .c-link.red:hover svg {
    fill: #fff;
}

.hv-pentaho-cards a:hover svg {
    fill: #fff;
}

.hv-worldwide-loc {
    position: relative;
    overflow: hidden;
}

.hv-worldwide-loc .hv-loc-bg-top {
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right;
    position: absolute;
    height: 20%;
    right: -7%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .hv-worldwide-loc .hv-loc-bg-top {
        background-position: top right;
        top: -3%;
    }
}

.hv-worldwide-loc .loc-filters {
    display: flex;
    flex-direction: row;
    margin: 1rem 0rem 0rem 0;
}

@media (max-width: 767px) {
    .hv-worldwide-loc .loc-filters {
        flex-direction: column;
    }
}

.hv-worldwide-loc .loc-filters .filter-selection {
    width: 20%;
    margin: 0 3rem 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .hv-worldwide-loc .loc-filters .filter-selection {
        width: 100%;
    }
}

.hv-worldwide-loc .loc-filters .filter-selection label {
    font-size: 0.875rem;
    color: #999;
    padding: 0 0 0 3px;
    margin: 0;
}

.hv-worldwide-loc .loc-map {
    width: 100%;
    margin: 2rem 0;
}

.hv-worldwide-loc .loc-map img {
    width: 100%;
}

.hv-worldwide-loc .loc-listing h2 {
    margin: 2rem 0;
}

.hv-worldwide-loc .loc-listing .location-card {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 2rem 1.5rem;
    color: #000;
    margin: 0.7rem 0;
    min-height: 280px;
}

.hv-worldwide-loc .loc-listing .location-card h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.hv-worldwide-loc .loc-listing .location-card .sub-heading {
    font-weight: 600;
    margin-bottom: 5px;
}

.hv-worldwide-loc .loc-listing .location-card p {
    font-weight: 300;
}

.hv-worldwide-loc .loc-listing .location-card .street-loc p {
    margin: 0;
}

.hv-worldwide-loc .loc-listing .location-card .contact-no {
    margin: 1rem 0;
}

.hv-worldwide-loc .loc-listing .location-card .contact-no p {
    margin: 0;
}

.hv-worldwide-loc .loc-listing .location-card a.c-link {
    position: absolute;
    bottom: 30px;
}

.hv-worldwide-loc .loc-listing .location-card a.c-link:hover {
    color: #fff;
}

.hv-worldwide-loc .loc-listing .location-card a.c-link:hover svg {
    fill: #fff;
}

.hv-worldwide-loc .loc-listing .location-card:hover {
    background-color: #ae0000;
    color: #fff;
    transition: 0.1s ease-in;
}

.hv-worldwide-loc .loc-listing .location-card:hover a {
    color: #fff;
}

.hv-worldwide-loc .loc-listing .location-card:hover a svg {
    fill: #fff;
}

.hv-worldwide-loc.hv--world--wide--loc--new {
    font-family: 'Helvetica Neue LT Std';
}

.hv-worldwide-loc.hv--world--wide--loc--new .section-heading-new2 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hv-worldwide-loc.hv--world--wide--loc--new .section-heading-new2 {
        text-align: center;
    }
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col {
    margin-bottom: 30px;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card {
    background: #d9d9d933 !important;
    min-height: 350px;
    height: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card:hover h3,
.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card:hover .sub-heading,
.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card:hover p {
    color: #000;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card .sub-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card .street-loc p,
.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card .contact-no p {
    font-size: 18px;
    font-weight: 450;
    line-height: 24px;
    color: #000 !important;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card .street-loc {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 450;
    line-height: 24px;
    color: #000 !important;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card .street-loc p {
    margin-bottom: 15px;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card .btn-box {
    flex-grow: 1;
    display: inline-flex;
    align-items: flex-end;
}

.hv-worldwide-loc.hv--world--wide--loc--new .loc-listing .location-col .location-card .btn-box .ciconlinkred svg {
    fill: #c00 !important;
}

.hv-training-certification {
    padding: 60px 0 0 0;
}

.service-chart {
    background: #fff;
    padding: 0px 0 120px;
}

.service-chart .key-info-dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 40px;
}

.service-chart .cps-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.service-chart p {
    font-size: 18px;
}

.service-chart p span {
    text-transform: uppercase;
}

.service-chart span.red p {
    font-size: inherit;
    margin: 0;
}

.service-chart .service-tb-info-icon {
    background: url("../../../content/dam/public/en_us/image/common/tooltip-ico.png") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
}

.service-chart a.cert-matrix-link {
    float: right;
    margin-right: 0;
    color: #ffffff;
}

.service-chart h3 {
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.service-chart table {
    width: 100%;
}

.service-chart .table-bordered {
    border: none;
    border-top: 6px solid #414141;
    margin: 0 0 60px;
    width: 100%;
}

.service-chart .table-bordered>thead>tr>th,
.service-chart .table-bordered>tbody>tr>th,
.service-chart .table-bordered>tfoot>tr>th {
    border-right: 1px solid #fff;
}

.service-chart .table-striped>tbody>tr>th {
    width: 209px !important;
    font-size: 1.2rem;
    padding: 30px 15px;
    line-height: 1.2em;
}

.service-chart .table-striped>tbody>tr:nth-of-type(odd)>th:after,
.service-chart .table-striped>tbody>tr:nth-of-type(even)>th:after {
    display: none;
}

.service-chart .table-striped>tbody>tr:nth-of-type(2n + 1)>th {
    background-color: transparent;
    color: #6ec9cd;
    text-transform: uppercase;
    border: none;
}

.service-chart .table-striped>tbody>tr:nth-of-type(2n + 1)>th .grey {
    color: #6ec9cd;
    font-size: 0.875rem;
}

.service-chart .table-striped>tbody>tr:nth-of-type(2n)>th {
    background-color: transparent;
    color: #6ec9cd;
    text-transform: uppercase;
    border: none;
}

.service-chart .table-striped>tbody>tr:nth-of-type(2n)>th .grey {
    color: #6ec9cd;
    font-size: 0.875rem;
}

.service-chart .table-striped>tbody>tr:nth-of-type(2n + 1) {
    background-color: #ffffff;
    color: #666;
    border-bottom: 1px solid #dedede;
}

.service-chart .table-striped>tbody>tr:nth-of-type(2n) {
    background-color: #fff;
    color: #666;
    border-bottom: 1px solid #dedede;
}

.service-chart .table-bordered>thead>tr>td,
.service-chart .table-bordered>tbody>tr>td,
.service-chart .table-bordered>tfoot>tr>td {
    border: none;
}

.service-chart .table-bordered span.title {
    display: block;
}

.service-chart .red {
    color: #ce0000;
    display: inline-block;
    vertical-align: middle;
}

.service-chart .grey {
    color: #000000;
}

.service-chart .circle {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    font-size: 13px;
    margin: 0 5px;
    padding: 2px 0px;
    text-transform: uppercase;
    width: 22px;
    height: 22px;
    text-align: center;
}

.service-chart .blue {
    background-color: #8ec0c9;
    color: #fff;
}

.service-chart .yellow {
    background-color: #cc0000;
    color: #fff;
}

.service-chart .table-striped>tbody>tr>td {
    text-align: left;
    width: 208px !important;
    vertical-align: top;
    padding: 15px 0;
}

.service-chart .table-striped>tbody>tr {
    background-color: #fff !important;
}

.service-chart .table-striped>tbody>tr:last-child {
    border-bottom: none;
}

.service-chart table tr td table tr td {
    padding: 10px 0 15px;
    border: none;
    background-color: #ffffff;
    display: block;
}

.large-caption {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.hv-training-certification .table-bordered .center {
    text-align: left;
}

.service-chart p span.circle {
    padding: 1px 1px 1px 0px;
    cursor: pointer;
}

.service-chart .table-striped>tbody>tr>td span.circle {
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .service-chart {
        padding: 0px 0 0;
    }

    .service-chart table tr td table tr {
        display: inline-block !important;
    }

    .service-chart .table-bordered>thead>tr>td,
    .service-chart .table-bordered>tbody>tr>td,
    .service-chart .table-bordered>tfoot>tr>td {
        border-bottom: 1px solid #999999;
        padding-bottom: 10px;
    }

    .service-chart .table-striped>tbody>tr>th {
        text-align: left;
        border-bottom: 1px solid #999999;
    }

    .accordion-level:nth-last-child .accordion-menu-container::after {
        background-color: transparent;
    }

    #training .resources-container h2.section-heading,
    #certification .resources-container h2.section-heading {
        display: block !important;
        font-size: 2.5em;
    }

    .service-chart .table-striped>tbody>tr>td,
    .service-chart .table-striped>tbody>tr>th {
        width: 100% !important;
        display: block;
    }

    .service-chart .table-bordered span.title {
        display: inline-block;
    }
}

.popup-bx:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #cccccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.popup-bx:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-bottom: 11px solid #ffffff;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
}

.popup-bx {
    position: absolute;
    width: 310px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ccc;
    height: auto;
    line-height: 18px;
    border-radius: 0px;
    padding: 15px 15px 30px 15px;
}

.popup-bx h2 {
    color: #000;
    font-size: 1em;
    font-weight: 100;
    margin: 0;
    padding-bottom: 8px;
}

.popup-bx p {
    color: #333;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0;
    padding-bottom: 8px;
}

.popup-bx a.close {
    font-size: 1.2em;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media only screen and (max-width: 640px) {
    a.tooltips span {
        width: 200px;
    }
}

.accordion-level-last .accordion-menu-container:after {
    display: none;
}

.accordion-level-last .accordion-menu-container:after {
    background: #ffffff;
}

.service-chart {
    padding-bottom: 0;
}

.service-chart td a {
    text-decoration: none;
}

.service-chart td a:hover {
    text-decoration: underline;
}

.service-chart td a strong,
.service-chart td a b {
    text-decoration: none;
}

.service-chart td a:hover strong,
.service-chart td a:hover b {
    text-decoration: underline;
}

.service-chart td a:visited span.red {
    color: #ac1f25;
}

.service-chart .popover {
    position: absolute;
    font-size: 14px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px #666;
    height: auto;
    max-width: 290px;
    line-height: normal;
    border-radius: 0px;
    padding: 15px 15px 30px 15px;
    z-index: 1;
}

.service-chart .popover.bottom>.arrow {
    border-bottom-color: #ccc;
}

.service-chart .popover.bottom>.arrow:after {
    top: 3px;
}

.service-chart .popover .popover-content h2 {
    background: none;
    border: none;
    color: #000;
    font-size: 1.125em;
    font-weight: 300;
    margin: 0;
    padding-bottom: 8px;
    text-transform: none;
    padding-top: 0;
}

.service-chart .popover h3.popover-title {
    background: none;
    border: none;
    color: #000;
    font-size: 1.125em;
    font-weight: 300;
    margin: 0;
    padding-bottom: 8px;
    text-transform: none;
}

.service-chart td .popover h3.popover-title a:hover {
    text-decoration: none;
}

.service-chart .popover h3.popover-title .close {
    color: #666666;
    opacity: 1;
    font-size: 1.2em;
    cursor: pointer;
}

.service-chart .popover .popover-content {
    padding: 0;
}

.service-chart .popover p {
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    padding-bottom: 8px;
}

.service-chart p strong {
    font-weight: 500;
}

.service-chart .tsort {
    max-width: 275px;
    width: 100%;
}

.service-chart .tsort span {
    float: left;
    margin-top: 5px;
    font-weight: bold;
    margin-right: 5px;
}

.service-chart .tsort select {
    width: 198px;
}

.service-chart .tsort select::-ms-expand {
    display: none;
}

.service-chart .tsort .wrap-select-arrow {
    position: relative;
}

.service-chart .tsort .select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 12px;
    pointer-events: none;
}

.service-chart .tsort .arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
}

@media only screen and (max-width: 991px) {
    .circle {
        position: absolute;
    }

    .service-chart .key-info-dl strong {
        padding-left: 35px;
    }

    .service-chart a.cert-matrix-link {
        margin-top: 20px;
    }

    .service-chart .tsort {
        margin-top: 20px;
    }

    .service-chart td a {
        padding-left: 40px;
        margin-top: -2px;
        display: inline-block;
    }

    .service-chart #no-more-tables tr {
        margin-bottom: 0;
    }

    .service-chart .table-bordered>tbody>tr>th {
        border-right: none;
        padding: 15px 0 0 0;
    }

    .service-chart table tr td table tr {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    #no-more-tables tfoot {
        display: block;
    }

    .service-chart .key-info-dl {
        display: block;
    }

    .service-chart .cps-filter {
        width: 100%;
        justify-content: flex-start;
    }

    .service-chart a.cert-matrix-link {
        float: left;
    }
}

.android-device .service-chart .circle,
.iphone-device .service-chart .circle,
.mac .service-chart .circle {
    padding: 4px 0 2px;
}

.hv-three-cards {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hv-three-cards .c-card-list {
    margin-top: 50px;
}

.hv-three-cards .c-card-list .sub-heading {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hv-three-cards .c-card-list .sub-heading {
        font-size: 1.25rem;
    }
}

.hv-three-cards .c-card-list .sub-heading a {
    color: #000;
    text-decoration: none;
}

.hv-three-cards .c-card-list .sub-heading a svg {
    width: 25px;
    height: 25px;
    transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
    .hv-three-cards .c-card-list .sub-heading a svg {
        width: 15px;
        height: 15px;
    }
}

.hv-three-cards .c-card-list .sub-heading a:hover {
    color: #c00;
}

.hv-three-cards .c-card-list .sub-heading a:hover svg {
    transform: translate(8px, 0);
    fill: #c00;
}

.hv-three-cards .c-card-list .c-card {
    background: #fff;
    margin-top: 35px;
    border: 1px solid #fff;
    padding: 40px;
    margin: 20px 0;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.hv-three-cards .c-card-list .c-card:hover {
    border: 1px solid #c00;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-three-cards .c-card-list .c-card {
        padding: 15px;
    }
}

.hv-three-cards .c-card-list .c-card .category-type {
    font-size: 0.875rem;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.hv-three-cards .c-card-list .c-card .category-type:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background: #cc0000;
}

.hv-three-cards .c-card-list .c-card h3 {
    font-size: 1.25rem;
}

.hv-three-cards .c-card-list .c-card .c-link {
    display: inline-block;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hv-three-cards .c-card-list .c-card {
        height: auto !important;
        padding: 20px;
    }

    .hv-three-cards .c-card-list .c-card .card-content {
        height: auto !important;
    }
}

@keyframes rotate-one {
    100% {
        transform: rotate(70deg);
    }
}

@keyframes rotate-two {
    100% {
        transform: rotate(-25deg);
    }
}

@keyframes rotate-three {
    100% {
        transform: rotate(-70deg);
    }
}

@keyframes rotate-four {
    100% {
        transform: rotate(-70deg);
    }
}

@keyframes rotate-five {
    100% {
        transform: rotate(-22deg);
    }
}

@keyframes rotate-six {
    100% {
        transform: rotate(70deg);
    }
}

.hv-partner-program {
    padding: 50px 0;
}

@media (min-width: 1024px) {
    .hv-partner-program.in-view .outer-circle {
        transition: 1s ease-in-out;
        animation: show-big 2s ease-in-out;
        -moz-animation: show-big 2s ease-in-out;
        -webkit-animation: show-big 2s ease-in-out;
        -o-animation: show-big 2s ease-in-out;
        -ms-animation: show-big 2s ease-in-out;
    }

    .hv-partner-program.in-view .circle1 {
        transition: 1s ease-in-out;
        animation: show-one 2s ease-in-out;
        -moz-animation: show-one 2s ease-in-out;
        -webkit-animation: show-one 2s ease-in-out;
        -o-animation: show-one 2s ease-in-out;
        -ms-animation: show-one 2s ease-in-out;
    }

    .hv-partner-program.in-view .circle2 {
        transition: 1s ease-in-out;
        animation: show-two 2s ease-in-out;
        -moz-animation: show-two 2s ease-in-out;
        -webkit-animation: show-two 2s ease-in-out;
        -o-animation: show-two 2s ease-in-out;
        -ms-animation: show-two 2s ease-in-out;
    }

    .hv-partner-program.in-view .circle3 {
        transition: 1s ease-in-out;
        animation: show-three 2s ease-in-out;
        -moz-animation: show-three 2s ease-in-out;
        -webkit-animation: show-three 2s ease-in-out;
        -o-animation: show-three 2s ease-in-out;
        -ms-animation: show-three 2s ease-in-out;
    }

    .hv-partner-program.in-view .circle4 {
        transition: 1s ease-in-out;
        animation: show-four 2s ease-in-out;
        -moz-animation: show-four 2s ease-in-out;
        -webkit-animation: show-four 2s ease-in-out;
        -o-animation: show-four 2s ease-in-out;
        -ms-animation: show-four 2s ease-in-out;
    }

    .hv-partner-program.in-view .competencies {
        transition: 1s ease-in-out;
        animation: botanimation 2s ease-in-out;
        -moz-animation: botanimation 2s ease-in-out;
        -webkit-animation: botanimation 2s ease-in-out;
        -o-animation: botanimation 2s ease-in-out;
        -ms-animation: botanimation 2s ease-in-out;
    }
}

.hv-partner-program .infographic-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper {
        max-width: 375px;
        margin: 50px auto 0;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper {
        max-width: 320px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle {
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .outer-circle {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle {
        width: 180px;
        height: 180px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .dot {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    z-index: 11;
    border: 5px solid #c00;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot {
        width: 15px;
        height: 15px;
        border-width: 3px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot {
        width: 9px;
        height: 9px;
        border-width: 2px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .dot.resell-dot {
    left: 10px;
    top: 112px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.resell-dot {
        left: 3px;
        top: 93px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.resell-dot {
        left: 3px;
        top: 75px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.resell-dot {
        top: 52px;
        left: 3px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .dot.deliver-dot {
    left: 10px;
    bottom: 112px;
    border-color: #000;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.deliver-dot {
        left: 12px;
        bottom: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.deliver-dot {
        left: 7px;
        bottom: 65px;
    }
}

@media (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.deliver-dot {
        left: 7px;
        bottom: 82px;
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.deliver-dot {
        left: 5px;
        bottom: 69px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.deliver-dot {
        left: 7px;
        bottom: 45px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .dot.manage-dot {
    right: 11px;
    top: 112px;
    border-color: #999;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.manage-dot {
        right: 3px;
        top: 93px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.manage-dot {
        right: 3px;
        top: 75px;
    }
}

@media (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.manage-dot {
        right: 6px;
        top: 84px;
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.manage-dot {
        right: 3px;
        top: 73px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.manage-dot {
        top: 52px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .dot.create-dot {
    right: 11px;
    bottom: 112px;
    border-color: #6ec9cd;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.create-dot {
        right: 12px;
        bottom: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.create-dot {
        right: 6px;
        bottom: 65px;
    }
}

@media (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.create-dot {
        bottom: 82px;
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.create-dot {
        bottom: 69px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .dot.create-dot {
        right: 7px;
        bottom: 45px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .inner-circle {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: #f6f6f6;
    box-shadow: 20px 30px 25px 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle {
        width: 250px;
        height: 250px;
        box-shadow: 10px 20px 10px 5px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle {
        width: 200px;
        height: 200px;
        box-shadow: 10px 20px 10px 5px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle {
        width: 210px;
        height: 210px;
        box-shadow: 10px 20px 10px 5px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle {
        width: 160px;
        height: 160px;
        box-shadow: 15px 20px 12px 0px rgba(0, 0, 0, 0.2);
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content {
    padding: 15px 60px;
    text-align: center;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content {
        padding: 15px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content {
        padding: 15px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content {
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content {
        padding: 15px;
        margin: 0 auto;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h3 {
    font-size: 1.5rem;
    color: #c00;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h3 {
        font-size: 1.25rem;
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h3 {
        font-size: 0.875rem;
        margin-bottom: 3px;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h4 {
    margin-top: 40px;
    font-weight: 600;
    color: #000;
    font-size: 1.25rem;
}

@media (min-width: 768px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h4 {
        font-size: 18px;
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h4 {
        font-size: 18px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h4 {
        font-size: 0.875rem;
        margin-bottom: 5px;
        margin-top: 10px;
    }
}

@media (max-width: 375px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content h4 {
        font-size: 0.75rem;
    }
}

.hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content p {
    margin-bottom: 0;
    line-height: normal;
}

@media (min-width: 768px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content p {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .outer-circle .inner-circle .inner-content p {
        font-size: 0.625rem;
        margin-bottom: 0;
    }
}

.hv-partner-program .infographic-wrapper .description-circle {
    position: absolute;
    height: 100%;
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    z-index: 9;
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle {
        width: 80px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper {
    min-width: 330px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper {
        min-width: 220px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper {
        min-width: auto;
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column;
        width: 100%;
        margin-top: -15px;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper {
        position: absolute;
        margin-top: 0;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover h4 {
    text-decoration: underline;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon:after {
    background: #c00;
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon:after {
        transform: none;
        transform: scale(1);
    }
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob {
    transform: scale(1.5) rotate(-60deg);
    right: -38px;
    bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob {
        transform: scale(1.5) rotate(-60deg);
        right: -22px;
        bottom: -4px;
    }
}

@media (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob {
        transform: none;
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob {
        bottom: 5px;
        right: -23px;
        transform: rotate(-74deg);
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob {
        bottom: 2px;
        right: -26px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob {
        right: -10px;
        transform: rotate(-50deg);
        bottom: -8px;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob {
        bottom: -5px;
        right: -12px;
        transform: rotate(-50deg);
    }
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .nob:after {
    opacity: 0;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper:hover .circle-icon .inner-circle .icon {
    fill: #c00;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver,
.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create {
    margin-top: 50px;
}

@media (max-width: 991px) {

    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver,
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create {
        margin-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {

    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver,
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create {
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver,
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create {
        margin-top: 60px;
    }
}

@media (max-width: 374px) {

    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver,
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create {
        bottom: -35px;
        top: auto;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .description {
    padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .description {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .description {
        order: 2;
        padding: 0 15px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .description h4 {
    font-size: 1.125rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .description h4 {
        font-size: 0.875rem;
        text-decoration: underline;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .description p {
    line-height: normal;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .description p {
        display: none;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .circle-icon {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon {
        width: 55px;
        height: 55px;
        order: 1;
        margin-bottom: 10px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .circle-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 3px solid #c00;
    left: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon:after {
        border-width: 1px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #f6f6f6;
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle {
        width: 40px;
        height: 40px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 25px solid #c00;
    position: absolute;
    bottom: 0;
    right: -32px;
    transform: rotate(-60deg);
    transition: all 0.3s ease;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 20px solid #c00;
        bottom: -4px;
        right: -22px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 18px solid #c00;
        bottom: 5px;
        right: -23px;
        transform: rotate(-74deg);
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 14px solid #c00;
        bottom: 2px;
        right: -26px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 12px solid #c00;
        right: -10px;
        transform: rotate(-50deg);
        bottom: -8px;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob {
        bottom: -5px;
        right: -12px;
        transform: rotate(-50deg);
    }
}

.hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 19px solid #fff;
    position: absolute;
    bottom: 9px;
    right: -8px;
    transition: all 0.3s ease;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 14px solid #fff;
        bottom: 7px;
        right: -5px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #fff;
        bottom: 7px;
        right: -6px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .nob:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 9px solid #fff;
        position: absolute;
        bottom: 4px;
        right: -5px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .icon {
    width: 50px;
    height: 50px;
    fill: #000;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .icon {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 768px) {
    .hv-partner-program .infographic-wrapper .description-circle .circle-icon .inner-circle .icon {
        width: 22px;
        height: 22px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .resell h4 {
    color: #c00;
}

.hv-partner-program .infographic-wrapper .description-circle .deliver h4 {
    color: #000;
}

.hv-partner-program .infographic-wrapper .description-circle .deliver .circle-icon:after {
    border-color: #000;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon .inner-circle .nob {
    transform: scale(1.5) rotate(-115deg);
    right: -38px;
    bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon .inner-circle .nob {
        transform: scale(1.5) rotate(-104deg);
        top: 12px;
        right: -29px;
    }
}

@media (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon .inner-circle .nob {
        transform: rotate(-110deg);
        top: 0px;
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon .inner-circle .nob {
        transform: rotate(-110deg);
        bottom: 0px;
        right: -22px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon .inner-circle .nob {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 14px solid #000;
        bottom: 2px;
        right: -26px;
        transform: rotate(-112deg);
        top: -4px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon .inner-circle .nob {
        transform: rotate(-114deg);
        top: 0px;
        right: -14px;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon .inner-circle .nob {
        transform: rotate(-121deg);
        top: -3px;
        right: -13px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver:hover .circle-icon:after {
    background: #000;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver .circle-icon .inner-circle .nob {
    border-top: 25px solid #000;
    transform: rotate(-115deg);
    top: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver .circle-icon .inner-circle .nob {
        border-top: 20px solid #000;
        transform: rotate(-104deg);
        top: 12px;
        right: -29px;
    }
}

@media (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver .circle-icon .inner-circle .nob {
        transform: rotate(-110deg);
        top: 0px;
        right: -24px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver .circle-icon .inner-circle .nob {
        border-top: 18px solid #000;
        right: -22px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver .circle-icon .inner-circle .nob {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 14px solid #000;
        bottom: 2px;
        right: -26px;
        transform: rotate(-112deg);
        top: -4px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver .circle-icon .inner-circle .nob {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 12px solid #000;
        transform: rotate(-114deg);
        top: 0px;
        right: -14px;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.deliver .circle-icon .inner-circle .nob {
        transform: rotate(-121deg);
        top: -3px;
        right: -13px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle .manage h4 {
    color: #999;
}

.hv-partner-program .infographic-wrapper .description-circle .manage .circle-icon:after {
    border-color: #999;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage:hover .circle-icon .inner-circle .nob {
    border-top: 25px solid #999;
    transform: scale(1.5) rotate(-298deg);
    left: -38px;
    bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage:hover .circle-icon .inner-circle .nob {
        transform: scale(1.5) rotate(-298deg);
        border-top: 20px solid #999;
        left: -22px;
        bottom: -4px;
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage:hover .circle-icon .inner-circle .nob {
        left: -22px;
        bottom: 2px;
        transform: scale(1);
        transform: rotate(-291deg);
        border-top: 18px solid #999;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage:hover .circle-icon .inner-circle .nob {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 14px solid #999;
        left: -25px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage:hover .circle-icon .inner-circle .nob {
        left: -11px;
        bottom: -6px;
        transform: rotate(-313deg);
        border-top: 12px solid #999;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage:hover .circle-icon .inner-circle .nob {
        left: -11px;
        bottom: -4px;
        transform: rotate(-310deg);
    }
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage:hover .circle-icon:after {
    background: #999;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage .circle-icon .inner-circle .nob {
    border-top: 25px solid #999;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage .circle-icon .inner-circle .nob {
        border-top: 20px solid #999;
        left: -22px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage .circle-icon .inner-circle .nob {
        border-top: 18px solid #999;
        left: -23px;
        transform: rotate(-282deg);
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage .circle-icon .inner-circle .nob {
        left: -22px;
        transform: rotate(-291deg);
        bottom: 2px;
        border-top: 18px solid #999;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage .circle-icon .inner-circle .nob {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 14px solid #999;
        left: -25px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage .circle-icon .inner-circle .nob {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 12px solid #999;
        left: -11px;
        bottom: -6px;
        transform: rotate(-313deg);
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.manage .circle-icon .inner-circle .nob {
        left: -11px;
        bottom: -4px;
        transform: rotate(-310deg);
    }
}

.hv-partner-program .infographic-wrapper .description-circle .create h4 {
    color: #6ec9cd;
}

.hv-partner-program .infographic-wrapper .description-circle .create .circle-icon:after {
    border-color: #6ec9cd;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:after {
    left: -53px;
    top: 4px;
    border: 5px solid #6ec9cd;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon .inner-circle .nob {
    border-top: 25px solid #6ec9cd;
    transform: scale(1.5) rotate(-240deg);
    left: -38px;
    bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon .inner-circle .nob {
        top: 13px;
        transform: scale(1.5) rotate(104deg);
        left: -29px;
    }
}

@media (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon .inner-circle .nob {
        top: -6px;
        transform: rotate(117deg);
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon .inner-circle .nob {
        transform: rotate(112deg);
        left: -22px;
        top: -1px;
        border-top: 18px solid #6ec9cd;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon .inner-circle .nob {
        transform: rotate(114deg);
        left: -24px;
        top: -8px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon .inner-circle .nob {
        left: -15px;
        top: 1px;
        border-top: 12px solid #6ec9cd;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon .inner-circle .nob {
        left: -13px;
        top: -1px;
        transform: rotate(120deg);
    }
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create:hover .circle-icon:after {
    background: #6ec9cd;
}

.hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
    border-top: 25px solid #6ec9cd;
    top: 0;
    transform: rotate(-240deg);
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
        border-top: 20px solid #6ec9cd;
        top: 13px;
        transform: rotate(104deg);
        left: -29px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
        border-top: 18px solid #6ec9cd;
        transform: rotate(-245deg);
        top: 0px;
        left: -22px;
    }
}

@media (max-width: 1024px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
        top: -1px;
        transform: rotate(117deg);
        left: -24px;
    }
}

@media (max-width: 991px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
        transform: rotate(112deg);
        left: -22px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
        transform: rotate(114deg);
        left: -24px;
        top: -8px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 12px solid #6ec9cd;
        left: -15px;
        top: 1px;
    }
}

@media (max-width: 374px) {
    .hv-partner-program .infographic-wrapper .description-circle .desc-circle-wrapper.create .circle-icon .inner-circle .nob {
        left: -13px;
        top: -1px;
        transform: rotate(120deg);
    }
}

.hv-partner-program .infographic-wrapper .description-circle.left {
    text-align: right;
    left: 0;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle.left {
        left: -15px;
    }
}

.hv-partner-program .infographic-wrapper .description-circle.left .desc-circle-wrapper {
    justify-content: flex-end;
}

.hv-partner-program .infographic-wrapper .description-circle.right {
    text-align: left;
    right: 0;
    left: auto;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .infographic-wrapper .description-circle.right {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle.right {
        right: -15px;
        left: auto;
    }
}

.hv-partner-program .infographic-wrapper .description-circle.right .circle-icon {
    order: 1;
}

.hv-partner-program .infographic-wrapper .description-circle.right .circle-icon .inner-circle .nob {
    left: -32px;
    right: auto;
    transform: rotate(-298deg);
}

.hv-partner-program .infographic-wrapper .description-circle.right .description {
    order: 2;
    padding-right: 0;
    padding-left: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .infographic-wrapper .description-circle.right .description {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .infographic-wrapper .description-circle.right .description {
        padding: 0;
    }
}

.hv-partner-program .competencies {
    max-width: 700px;
    flex-grow: 1;
    flex-shrink: unset;
    flex-wrap: wrap;
    margin: -30px auto 0;
    text-align: center;
}

@media (max-width: 767px) {
    .hv-partner-program .competencies {
        margin-top: -10px;
    }
}

.hv-partner-program .competencies .long-arrow {
    height: 48px;
    width: 3px;
    background: #000;
    margin: 0 auto;
    position: relative;
    top: 0;
}

@media (min-width: 768px) and (max-width: 1180px) {
    .hv-partner-program .competencies .long-arrow {
        height: 38px;
        top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-partner-program .competencies .long-arrow {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .competencies .long-arrow {
        width: 1px;
        height: 120px;
    }
}

.hv-partner-program .competencies .long-arrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 18px solid #000;
    bottom: -18px;
    left: -6px;
}

@media (max-width: 767px) {
    .hv-partner-program .competencies .long-arrow:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #000000;
        bottom: -8px;
        left: -4px;
    }
}

.hv-partner-program .competencies .long-arrow:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 11px solid #fff;
    bottom: -13px;
    left: -3px;
    z-index: 1;
}

@media (max-width: 767px) {
    .hv-partner-program .competencies .long-arrow:before {
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: 5px solid #ffffff;
        bottom: -6px;
        left: -2px;
    }
}

.hv-partner-program .competencies h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-partner-program .competencies h4 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .competencies h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .competencies .button-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.hv-partner-program .competencies .button-wrapper .c-btn {
    border: 1px solid #c00;
    margin: 10px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
}

@media (max-width: 767px) {
    .hv-partner-program .competencies .button-wrapper .c-btn {
        padding: 5px 10px;
        margin: 5px 0;
    }
}

.hv-partner-program .color-cirlce-up {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    position: absolute;
    width: 400px;
    height: 200px;
    overflow: hidden;
    transform: rotate(0deg);
    left: 0;
    right: 0;
    top: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-up {
        width: 300px;
        height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up {
        width: 250px;
        height: 125px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up {
        width: 180px;
        height: 90px;
    }
}

.hv-partner-program .color-cirlce-up li {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border: 6px solid;
    border-top: none;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
    animation-timing-function: linear;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up li {
        border-width: 5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up li {
        border-width: 2px;
    }
}

.hv-partner-program .color-cirlce-up li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up li:after {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up li:after {
        width: 3px;
        height: 3px;
    }
}

.hv-partner-program .color-cirlce-up li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up li:before {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up li:before {
        width: 3px;
        height: 3px;
    }
}

.hv-partner-program .color-cirlce-up li.resell {
    z-index: 6;
    border-color: #c00;
    animation-name: rotate-one;
}

.hv-partner-program .color-cirlce-up li.resell:before {
    background: #c00;
    left: -4px;
    top: -30px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-up li.resell:before {
        top: -22px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up li.resell:before {
        top: -20px;
        left: -5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up li.resell:before {
        left: -1px;
        top: -13px;
    }
}

.hv-partner-program .color-cirlce-up li.resell:after {
    content: "";
    position: absolute;
    background: #c00;
    border-radius: 50%;
    left: 2px;
    top: -57px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-up li.resell:after {
        left: 0;
        top: -45px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up li.resell:after {
        left: -1px;
        top: -35px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up li.resell:after {
        left: 1px;
        top: -24px;
    }
}

.hv-partner-program .color-cirlce-up li.deliver {
    z-index: 6;
    border-color: #000;
    animation-name: rotate-two;
}

.hv-partner-program .color-cirlce-up li.manage {
    z-index: 3;
    border-color: #999;
    animation-name: rotate-four;
}

.hv-partner-program .color-cirlce-up li.manage:before {
    background: #999;
    right: -4px;
    top: -30px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-up li.manage:before {
        right: -6px;
        top: -22px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up li.manage:before {
        right: -4px;
        top: -20px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up li.manage:before {
        right: -2px;
        top: -12px;
    }
}

.hv-partner-program .color-cirlce-up li.manage:after {
    background: #999;
    right: 2px;
    top: -57px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-up li.manage:after {
        right: -1px;
        top: -41px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-up li.manage:after {
        right: 0;
        top: -36px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-up li.manage:after {
        right: 1px;
        top: -25px;
    }
}

.hv-partner-program .color-cirlce-up li.create {
    z-index: 6;
    border-color: #6ec9cd;
    animation-name: rotate-five;
}

.hv-partner-program .color-cirlce-down {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    position: absolute;
    width: 400px;
    height: 200px;
    overflow: hidden;
    transform: rotate(180deg);
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-down {
        width: 300px;
        height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down {
        width: 250px;
        height: 125px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down {
        width: 180px;
        height: 90px;
    }
}

.hv-partner-program .color-cirlce-down * {
    box-sizing: border-box;
}

.hv-partner-program .color-cirlce-down::before {
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    border-bottom: none;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-down::before {
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
    }
}

.hv-partner-program .color-cirlce-down::after {
    position: absolute;
}

.hv-partner-program .color-cirlce-down li {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border: 6px solid;
    border-top: none;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
    animation-timing-function: linear;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-down li {
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down li {
        border-width: 5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down li {
        border-width: 2px;
    }
}

.hv-partner-program .color-cirlce-down li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down li:after {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down li:after {
        width: 3px;
        height: 3px;
    }
}

.hv-partner-program .color-cirlce-down li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down li:before {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down li:before {
        width: 3px;
        height: 3px;
    }
}

.hv-partner-program .color-cirlce-down li.resell {
    z-index: 6;
    border-color: #c00;
    animation-name: rotate-two;
}

.hv-partner-program .color-cirlce-down li.deliver {
    z-index: 6;
    border-color: #000;
    animation-name: rotate-three;
}

.hv-partner-program .color-cirlce-down li.deliver:before {
    background: #000;
    right: -5px;
    top: -30px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-down li.deliver:before {
        top: -22px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down li.deliver:before {
        top: -18px;
        right: -5px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down li.deliver:before {
        right: -3px;
        top: -12px;
    }
}

.hv-partner-program .color-cirlce-down li.deliver:after {
    background: #000;
    right: 1px;
    top: -54px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-down li.deliver:after {
        top: -40px;
        right: -1px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down li.deliver:after {
        top: -34px;
        right: -1px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down li.deliver:after {
        right: 0;
        top: -22px;
    }
}

.hv-partner-program .color-cirlce-down li.create {
    z-index: -1;
    border-color: #6ec9cd;
    animation-name: rotate-six;
}

.hv-partner-program .color-cirlce-down li.create:before {
    background: #6ec9cd;
    left: -4px;
    top: -30px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-down li.create:before {
        left: -2px;
        top: -38px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down li.create:before {
        left: -4px;
        top: -16px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down li.create:before {
        left: -3px;
        top: -12px;
    }
}

.hv-partner-program .color-cirlce-down li.create:after {
    background: #6ec9cd;
    left: 1px;
    top: -54px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hv-partner-program .color-cirlce-down li.create:after {
        left: -4px;
        top: -16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hv-partner-program .color-cirlce-down li.create:after {
        left: -2px;
        top: -32px;
    }
}

@media (max-width: 767px) {
    .hv-partner-program .color-cirlce-down li.create:after {
        left: 0;
        top: -22px;
    }
}

.hv-partner-program-new {
    font-family: 'Helvetica Neue LT Std';
}

.hv-partner-program-new .infoGraph-heading-Wrap h4.comnpetencies-box {
    text-align: center;
    padding: 30px 0 0;
    color: #1e3560;
    font-weight: bold;
}

.hv-partner-program-new .infoGraph-heading-Wrap h4.comnpetencies-box span {
    color: #000;
    display: block;
    margin-top: 0.5rem;
}

.hv-partner-program-new .infographic-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: -2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    flex-wrap: nowrap;
}

.hv-partner-program-new .infographic-wrapper:before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 4rem;
    background: #f2f2f2;
    border-radius: 50px;
    transform: translateY(-50%);
}

.hv-partner-program-new .infographic-wrapper .infographic-box {
    text-align: center;
    position: relative;
    flex: 0 0 25%;
}

.hv-partner-program-new .infographic-wrapper .infographic-box a {
    text-decoration: none;
}

.hv-partner-program-new .infographic-wrapper .infographic-box a .infoGraphicWrap {
    position: relative;
    display: inline-block;
}

.hv-partner-program-new .infographic-wrapper .infographic-box a .infoGraphicWrap .infographic-img img {
    width: 100%;
    max-width: 190px;
    padding: 10px;
}

.hv-partner-program-new .infographic-wrapper .infographic-box a .infoGraphicWrap .infographic-img.infographic-img-hover {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.hv-partner-program-new .infographic-wrapper .infographic-box a .infoGraphicWrap:hover .infographic-img.infographic-img-hover {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.hv-partner-program-new .infographic-wrapper .infographic-box.active .infoGraphicWrap .infographic-img.infographic-img-hover {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.hv-partner-program-new .infographic-wrapper .infographic-box.active .infoGraphicWrap:before {
    content: "";
    bottom: -20px;
    width: 25px;
    height: 25px;
    background: #fbfafa;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    border-top: 1px solid #c00;
    border-left: 1px solid #c00;
    left: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hv-partner-program-new .infographic-wrapper .infographic-box.active .infoGraphicWrap:before {
        bottom: -15px;
    }
}

@media (max-width: 575px) {
    .hv-partner-program-new .infographic-wrapper .infographic-box.active .infoGraphicWrap:before {
        bottom: -20px;
    }
}

@media (max-width: 480px) {
    .hv-partner-program-new .infographic-wrapper .infographic-box.active .infoGraphicWrap:before {
        bottom: -25px;
    }
}

.hv-partner-program-new .comnpetencies-wrapper {
    text-align: center;
    border: 2px dashed #c5c5c5;
    padding: 2.85rem 1.125rem 3.125rem 1.125rem;
}

.hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox {
    background-color: #fbfafa;
    padding: 20px;
    text-align: left;
    border: 1px solid #c00;
    margin-bottom: 30px;
    position: relative;
    display: none;
}

@media (max-width: 575px) {
    .hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox {
        padding: 12px;
    }
}

.hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox p {
    letter-spacing: 1px;
}

@media (max-width: 575px) {
    .hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox .benefits-title-boxes {
        margin: 0 -12px;
    }
}

.hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox .box {
    padding: 5px 35px 15px;
    min-height: 120px;
    text-align: left;
}

@media (max-width: 575px) {
    .hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox .box {
        padding: 12px;
    }
}

.hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox .box .icon {
    height: 65px;
    width: 65px;
    margin-bottom: 15px;
    fill: #c00;
}

.hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox .box h3 {
    color: #333;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox .box+.box {
    border-left: 1px solid #eae9e9;
}

@media (max-width: 767px) {
    .hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox .box+.box {
        border-top: 1px solid #eae9e9;
        border-left: none;
    }
}

.hv-partner-program-new .comnpetencies-wrapper #infographic-bodyWrap .infographic-contBox.active {
    display: block;
}

.hv-partner-program-new .comnpetencies-wrapper h4.comnpetencies-box {
    color: #00477b;
    font-weight: bold;
}

.hv-partner-program-new .comnpetencies-wrapper h4.comnpetencies-box span {
    color: #000;
    display: block;
    margin-top: 0.5rem;
}

.hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box {
    color: #181818;
    text-align: center;
    position: relative;
    font-size: 1.688rem;
    font-weight: 600;
    padding: 2.188rem;
}

.hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box .informatics-info-box-circle {
    top: -0.938rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    border-radius: 50%;
}

.hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box p {
    position: relative;
}

.hv-partner-program-new .informatics-info-wrapper .col:not(:last-child) .informatics-info-box p:after {
    content: "";
    position: absolute;
    right: -2.188rem;
    top: 0;
    height: 100%;
    background: #e1e1e1;
    width: 1px;
}

@media (max-width: 1024px) {
    .hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box {
        padding: 1.188rem;
    }
}

@media (max-width: 767px) {
    .hv-partner-program-new .heading2 {
        text-align: center;
    }

    .hv-partner-program-new .heading2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .hv-partner-program-new .infographic-wrapper {
        margin-bottom: -2rem;
        max-width: 100%;
    }

    .hv-partner-program-new .infographic-wrapper:before {
        height: 3rem;
        top: 55%;
    }

    .hv-partner-program-new .infographic-wrapper .infographic-box a .infoGraphicWrap .infographic-img img {
        padding: 20px;
    }

    .hv-partner-program-new .comnpetencies-wrapper {
        padding: 2rem 1.125rem 3.125rem 1.125rem;
    }

    .hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hv-partner-program-new .infoGraph-heading-Wrap h4.comnpetencies-box {
        font-size: 1.2rem;
    }

    .hv-partner-program-new .infographic-wrapper:before {
        height: 1.5rem;
    }

    .hv-partner-program-new .infographic-wrapper .infographic-box a .infoGraphicWrap .infographic-img img {
        padding: 15px;
    }

    .hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box {
        padding: 1.188rem 0;
    }

    .hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box .informatics-info-box-circle {
        top: -0.638rem;
        width: 1.275rem;
        height: 1.275rem;
    }

    .hv-partner-program-new .informatics-info-wrapper .col:not(:last-child) .informatics-info-box p:after {
        right: -15px;
    }

    .hv-partner-program-new .comnpetencies-wrapper {
        padding: 2.3rem 15px 2.125rem 15px;
    }

    .hv-partner-program-new .comnpetencies-wrapper h4.comnpetencies-box {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hv-partner-program-new .infographic-wrapper {
        margin-bottom: -1.2rem;
    }

    .hv-partner-program-new .infographic-wrapper .infographic-box a .infoGraphicWrap .infographic-img img {
        padding: 6px;
    }

    .hv-partner-program-new .informatics-info-wrapper .col .informatics-info-box {
        font-size: 0.6rem;
        padding: 1.188rem 0 0;
    }

    .hv-partner-program-new .comnpetencies-wrapper {
        padding: 29px 15px 2.125rem 15px;
    }
}

.hv-partner-program-v3 {
    font-family: 'Helvetica Neue LT Std';
    background-color: #fbfafa;
}

.hv-partner-program-v3 .heading-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.hv-partner-program-v3 .heading-container .heading2 {
    position: relative;
    text-align: center;
}

.hv-partner-program-v3 .heading-container .heading2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: auto;
    height: 4px;
    width: 62px;
    background-color: #c00;
    bottom: -20px;
    transform: translateX(-50%);
    display: inline-block;
    right: auto;
}

.hv-partner-program-v3 .custom-tabs-wrap {
    margin-top: 50px;
}

.hv-partner-program-v3 .custom-tabs-wrap .custom-tabs {
    position: relative;
}

.hv-partner-program-v3 .custom-tabs-wrap .custom-tabs:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.hv-partner-program-v3 .custom-tabs-wrap .custom-tabs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.hv-partner-program-v3 .custom-tabs-wrap .custom-tabs ul li {
    flex: 1;
}

.hv-partner-program-v3 .custom-tabs-wrap .custom-tabs ul li a {
    display: block;
    padding: 10px;
    border-bottom: 4px solid transparent;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.hv-partner-program-v3 .custom-tabs-wrap .custom-tabs ul li.active a {
    font-weight: bold;
    border-color: #c00;
}

.hv-partner-program-v3 .custom-tabs-wrap .custom-tabs-content .container {
    max-width: 980px;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content {
    text-align: center;
    padding-top: 60px;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content .custom-tabs-title {
    font-weight: 600;
    padding-bottom: 18px;
    position: relative;
    color: #000;
    margin-bottom: 15px;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content .custom-tabs-title::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
    right: 0;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content p {
    letter-spacing: 1px;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content .box {
    padding: 5px 35px 15px;
    margin-top: 30px;
    min-height: 120px;
    text-align: left;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content .box .icon {
    height: 65px;
    width: 65px;
    margin-bottom: 15px;
    fill: #c00;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content .box h3 {
    color: #333;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content .box p {
    color: #333;
    font-size: 18px;
    line-height: normal;
}

.hv-partner-program-v3 .custom-tabs-wrap .tab-content .box+.box {
    border-left: 1px solid #eae9e9;
}

@media (max-width: 767px) {
    .hv-partner-program-v3 .custom-tabs-wrap .tab-content .custom-tabs-title {
        font-size: 2rem;
    }

    .hv-partner-program-v3 .custom-tabs-wrap .tab-content .box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hv-partner-program-v3 .custom-tabs-wrap .tab-content .box+.box {
        border-left: 0;
        border-top: 1px solid #eae9e9;
    }
}

@keyframes show-big {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show-one {
    0% {
        opacity: 0;
    }

    35% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show-two {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show-three {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show-four {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes botanimation {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.hv-pentaho-success-start .sub-heading {
    text-align: center;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .hv-pentaho-success-start .sub-heading {
        text-align: left;
    }
}

.hv-pentaho-success-start .tabs-container {
    margin-top: 30px;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper {
    position: relative;
    margin: 0 auto;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .scroll_tab_inner {
    height: 46px;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item {
    cursor: pointer;
    padding: 3px 0 12px 0;
    color: #555;
    display: inline-block;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
    white-space: no-wrap;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    margin: 0 20px;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item:first-child {
    margin-left: 0;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item:last-child {
    margin-right: 0;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(204, 0, 0, 0);
    bottom: -3px;
    transition: 0.5s;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item:hover {
    color: #000;
    text-decoration: none;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item:hover:after {
    background: none;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item.active {
    color: #000;
}

.hv-pentaho-success-start .tabs-container .tab-wrapper .nav-tab-menu .tab-item.active:after {
    background: #c00;
}

.hv-pentaho-success-start .tabs-contents {
    padding: 30px 0;
    display: none;
}

@media (max-width: 767px) {
    .hv-pentaho-success-start .tabs-contents {
        padding: 0;
    }
}

.hv-pentaho-success-start .tabs-contents .content-box {
    margin: 30px 0 40px;
}

.hv-pentaho-success-start .tabs-contents .content-box p {
    margin: 10px 0;
}

@media (max-width: 768px) and (max-width: 1023px) {
    .hv-pentaho-success-start .tabs-contents .content-box p {
        min-height: 40px;
    }
}

.hv-pentaho-success-start .tabs-contents .content-box .img-wrap {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.hv-pentaho-success-start .tabs-contents .content-box .img-wrap .engInd {
    display: none;
}

.hv-pentaho-success-start .tabs-contents .content-box .img-wrap a {
    display: block;
    background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 1270px) {
    .hv-pentaho-success-start .tabs-contents .content-box .img-wrap a {
        min-height: 293px;
    }
}

.hv-pentaho-success-start .tabs-contents .content-box .img-wrap a img {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

.hv-pentaho-success-start .tabs-contents .content-box .img-wrap a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.hv-pentaho-success-start .tabs-contents .content-box .img-wrap a svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    fill: #fff;
}

.hv-pentaho-success-start .tabs-contents .content-box ul {
    display: flex;
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .hv-pentaho-success-start .tabs-contents .content-box ul {
        flex-wrap: wrap;
    }
}

.hv-pentaho-success-start .tabs-contents .content-box ul li {
    margin-right: 30px;
}

.hv-pentaho-success-start .tabs-contents .content-box ul li:last-child {
    margin-right: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .hv-pentaho-success-start .tabs-contents .content-box ul li {
        margin-right: 15px;
    }
}

@media (max-width: 1023px) {
    .hv-pentaho-success-start .tabs-contents .content-box ul li {
        margin-top: 10px;
    }
}

.hv-pentaho-success-start .tabs-contents .content-box ul li svg {
    height: 26px;
    width: 26px;
    fill: #c00;
}

.hv-pentaho-success-start .tabs-contents .content-box ul li a {
    color: #c00;
    text-decoration: none;
    font-weight: 600;
}

.hv-pentaho-success-start .tabs-contents .content-box ul li a:hover {
    color: #ae0000;
}

.hv-pentaho-success-start .tabs-contents .content-box ul li a span {
    margin-left: 7px;
    font-size: 0.875rem;
}

.hv-pentaho-success-start .tabs-contents .content-box ul li a .engInd {
    display: none;
}

.hv-pentaho-success-start .tabs-contents .content-box h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 5px;
}

.hv-training-by-country .sub-heading {
    text-align: center;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .hv-training-by-country .sub-heading {
        text-align: left;
    }
}

.hv-training-by-country .cta {
    text-align: center;
    margin-top: 35px;
}

.hv-training-by-country .tab-container nav.menus-container {
    position: relative;
    width: 100%;
    height: 56px;
    margin-top: 30px;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner {
    width: 100%;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .hv-training-by-country .tab-container nav.menus-container .c-menu-inner {
        width: 100%;
        overflow-x: auto;
    }
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    text-align: center;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner {
    height: 43px;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items {
    cursor: pointer;
    padding: 3px 0 12px 0;
    color: #555;
    display: inline-block;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
    white-space: no-wrap;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    margin: 0 25px;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items:first-child {
    margin-left: 0;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items:last-child {
    margin-right: 0;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(204, 0, 0, 0);
    bottom: 0;
    transition: 0.5s;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items:hover {
    color: #000;
    text-decoration: none;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items:hover:after {
    background: none;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items.active {
    color: #000;
}

.hv-training-by-country .tab-container nav.menus-container .c-menu-inner .nav-menu .scroll_tab_inner .nav-items.active:after {
    background: #c00;
}

.hv-training-by-country .tabcontent {
    padding: 30px 0 0;
    display: none;
}

@media (max-width: 767px) {
    .hv-training-by-country .tabcontent {
        padding: 0;
    }
}

.hv-training-by-country .tabcontent .inner-contents {
    margin-top: 30px;
    position: relative;
}

.hv-training-by-country .tabcontent .inner-contents a {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.hv-training-by-country .tabcontent .inner-contents a img {
    width: 100%;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-training-by-country .tabcontent .inner-contents a img {
        min-height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.hv-training-by-country .tabcontent .inner-contents a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.hv-training-by-country .tabcontent .inner-contents a .overlay {
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-training-by-country .tabcontent .inner-contents a .overlay {
        font-size: 1.125rem;
    }
}

.hv-training-by-country .tabcontent .inner-contents a .overlay .hv-arrows {
    height: 12px;
    width: 12px;
    transform: rotate(-45deg);
    margin-left: 6px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}

.hv-training-by-country .tabcontent .inner-contents a:hover .hv-arrows {
    margin-left: 12px;
}

.hv-learning-path .learning-path-wrapper {
    margin: 2rem 0;
}

.hv-learning-path .learning-path-wrapper .learning-path-list {
    margin-right: 3rem;
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-path-list {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .hv-learning-path .learning-path-wrapper .learning-path-list {
        margin-right: 0;
    }
}

.hv-learning-path .learning-path-wrapper .learning-path-list ul li {
    font-size: 18px;
    position: relative;
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-path-list ul li {
        margin-bottom: 15px;
    }
}

.hv-learning-path .learning-path-wrapper .learning-path-list ul li>a {
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-path-list ul li>a {
        padding: 0px 25px 15px 15px;
    }
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-path-list ul li>a .arrow {
        display: inline-block;
        box-sizing: border-box;
        display: inline-block;
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border-style: solid;
        border-color: #333;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 5px;
    }
}

.hv-learning-path .learning-path-wrapper .learning-path-list ul li>a.active {
    font-weight: 600;
    color: #000;
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-path-list ul li>a.active {
        background-color: #051c2c;
        color: #fff;
        font-weight: 400;
        padding: 15px 30px 15px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .hv-learning-path .learning-path-wrapper .learning-path-list ul li>a.active .arrow {
        border-color: #fff;
        transform: rotate(225deg);
        top: 23px;
    }
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-path-list ul li:first-child .mlearningcwrapper {
        display: block;
    }

    .hv-learning-path .learning-path-wrapper .learning-path-list ul li .mlearningcwrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .spec-content-container {
        display: none;
    }
}

.hv-learning-path .learning-path-wrapper .learning-tab-content {
    display: none;
}

.hv-learning-path .learning-path-wrapper .learning-tab-content:first-child {
    display: block;
}

.hv-learning-path .learning-path-wrapper .learning-tab-content .learning-type {
    padding: 20px 0 0 0;
    color: #999;
    font-size: 0.875rem;
}

.hv-learning-path .learning-path-wrapper .learning-tab-content .learning-type p {
    margin: 0;
}

.hv-learning-path .learning-path-wrapper .learning-tab-content .learning-sub-list {
    border-bottom: 2px solid #999;
    padding: 10px 0 30px 0;
    margin: 0 0 16px 0;
}

.hv-learning-path .learning-path-wrapper .learning-tab-content .learning-sub-list:first-child {
    padding-top: 0;
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-tab-content .learning-sub-list:first-child {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .hv-learning-path .learning-path-wrapper .learning-tab-content .learning-sub-list:last-child {
        border-bottom: none;
    }
}

.hv-learning-path .learning-path-wrapper .learning-tab-content .learning-sub-list h3 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 6px 0;
}

.hv-learning-path .learning-path-wrapper .learning-tab-content .learning-sub-list p {
    color: #333;
}

.hv-learning-path .learning-path-wrapper .learning-tab-content .learning-sub-list a {
    border-bottom: none;
    padding: 0;
}

.hv-learning-path .learning-path-wrapper .cta {
    text-align: center;
    margin: 1rem 0;
}

.hv-gating {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    /* margin-top: -60px; */
}

@media (max-width: 767px) {
    .hv-gating {
        margin-top: -72px;
    }
}

.hv-gating .container {
    /*  max-width: 1100px;*/
    width: 100%;
}

.hv-gating .top-content-wrapper {
    text-align: center;
    width: 100%;
    background: #fafafa;
    padding: 25px 10px;
}

@media (max-width: 767px) {
    .hv-gating .top-content-wrapper {
        margin-top: 70px;
        padding: 20px 0;
        margin-left: 0;
        margin-right: 0;
    }

    .hv-gating .top-content-wrapper .col-sm-3 {
        order: 2;
    }
}

.hv-gating .top-content-wrapper .top-title {
    font-size: 1.375rem;
    margin: 0 0 0.5rem 0;
    font-weight: 500;
}

@media (max-width: 767px) {
    .hv-gating .top-content-wrapper .top-title {
        font-size: 1.25rem;
    }
}

.hv-gating .top-content-wrapper h1 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .hv-gating .top-content-wrapper h1 {
        font-size: 1.5rem;
    }
}

.hv-gating .top-content-wrapper h1:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
    right: 0;
}

.hv-gating .top-content-wrapper.text-left h1:after {
    right: auto;
}

.hv-gating .top-content-wrapper p {
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .hv-gating .top-content-wrapper p {
        display: none;
    }
}

.hv-gating .ext-thanks-wrapper {
    text-align: center;
    width: 100%;
    display: none;
    padding: 0 15px;
}

.hv-gating .ext-thanks-wrapper .ext-type {
    font-size: 1.375rem;
    margin: 0 0 0.5rem 0;
    font-weight: 500;
}

@media (max-width: 767px) {
    .hv-gating .ext-thanks-wrapper .ext-type {
        font-size: 1.25rem;
    }
}

.hv-gating .ext-thanks-wrapper .ext-thanks-title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .hv-gating .ext-thanks-wrapper .ext-thanks-title {
        font-size: 1.5rem;
    }
}

.hv-gating .ext-thanks-wrapper .ext-thanks-title:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
    right: 0;
}

.hv-gating .ext-thanks-wrapper .ext-thanks-desc {
    margin: 30px;
}

.hv-gating .ext-thanks-wrapper .ext-thanks-desc .title {
    font-size: 1.5rem;
    font-weight: 500;
}

.hv-gating .ext-thanks-wrapper .ext-thanks-desc p {
    margin: 15px 0;
}

.hv-gating .ext-thanks-wrapper .ext-thanks .c-btn.red svg {
    color: #c00;
    fill: #c00;
}

.hv-gating .ext-thanks-wrapper .ext-thanks .c-btn.red:hover svg {
    color: #fff;
    fill: #fff;
}

.hv-gating .gating-container {
    margin-top: 50px;
    width: 100%;
    padding: 0 0 0 15px;
}

@media (max-width: 767px) {
    .hv-gating .gating-container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }
}

.hv-gating .gating-container .left-wrapper img {
    width: 100%;
}

@media (max-width: 767px) {
    .hv-gating .gating-container .left-wrapper img {
        width: 100%;
    }
}

.hv-gating .gating-container .left-wrapper .overview-list {
    margin: -20px 0 20px;
}

@media (max-width: 767px) {
    .hv-gating .gating-container .left-wrapper .overview-list {
        margin-bottom: 50px;
    }
}

.hv-gating .gating-container .left-wrapper .overview-list h2 {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 18px;
    color: #000;
}

.hv-gating .gating-container .left-wrapper .overview-list h2:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
}

/* For this pdf only https://hitachids.com/pdf/digitalization-in-the-tire-industry-where-the-rubber-actually-meets-the-road/ */
body.postid-13186 .hv-gating .gating-container .left-wrapper .overview-list h2:after {
    width: 150px;
    margin-bottom: 25px;
}

.hv-gating .gating-container .left-wrapper .overview-list p {
    margin: 0 0 5px 0;
}

.hv-gating .gating-container .left-wrapper .overview-list a {
    color: #c00;
}

.hv-gating .gating-container .left-wrapper .overview-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hv-gating .gating-container .left-wrapper .overview-list ul li {
    display: block;
    position: relative;
    padding: 5px 0 0 25px;
    line-height: 25px;
}

.hv-gating .gating-container .left-wrapper .overview-list ul li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 0px;
    top: 15px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
    vertical-align: middle;
}

.hv-gating .gating-container .right-wrapper {
    width: 100%;
}

.hv-gating .gating-container .right-wrapper .register-form {
    border: 1px solid #051c2c !important;
    padding: 20px 20px;
    background: #fff;
}

.hv-gating .gating-container .right-wrapper .register-form .heading2 {
    font-size: 1.25rem;
    background: #051c2c;
    color: #fff;
    font-weight: 400;
    padding: 11px 30px 13px 60px;
    position: absolute;
    left: 15px;
    top: -22px;
    line-height: 1;
}

@media (max-width: 991px) {
    .hv-gating .gating-container .right-wrapper .register-form .heading2 {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .hv-gating .gating-container .right-wrapper .register-form .heading2 {
        font-size: 0.9rem;
        padding: 11px 15px 13px 55px;
    }
}

.hv-gating .gating-container .right-wrapper .register-form .heading2:after {
    height: 55px;
    width: 30px;
    left: 10px;
    top: 0px;
}

@media (max-width: 767px) {
    .hv-gating .gating-container .right-wrapper .register-form .heading2:after {
        height: 48px;
    }
}

.hv-gating .gating-container .right-wrapper .register-form iframe {
    width: 100%;
    min-height: 250px;
    margin-top: 30px;
}

.hv-gating.pentaho-request-demo .gating-container {
    margin-top: 0;
    align-items: center;
}

.hv-gating.pentaho-request-demo .gating-container .left-wrapper img {
    width: 100%;
}

.mac .hv-gating .gating-container .left-wrapper .overview-list h2 {
    margin-top: 10px;
    padding-bottom: 17px;
}

.mac .hv-gating .gating-container .right-wrapper .register-form .heading2 {
    padding: 16px 30px 10px 60px;
}

.hv-gating form.mktoForm {
    width: 100% !important;
    background-color: #fff;
    padding: 10px;
}

.hv-gating form.mktoForm .labeldown {
    height: 15px;
    font-weight: normal !important;
}

.hv-gating form.mktoForm .labelup {
    height: 15px;
    font-weight: normal !important;
}

.hv-gating div.title {
    font-size: 18px;
    font-weight: bold;
}

.hv-gating div.title p {
    width: 100%;
}

.hv-gating label#LblBudgeted {
    margin-top: 5px;
}

.hv-gating div.titleThankyou {
    width: 440px;
    padding: 5% 2%;
}

.hv-gating div.titleThankyou p {
    width: 100%;
    font-size: 18px;
    color: #008eaa;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ebebeb;
    margin-bottom: 50px;
}

.hv-gating div.titleThankyou p.download {
    text-align: center;
}

.hv-gating p.download {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.hv-gating a.download-pdf {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ce0000;
    color: #ce0000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    width: 240px;
    display: inline-block;
}

.hv-gating a.download-pdf:hover {
    border: 1px solid #ce0000;
    background-color: #ce0000;
    color: #fff;
    background-image: none;
}

.hv-gating .lpeCElement {
    background-color: #ebebeb;
    padding: 0;
    position: inherit;
    min-height: 0px !important;
    margin-top: -10px;
}

.hv-gating .mktoFormRow .mktoFieldDescriptor {
    width: 100%;
    float: left;
}

.hv-gating .mktoForm .mktoFieldWrap {
    width: 100%;
}

.hv-gating .mktoForm .mktoAsterix {
    display: none !important;
}

.hv-gating .mktoForm .mktoGutter,
.hv-gating .mktoForm .mktoOffset {
    width: auto !important;
}

.hv-gating .mktoFormRow .mktoFieldDescriptor label {
    color: #717171;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-weight: 700;
    float: left;
    padding: 0px 0 5px 0;
}

.hv-gating .mktoFormRow .mktoFieldDescriptor input[type="text"],
.hv-gating input[type="tel"],
.hv-gating input[type="email"],
.hv-gating select.mktoField {
    background: #fff;
    border-bottom: solid 1px #969696;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 0 ;
    line-height: normal;
    height: 38px !important;
    width: 100% !important;
    float: left;
    font-family: "urw-din, sans-serif", "Segoe UI";
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    line-height: 1.5;
}

.hv-gating select.mktoField {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333333;
}

.hv-gating select.mktoField::-ms-expand {
    display: none;
}

.hv-gating .mktoForm.mktoLayoutAbove .mktoRadioList,
.hv-gating .mktoForm.mktoLayoutLeft .mktoRadioList {
    width: 100% !important;
    float: left;
    font-size: 13px;
    padding-left: 17px;
}

.hv-gating .mktoForm .mktoRadioList>label {
    text-transform: none !important;
    margin: 0px;
    width: 100%;
}

.hv-gating .mktoButtonRow {
    position: inherit;
}

.hv-gating .mktoForm .mktoFormRow {
    clear: both;
    float: none !important;
}

.hv-gating .mktoForm fieldset legend {
    border: none;
    display: none;
}

.hv-gating .mktoHtmlText.mktoHasWidth .contentarea p.subHead,
.hv-gating .mktoHtmlText.mktoHasWidth p.subsNext1 {
    margin-bottom: 0px;
}

.hv-gating .mktoForm .mktoCheckboxList>label {
    min-height: auto;
}

.hv-gating .mktoMobileShow .mktoForm fieldset {
    padding: 0px;
}

.hv-gating .mktoForm .mktoRequiredField label.mktoLabel {
    width: 93% !important;
}

.hv-gating .mktoForm.mktoLayoutAbove .mktoField,
.hv-gating .mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: none;
}

.hv-gating .mktoForm .mktoCheckboxList>input {
    margin: 4px 0 0 0;
    opacity: 0;
}

.hv-gating .mktoForm .mktoRadioList>input {
    margin: 4px 0 0 0;
    opacity: 0;
    display: none;
}

.hv-gating .mktoForm .mktoCheckboxList {
    width: 0px !important;
    margin-top: -8px;
}

.hv-gating .mktoForm label[for="hDSSingleOptin"],
.hv-gating .mktoForm label[for="CustomField5"],
.hv-gating .mktoForm label[for="customField7"] {
    float: right;
    padding: 0px;
    width: 93% !important;
    margin-top: 8px;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 1.125rem;
    font-weight: normal !important;
}

.hv-gating .mktoForm label[for="customField6"] {
    float: right;
    padding: 0px;
    width: 93% !important;
    margin-top: 2px;
    text-transform: none;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 1.125rem;
    font-weight: normal !important;
}

.hv-gating .mktoForm label[for="CustomField5"] a,
.hv-gating .mktoForm label[for="customField6"] a,
.hv-gating .mktoForm label[for="customField7"] a {
    color: #cc0000;
    padding: 0;
}

.hv-gating .mktoForm label[for="CustomField5"] a:hover,
.hv-gating .mktoForm label[for="customField6"] a:hover,
.hv-gating .mktoForm label[for="customField7"] a:hover {
    text-decoration: none;
}

.hv-gating .mktoForm span.mktoButtonWrap {
    margin-left: 0px !important;
}

.hv-gating .mktoForm .mktoButtonWrap.mktoGlow button.mktoButton {
    background: #cc0000;
}

.hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #ce0000 !important;
    background-image: none !important;
    border: 1px solid #ce0000 !important;
    color: #ffffff;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.1em !important;
    outline: 0 none;
    text-decoration: none;
    width: auto;
    margin-top: 15px !important;
    padding: 4px 20px !important;
    height: auto;
    letter-spacing: 1px;
    margin-bottom: 20px;
    min-width: 205px;
    min-height: 42px;
}

.hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.hv-gating .mktoMobileShow .mktoForm input[type="url"],
.hv-gating .mktoMobileShow .mktoForm input[type="text"],
.hv-gating .mktoMobileShow .mktoForm input[type="date"],
.hv-gating .mktoMobileShow .mktoForm input[type="tel"],
.hv-gating .mktoMobileShow .mktoForm input[type="email"],
.hv-gating .mktoMobileShow .mktoForm input[type="number"],
.hv-gating .mktoMobileShow .mktoForm textarea.mktoField {
    font-size: 16px;
    padding: 0px 0px;
}

.hv-gating .mktoMobileShow .mktoForm select.mktoField {
    font-size: 14px;
    height: 38px;
    padding: 0 0 0px 2px;
}

.hv-gating .mktoFormRow.hds-pp-container {
    position: relative;
    top: 9px;
    right: 0;
    z-index: 9;
    margin-top: -30px;
}

.hv-gating .mktoForm label[for="CustomField2"] {
    width: 100%;
}

.hv-gating .mktoForm label[for="customField9"] {
    margin-bottom: -34px;
}

.hv-gating .mktoForm label[for="gdproptin"] {
    margin: 5px 0 5px 0px !important;
    width: 90% !important;
    padding: 0px;
}

.hv-gating .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

.hv-gating .mktoForm label[for="pentahoRole"] {
    margin-top: 10px;
}

.hv-gating .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 14px !important;
}

.hv-gating .mktoRadioList.mktoHasWidth {
    width: 100% !important;
    padding: 0.1em;
}

.hv-gating .hds-privacy-policy a {
    color: #000000;
    font-family: 'Helvetica Neue LT Std' !important;
    font-size: 0.95rem;
    float: left;
    margin-bottom: 0px;
    text-decoration: underline;
}

.hv-gating .gated-button {
    display: table;
    margin: 0 auto !important;
}

.hv-gating .gated-button .pdf-icon {
    display: table-cell;
    vertical-align: middle;
}

.hv-gating .gated-button .pdf-icon img {
    margin-right: 15px;
}

.hv-gating .gated-button .pdf-text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.hv-gating .gated-button .pdf-text img {
    position: absolute;
    right: -20px;
    top: 22px;
    padding: 0;
}

.hv-gating .mktoForm .mktoError {
    bottom: 0 !important;
    left: 0;
    right: 0 !important;
    top: 40px !important;
    width: 100%;
}

.hv-gating .mktoForm .mktoError .mktoErrorMsg {
    padding: 0.8em 0.6em;
    max-width: 100%;
}

.hv-gating .mktoForm select[name="Country"],
.hv-gating .mktoForm select[name="LeadRole"],
.hv-gating .mktoForm select[name="pentahoRole"],
.hv-gating .mktoForm select[name="State"] {
    background: url("https://www.hitachivantara.com/go/marketo/images/select-arrow-red.jpg") no-repeat 97% 13px;
}

.hv-gating .mktoForm .gterms-error .mktoError {
    top: 25px !important;
}

.hv-gating .submit-button .submit-text {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
    float: left;
    padding-left: 15px;
}

.hv-gating .submit-button .submit-text img {
    width: 18px;
    top: 7px;
    position: absolute;
    right: -20px;
    padding: 0;
}

@media only screen and (min-width: 481px) and (max-width: 736px) {
    .hv-gating .mktoForm .mktoFormCol {
        float: none !important;
    }

    .hv-gating .hds-privacy-policy {
        bottom: -32px !important;
        margin-top: -5px !important;
    }
}

@media only screen and (min-width: 737px) and (max-width: 991px) {
    .hv-gating body#bodyId {
        padding: 0px;
    }

    .hv-gating form.mktoForm {
        width: 100% !important;
    }

    .hv-gating div.title p {
        width: 100%;
    }

    .hv-gating .mktoForm .mktoButtonRow {
        float: none;
    }

    .hv-gating .gated-button .pdf-text img {
        top: 22px;
    }

    .hv-gating .mktoFormRow.hds-pp-container {
        top: 0px;
        float: right !important;
    }

    .hv-gating .hds-privacy-policy {
        width: 96px;
    }

    .hv-gating .mktoForm label[for="hDSSingleOptin"],
    .hv-gating .mktoForm label[for="CustomField5"],
    .hv-gating .mktoForm label[for="customField6"],
    .hv-gating .mktoForm label[for="customField7"] {
        width: 96% !important;
    }

    .hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        margin-top: 0;
    }
}

@media only screen and (max-width: 736px) {
    .hv-gating .gated-button .pdf-text img {
        top: 38%;
    }

    .hv-gating .mktoMobileShow .mktoForm input[type="url"],
    .hv-gating .mktoMobileShow .mktoForm input[type="text"],
    .hv-gating .mktoMobileShow .mktoForm input[type="date"],
    .hv-gating .mktoMobileShow .mktoForm input[type="tel"],
    .hv-gating .mktoMobileShow .mktoForm input[type="email"],
    .hv-gating .mktoMobileShow .mktoForm input[type="number"],
    .hv-gating .mktoMobileShow .mktoForm textarea.mktoField {
        font-size: 14px;
        line-height: normal;
    }

    .hv-gating .mktoFormRow.hds-pp-container {
        top: 9px;
    }
}

@media only screen and (max-width: 710px) {
    .hv-gating .gated-button .pdf-text img {
        top: 38%;
    }
}

@media only screen and (max-width: 700px) {
    .hv-gating .gated-button .pdf-text img {
        top: 38%;
    }

    .hv-gating .mktoFormRow.hds-pp-container {
        top: 9px;
    }
}

@media only screen and (max-width: 480px) {
    .hv-gating input[type="radio"]+label:before {
        left: -3px !important;
    }

    .hv-gating form.mktoForm {
        width: auto !important;
    }

    .hv-gating .mktoForm fieldset {
        padding: 0 0px;
    }

    .hv-gating .mktoForm .mktoRadioList>input {
        margin: -13px 0 0 0 !important;
    }

    .hv-gating div.title p {
        width: 100%;
    }

    .hv-gating .mktoForm label[for="hDSSingleOptin"],
    .hv-gating .mktoForm label[for="CustomField5"],
    .hv-gating .mktoForm label[for="customField6"],
    .hv-gating .mktoForm label[for="customField7"] {
        width: 93% !important;
    }

    .hv-gating .gated-button .pdf-text img {
        top: 22px;
    }
}

.hv-gating #bodyId .mktoForm .mktoButtonRow {
    display: block;
    text-align: left;
}

@media only screen and (max-width: 375px) {
    .hv-gating .mktoFormRow.hds-pp-container {
        position: relative;
        margin-top: -0px;
    }

    .hv-gating .hds-privacy-policy a {
        display: block;
        padding: 0;
    }

    .hv-gating .gated-button .pdf-text {
        font-size: 1.125rem;
        letter-spacing: normal;
    }

    .hv-gating .gated-button .pdf-icon img {
        margin-right: 0;
        margin-left: -25px;
    }

    .hv-gating .gated-button .pdf-text img {
        top: 22px;
    }

    .hv-gating .mktoForm label[for="hDSSingleOptin"],
    .hv-gating .mktoForm label[for="CustomField5"],
    .hv-gating .mktoForm label[for="customField6"],
    .hv-gating .mktoForm label[for="customField7"] {
        width: 90% !important;
    }
}

.hv-gating label#LblcurrentlyExploringASolution {
    margin-top: 5px;
}

.hv-gating input[type="checkbox"]+label:before {
    background-image: url("clientlib-hv-min/images/radio_btn_sprite.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 23px;
    left: 0;
    top: 6px;
}

.hv-gating input[type="checkbox"]:checked+label:before {
    background-position: 0 -21px;
}

@-moz-document url-prefix() {
    .hv-gating input[type="checkbox"]+label::before {
        left: 1px;
        top: 3px;
    }

    .hv-gating .mktoForm label[for="hDSSingleOptin"] {
        margin-top: 4px;
    }
}

.hv-gating input[type="radio"]:checked+label:before {
    background-position: 0 -16px;
}

@-moz-document url-prefix() {
    .hv-gating input[type="radio"]+label::before {
        left: 1px;
        top: 3px;
    }
}

.hv-gating input[type="checkbox"]:checked+label:before {
    background-position: 0 0;
    background-position: 0 -17px;
}

.hv-gating input[type="checkbox"]+label:before {
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: 0;
    top: -1px;
}

.hv-gating input[type="checkbox"]+label:before {
    background: url(https://www.hitachivantara.com/go/marketo/images/gated-icon-1.png) no-repeat top left;
    background-position: 0 0;
    content: " ";
    height: 15px;
    top: 9px;
}

.hv-gating input.check9:checked+label.check9:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.hv-gating input[type="radio"]+label:before {
    background-image: url("https://www.hitachivantara.com/go/marketo/images/gated-icon-1.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: relative;
    display: inline-block;
    height: 17px;
    width: 15px;
    left: -10px;
    top: 6px;
}

.hv-gating input[type="radio"]:checked+label:before {
    background-position: 0 -16px;
}

.hv-gating input[type="checkbox"]#hDSSingleOptin:checked+label:before {
    background-position: 0 0;
    background-position: 0 -20px;
}

.hv-gating input[type="checkbox"]#hDSSingleOptin+label:before {
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 15px;
    left: -12px;
    top: -1px;
}

.hv-gating input[type="checkbox"]#hDSSingleOptin+label:before {
    background-image: url("https://www.hitachivantara.com/go/marketo/images/gated-icon-1.png");
    background-position: 1px 1px;
    content: " ";
    height: 15px;
    top: 7px;
}

.hv-gating input[type="checkbox"],
.hv-gating input[type="radio"] {
    display: block;
}

.hv-gating .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0px !important;
}

.hv-gating .subsNext1 {
    font-size: 1.125rem;
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-weight: 700;
}

.hv-gating .third {
    font-size: 1.125rem;
    font-family: "urw-din, sans-serif", "Segoe UI";
    clear: both;
    color: #333;
}

.hv-gating .hds-privacy-policy {
    position: inherit;
    right: 0px;
    bottom: -20px;
    padding-bottom: 40px;
    padding-left: 10px;
}

.hv-gating .asset-desc-devices {
    padding-top: 0px !important;
}

@media only screen and (max-width: 375px) {
    .hv-gating .hds-privacy-policy {
        position: absolute;
        bottom: -20px;
        float: left;
        right: auto;
    }
}

.hv-gating p.subHead {
    padding: 0px 0px 0px;
    font-size: 1.125rem;
    font-family: "urw-din, sans-serif", "Segoe UI";
    clear: both;
    color: #333;
}

.hv-gating .subhead {
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 3em;
    color: #fff;
    margin: -28px 0 65px 30px;
}

.hv-gating label {
    max-width: inherit;
}

.hv-gating .dropOption {
    float: right;
}

.hv-gating select#dropOption {
    border: none;
    text-decoration: underline;
}

.hv-gating .center {
    font-size: 36px;
    font-weight: normal;
    font-family: "urw-din, sans-serif", "Segoe UI";
    margin-top: 0px;
}

.hv-gating .dropDown {
    float: right;
}

.hv-gating .dropDown .dropdown-menu {
    font-size: 14px;
}

.hv-gating .dropDown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #ce0000;
    font-size: 14px;
    text-align: left;
    font-family: "urw-din, sans-serif", "Segoe UI";
    overflow: visible;
    width: auto;
    font-weight: 800;
}

.hv-gating .dropDown .bootstrap-select>.dropdown-toggle {
    background: #fff;
    border-radius: 0;
    border: 1px solid transparent;
    text-align: left;
}

.hv-gating .dropDown span.bs-caret {
    background-image: url(https://www.hitachivantara.com/etc/clientlibs/hdscorp/main/images/select-down-arrow.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    width: 14px;
    height: 22px;
    display: inline-block;
    margin-left: 4px;
}

.hv-gating .dropDown .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    border: none;
}

.hv-gating .dropDown .dropdown-menu {
    border: 1px solid #c1c1c1;
    box-shadow: none;
    margin: 0;
    border-top: 0;
    border-radius: 0;
    padding: 0 0 5px;
}

.hv-gating .dropDown .btn-default:hover {
    background: none;
}

.hv-gating .dropDown .dropdown-menu>li>a {
    padding: 3px 8px;
}

.hv-gating .dropDown .dropdown-menu>li>a:focus {
    outline: none !important;
}

.hv-gating .dropDown .bootstrap-select.btn-group .dropdown-toggle.btn-default:hover,
.hv-gating .dropDown .bootstrap-select.btn-group .dropdown-toggle.btn-default:focus,
.hv-gating .dropDown .bootstrap-select.btn-group .dropdown-toggle.btn-default:active,
.hv-gating .dropDown .bootstrap-select.open>.dropdown-toggle {
    background: none;
    box-shadow: none;
    outline: none !important;
}

.hv-gating .dropDown .bootstrap-select:first-child {
    width: auto !important;
}

.hv-gating .dropDown .btn-group.open .dropdown-toggle,
.hv-gating .dropDown .btn-group.open .dropdown-toggle:focus,
.hv-gating .dropDown .btn-group.open .dropdown-toggle:active,
.hv-gating .dropDown .btn-group.open .dropdown-toggle:hover {
    border: 1px solid #c1c1c1;
    background: 0;
    box-shadow: none;
    border-bottom: 0;
}

.hv-gating .dropDown .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: "urw-din, sans-serif", "Segoe UI";
    font-size: 14px;
}

.hv-gating .dropDown {
    float: right;
}

.hv-gating label {
    max-width: inherit !important;
}

.hv-gating legend {
    width: auto !important;
}

.hv-gating .mktoForm fieldset legend {
    border: none;
}

.hv-gating .lpeCElement {
    position: inherit;
}

.hv-gating #radioError {
    position: relative;
    color: #ce0000;
    width: 90px;
    font-size: 11px;
}

.hv-gating #checkError {
    position: absolute;
    margin: 8px 0 0 160px;
    color: #ce0000;
    width: 90px;
    font-size: 11px;
}

.hv-gating html {
    font-size: inherit !important;
}

.hv-gating .mktoFormRow .mktoFormCol label[for="customField6"] {
    display: none;
    text-transform: inherit !important;
}

.hv-gating .mktoFormRow .mktoFormCol label[for="hDSSingleOptin"] {
    display: none;
}

@media only screen and (max-device-width: 991px) and (min-device-width: 768px) {
    .hv-gating .subsNext1 {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hv-gating label.check9 {
        top: -5px;
    }
}

.hv-gating .mktoHtmlText.mktoHasWidth .contentarea p.subHead,
.hv-gating .mktoHtmlText.mktoHasWidth p.subsNext1 {
    color: #000;
}

.hv-gating .mktoForm .mktoRadioList>label {
    padding: 0;
    font-weight: 500 !important;
}

.hv-gating .mktoForm .mktoRadioList>input {
    margin: -6px 0 0 0;
}

.hv-gating input[type="radio"]+label:before {
    top: 4px;
}

.hv-gating .mktoFormRow .mktoFieldDescriptor label {
    text-transform: none;
    font-weight: normal;
}

.hv-gating .mktoForm label[for="customField9"] {
    font-size: 1.125rem !important;
    text-transform: uppercase;
    padding: 6px 0 5px 0;
}

.hv-gating .mktoFormRow .mktoFieldDescriptor input[type="checkbox"]+label:before {
    top: 0px;
}

.hv-gating .mktoForm fieldset legend {
    margin: 0 1em -0.1em;
    color: inherit;
}

.hv-gating html {
    font-size: inherit !important;
}

.hv-gating .mktoFormRow .mktoFormCol label[for="customField6"] {
    display: none;
    text-transform: inherit !important;
}

.hv-gating .mktoFormRow .mktoFormCol label[for="hDSSingleOptin"] {
    display: none;
}

.hv-gating .mktoForm label[for="Phone"] {
    font-weight: bold !important;
}

@media only screen and (max-width: 768px) {
    .hv-gating .mktoForm .mktoFormCol .mktoLabel[for="customField9"] {
        text-align: left;
        width: 85% !important;
    }
}

.hv-gating .mktoHtmlText.mktoHasWidth .contentarea p.subHead,
.hv-gating .mktoHtmlText.mktoHasWidth p.subsNext1 {
    color: #000;
}

.hv-gating .mktoForm .mktoRadioList>label {
    padding: 0;
    font-weight: 500 !important;
}

.hv-gating .mktoForm .mktoRadioList>input {
    margin: -6px 0 0 0;
}

.hv-gating input[type="radio"]+label:before {
    top: 4px;
}

.hv-gating .mktoFormRow .mktoFieldDescriptor label {
    text-transform: none;
    font-weight: normal;
    width: auto !important;
}

.hv-gating .mktoForm label[for="customField9"] {
    font-size: 1.1em;
    padding: 6px 0 5px 0;
}

.hv-gating .mktoFormRow .mktoFieldDescriptor input[type="checkbox"]+label:before {
    top: 5px;
}

.hv-gating .mktoForm fieldset legend {
    margin: 0 1em -0.1em;
    color: inherit;
}

.hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    background-image: none !important;
    border: 1px solid #a60000 !important;
    background-color: #a60000 !important;
    color: #fff !important;
    font-family: 'Helvetica Neue LT Std' !important;
}

.hv-gating .mktoForm label[for="Country"],
.hv-gating .mktoForm label[for="FirstName"],
.hv-gating .mktoForm label[for="LastName"],
.hv-gating .mktoForm label[for="Email"],
.hv-gating .mktoForm label[for="Title"],
.hv-gating .mktoForm label[for="Company"],
.hv-gating .mktoForm label[for="Phone"] {
    height: 15px;
}

.hv-gating .mktoForm .mktoLabel {
    padding-top: 0px !important;
}

.hv-gating label#LblglobalOptinConsentProxyField {
    font-size: 14px;
    margin-top: 5px;
}

.hv-gating .labeldown {
    opacity: 0;
    transform: translateY(100%);
    z-index: 9999 !important;
    background: #fff !important;
    font-weight: normal !important;
    height: 15px;
}

.hv-gating .labelup {
    opacity: 1;
    transition: all 0.1s;
    transform: translate(0%, 60%);
    margin: 0px 1px !important;
    background: #fff !important;
    padding: 0px 0px !important;
    font-size: 12px !important;
    color: #717171 !important;
    font-weight: normal !important;
    height: 15px;
}

.hv-gating .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold;
    width: auto !important;
}

.hv-gating select::-ms-expand {
    display: none;
}

.hv-gating input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: #000 !important;
}

.hv-gating input:-webkit-autofill,
.hv-gating input:-webkit-autofill:hover,
.hv-gating input:-webkit-autofill:focus,
.hv-gating input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    background-image: none !important;
    color: #000 !important;
}

.hv-gating .mktoForm .mktoFormRow .mktoField {
    clear: none !important;
}

.hv-gating .mktoForm label[for="Budgeted"] {
    font-weight: normal !important;
}

.hv-gating .mktoForm .mktoRadioList label {
    width: 18% !important;
}

.hv-gating .mktoForm .mktoError {
    left: 0px !important;
    bottom: -20px !important;
    right: 0px !important;
}

.hv-gating .mktoForm .mktoError .mktoErrorArrow {
    background: none;
    border: none;
}

.hv-gating .mktoForm .mktoError .mktoErrorMsg {
    background: none;
    color: #cc0000;
    border: none;
    font-size: 11px;
    text-shadow: none;
    box-shadow: none;
    margin-top: 15px;
    max-width: 25em !important;
    padding: 0.3em 0;
}

.hv-gating .mktoForm select.mktoInvalid {
    border: none !important;
    border-bottom: 1px solid #ce0000 !important;
    outline: none;
}

.hv-gating .mktoInvalid {
    border-bottom: 1px solid #ce0000 !important;
    outline: none;
}

@media only screen and (max-width: 767px) {

    .hv-gating .mktoForm input[type="url"],
    .hv-gating .mktoForm input[type="text"],
    .hv-gating .mktoForm input[type="date"],
    .hv-gating .mktoForm input[type="tel"],
    .hv-gating .mktoForm input[type="email"],
    .hv-gating .mktoForm input[type="number"],
    .hv-gating .mktoForm textarea.mktoField,
    .hv-gating .mktoForm select.mktoField {
        font-size: 14px !important;
    }
}

.mac .hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.android-device .hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.iphone-device .hv-gating .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 12px 10px 6px !important;
}

.mktoForm.re-arrabge-fields {
    display: flex;
    flex-direction: column;
}

.mktoForm.re-arrabge-fields .mktoFormRow.move-to-bottom {
    order: 1;
}

.mktoForm.re-arrabge-fields .mktoButtonRow {
    order: 2;
}

.marketocleanupform form.mktoForm {
    margin-top: 30px;
}

.marketocleanupform .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal;
}

.marketocleanupform .mktoForm textarea.mktoField {
    width: 100% !important;
}

.marketocleanupform .mktoForm textarea[rows="2"] {
    height: 5.4em;
}

.marketocleanupform .mktoForm input[type="number"] {
    margin-left: 10px;
    border: 1px solid #969696 !important;
}

.marketocleanupform .mktoForm .mktoError .mktoErrorMsg {
    display: flex;
    margin-top: 4px;
}

.marketocleanupform .mktoForm .mktoError .mktoErrorMsg {
    padding: 1em 0;
}

.marketocleanupform textarea.mktoInvalid {
    border: 1px solid #ce0000 !important;
}

.marketocleanupform .mktoForm .mktoError .mktoErrorMsg {
    padding: 0.5em 0;
}

.hv-gating .mktoForm .mktoRadioList input[type="radio"] {
    position: absolute;
}

.hv-gating .mktoForm .mktoRadioList input[type="radio"]+label:before {
    position: absolute;
    top: 0px !important;
    left: 0 !important;
}

.hv-gating .mktoForm .mktoRadioList label {
    padding-left: 20px;
    position: relative;
    min-height: 17px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-family: 'Helvetica Neue LT Std' !important;
}

.hv-gating .mktoForm #LblcurrentlyExploringASolution.mktoLabel {
    position: relative;
    z-index: 1;
    margin-left: 0px !important;
    padding-left: 20px;
}

.ctm-cmn-form.hv-gating {
    margin: 0;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow {
    display: flex;
    margin: 0 -20px;
    align-items: baseline;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow.phone_field_country_code .phone_country_code {
    max-width: 95px;
    padding-right: 0px !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow.phone_number {
    width: calc(100% - 191px) !important;
    padding-left: 15px !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoFormCol {
    padding: 0 15px !important;
    width: 100% !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoRequiredField label {
    width: 100% !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoRequiredField label#LblCustomField1 {
    font-size: 13px !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoRequiredField .mktoRadioList label {
    width: 18% !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoLogicalField {
    width: 100% !important;
    margin-top: 10px;
    padding: 0;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoLogicalField label {
    position: relative;
    width: 100% !important;
    margin-left: 0px !important;
    padding-left: 20px;
    padding-bottom: 0px;
    min-height: 15px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoLogicalField label:before {
    left: 0px;
    top: 0;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoLogicalField.mktoInvalid {
    border-bottom: none !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow #LblleadCommentsExtended {
    margin: 0 5px !important;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow textarea {
    min-height: 120px;
    background: #fff;
    width: 100% !important;
    font-family: "urw-din, sans-serif", "Segoe UI";
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    margin-top: 0;
    border: solid 1px #ccc;
    padding: 10px 10px;
}

.ctm-cmn-form.hv-gating form.mktoForm .mktoError {
    left: 16px !important;
}

.pentaho-overlay {
    z-index: 99999 !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm {
    width: 100% !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm input[type="text"],
.pentaho-overlay .mktoOverlayForm .mktoForm select,
.pentaho-overlay .mktoOverlayForm .mktoForm input[type="email"],
.pentaho-overlay .mktoOverlayForm .mktoForm input[type="tel"],
.pentaho-overlay .mktoOverlayForm .mktoForm textarea.mktoField {
    border: 1px solid #ccc !important;
    height: 40px !important;
    border-radius: 3px;
    padding: 5px 10px !important;
    width: 100% !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm select {
    background: #fff url(https://www.hitachivantara.com/marketo/aem/images/drop-up-3.png) no-repeat 94% 16px;
}

.pentaho-overlay .mktoOverlayForm .mktoForm textarea.mktoField {
    height: 70px !important;
    width: 100% !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoButton {
    background-color: #ce0000 !important;
    background-image: none !important;
    border: 1px solid #ce0000 !important;
    color: #fff !important;
    font-family: "urw-din, sans-serif" !important;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    margin: 9px 0 0 0;
    padding: 10px 20px !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoButton svg {
    display: none;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow {
    display: flex;
    margin: 0px -10px;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol {
    padding: 0px 10px !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol.mktoFieldDescriptor {
    margin-right: 0px !important;
    width: 100% !important;
    margin-top: 0px !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol .mktoLabel {
    height: 15px !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol.mkCheckField .mktoLabel {
    padding: 4px 0px 0px 30px !important;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    height: auto !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol.mkCheckField .mktoLabel a {
    color: #ce0000;
    text-decoration: underline;
    padding: 0px;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol #LblglobalOptinConsentProxyField {
    padding-left: 0px !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    position: relative;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol .mktoError {
    bottom: auto;
    top: calc(100% + 5px);
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol .mktoError .mktoErrorArrowWrap {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 100;
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    margin-top: -11px;
    z-index: -1;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol .mktoError .mktoErrorMsg {
    display: inline-flex;
    margin-top: 0px;
    background-color: #e51b00;
    background-color: #e51b00;
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 12px;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol .mktoRadioList label {
    width: 49% !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow .mktoFormCol input[type="radio"]+label:before {
    left: 0px !important;
    margin-right: 5px !important;
}

.pentaho-overlay .mktoOverlayForm .mktoForm div.mktoButtonRow {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.android-device .hv-gating.ctm-cmn-form .mktoForm .mktoRadioList input[type="radio"]+label:before,
.android-device .ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoLogicalField label:before,
.iphone-device .hv-gating.ctm-cmn-form .mktoForm .mktoRadioList input[type="radio"]+label:before,
.iphone-device .ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoLogicalField label:before,
.mac .ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoLogicalField label:before {
    top: -2px !important;
}

#mktoStyleLoaded+form.mktoForm {
    display: none;
}

label#LblphoneCountryCode {
    white-space: nowrap;
    position: relative;
    z-index: 11;
}

@media (max-width: 767px) {
    .pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow {
        flex-direction: column;
        width: auto !important;
    }

    .pentaho-overlay .mktoOverlayForm .mktoForm .mktoFormRow.phone_field_country_code {
        flex-direction: unset;
    }

    .pentaho-overlay .mktoOverlayForm .mktoForm input[type="radio"]+label:before {
        left: 0px !important;
        margin-right: 5px !important;
    }

    .ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow {
        flex-direction: column;
    }

    .ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow.phone_field_country_code {
        flex-direction: unset;
    }

    .ctm-cmn-form.hv-gating form.mktoForm .mktoFormRow .mktoFormCol {
        padding: 0;
    }

    .hv-leadGen-form .hv-gating form.mktoForm .mktoFormRow {
        flex-direction: column;
    }

    .hv-leadGen-form .hv-gating form.mktoForm .mktoFormRow.phone_field_country_code {
        flex-direction: unset;
    }
}

.hv-image-component p {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .hv-image-component p {
        text-align: left;
    }
}

.hv-image-component .img-box {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    .hv-image-component .img-box {
        width: 100%;
    }
}

.hv-image-component .img-box .card-video-icon {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hv-image-component .img-box .card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 52px;
}

.hv-image-component .img-box .card-video-icon .centered svg {
    fill: #fff;
    width: 90px;
    height: 90px;
}

.hv-image-component .img-box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .hv-image-component .img-box img {
        width: 100%;
    }
}

.hv-image-component.video-box img {
    width: 100%;
}

.hv-partner-logos {
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hv-partner-logos.greybg {
    background-color: #f2f2f2;
}

.hv-partner-logos .partner-filters {
    margin-bottom: 20px;
}

.hv-partner-logos .partner-filters .filterby {
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-align: right;
    position: relative;
}

.hv-partner-logos .partner-filters .filterby .title {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    display: inline-block;
    margin-right: 6px;
}

.hv-partner-logos .partner-filters .filterby .hv-arrows {
    position: relative;
    top: -2px;
}

.hv-partner-logos .partner-filters .filterby.active .title {
    color: #c00;
}

.hv-partner-logos .partner-filters .filterby.active .hv-arrows {
    transform: rotate(-135deg);
    top: 3px;
}

.hv-partner-logos .partner-filters-search {
    position: relative;
}

.hv-partner-logos .partner-filters-search .filters-section {
    margin: 0 auto;
    padding: 0;
    display: none;
    position: absolute;
    margin-right: 15px;
    top: 0;
    width: 450px;
}

.hv-partner-logos .partner-filters-search .filters-section .filters-list {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 8px #999999;
    position: relative;
    z-index: 10;
}

.hv-partner-logos .partner-filters-search .filters-section .filters-list ul {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.hv-partner-logos .partner-filters-search .filters-section .filters-list ul li {
    width: 100%;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby {
    font-weight: bold;
    display: inline;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby .label {
    color: #000;
    display: none;
    padding: 5px 5px 5px 0;
    font-size: 0.8125rem;
    text-transform: none;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby .keyword-filter {
    color: #000;
    display: inline;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby .keyword-filter .filterKeyword {
    font-size: 0.8125rem;
    font-weight: normal;
    color: #333;
    display: inline-block;
    margin: 0 15px 7px 0;
    position: relative;
    border: 1px solid #dedede;
    display: inline-flex;
    align-items: center;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby .keyword-filter .filterKeyword .ftxt {
    padding: 2px 10px;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby .keyword-filter .filterKeyword .hv-close {
    position: relative;
    top: 0;
    display: inline-block;
    border-left: 1px solid #dedede;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby .keyword-filter .filterKeyword .hv-close:before {
    height: 9px;
    width: 1px;
    top: 6px;
}

.hv-partner-logos .partner-filters-search .tagList .groupedby .keyword-filter .filterKeyword .hv-close:after {
    height: 9px;
    width: 1px;
    top: 6px;
}

.hv-partner-logos .partner-filters-search .search-overlay a {
    color: #c00;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 10px;
}

.hv-partner-logos .partner-filters-search .search-overlay a .hv-arrows {
    transform: rotate(-45deg);
    top: -1px;
    position: relative;
    left: 3px;
}

.hv-partner-logos .partner-filters-search .bgCover {
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    overflow: hidden;
    z-index: 999999;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox {
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    display: none;
    height: 100%;
    overflow: scroll;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop {
    min-height: 300px;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .heading {
    padding: 15px 15px 12px;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .heading h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .heading .hv-close {
    top: 15px;
    right: 15px;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .heading .hv-close:before,
.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .heading .hv-close:after {
    background-color: #999999;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .topFilter {
    position: relative;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .topFilter h4 {
    font-size: 0.875rem;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    padding-left: 20px;
    padding-top: 15px;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .topFilter .FilterAreaIndustry {
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 12px;
    position: absolute;
    z-index: 9;
    height: 233px;
    overflow: auto;
    width: 100%;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .topFilter .FilterAreaIndustry ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .topFilter .FilterAreaIndustry ul li {
    margin: 0;
    padding: 0 20px;
    position: relative;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .overlayTop .topFilter .FilterAreaIndustry.filter-mob-list {
    min-height: 253px;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .FilterAreaBtnPop .show-results {
    text-align: center;
    padding: 20px 0 0 0;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .FilterAreaBtnPop .show-results .c-btn {
    padding: 8px 15px;
    margin: 0 5px 0 0;
}

.hv-partner-logos .partner-filters-search .bgCover .overlayBox .FilterAreaBtnPop .show-results .c-btn:last-child {
    margin-right: 0;
}

.hv-partner-logos .partner-logo-list {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hv-partner-logos .partner-logo-list .partner {
    margin: 0;
    border: 1px solid #dedede;
    border-top: none;
    border-left: none;
    padding: 20px;
    position: static;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.hv-partner-logos .partner-logo-list .partner:hover {
    border: 1px solid #b4b4bc;
    box-shadow: inset 0px 0px 7px 0px #b4b4bc;
}

.hv-partner-logos .partner-logo-list .partner .logo {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.hv-partner-logos .partner-logo-list .partner .logo img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.hv-partner-logos .partner-logo-list .partner .logo img:hover {
    transform: scale(1.1);
}

.hv-partner-logos .partner-logo-list .partner.active .pointer {
    height: 14px;
    width: 14px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0px;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #c00;
    z-index: 2;
}

.hv-partner-logos .partner-logo-list .partner.active .pointer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    left: -14px;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    top: -13px;
}

.hv-partner-logos .partner-logo-list .partner .partner-detail {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 30px 40px;
    text-align: left;
    z-index: 1;
    left: 0;
    min-height: 300px;
    position: absolute;
    display: none;
    margin: 0 25px;
    border: 1px solid #c00;
}

.hv-partner-logos .partner-logo-list .partner .partner-detail .ptitle {
    font-size: 1.625rem;
    font-weight: 600;
    padding-bottom: 18px;
    position: relative;
    color: #000;
    margin-bottom: 15px;
}

.hv-partner-logos .partner-logo-list .partner .partner-detail .ptitle:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 32px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
}

.hv-partner-logos .partner-logo-list .partner .partner-detail a.c-link {
    margin-right: 25px;
}

.hv-partner-logos .partner-logo-list .partner .partner-detail h4 {
    font-size: 1.25rem;
}

.hv-partner-logos .partner-logo-list .partner .partner-detail .hv-close {
    right: 20px;
}

.hv-partner-logos .cta {
    text-align: center;
    margin-top: 20px;
}

.mac .partner-logo-list .partner.active .pointer:after {
    top: -12px;
}

.hv--new--partnership.hv-partner-logos .container {
    max-width: 100%;
}

.hv--new--partnership .cta .cbutton-circle-cst {
    justify-content: space-evenly;
}

@media (max-width: 991px) {
    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section {
        width: 100%;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters {
        border-bottom: 1px solid #d1d1d1;
        margin: 0px -15px;
        padding: 0px 15px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters .filterby {
        display: flex;
        justify-content: space-between;
        padding: 10px 0px;
        margin-right: 0px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters .filterby:after {
        position: absolute;
        width: 100%;
        height: 2px;
        background: red;
        left: 0;
        bottom: 0;
        content: "";
    }

    .hv--new--partnership.hv-partner-logos .partner-filters .filterby .title {
        font-size: 18px;
        font-weight: bold;
        color: #000 !important;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .tagList {
        display: none;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .launchLink {
        display: none;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .filters-list {
        padding: 10px 15px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .filters-list ul {
        border-bottom: none;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .filters-list ul li {
        padding: 5px 0px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .filters-list ul li .checkbox {
        margin: 0px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox {
        margin-bottom: 10px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox input[type="checkbox"] {
        opacity: 0;
        display: none;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox input[type="checkbox"]:checked+label {
        color: #c00 !important;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox input[type="checkbox"]:checked+label:after {
        transform: scale(1);
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox label {
        padding-left: 0px;
        font-size: 18px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox label:before {
        display: none;
    }
}

@media (min-width: 992px) {
    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section {
        display: block !important;
        position: static;
        width: 100%;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .filters-list {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        box-shadow: none;
        background: transparent;
        padding: 0px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .filters-list ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        border-bottom: 1px solid #d1d1d1;
        margin-top: 35px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .filters-list ul li {
        width: auto;
        padding: 0px 20px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox {
        margin: 0px;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox input[type="checkbox"] {
        opacity: 0;
        display: none;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox input[type="checkbox"]:checked+label {
        font-weight: bold;
        color: #000;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox input[type="checkbox"]:checked+label:after {
        transform: scale(1);
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox label {
        padding-left: 0px;
        padding-bottom: 5px;
        font-size: 17px;
        color: #666666;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox label:after {
        position: absolute;
        content: "";
        width: 100%;
        background: #c00;
        bottom: 0;
        left: 0;
        height: 2px;
        transition: all 0.3s ease-in-out;
        transform: scale(0);
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .checkbox label:before {
        display: none;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters-search .filters-section .show-results {
        display: none !important;
    }

    .hv--new--partnership.hv-partner-logos .partner-filters {
        display: none !important;
    }

    .hv--new--partnership.hv-partner-logos .tagList {
        display: none;
    }
}

.hv-social-panel {
    background-repeat: no-repeat;
    background-size: cover;
}

.hv-social-panel.center {
    text-align: center;
}

@media (max-width: 767px) {
    .hv-social-panel.center {
        text-align: left;
    }
}

.hv-social-panel h2 {
    color: #fff;
}

.hv-social-panel h3 {
    color: #fff;
    text-align: center;
    margin: 10px 0 50px;
    font-size: 1.375rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .hv-social-panel h3 {
        text-align: left;
    }
}

.hv-social-panel h3 a {
    color: #c00;
    text-decoration: none;
}

@media (max-width: 767px) {
    .hv-social-panel {
        text-align: left;
    }
}

.hv-social-panel p {
    color: #fff;
    font-size: 0.875rem;
}

.hv-social-panel p a {
    color: #6ec9cd;
    text-decoration: none;
}

.hv-social-panel p a span {
    color: #fff;
    text-decoration: underline;
}

.hv-social-panel .c-link {
    margin: 10px 0;
}

.hv-social-panel .asset-share {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .hv-social-panel .asset-share {
        text-align: left;
    }
}

.hv-social-panel .asset-share a {
    text-decoration: none;
    margin: 0 10px;
}

.hv-social-panel .asset-share a:hover svg .normal {
    opacity: 0;
}

.hv-social-panel .asset-share a:hover svg .active {
    opacity: 1;
}

.hv-social-panel .asset-share a svg {
    width: 30px;
    height: 30px;
}

.hv-social-panel .asset-share a svg .active {
    opacity: 0;
}

.hv-social-panel.light-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hv-social-panel.light-bg h3 {
    color: #000;
}

.hv-social-panel.light-bg .heading2 {
    color: #333;
}

.hv-social-panel.light-bg p {
    color: #333;
    width: 100%;
}

.hv-social-panel.light-bg p a span {
    color: #333;
}

.hv-social-panel.light-bg ul a {
    border: 1px solid #999;
}

.hv-social-panel.light-bg ul a:hover {
    border: 1px solid transparent;
}

.hv-social-panel.light-bg ul svg {
    fill: #999;
}

.hv-history {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 170px;
}

.hv-history .box {
    padding: 5px 40px 15px;
    margin: 50px 0 20px;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .hv-history .box {
        padding-left: 15px;
        padding-right: 15px;
        border: 0;
        margin: 10px 0;
        text-align: left;
    }
}

.hv-history .box:after {
    content: "";
    border-right: 1px solid #eae9e9;
    display: block;
    position: absolute;
    width: 1px;
    height: 45%;
    top: 20%;
    right: 0;
}

.hv-history .box:last-child:after {
    border: 0;
}

.hv-history .box .icon {
    height: 45px;
    width: 45px;
    margin-bottom: 15px;
    fill: #c00;
}

@media (max-width: 767px) {
    .hv-history .box .icon {
        width: 50px;
        height: 50px;
    }
}

.hv-history .box h3 {
    color: #333;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hv-history .box h3 {
        margin-bottom: 10px;
    }
}

.hv-history .box p {
    color: #333;
}

.hv-history .history-line {
    border-top: 2px solid #6ec9cd;
    margin-top: 380px;
    position: relative;
    min-height: 120px;
}

@media (max-width: 991px) {
    .hv-history .history-line {
        margin-top: 20px;
        border-top: 0;
        border-left: 2px solid #6ec9cd;
    }
}

.hv-history .history-line:before {
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    background: #6ec9cd;
    margin-top: -8px;
}

@media (max-width: 991px) {
    .hv-history .history-line:before {
        left: -6px;
    }
}

.hv-history .history-line:after {
    content: "";
    position: absolute;
    right: -1px;
    border-left: 20px solid #6ec9cd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -11px;
    width: 0;
    height: 0;
}

@media (max-width: 991px) {
    .hv-history .history-line:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 20px solid #6ec9cd;
        border-bottom: 0;
        left: -10px;
    }
}

.hv-history .history-list {
    position: relative;
}

@media (max-width: 991px) {
    .hv-history .history-list {
        padding: 20px 0;
    }
}

.hv-history .history-list li {
    width: 22%;
    text-align: center;
    padding: 0 15px;
    top: -290px;
    position: absolute;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .hv-history .history-list li {
        width: 23%;
        padding: 0 10px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hv-history .history-list li {
        width: 25%;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .hv-history .history-list li {
        position: relative;
        width: 100%;
        text-align: left;
        top: 0;
        margin: 40px 0;
    }
}

.hv-history .history-list li:after {
    content: "";
    height: 12px;
    width: 12px;
    background: #6ec9cd;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -117px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hv-history .history-list li:after {
        bottom: -107px;
    }
}

@media (max-width: 991px) {
    .hv-history .history-list li:after {
        left: 0px;
        top: 22px;
        margin-top: 7px;
    }
}

.hv-history .history-list li:before {
    content: "";
    height: 26px;
    width: 26px;
    background: #fff;
    border: 1px solid #6ec9cd;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -124px;
}

@media (max-width: 991px) {
    .hv-history .history-list li:before {
        left: 0px;
        top: 22px;
        bottom: auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hv-history .history-list li:before {
        bottom: -114px;
    }
}

.hv-history .history-list li .history-content {
    min-height: 178px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hv-history .history-list li .history-content {
        min-height: 187px;
    }
}

@media (max-width: 991px) {
    .hv-history .history-list li .history-content {
        min-height: auto;
        padding-left: 50px;
    }
}

.hv-history .history-list li .history-content:after {
    background: #6ec9cd;
    width: 2px;
    height: 80px;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -99px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .hv-history .history-list li .history-content:after {
        left: 0px;
        top: 22px;
        height: 2px;
        width: 40px;
        bottom: auto;
        transform: translateX(0%);
        margin-top: 12px;
    }
}

.hv-history .history-list li:first-child {
    left: 0%;
}

.hv-history .history-list li:nth-child(2) {
    left: 15%;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(2) {
        left: 0%;
    }
}

.hv-history .history-list li:nth-child(3) {
    left: 26%;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(3) {
        left: 0%;
    }
}

.hv-history .history-list li:nth-child(4) {
    left: 40%;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(4) {
        left: 0%;
    }
}

.hv-history .history-list li:nth-child(5) {
    left: 50%;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(5) {
        left: 0%;
    }
}

.hv-history .history-list li:nth-child(6) {
    left: 63%;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(6) {
        left: 0%;
    }
}

.hv-history .history-list li:nth-child(7) {
    left: 76%;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(7) {
        left: 0%;
    }
}

.hv-history .history-list li:nth-child(7):after {
    bottom: -35px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .hv-history .history-list li:nth-child(7):after {
        bottom: -48px;
    }
}

.hv-history .history-list li:nth-child(7):before {
    bottom: -42px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .hv-history .history-list li:nth-child(7):before {
        bottom: -55px;
    }
}

.hv-history .history-list li:nth-child(7) .history-content:after {
    bottom: -22px;
    height: 20px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .hv-history .history-list li:nth-child(7) .history-content:after {
        bottom: -31px;
    }
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(7) .history-content:after {
        height: 2px;
    }
}

.hv-history .history-list li:nth-child(even) {
    top: 80px;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(even) {
        top: 22px;
    }
}

.hv-history .history-list li:nth-child(even):after {
    content: "";
    top: -87px;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(even):after {
        top: 22px;
    }
}

.hv-history .history-list li:nth-child(even):before {
    top: -94px;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(even):before {
        top: 22px;
    }
}

.hv-history .history-list li:nth-child(even) .history-content:after {
    top: -90px;
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(even) .history-content:after {
        top: 22px;
    }
}

@media (max-width: 991px) {
    .hv-history .history-list li:nth-child(even) .history-content {
        display: flex;
        flex-direction: column-reverse;
    }
}

.hv-history .history-list li svg {
    height: 70px;
    width: 70px;
    fill: #333;
}

.hv-history .history-list li .history-image {
    max-height: 80px;
    min-height: 80px;
}

.hv-history .history-list li img {
    max-width: 100%;
}

.hv-history .history-list li h3 {
    font-size: 1.25rem;
    color: #000;
    font-weight: 600;
}

.hv-history .history-list li p {
    margin: 15px 0;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .hv-history .history-list li p {
        font-size: 0.875rem;
    }
}

@media (max-width: 991px) {
    .hv-history .history-list li p {
        margin: 30px 0 10px;
        text-align: left !important;
    }
}

.hv-signup {
    background-repeat: no-repeat;
    background-size: cover;
}

.hv-signup h2 {
    color: #fff;
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .hv-signup h2 {
        text-align: left;
    }
}

.hv-signup p {
    color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hv-signup p {
        text-align: left;
    }
}

.hv-signup .form-box {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 797px) {
    .hv-signup .form-box {
        max-width: 400px;
    }
}

.hv-signup .form-box iframe {
    width: 100%;
    border: none;
}

@media (max-width: 797px) {
    .hv-signup .form-box iframe {
        height: 300px;
    }
}

.hv-signup.black h2 {
    color: #000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.hv-signup.black p {
    color: #000;
}

.hv-signup .thank {
    max-width: 800px;
    background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.5);
    margin: 0px auto;
}

.hv-signup .thank .thanktitle {
    background: #d2d2d2;
    font-size: 1.125rem;
    color: #000 !important;
    font-weight: 300;
    padding: 10px 20px;
    margin-bottom: 0px !important;
}

.hv-signup .thank .thanktitle img {
    padding: 0px 30px 0px 0px;
    vertical-align: middle;
    margin-top: -5px;
}

.hv-signup form.mktoForm {
    width: 100% !important;
}

@media not all and (min-resolution: 0.001dpcm) {
    .hv-signup .mktoMobileShow .mktoForm input[type="email"] {
        padding-top: 12px !important;
    }

    .hv-signup .mktoForm input[type="text"],
    .hv-signup .mktoForm input[type="url"],
    .hv-signup .mktoForm input[type="email"],
    .hv-signup .mktoForm input[type="tel"],
    .hv-signup .mktoForm input[type="number"],
    .hv-signup .mktoForm input[type="date"],
    .hv-signup .mktoForm textarea.mktoField,
    .hv-signup .mktoForm select.mktoField {
        padding: 7px 10px !important;
    }
}

.hv-signup .mktoForm .mktoFieldWrap {
    float: none;
}

.hv-signup .mktoFormRow .mktoFieldDescriptor {
    float: left;
    margin-right: 10px;
}

.hv-signup .mktoForm .mktoFieldWrap {
    width: 100%;
}

.hv-signup .mktoForm .mktoAsterix {
    display: none !important;
}

.hv-signup .mktoForm .mktoGutter,
.mktoForm .mktoOffset {
    width: auto !important;
}

.hv-signup .mktoForm .mktoFormCol {
    min-height: 0px;
    width: 24%;
}

.hv-signup .mktoFormRow .mktoFieldDescriptor label {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    float: left;
    width: 100% !important;
    font-family: "urw-din, sans-serif";
}

.hv-signup .mktoForm div {
    color: #333;
    font-size: 16px;
    font-weight: normal !important;
    font-family: "urw-din, sans-serif";
}

.hv-signup .lpeCElement {
    position: inherit;
}

.hv-signup .mktoFormRow .mktoFieldDescriptor input[type="text"],
.hv-signup input[type="tel"],
.hv-signup input[type="email"] {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
    line-height: 36px;
    height: 45px;
    width: 100% !important;
    float: left;
    font-size: 14px !important;
    color: #939393 !important;
}

.hv-signup .mktoForm select {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 0 15px;
    line-height: 36px !important;
    height: 45px !important;
    background: #fff;
    font-size: 14px !important;
    width: 100% !important;
    float: left;
    border-radius: 0px;
    color: #939393 !important;
}

.hv-signup .submit-button {
    display: table;
    margin-left: 15px !important;
}

.hv-signup .submit-button .submit-text {
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.hv-signup .submit-button .submit-text img {
    width: 18px;
    height: 11.4px;
    top: 7px;
    position: absolute;
    right: -20px;
    padding: 0;
}

.hv-signup img#arrow {
    margin-right: -5px !important;
}

.hv-signup .mktoFormRow .mktoFieldDescriptor input[type="text"]::-moz-placeholder {
    color: #939393 !important;
}

.hv-signup .mktoFormRow .mktoFieldDescriptor input[type="text"]:focus::-moz-placeholder {
    color: #939393 !important;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1;
}

::placeholder {
    color: #939393;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #939393;
}

::-ms-input-placeholder {
    color: #939393;
}

.hv-signup div.mktoButtonRow {
    margin: -55px 0 0 0;
    float: right;
}

.hv-signup .mktoForm span.mktoButtonWrap {
    margin-left: 0 !important;
}

.hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-image: none;
    border: 1px solid #ce0000;
    color: #ffffff;
    font-family: "urw-din, sans-serif";
    font-size: 0.8125rem !important;
    font-weight: 600;
    letter-spacing: 0.1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    background: #ce0000;
    padding: 8px 4px;
    width: 157px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hv-signup .optimise-prime .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 0.8125rem !important;
}

.hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    background-image: none;
    border: 1px solid #a60000;
    background-color: #a60000;
    color: #fff !important;
}

.hv-signup select[name="Country"],
.hv-signup select[name="State"] {
    background: url(https://www.hitachivantara.com/marketo/aem/images/shape-new.png) no-repeat 95% 20px;
    background-color: #fff;
    color: #939393;
}

.hv-signup select.mktoField {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hv-signup .mktoForm input[type="text"],
.hv-signup .mktoForm input[type="url"],
.hv-signup .mktoForm input[type="email"],
.hv-signup .mktoForm input[type="tel"],
.hv-signup .mktoForm input[type="number"],
.hv-signup .mktoForm input[type="date"],
.hv-signup .mktoForm textarea.mktoField,
.hv-signup .mktoForm select.mktoField {
    padding: 0px 10px;
    padding-right: 4px !important;
}

.hv-signup select::-ms-value {
    background: none;
    color: #000;
}

.hv-signup select.mktoField::-ms-expand {
    display: none;
}

.hv-signup .mktoForm .mktoError {
    position: absolute;
    z-index: 99;
    color: #bf0000;
    width: 100%;
    bottom: 0 !important;
    right: 0 !important;
}

.hv-signup .mktoForm .mktoError .mktoErrorMsg {
    box-shadow: none !important;
    font-size: 12px !important;
}

.hv-signup .mkto-thanks-normal {
    width: 86%;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    margin: 50px auto 0;
    display: none;
}

.hv-signup .mkto-thanks-normal .thanktitle {
    font-size: 1.125rem;
    color: #000;
    font-weight: 300;
    padding: 10px;
    margin: 0px;
    display: flex;
}

.hv-signup .mkto-thanks-normal .thanktitle img {
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
}

.hv-signup .mkto-thanks-germany {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    margin: 50px auto 0;
    display: none;
}

.hv-signup .mkto-thanks-germany .thanktitle {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
    padding: 10px;
    margin: 0px;
    display: flex;
    background: #d2d2d2;
    border: 1px solid #000000;
}

.hv-signup .mkto-thanks-germany .desc {
    padding: 10px;
}

.hv-signup .mkto-thanks-germany .desc p {
    color: #000000;
    font-weight: normal;
}

.hv-signup .optimise-prime .mktoForm {
    width: 70% !important;
    margin: 0 auto;
}

.hv-signup .optimise-prime .mktoForm .mktoFormCol {
    width: 70%;
}

.hv-signup .optimise-prime {
    text-align: center;
}

.hv-signup .optimise-prime .mkto-thanks-normal {
    background: transparent;
    margin: 0 auto 0;
    display: none;
    width: auto;
}

.hv-signup .optimise-prime .mkto-thanks-normal .thanktitle {
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: 300;
    padding: 10px;
    margin: 0px;
    display: flex;
}

.hv-signup .submit-button .submit-text {
    font-size: 16px !important;
}

@media screen and (max-width: 991px) {
    .hv-signup .optimise-prime .mktoForm {
        width: 100% !important;
    }

    .hv-signup .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
        clear: none;
        float: left;
        width: 24%;
    }

    .hv-signup .mktoForm select {
        width: 100% !important;
        height: 45px !important;
        border-radius: 0px;
        font-size: 14px !important;
        color: #939393 !important;
    }

    .hv-signup .mktoMobileShow .mktoForm input[type="email"] {
        width: 100% !important;
        padding-left: 10px;
        background: #fff;
        height: 45px !important;
        border: solid 1px #ddd !important;
        border-radius: 0px;
        font-size: 14px !important;
        color: #939393 !important;
    }
}

@media screen and (max-width: 991px) {
    body#bodyId {
        padding: 0;
    }

    .hv-signup form.mktoForm {
        width: auto !important;
        padding: 0;
    }

    .hv-signup .mktoFormRow .mktoFieldDescriptor {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .hv-signup .mktoForm select {
        width: 100% !important;
        height: 45px !important;
        font-size: 1rem !important;
        border-radius: 0;
    }

    .hv-signup div.mktoButtonRow {
        margin: 0 auto;
        display: block;
        float: none;
        text-align: center !important;
    }

    .hv-signup .mktoMobileShow .mktoForm input[type="email"] {
        width: 100% !important;
        padding-left: 10px;
        height: 45px !important;
        font-size: 1rem !important;
        border-radius: 0;
    }

    .hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        margin-top: 15px;
    }

    .hv-signup .mktoForm .mktoError {
        position: absolute;
        z-index: 99;
        color: #bf0000;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
    }

    .hv-signup .thank {
        width: 62%;
    }

    .hv-signup p.thanktitle {
        font-size: 0.9rem;
    }

    .hv-signup p.thanktitle img {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 414px) {
    .hv-signup .thank {
        width: 100% !important;
    }
}

@media (max-device-width: 568px) and (orientation: landscape) {
    .hv-signup .thank {
        width: 50%;
        margin: 25px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .hv-signup form.mktoForm {
        width: auto !important;
        padding: 10px;
    }

    .hv-signup .mktoMobileShow .mktoForm input[type="email"] {
        height: 44px !important;
        font-size: 1rem !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 625px) {
    .hv-signup .mktoButtonRow {
        display: inherit !important;
    }
}

.hv-signup .mktoForm .mktoLabel {
    padding-top: 0px !important;
}

.hv-signup .labeldown {
    opacity: 0;
    transform: translateY(100%);
    padding-left: 12px !important;
    z-index: 9999 !important;
    background: #fff !important;
}

.hv-signup .labelup {
    opacity: 1;
    transition: all 0.1s;
    transform: translate(0%, 0%);
    margin: 0px 0px !important;
    padding: 2px 0px !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: transparent !important;
}

.hv-signup .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold;
    width: auto !important;
}

.hv-signup input:-internal-autofill-selected {
    background: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    background: #fff !important;
}

.hv-signup input:focus {
    border: #fff !important;
    outline: #fff;
    background: #fff;
}

.hv-signup select:focus {
    border: #fff !important;
    outline: #fff;
    background: #fff url(https://www.hitachivantara.com/marketo/aem/images/shape-new.png) no-repeat 95% 20px;
}

.hv-signup .labelcountry {
    padding: 2px 5px !important;
    font-size: 11px !important;
    color: #fff !important;
}

.hv-signup .mktoForm .mktoError {
    bottom: -20px !important;
    right: 0px !important;
}

.hv-signup .mktoForm .mktoError .mktoErrorArrow {
    background: none;
    border: none;
}

.hv-signup .mktoForm .mktoError .mktoErrorMsg {
    background: none;
    color: #fff;
    border: none;
    font-size: 12px;
    text-shadow: none;
    box-shadow: none;
    max-width: 20em !important;
    padding: 0.3em 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hv-signup .placeRed {
        color: #cc0000 !important;
    }
}

.hv-signup .placeRed::-moz-placeholder {
    color: #cc0000 !important;
}

.hv-signup .placeRed::placeholder {
    color: #cc0000 !important;
}

.hv-signup .place-red {
    color: #fff !important;
}

.hv-signup .mktoForm select.mktoInvalid {
    border: none !important;
    outline: none;
}

.hv-signup .mktoInvalid {
    border-bottom: 1px solid #ce0000 !important;
    outline: none;
}

.mac .hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 10px 20px 8px !important;
    font-size: 13px !important;
}

.mac .hv-signup .mktoForm input[type="email"] {
    padding: 10px 10px 6px !important;
}

.mac .hv-signup .mktoForm select.mktoField {
    padding: 5px 10px 5px !important;
}

@media only screen and (max-width: 767px) {

    .iphone-device .hv-signup .mktoForm select.mktoField,
    .iphone-device .hv-signup .mktoFormRow .mktoFieldDescriptor input[type="email"] {
        padding-top: 5px !important;
    }

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton svg {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 480px) {
    .android-device .hv-signup .mktoMobileShow .mktoForm input[type="email"] {
        padding-bottom: 6px;
        padding-top: 10px;
    }

    .iphone-device .hv-signup .mktoMobileShow .mktoForm input[type="email"] {
        padding-bottom: 6px;
        padding-top: 10px;
    }

    .android-device .hv-signup .mktoMobileShow .mktoForm select {
        padding-bottom: 4px;
        padding-top: 8px;
    }

    .iphone-device .hv-signup .mktoMobileShow .mktoForm select {
        padding-bottom: 4px;
        padding-top: 8px;
    }

    .android-device .hv-signup .submit-button .submit-text img {
        margin-top: -3px;
    }

    .android-device .hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        padding-bottom: 3px;
        padding-top: 10px;
    }

    .iphone-device .hv-signup .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        padding-bottom: 3px;
        padding-top: 10px;
    }

    .hv-signup .mktoFormRow .mktoFieldDescriptor input[type="email"] {
        height: 45px !important;
        font-size: 1rem !important;
    }

    .hv-signup .optimise-prime .mktoForm {
        width: 100% !important;
    }
}

.hv-proof-of-value-interactive {
    background-color: #fbfbfb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hv-proof-of-value-interactive .container {
    max-width: 800px;
}

.hv-proof-of-value-interactive .heading2.center+p br {
    display: none;
}

.hv-proof-of-value-interactive .interactive-graph {
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    margin-top: 40px;
    position: relative;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading {
    display: inline-block;
    position: relative;
    text-align: center;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading .tooltip-hover {
    font-size: 0.875rem;
    line-height: normal;
    padding: 10px 15px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    width: 350px;
    text-align: left;
    position: absolute;
    display: none;
    left: -130px;
    bottom: 90px;
    z-index: 10;
    transition: all 0.5s ease;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading .tooltip-hover:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    background: white;
    transform: rotate(45deg);
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading .tooltip-hover:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: white;
    transform: rotate(45deg);
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.hv-proof-of-value-interactive .interactive-graph .col-heading:hover .tooltip-hover {
    display: block;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th1 {
    position: absolute;
    bottom: 47px;
    left: 78px;
}

@media (min-width: 768px) and (max-width: 850px) {
    .hv-proof-of-value-interactive .interactive-graph .col-heading.th1 {
        left: 76px;
    }
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th1 .tooltip-hover:after {
    bottom: -4px;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th1 .tooltip-hover:before {
    bottom: -6px;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th2 {
    position: absolute;
    left: 50%;
    bottom: 139px;
    right: 0;
    width: 115px;
    margin-left: -35px;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th2 .tooltip-hover {
    bottom: 44px;
    left: -370px;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th2 .tooltip-hover:after {
    right: -3px;
    left: auto;
    top: auto;
    bottom: 9px;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th2 .tooltip-hover:before {
    right: -6px;
    left: auto;
    bottom: 10px;
    top: auto;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th3 {
    position: absolute;
    right: 94px;
    bottom: 231px;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th3 .tooltip-hover {
    left: -315px;
    bottom: 40px;
    width: 290px;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th3 .tooltip-hover:before {
    bottom: 10px;
    right: -6px;
    left: auto;
}

.hv-proof-of-value-interactive .interactive-graph .col-heading.th3 .tooltip-hover:after {
    left: auto;
    right: -4px;
    bottom: 10px;
}

.hv-proof-of-value-interactive .interactive-graph h4 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}

.hv-proof-of-value-interactive .interactive-graph h4 span {
    color: #c00;
    font-size: 1.5rem;
}

.hv-proof-of-value-interactive .interactive-graph h4:hover {
    color: #c00;
}

@media (min-width: 768px) {
    .hv-proof-of-value-interactive .interactive-graph h4:hover:before {
        width: 15px;
        height: 15px;
        bottom: 4px;
    }
}

.hv-proof-of-value-interactive .interactive-graph h4:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4px;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
}

.hv-proof-of-value-interactive .interactive-graph h4:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #c00;
    left: 43px;
    bottom: 12px;
    border-radius: 4px;
    z-index: 9;
    transition: all 0.2s ease-in;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .hv-proof-of-value-interactive .interactive-graph .col-heading.th1 .tooltip-hover {
        bottom: 95px;
        left: 0;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th1 .tooltip-hover:before {
        left: 40px;
        right: auto;
        bottom: -6px;
        top: auto;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th1 .tooltip-hover:after {
        left: 40px;
        right: auto;
        top: auto;
        bottom: -4px;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th2 .tooltip-hover {
        bottom: 90px;
        left: -225px;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th2 .tooltip-hover:before {
        right: 70px;
        left: auto;
        bottom: -6px;
        top: auto;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th2 .tooltip-hover:after {
        right: 70px;
        left: auto;
        top: auto;
        bottom: -4px;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th3 .tooltip-hover {
        right: auto;
        width: 250px;
        left: -270px;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th3 .tooltip-hover:before {
        right: -6px;
        left: auto;
        bottom: 10px;
        top: auto;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th3 .tooltip-hover:after {
        right: -3px;
        left: auto;
        top: auto;
        bottom: 9px;
    }
}

@media (max-width: 767px) {
    .hv-proof-of-value-interactive .interactive-graph {
        background-image: none !important;
        width: auto;
        height: auto;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading {
        display: block;
        position: relative !important;
        left: auto !important;
        top: auto;
        right: auto !important;
        bottom: auto !important;
        padding-left: 30px;
        text-align: left;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading:before {
        content: "";
        position: absolute;
        left: 3px;
        height: 100%;
        border-left: 2px solid #000;
        top: 10px;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading .tooltip-hover {
        display: block;
        background: none;
        box-shadow: none;
        padding: 0 0 30px;
        position: static;
        width: auto !important;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading .tooltip-hover:after {
        display: none;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading .tooltip-hover:before {
        display: none;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th2 {
        width: auto;
        margin-left: 0;
        left: auto;
    }

    .hv-proof-of-value-interactive .interactive-graph .col-heading.th3:before {
        content: none;
    }

    .hv-proof-of-value-interactive .interactive-graph h4 {
        padding-bottom: 10px;
        line-height: normal;
    }

    .hv-proof-of-value-interactive .interactive-graph h4 br {
        display: none;
    }

    .hv-proof-of-value-interactive .interactive-graph h4:after {
        top: 4px;
        left: -33px;
        background: #c00;
        border-color: #c00;
        margin: 0;
    }

    .hv-proof-of-value-interactive .container {
        max-width: none;
    }
}

@media (max-width: 1430px) {
    .hv-twitter-wrapper .container {
        max-width: 1200px;
    }
}

.hv-twitter-wrapper .heading2 {
    margin-top: 83px;
}

@media (min-width: 768px) {
    .hv-twitter-wrapper .heading2 {
        margin-top: 121px;
    }
}

.hv-twitter-wrapper .card {
    box-shadow: 0px 10px 15px #eeeeee;
    border: none;
    border-radius: 5px;
    opacity: 1;
    flex-direction: unset;
}

.hv-twitter-wrapper .card .card-body {
    padding: 32px;
}

.hv-twitter-wrapper .card .card-body .card-title {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 17px;
    color: #000000;
}

@media (min-width: 992px) {
    .hv-twitter-wrapper .card .card-body .card-title {
        margin-bottom: 2rem;
    }
}

.hv-twitter-wrapper .card .card-body .card-title .icon-social {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}

.hv-twitter-wrapper .card .card-body .card-text {
    font-weight: 380;
    padding-bottom: 46px;
    font-size: 14px;
    color: #000000;
}

@media only screen and (max-width: 479px) {
    .hv-twitter-wrapper .card .card-body .card-text {
        font-size: 17px;
    }
}

.hv-twitter-wrapper .card .card-body .card-text a {
    color: #c00;
}

.hv-twitter-wrapper .card .card-body .text--muted {
    color: #b3b3b3;
    font-weight: 300;
    position: absolute;
    bottom: 30px;
}

@media only screen and (max-width: 479px) {
    .hv-twitter-wrapper .card .card-body .text--muted {
        position: absolute;
        bottom: 20px;
    }
}

.hv-twitter-wrapper .heading2.center {
    text-align: center;
}

.hv-twitter-wrapper .heading2:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 72px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
}

@media (max-width: 767.8px) {
    .hv-twitter-wrapper .heading2:after {
        left: 50%;
        transform: translateX(-50%);
        width: 102px;
    }
}

.hv-twitter-wrapper .hv-twitter__list .card-container {
    padding: 0 12.5px;
}

@media only screen and (max-width: 479px) {
    .hv-twitter-wrapper .hv-twitter__list {
        flex-wrap: nowrap;
        margin: 0;
        overflow: hidden;
        overflow-x: auto;
    }

    .hv-twitter-wrapper .hv-twitter__list .card-container {
        min-width: 90%;
        padding: 0 1px;
    }

    .hv-twitter-wrapper .card .card-body {
        padding: 25px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .hv-twitter-wrapper .card {
        flex-direction: row-reverse;
    }
}

.hv-post-listing-wrapper {
    margin-bottom: 30px;
    padding-bottom: 37px;
}

.hv-post-listing-wrapper .card {
    border: none;
    text-decoration: none;
}

.hv-post-listing-wrapper .card .card-img {
    max-width: 146px;
    max-height: 146px;
}

.hv-post-listing-wrapper .card .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.hv-post-listing-wrapper .card .card-body .card-title {
    color: #cc0000;
    font-size: 12px;
    text-transform: uppercase;
}

.hv-post-listing-wrapper .card .card-body .card-subtitle {
    color: #414141;
    font-size: 18px;
    font-weight: normal;
}

.hv-post-listing-wrapper .card .card-body .card-text {
    color: #969696;
    font-size: 14px;
}

@media (min-width: 768px) {
    .hv-post-listing-wrapper .card .card-body {
        padding: 0 0 0 20px;
    }

    .hv-post-listing-wrapper .card .card-body .card-title {
        font-size: 12px;
        border-bottom: 10px;
    }

    .hv-post-listing-wrapper .card .card-body .card-subtitle {
        font-size: 1.25rem;
        border-bottom: 12px;
    }

    .hv-post-listing-wrapper .card .card-body .card-text {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.hv-blog-landing-hero-wrapper {
    margin-bottom: 40px;
    position: relative;
}

.hv-blog-landing-hero-wrapper .jumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 170px 0 100px 0;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .title .logo {
    display: none;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .title .text {
    font-size: 55px;
    margin: 0 16px;
    padding: 8px;
    border: solid 2px #cc0000;
}
.hv-blog-landing-hero-wrapper .jumbotron .header .title .text {
    font-weight: normal !important;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .title .black {
    color: #000;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .title .white {
    color: #fff;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .title .red-line hr {
    width: 54px;
    margin-top: 0px;
    border: 0;
    border-top: 2px solid #cc0000;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .subtitle {
    font-size: 20px;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .black {
    color: #000;
}

.hv-blog-landing-hero-wrapper .jumbotron .header .white {
    color: #fff;
}

/* .hv-blog-landing-hero-wrapper .jumbotron .body {
  margin-top: 64px;
  padding: 80px 240px;
} */

.hv-blog-landing-hero-wrapper .jumbotron .body .title {
    font-size: 18px;
    margin-bottom: 40px;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .title hr {
    width: 54px;
    margin-top: 8px;
    border: 0;
    border-top: 2px solid #cc0000;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .subtitle {
    font-size: 23px;
    margin-bottom: 20px;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .description {
    font-size: 18px;
    padding: 0 4px;
    margin-bottom: 8px;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .author {
    font-size: 14px;
    margin-bottom: 32px;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .black {
    color: #000;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .white {
    color: #fff;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .cta a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px;
    text-decoration: none;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .cta a svg {
    width: 20px;
    height: 11px;
    transition: all 0.2s ease-in;
    margin-left: 5px;
    margin-top: -2px;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .cta a .black {
    color: #000;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .cta a .white {
    color: #fff;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .cta .black {
    color: #000;
}

.hv-blog-landing-hero-wrapper .jumbotron .body .cta .white {
    color: #fff;
}

.hv-blog-landing-hero-wrapper .jumbotron .body.without-background {
    padding: 0px 240px;
}

.hv-blog-landing-hero-wrapper .jumbotron .close-body {
    padding: 0px 240px !important;
}

@media (max-width: 576px) {
    .hv-blog-landing-hero-wrapper .jumbotron {
        background-image: url("../../../content/dam/public/en_us/image/newsroom/blog/hero-desktop.jpg");
    }

    .hv-blog-landing-hero-wrapper .jumbotron .header {
        margin-bottom: 32px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .header .title .logo img {
        width: 80px;
        height: 40px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .header .title .text {
        font-size: 32px;
        margin: 0 16px;
        padding: 0px 8px;
        border: solid 2px #cc0000;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .header .subtitle {
        padding: 0 8px;
        font-size: 18px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .body {
        padding: 40px 0;
        margin: 0 -15px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .body .title {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .body .title hr {
        width: 54px;
        margin-top: 8px;
        border: 0;
        border-top: 2px solid #cc0000;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .body .subtitle {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .body .description {
        font-size: 18px;
        padding: 0 4px;
        margin-bottom: 16px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .body .author {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .body.without-background {
        padding: inherit;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .close-body {
        padding: 0px 40px !important;
    }
}

@media (max-width: 1024px) {
    .hv-blog-landing-hero-wrapper .jumbotron .body {
        padding: 40px 0px;
    }

    .hv-blog-landing-hero-wrapper .jumbotron .close-body {
        padding: 0px 40px !important;
    }
}

@media screen and (min-width: 768px) {
    .hv-blog-landing-hero-wrapper {
        margin-bottom: 60px;
    }
}

.hv-topics {
    border-radius: 4px;
    opacity: 1;
    margin: 30px 0;
    padding: 36px 0;
    font-family: "urw-din, sans-serif";
    background: #f8f8f8 0% 0% no-repeat padding-box;
}

.hv-topics .container {
    height: 100%;
}

.hv-topics__content {
    letter-spacing: 0px;
    color: #000;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

.hv-topics__content .title {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.hv-topics__content .list {
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
}

.hv-topics li {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 12px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    position: relative;
}

.hv-topics li a {
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.hv-topics li a:after {
    font-family: "urw-din, sans-serif";
    content: "\2192";
    position: absolute;
    right: 0;
    padding-right: 12px;
}

.hv-topics li:last-child {
    border-bottom: none;
}

.hv-topics .active,
.hv-topics li:hover {
    background: #cc0202;
    color: #fff;
    cursor: pointer;
}

@media only screen and (min-width: 767px) {
    .hv-topics {
        margin: 18px 18px 18px;
    }

    .hv-topics__content {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 45px;
    }

    .hv-topics__content .title {
        text-align: left;
        font-size: 30px;
    }

    .hv-topics__content .list {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 31px;
    }

    .hv-topics .container {
        background: #f8f8f8 0% 0% no-repeat padding-box;
        height: 100%;
    }

    ul {
        margin: 0;
    }
}

.hv-foundation-courses .foundation-list {
    padding: 0 15px;
    margin-top: 45px;
}

@media (max-width: 767px) {
    .hv-foundation-courses .foundation-list {
        padding: 0;
    }
}

.hv-foundation-courses .foundation-list .foundation-tile {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 15px;
}

@media (max-width: 767px) {
    .hv-foundation-courses .foundation-list .foundation-tile {
        padding: 30px 15px;
    }
}

.hv-foundation-courses .foundation-list .foundation-tile .foundation-img-block {
    text-align: center;
}

.hv-foundation-courses .foundation-list .foundation-tile .foundation-description {
    float: right;
    max-width: 860px;
    padding-right: 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .hv-foundation-courses .foundation-list .foundation-tile .foundation-description {
        padding: 20px 0;
        text-align: center;
    }
}

.hv-foundation-courses .foundation-list .foundation-tile .foundation-description h4.title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 0;
    line-height: normal;
}

.hv-foundation-courses .foundation-list .foundation-tile .foundation-description .desc {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.hv-foundation-courses .foundation-list .foundation-tile .foundation-description .cite {
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

.hv-foundation-courses .foundation-list .foundation-tile .cta-block {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}

.hv-foundation-courses .foundation-list .foundation-tile .cta-block .c-btn {
    margin-right: 0;
}

.hv-foundation-courses .pr-load-more {
    padding: 30px 0 0;
    text-align: center;
}

.hv-foundation-courses .pr-load-more .count {
    margin: 0 0 15px 0;
}

.hv-foundation-courses .pr-load-more .count .vitems,
.hv-foundation-courses .pr-load-more .count .titems {
    font-weight: 600;
}

.hv-foundation-courses .pr-load-more .c-btn {
    margin: 0;
}

.hv-search-banner.training-detail {
    min-height: 300px;
}

@media (max-width: 480px) {
    .hv-search-banner.training-detail {
        padding: 120px 0 60px;
    }
}

.hv-search-banner.training-detail .video-play-desktop a svg {
    fill: #fff;
}

.hv-course-detail .hv-train-schedule {
    padding: 40px 0;
    background-repeat: no-repeat;
    position: relative;
    background-color: #e7e7e7;
}

.hv-course-detail .hv-train-schedule .no-session-msg {
    padding: 0 15px;
    display: none;
}

.hv-course-detail .hv-train-schedule .train-schedule-tab {
    margin-bottom: 20px;
    padding: 0 15px;
}

.hv-course-detail .hv-train-schedule .train-schedule-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hv-course-detail .hv-train-schedule .train-schedule-tab ul li {
    float: left;
    font-size: 1.125em;
    border-bottom: 2px solid #d4d4d4;
}

@media (max-width: 767px) {
    .hv-course-detail .hv-train-schedule .train-schedule-tab ul li {
        font-size: 1em;
    }
}

.hv-course-detail .hv-train-schedule .train-schedule-tab ul li a {
    color: #333;
    margin: 0;
    padding: 0 25px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hv-course-detail .hv-train-schedule .train-schedule-tab ul li a {
        margin: 0;
        padding: 0 15px;
    }
}

.hv-course-detail .hv-train-schedule .train-schedule-tab ul li a:hover,
.hv-course-detail .hv-train-schedule .train-schedule-tab ul li a:focus {
    text-decoration: none;
}

.hv-course-detail .hv-train-schedule .train-schedule-tab ul li.active a {
    border-bottom: 3px solid #333;
}

.hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item {
    background: #fff;
    border: 1px solid #999999;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
}

@media (max-width: 480px) {
    .hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item {
        display: block;
    }
}

.hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item .sch-country {
    font-weight: 600;
    display: inline-block;
    font-size: 1.125em;
    vertical-align: middle;
    width: 50%;
}

.hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item .sch-country span.sch-date {
    display: block;
}

.hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item .sch-link {
    width: 50%;
    text-align: right;
}

@media (max-width: 991px) {
    .hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item .sch-link {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item .sch-link {
        text-align: left;
        margin-top: 15px;
    }
}

.hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item .sch-link .c-btn {
    margin-right: 0;
}

@media (max-width: 1180px) {
    .hv-course-detail .hv-train-schedule .tabcontent .schedule-list .schedule-item .sch-link .c-btn {
        padding: 8px 10px;
    }
}

.hv-course-detail .hv-train-schedule .tabcontent .schedule-list .all-schedule-link a {
    letter-spacing: 0.13em;
}

.hv-course-detail .hv-train-schedule .tabcontent.active {
    display: block;
}

.hv-course-detail .hv-train-schedule .tabcontent.hide {
    display: none;
}

.hv-course-error {
    z-index: 2;
    position: relative;
    min-height: 230px;
    padding: 60px 15px 60px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    background-color: #efefef;
    text-align: center;
}

.hv-course-error .sub-headline {
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.42857;
    font-size: 1.125em;
}

.schedule-overlay {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 600px;
    margin: auto auto;
    padding: 10px 0 12px;
    z-index: 12;
    height: 635px;
    border: 1px solid #999999;
    display: none;
    width: 100%;
}

@media (max-width: 767px) {
    .schedule-overlay {
        overflow-y: scroll;
        height: auto;
    }
}

.schedule-overlay h3 {
    text-transform: none;
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
}

.schedule-overlay h3 span {
    text-transform: uppercase;
}

.schedule-overlay .close-overlay .hv-close {
    text-indent: -9999px;
    right: 15px;
}

.schedule-overlay .filter-location {
    float: right;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .schedule-overlay .filter-location {
        width: 245px;
    }
}

@media (max-width: 480px) {
    .schedule-overlay .filter-location {
        float: none;
        margin: 0 auto;
    }
}

.schedule-overlay .filter-location label {
    margin-right: 10px;
    font-weight: 600;
    font-size: 1em;
    margin: 0 10px 0 0;
}

.schedule-overlay .schedule-course-list {
    padding-top: 20px;
}

.schedule-overlay .schedule-course-list.error-grid {
    height: 100%;
    display: grid;
}

.schedule-overlay .schedule-course-list .schedule-course-item {
    font-size: 0.9em;
    padding: 15px;
}

.schedule-overlay .schedule-course-list .schedule-course-item .row {
    align-items: center;
}

.schedule-overlay .schedule-course-list .schedule-course-item.odd {
    background-color: #ffffff;
}

.schedule-overlay .schedule-course-list .schedule-course-item.even {
    background-color: #f2f1ed;
}

.schedule-overlay .schedule-course-list .schedule-course-item.grey {
    background: #f1f1f1;
}

.schedule-overlay .schedule-course-list .schedule-course-item .spots {
    text-align: center;
}

@media (max-width: 767px) {
    .schedule-overlay .schedule-course-list .schedule-course-item .spots {
        vertical-align: middle;
        display: inline-block;
        margin-left: 10px;
    }
}

.schedule-overlay .schedule-course-list .schedule-course-item .col-sm-3 {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media (max-width: 767px) {
    .schedule-overlay .schedule-course-list .schedule-course-item .col-sm-3 {
        display: block;
        vertical-align: middle;
        float: none;
        height: auto !important;
    }
}

.schedule-overlay .schedule-course-list .schedule-course-item .col-sm-3 .enroll-button {
    text-align: right;
}

@media (max-width: 767px) {
    .schedule-overlay .schedule-course-list .schedule-course-item .col-sm-3 .enroll-button {
        float: none;
        display: inline-block;
    }
}

.schedule-overlay .schedule-course-list .schedule-course-item .course-dates {
    text-align: left;
    margin-bottom: 0;
}

.schedule-overlay .schedule-course-list .schedule-course-item .course-detail {
    display: table-cell;
    padding-right: 10px;
    width: 50%;
    text-align: left;
    font-weight: 600;
}

@media (max-width: 767px) {
    .schedule-overlay .schedule-course-list .schedule-course-item .course-detail {
        display: block;
        padding-right: 0;
        padding-bottom: 10px;
        width: auto;
    }
}

.schedule-overlay .schedule-course-list .schedule-course-item .course-detail strong {
    font-weight: 600;
}

.schedule-overlay .schedule-course-list .schedule-course-item .course-detail span {
    display: block;
}

.schedule-overlay .schedule-course-list .schedule-course-item .enroll-button .c-btn {
    margin-right: 0;
    padding: 8px 14px;
}

.schedule-overlay .schedule-course-list .no-matched-result {
    padding: 0 15px 50px;
    text-align: center;
}

.schedule-overlay .schedule-course-list .no-matched-result h2 {
    font-size: 1.125rem;
    margin: 0;
}

.pr-load-more {
    padding: 0;
    text-align: center;
}

.pr-load-more .count {
    margin: 0 0 15px 0;
}

.pr-load-more .count .vitems,
.pr-load-more .count .titems {
    font-weight: 600;
}

.pr-load-more .c-btn {
    margin: 0;
}

.hv-training-detail-self-paced {
    padding: 40px 0;
    position: relative;
}

.hv-training-detail-self-paced.last {
    padding: 0;
}

.hv-training-detail-self-paced .course-overview,
.hv-training-detail-self-paced .course-id,
.hv-training-detail-self-paced .course-level,
.hv-training-detail-self-paced .course-audience,
.hv-training-detail-self-paced .course-delivery,
.hv-training-detail-self-paced .course-duration,
.hv-training-detail-self-paced .course-category,
.hv-training-detail-self-paced .course-agenda,
.hv-training-detail-self-paced .course-library {
    display: none;
}

.hv-training-detail-self-paced .course-overview strong,
.hv-training-detail-self-paced .course-id strong,
.hv-training-detail-self-paced .course-level strong,
.hv-training-detail-self-paced .course-audience strong,
.hv-training-detail-self-paced .course-delivery strong,
.hv-training-detail-self-paced .course-duration strong,
.hv-training-detail-self-paced .course-category strong,
.hv-training-detail-self-paced .course-agenda strong,
.hv-training-detail-self-paced .course-library strong {
    font-weight: 600;
}

.hv-training-detail-self-paced .course-overview {
    margin-bottom: 40px;
}

.hv-training-detail-self-paced .course-desc {
    margin-bottom: 40px;
    font-size: 1.125em;
    font-weight: 300;
}

.hv-training-detail-self-paced .adetail {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0;
}

.hv-training-detail-self-paced .course-id,
.hv-training-detail-self-paced .course-level,
.hv-training-detail-self-paced .course-audience,
.hv-training-detail-self-paced .course-delivery,
.hv-training-detail-self-paced .course-duration,
.hv-training-detail-self-paced .course-category {
    border: 1px solid #dedede;
    border-bottom: none;
}

.hv-training-detail-self-paced .course-id strong,
.hv-training-detail-self-paced .course-level strong,
.hv-training-detail-self-paced .course-audience strong,
.hv-training-detail-self-paced .course-delivery strong,
.hv-training-detail-self-paced .course-duration strong,
.hv-training-detail-self-paced .course-category strong {
    font-weight: 600;
    width: 200px;
    display: inline-block;
    padding: 10px 10px 0;
    vertical-align: top;
}

.hv-training-detail-self-paced .course-id span,
.hv-training-detail-self-paced .course-level span,
.hv-training-detail-self-paced .course-audience span,
.hv-training-detail-self-paced .course-delivery span,
.hv-training-detail-self-paced .course-duration span,
.hv-training-detail-self-paced .course-category span {
    padding: 10px;
    vertical-align: top;
    width: 400px;
    display: inline-block;
    border-left: 1px solid #dedede;
}

@media (max-width: 767px) {

    .hv-training-detail-self-paced .course-id span,
    .hv-training-detail-self-paced .course-level span,
    .hv-training-detail-self-paced .course-audience span,
    .hv-training-detail-self-paced .course-delivery span,
    .hv-training-detail-self-paced .course-duration span,
    .hv-training-detail-self-paced .course-category span {
        border-left: none;
        width: 100%;
    }
}

.hv-training-detail-self-paced .course-agenda {
    margin-bottom: 40px;
}

.hv-training-detail-self-paced h4.course-heading {
    font-size: 2.563rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #cc0000;
}

.hv-training-detail-self-paced .course-library .description {
    margin-bottom: 30px;
}

.hv-training-detail-self-paced .course-library .pr-load-more {
    margin-bottom: 30px;
}

.hv-training-detail-self-paced p {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.hv-training-detail-self-paced .course-overview .description {
    font-size: 1.125em;
    font-weight: 300;
    text-align: left;
}

.hv-training-detail-self-paced .module {
    font-size: 1.125em;
    margin-bottom: 10px;
}

.hv-training-detail-self-paced .module .title {
    font-weight: 700;
    margin-bottom: 5px;
}

.hv-training-detail-self-paced .module .desc p {
    margin-bottom: 0;
}

.hv-training-detail-self-paced ul.main {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300;
}

.hv-training-detail-self-paced ul.main li {
    padding: 5px 0;
}

.hv-training-detail-self-paced ul.sub {
    list-style: none;
    padding: 10px 0px 0px 30px;
}

.hv-training-detail-self-paced .training-tile {
    background: #f1f1f1;
    text-align: center;
    padding: 35px 0px 65px 0px;
}

.hv-training-detail-self-paced .training-tile h3 span {
    font-weight: 400;
    margin: 0;
    font-size: 1.25rem;
    display: block;
    padding-bottom: 10px;
}

.hv-training-detail-self-paced .training-tile h3 {
    text-transform: none;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
}

.hv-training-detail-self-paced .popular-item {
    max-width: 260px;
    margin: 0 30px;
    padding: 20px 0 0px;
}

.hv-training-detail-self-paced .popular-item:after {
    content: "";
    height: 39px;
    display: block;
    border-bottom: 2px solid #333;
}

.hv-training-detail-self-paced .popular-item a {
    text-decoration: none;
}

.hv-training-detail-self-paced .pop img {
    width: 100%;
}

.hv-training-detail-self-paced .pop-content {
    text-align: left;
    padding: 25px 20px 25px 20px;
    color: #333;
    background: #fff;
}

.hv-training-detail-self-paced .popular-item .pop-content h4 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 0;
}

.hv-training-detail-self-paced .popular-item .pop-content .job-units {
    font-size: 1.25em;
    font-weight: 600;
}

.hv-training-detail-self-paced .popular-item .pop-content div.image-cite {
    font-size: 1em;
    font-weight: 300;
}

.hv-training-detail-self-paced .training-tile .train-unit-tile {
    margin-bottom: 45px;
    display: none;
}

.hv-training-detail-self-paced .train-unit-contact {
    max-width: 260px;
    margin: 0px auto;
    text-align: center;
    padding: 0px 5px;
}

.hv-training-detail-self-paced .train-unit-contact p {
    margin: 20px 0px 35px 0px;
    text-align: center;
    font-size: 1.25em;
    font-weight: 400;
}

.hv-training-detail-self-paced .train-unit-contact .c-btn {
    margin-right: 0;
}

.hv-training-detail-self-paced .course-enroll-bar {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.hv-training-detail-self-paced .course-enroll-bar .enroll-cta {
    max-width: 200px;
    text-align: center;
    float: left;
    margin-right: 50px;
}

.hv-training-detail-self-paced .course-enroll-bar .enroll-cta .c-btn {
    margin-right: 0;
}

.hv-training-detail-self-paced .course-enroll-bar .training-units {
    float: left;
    margin-right: 50px;
    display: none;
}

.hv-training-detail-self-paced .course-enroll-bar .course-type {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .hv-training-detail-self-paced .training-tile {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .hv-training-detail-self-paced .course-library .description {
        text-align: center;
    }

    .hv-training-detail-self-paced .course-overview .description ul,
    .hv-training-detail-self-paced .course-overview .description ol {
        text-align: left;
    }

    .hv-training-detail-self-paced .course-library h4.course-heading {
        text-align: center;
    }

    .hv-training-detail-self-paced .course-enroll-bar .enroll-cta {
        float: none;
        margin-right: 15px;
    }

    .hv-training-detail-self-paced .course-enroll-bar .course-type {
        float: none;
        text-align: center;
        display: block;
    }

    .hv-training-detail-self-paced .course-library .course-box.col-centered {
        margin-right: 15px !important;
        margin-left: 15px;
    }

    .hv-training-detail-self-paced .popular-item {
        margin: 0 auto;
    }

    .hv-training-detail-self-paced .course-overview,
    .hv-training-detail-self-paced .course-desc {
        text-align: left;
    }

    .hv-training-detail-self-paced .train-unit-contact {
        padding: 0;
    }
}

.hv-training-detail-self-paced .course-library .course-box {
    margin: 15px 15px 20px;
    background: #fff;
    width: 222px;
    min-height: auto;
    position: relative;
    border: 1px solid #dedede;
}

.hv-training-search .courses-list .course-box:hover .pop img,
.hv-training-detail-self-paced .course-library .course-box:hover .pop img {
    transform: scale(1.1);
}

.hv-training-search .courses-list .course-box .pop img,
.hv-training-detail-self-paced .course-library .course-box .pop img {
    transition: all 0.3s ease;
}

.hv-training-detail-self-paced .course-library .course-box.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top;
}

.hv-training-detail-self-paced .course-library .course-box {
    margin: 15px 25px 20px 2px;
}

.hv-training-detail-self-paced .course-library .course-box .card-link1 {
    text-decoration: none;
    display: block;
}

.hv-training-detail-self-paced .course-library .course-box .card-link1 {
    padding-bottom: 15px;
}

.hv-training-detail-self-paced .course-library .course-box h3 {
    padding: 15px 15px 0;
    text-transform: none;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    line-height: normal;
}

.hv-training-detail-self-paced .course-library .course-box p {
    color: #333;
    font-weight: 300;
    padding: 0 15px;
    font-size: 18px;
}

.hv-training-detail-self-paced .course-library .course-box p {
    margin-bottom: 0;
}

.hv-training-detail-self-paced .course-library .course-box .view-details {
    padding: 0 15px 15px;
}

.hv-training-detail-self-paced .course-library .course-box .pop {
    overflow: hidden;
}

.hv-training-detail-self-paced .course-library .course-box .view-details .animateLink {
    font-weight: 700;
    font-size: 0.8125em;
    text-transform: uppercase;
    color: #cc0d0d;
    text-decoration: none;
    letter-spacing: 0.15em;
    cursor: pointer;
}

div#sessionContainer.simple-pagination {
    padding: 0 !important;
}

div#sessionContainer.simple-pagination ul {
    padding: 15px 0 5px 0;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 25px 5px 5px 0;
    margin: 0;
    text-align: center;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.light-theme a,
.light-theme span {
    float: left;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
    min-width: 14px;
    padding: 2px 10px;
    margin: 0 5px 0 0;
    border: none;
}

.light-theme a:hover {
    text-decoration: none;
    background: #fcfcfc;
    color: #000000;
}

.light-theme a:focus {
    box-shadow: none;
}

.light-theme .current {
    background: #cc0000;
    color: #fff;
    border-color: #444;
    box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme a.page-link.next,
.light-theme a.page-link.prev {
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.light-theme span.current.next,
.light-theme span.current.prev {
    text-transform: uppercase;
    letter-spacing: 0.01em;
    visibility: hidden;
}

@media only screen and (max-width: 768px) {

    .light-theme a,
    .light-theme span {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (max-width: 480px) {

    .light-theme a,
    .light-theme span {
        font-size: 0.8125rem;
        margin-right: 0;
    }

    .light-theme a.page-link.next,
    .light-theme a.page-link.prev {
        padding-left: 0;
        padding-right: 0;
    }
}

.hv-training-detail-self-paced ul.c-type-list li svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.hv-training-detail-self-paced ul.c-type-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hv-training-detail-self-paced ul.c-type-list li {
    padding: 0 15px;
    font-size: 0.85rem;
    justify-content: center;
    display: none;
}

@media (max-width: 991px) {
    .hv-training-detail-self-paced ul.c-type-list li {
        padding: 0 7px 7px;
    }

    .hv-training-detail-self-paced .course-enroll-bar .enroll-cta {
        margin-right: 35px;
    }
}

@media (max-width: 767px) {
    .hv-training-detail-self-paced ul.c-type-list {
        justify-content: center;
    }

    .hv-training-detail-self-paced .course-enroll-bar {
        display: block;
    }

    .hv-training-detail-self-paced .course-enroll-bar .course-type {
        padding: 20px 0;
    }
}

.hv-pentaho-form .container {
    max-width: 1275px;
    width: 100%;
}

.hv-pentaho-form .container .pentaho-form-wrapper {
    margin-top: -55px;
    padding: 30px 45px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

@media (max-width: 767px) {
    .hv-pentaho-form .container .pentaho-form-wrapper {
        padding: 15px;
        margin-top: -15px;
    }
}

.hv-pentaho-form .container .pentaho-form-wrapper h2 {
    display: block;
}

@media (max-width: 1024px) {
    .hv-pentaho-form .container .pentaho-form-wrapper h2 {
        display: none;
    }
}

.hv-pentaho-form .container .pentaho-form-wrapper .title {
    display: none;
}

@media (max-width: 1024px) {
    .hv-pentaho-form .container .pentaho-form-wrapper .title {
        display: block;
        font-size: 1.25rem;
    }
}

.hv-pentaho-form .container .pentaho-form-wrapper .desc {
    display: none;
}

@media (max-width: 1024px) {
    .hv-pentaho-form .container .pentaho-form-wrapper .desc {
        display: block;
        font-size: 0.875rem;
    }
}

.pentaho-overlay {
    background: #333;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    z-index: 99;
    display: none;
}

.pentaho-overlay .container {
    background-color: #fff;
    margin: 20px auto 0 auto;
    position: relative;
    max-width: 630px;
    padding: 20px 15px;
}

.pentaho-overlay .container .content {
    margin: auto;
    padding: 0;
}

.pentaho-overlay .container .content .close-overlay {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0px;
}

.pentaho-overlay .container .content .close-overlay .hv-close:before,
.pentaho-overlay .container .content .close-overlay .hv-close:after {
    height: 25px;
    background-color: #ffffff;
}

.pentaho-overlay .container .content .penInnerContent {
    padding: 0;
    text-align: left;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 767px) {
    .pentaho-overlay .container .content .penInnerContent .heading2 {
        font-size: 1.25rem;
    }
}

.pentaho-overlay .container .content .penInnerContent .form-outer-border {
    border: 1px solid #b7bbc0;
    padding: 20px 0;
    border-radius: 5px;
}

.pentaho-overlay .container .content .penInnerContent .form-outer-border .form-text {
    border-bottom: 1px solid #b7bbc0;
    margin-bottom: 10px;
    padding: 0 20px 10px;
}

.pentaho-overlay .container .content .penInnerContent .form-outer-border .form-text .sub-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.125em;
    font-weight: 600;
}

.pentaho-overlay .container .content .penInnerContent .form-outer-border .form-text .desc {
    font-size: 0.875rem;
    color: #414141;
    margin-top: 0;
}

@media (max-width: 767px) {
    .pentaho-overlay .container .content .penInnerContent .form-outer-border .form-text .desc {
        font-size: 0.875rem;
    }
}

.pentaho-overlay .container .content .penInnerContent .form-outer-border .form-body {
    padding: 0;
}

.pentaho-overlay .container .content .penInnerContent .form-outer-border .form-body iframe {
    width: 100%;
}

.hv-pentaho-form form.mktoForm {
    width: 100% !important;
    padding: 0;
}

.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor {
    float: left;
    padding-top: 0px !important;
    padding-left: 10px !important;
    padding-right: 40px !important;
}

.hv-pentaho-form .mktoForm .mktoFieldWrap {
    width: 100%;
}

.hv-pentaho-form .mktoForm .mktoAsterix {
    display: none !important;
}

.hv-pentaho-form .mktoForm .mktoGutter,
.hv-pentaho-form .mktoForm .mktoOffset {
    width: auto !important;
}

.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor label {
    font-weight: normal !important;
    width: auto !important;
}

.hv-pentaho-form .mktoForm div {
    color: #000;
    font-family: "urw-din, sans-serif";
}

.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor input[type="url"],
.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor input[type="text"],
.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor input[type="date"],
.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor input[type="tel"],
.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor input[type="email"],
.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor input[type="number"] {
    background: #fff;
    border-bottom: solid 1px #969696;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    font-size: 16px !important;
    padding: 0px 0px;
    height: 44px;
    border-radius: 0px;
    width: 100% !important;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor textarea.mktoField {
    background: #fff;
    border-bottom: solid 1px #969696;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 9px 0px;
    line-height: 32px;
    border-radius: 0px;
    height: 44px;
    width: 100% !important;
    float: right;
    color: #000;
    font-size: 16px !important;
    outline: none;
    line-height: 22px;
    box-sizing: border-box;
}

.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor.txt-how-help textarea.mktoField {
    width: 98% !important;
}

.hv-pentaho-form .mktoFormRow .mktoFieldDescriptor textarea.mktoField {
    height: 44px;
}

.hv-pentaho-form .mktoForm select {
    padding: 0px 2px !important;
    line-height: 32px !important;
    height: 44px !important;
    background: #fff;
    border-bottom: solid 1px #969696;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    width: 100% !important;
    color: #000;
    font-size: 16px !important;
    outline: none;
}

.hv-pentaho-form .mktoForm .mktoRadioList>input,
.hv-pentaho-form .mktoForm .mktoCheckboxList>input {
    margin: 0px;
    display: none;
}

.hv-pentaho-form .mktoForm .mktoCheckboxList {
    width: 0px !important;
}

.hv-pentaho-form .mktoForm label[for="hDSSingleOptin"] {
    width: 100% !important;
}

.hv-pentaho-form .mktoButtonRow {
    display: block !important;
}

.hv-pentaho-form .mktoForm span.mktoButtonWrap {
    margin-right: 1.4% !important;
    float: right;
    margin-top: -4%;
}

.hv-pentaho-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    color: #fff !important;
    font-family: "urw-din, sans-serif";
    font-size: 16px !important;
    letter-spacing: 0.1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    margin: 9px 0 0 0;
    background-image: none !important;
    border: 1px solid #ce0000 !important;
    background-color: #ce0000 !important;
    padding: 8px 4px;
    width: 175px;
}

.hv-pentaho-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.hv-pentaho-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.hv-pentaho-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    background-image: none !important;
    border: 1px solid #a60000 !important;
    background-color: #a60000 !important;
    color: #fff !important;
}

.hv-pentaho-form .mktoRadioList label {
    float: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.hv-pentaho-form .mktoForm div.mktoButtonRow {
    text-align: center;
}

.hv-pentaho-form div.mktoError {
    right: 0px !important;
    bottom: 0px !important;
    left: 15px !important;
}

.hv-pentaho-form ::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.hv-pentaho-form ::placeholder {
    color: #969696;
    opacity: 1;
}

.hv-pentaho-form :-ms-input-placeholder {
    color: #969696 !important;
}

.hv-pentaho-form ::-ms-input-placeholder {
    color: #969696;
}

.hv-pentaho-form .mktoForm .mktoError {
    left: 0px !important;
    bottom: -20px !important;
}

.hv-pentaho-form .mktoForm .mktoError .mktoErrorArrow {
    background: none !important;
    border: none !important;
}

.hv-pentaho-form .mktoForm .mktoError .mktoErrorMsg {
    background: none !important;
    color: #cc0000 !important;
    border: none !important;
    font-size: 11px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    max-width: 20em !important;
    margin-top: 5px !important;
}

.hv-pentaho-form .placeRed::-moz-placeholder {
    color: #cc0000 !important;
}

.hv-pentaho-form .placeRed::placeholder {
    color: #cc0000 !important;
}

.hv-pentaho-form .place-red {
    color: #cc0000 !important;
}

.hv-pentaho-form .mktoForm select.mktoInvalid {
    border: none !important;
    border-bottom: 1px solid #ce0000 !important;
    outline: none;
}

.hv-pentaho-form .mktoInvalid {
    border-bottom: 1px solid #ce0000 !important;
    outline: none;
}

.hv-pentaho-form #Country,
.hv-pentaho-form #Role_In_Company__c,
.hv-pentaho-form #State {
    background: #fff url(https://www.hitachivantara.com/marketo/aem/images/trail-icon.png) no-repeat 100% 27px;
    padding-right: 34px !important;
    border-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.hv-pentaho-form select.mktoField {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hv-pentaho-form input[type="radio"]+label:before {
    background-image: url("https://www.hitachivantara.com/marketo/aem/images/radion-btn-white.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: relative;
    display: inline-block;
    height: 21px;
    width: 25px;
    left: -2px;
    top: 5px;
}

.hv-pentaho-form input[type="radio"]:checked+label:before {
    background-position: 0 -19px;
}

.hv-pentaho-form input[type="checkbox"]#hDSSingleOptin:checked+label:before {
    background-position: 0 0;
    background-position: 0 -20px;
}

.hv-pentaho-form input[type="checkbox"]#hDSSingleOptin+label:before {
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: 0;
    top: -1px;
}

.hv-pentaho-form input[type="checkbox"]#hDSSingleOptin+label:before {
    background-image: url("https://www.hitachivantara.com/go/marketo/images/radion-btn-white-sprite.png");
    background-position: 1px 1px;
    content: " ";
    height: 20px;
    top: 10px;
    left: 12px;
}

.hv-pentaho-form .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

.hv-pentaho-form .mktoForm label[for="gdproptin"] {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 3px;
}

.hv-pentaho-form .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

.hv-pentaho-form .mktoRadioList.mktoHasWidth {
    width: 100% !important;
}

.hv-pentaho-form .mktoForm .mktoRadioList>label {
    margin: 0px;
    width: 46% !important;
    font-size: 16px;
    float: left !important;
    margin-left: 0px !important;
    color: #000;
}

.hv-pentaho-form .mktoFormRow label[for="globalOptinConsentProxyField"] {
    margin: 10px 0 5px;
    line-height: 22px;
    font-size: 16px;
    color: #000;
}

.hv-pentaho-form .mktoForm label[for="Country"],
.hv-pentaho-form .mktoForm label[for="FirstName"],
.hv-pentaho-form .mktoForm label[for="LastName"],
.hv-pentaho-form .mktoForm label[for="Phone"],
.hv-pentaho-form .mktoForm label[for="Email"],
.hv-pentaho-form .mktoForm label[for="Title"],
.hv-pentaho-form .mktoForm label[for="Company"],
.hv-pentaho-form .mktoForm label[for="Salutation"],
.hv-pentaho-form .mktoForm label[for="phoneCountryCode"],
.hv-pentaho-form .mktoForm label[for="PostalCode"],
.hv-pentaho-form .mktoForm label[for="State"],
.hv-pentaho-form .mktoForm label[for="City"],
.hv-pentaho-form .mktoForm label[for="Address"],
.hv-pentaho-form .mktoForm label[for="Role_In_Company__c"] {
    height: 12px;
}

.hv-pentaho-form .mktoForm .mktoLabel {
    padding-top: 0px !important;
}

.labeldown {
    opacity: 0;
    transform: translateY(100%);
    padding-left: 12px !important;
    z-index: 9999 !important;
    background: #fff !important;
}

.labelup {
    opacity: 1;
    transition: all 0.1s;
    transform: translate(0%, 20%);
    margin: 0px 3px !important;
    background: #fff !important;
    font-size: 12px !important;
    color: #969696;
}

.hv-pentaho-form .mktoForm .mktoFieldWrap label.mktoLabel {
    width: auto !important;
}

.hv-pentaho-form #leadCommentsExtended {
    width: 98% !important;
}

.hv-pentaho-form input[type="checkbox"]#customField6+label:before {
    background-image: url("https://www.hitachivantara.com/marketo/aem/images/radion-btn-white.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: absolute;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: 12px;
    top: 15px;
}

.hv-pentaho-form input[type="checkbox"]#customField6:checked+label:before {
    background-position: 0 -19px;
}

.hv-pentaho-form .mktoForm label[for="customField6"] {
    padding: 10px 0 0 30px !important;
    width: 100% !important;
    color: #000;
    margin-bottom: 5px !important;
    font-size: 16px;
}

.hv-pentaho-form .mktoForm.mktoLayoutAbove .mktoField,
.hv-pentaho-form .mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: none !important;
}

.hv-pentaho-form .mktoForm div {
    color: #cc0000 !important;
    font-size: 10px;
}

.hv-pentaho-form .mktoFieldDescriptor.mktoFormCol.pentahoTerms {
    width: 93% !important;
}

.hv-pentaho-form .mktoFieldDescriptor.mktoFormCol.penthaoOptin {
    width: 93% !important;
}

.hv-pentaho-form .mktoForm select::-ms-expand {
    display: none;
}

.hv-pentaho-form .mktoForm .submit-button {
    display: table;
    margin: 0 auto !important;
}

.hv-pentaho-form .mktoForm .submit-button .submit-text {
    font-size: 0.8125rem;
    letter-spacing: 1.6px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-weight: 700;
    left: -10px;
}

.hv-pentaho-form .mktoForm .submit-button .submit-text img {
    width: 18px;
    height: 11.4px;
    top: 6px;
    position: absolute;
    right: -20px;
    padding: 0;
}

.mac .submit-button .submit-text {
    line-height: 36px;
}

.mac .mktoForm .submit-button .submit-text img {
    top: 10px;
}

.mac .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    height: 45px;
}

#tyMsg {
    display: none;
}

@media only screen and (max-width: 480px) {
    div#ValidMsgcustomField6 {
        padding-top: 21%;
    }
}

@media only screen and (max-width: 767px) {
    .hv-pentaho-form .mktoFormRow .mktoFieldDescriptor {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .hv-pentaho-form .mktoForm label[for="customField6"] {
        padding: 7px 0 0 30px !important;
        width: 100% !important;
        color: #333;
        line-height: 20px;
        font-size: 14px;
    }

    .hv-pentaho-form #Country,
    .hv-pentaho-form #Role_In_Company__c,
    .hv-pentaho-form #State {
        background: #fff url(https://www.hitachivantara.com/marketo/aem/images/trail-icon.png) no-repeat 94% 16px;
        padding-right: 34px !important;
    }

    .hv-pentaho-form .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
        clear: none;
        width: 100% !important;
        margin-top: 0px !important;
    }

    .hv-pentaho-form .mktoForm .mktoFormRow {
        width: 100% !important;
    }

    .hv-pentaho-form input[type="checkbox"]+label::before {
        left: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hv-pentaho-form .mktoFormRow .mktoFieldDescriptor {
        width: 50% !important;
        padding-left: 0px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    div#ValidMsgcustomField6 {
        margin-top: 10px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    div#ValidMsgcustomField6 {
        margin-top: -6px !important;
    }
}

@media only screen and (max-width: 991px) {
    .hv-pentaho-form form.mktoForm {
        width: 100% !important;
    }

    .hv-pentaho-form .lpeCElement {
        float: none;
    }
}

@media only screen and (max-width: 1024px) {
    .hv-pentaho-form .mktoForm span.mktoButtonWrap {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-left: 0 !important;
        float: none;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hv-pentaho-form .submit-button .submit-text {
        line-height: 26px;
    }
}

@keyframes toggleOnCheckbox {
    0% {
        opacity: 0;
        transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }

    70% {
        opacity: 1;
        transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }

    100% {
        transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
}

.pdarForm h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .pdarForm h1 {
        font-size: 2rem;
    }
}

.pdarForm .personal-data-access {
    padding: 30px 0 50px;
    color: #333;
}

@media screen and (max-width: 1300px) {
    .pdarForm .personal-data-access {
        padding-left: 0;
        padding-right: 0;
    }
}

.pdarForm .personal-data-access p {
    margin-bottom: 15px;
}

.pdarForm .personal-data-access p.conditiontxt {
    font-size: 1.125rem;
    font-weight: 500;
}

.pdarForm .personal-data-access h3 {
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 15px;
}

.pdarForm .personal-data-access .request-tab {
    margin-top: 40px;
}

.pdarForm .personal-data-access .request-tab h3 {
    margin: 0;
}

.pdarForm .personal-data-access .request-tab ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .pdarForm .personal-data-access .request-tab ul {
        margin-top: 15px;
    }
}

.pdarForm .personal-data-access .request-tab li {
    list-style: none;
    float: left;
    border: 1px solid #999;
    padding: 10px;
    min-width: 144px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.pdarForm .personal-data-access .request-tab li a {
    color: #333;
    text-decoration: none;
}

.pdarForm .personal-data-access .request-tab li a:hover {
    text-decoration: none;
}

.pdarForm .personal-data-access .request-tab li.active {
    border: 1px solid #c00;
    background: #c00;
    border-right: 0;
}

.pdarForm .personal-data-access .request-tab li.active a {
    color: #fff;
    text-decoration: none;
}

.pdarForm .personal-data-access .request-tab-content form label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.pdarForm .personal-data-access .request-tab-content form label.smalltxt {
    font-size: 0.75rem;
}

.pdarForm .personal-data-access .request-tab-content form .form-field {
    margin-bottom: 10px;
    margin-top: 5px;
}

.pdarForm .personal-data-access .request-tab-content form .form-field.withelement {
    margin-left: 35px;
}

.pdarForm .personal-data-access .request-tab-content form .form-field.withelement textarea {
    background: #fff;
    border: 1px solid #999;
}

.pdarForm .personal-data-access .request-tab-content form .checkboxlist.form-field {
    margin-bottom: 50px;
}

.pdarForm .personal-data-access .request-tab-content form .select-style {
    overflow: hidden;
    position: relative;
    max-width: 260px;
}

.pdarForm .personal-data-access .request-tab-content form .select-style:after {
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    color: #c00;
    transition: border-width 150ms ease-in-out;
    display: inline-block;
    content: "";
    position: absolute;
    right: 5px;
    top: 15px;
}

.pdarForm .personal-data-access .request-tab-content form select {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #999;
    padding: 5px 10px 5px 0;
    height: 35px;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.pdarForm .personal-data-access .request-tab-content form select::-ms-expand {
    display: none;
}

.pdarForm .personal-data-access .request-tab-content form input[type="text"] {
    background: transparent;
    padding: 5px 10px 5px 0;
    height: 35px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #999;
}

.pdarForm .personal-data-access .request-tab-content form input[type="text"]:disabled {
    background: #dedede;
}

.pdarForm .personal-data-access .request-tab-content form input[type="email"] {
    background: transparent;
    padding: 5px 10px 5px 0;
    height: 35px;
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 1px solid #999;
}

@media (max-width: 650px) {
    .pdarForm .personal-data-access .request-tab-content form input[type="email"] {
        width: 100%;
    }
}

.pdarForm .personal-data-access .request-tab-content form input[type="email"]:disabled {
    background: #dedede;
}

.pdarForm .personal-data-access .request-tab-content form input[type="password"] {
    background: transparent;
    padding: 5px 10px 5px 0;
    height: 35px;
    width: 620px !important;
    outline: none;
    border: 0;
    border-bottom: 1px solid #999;
}

@media (max-width: 767px) {
    .pdarForm .personal-data-access .request-tab-content form input[type="password"] input[type="password"] {
        width: 100% !important;
    }
}

.pdarForm .personal-data-access .request-tab-content form textarea {
    background: #fff;
    border: 1px solid #dcd7db;
    padding: 5px 10px;
    height: 35px;
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
}

.pdarForm .personal-data-access .request-tab-content form textarea#description-f1-category {
    display: none;
}

.pdarForm .personal-data-access .request-tab-content form textarea:disabled {
    background: #dedede;
}

.pdarForm .personal-data-access .request-tab-content form .input-group {
    width: 100%;
    max-width: 1000px;
    cursor: pointer;
    align-items: flex-end;
    height: 74px;
}

@media (max-width: 991px) {
    .pdarForm .personal-data-access .request-tab-content form .input-group {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .pdarForm .personal-data-access .request-tab-content form .input-group {
        width: 100%;
        display: block;
        height: auto;
        margin-top: 15px;
    }
}

.pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon {
    cursor: pointer;
    padding: 0;
    position: relative;
    background: transparent;
    height: 60px;
    border-radius: 0;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon {
        white-space: normal;
        height: 60px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon {
        white-space: normal;
        display: block;
        height: 54px;
    }
}

.pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon input[type="radio"] {
    cursor: pointer;
    width: 100%;
    opacity: 0.01;
    z-index: 9;
    position: absolute;
    height: 100%;
}

.pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon input[type="radio"]:checked+span {
    color: #000;
    border-bottom: 1px solid #fbfbfb;
    border-top: 5px solid #c00;
    background: #fbfbfb;
    height: 71px;
    margin-top: -11px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon input[type="radio"]:checked+span {
        height: 54px;
        margin-top: 0;
    }
}

.pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon span {
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 100%;
    color: #333;
    font-size: 0.875rem;
    top: 0px;
    text-align: center;
    padding: 10px 15px;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dcd7db;
    height: 60px;
}

@media (ax-width: 991px) {
    .pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon span {
        height: 58px;
        padding: 12px 0;
        line-height: 1.2em;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .pdarForm .personal-data-access .request-tab-content form .input-group .input-group-addon span {
        padding: 7px 0px;
        height: 54px;
    }
}

.pdarForm .personal-data-access .request-tab-content form .customradio {
    position: relative;
    margin-top: 25px;
    margin-bottom: 18px;
    padding-left: 35px;
}

.pdarForm .personal-data-access .request-tab-content form .customradio label {
    font-weight: normal;
    display: inline-block;
    width: auto;
    margin: 0;
}

.pdarForm .personal-data-access .request-tab-content form .customradio input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.pdarForm .personal-data-access .request-tab-content form .customradio input[type="radio"]:checked+label:before {
    background: #c00;
    border-color: #c00;
}

.pdarForm .personal-data-access .request-tab-content form .customradio input[type="radio"]+label:before {
    content: " ";
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 15px;
    left: 0;
    top: 4px;
    border: 1px solid #000;
    border-radius: 50%;
}

.pdarForm .personal-data-access .request-tab-content form .customradio span.custom-radio-input-1 {
    display: block;
    width: 100%;
}

.pdarForm .personal-data-access .request-tab-content form .helptext {
    display: block;
    font-size: 0.75rem;
    margin-top: 15px;
}

.pdarForm .personal-data-access .request-tab-content form .checkboxlist label {
    font-weight: normal;
    display: inline-block;
    width: 97%;
    margin: 0;
}

.pdarForm .personal-data-access .request-tab-content form .checkboxlist input[type="checkbox"] {
    width: 0;
    opacity: 0;
}

.pdarForm .personal-data-access .request-tab-content form .checkboxlist input[type="checkbox"]:checked+label:after {
    content: "";
    width: 6px;
    height: 12px;
    border-radius: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
    background-color: transparent;
    box-shadow: 2px 2px 0px 0px #fff fff;
    -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
    position: absolute;
    animation: toggleOnCheckbox 0.2s ease forwards;
    left: 7px;
    top: 12px;
}

.pdarForm .personal-data-access .request-tab-content form .checkboxlist input[type="checkbox"]:checked+label:before {
    background: #c00;
    border-color: #c00;
}

.pdarForm .personal-data-access .request-tab-content form .checkboxlist input[type="checkbox"]+label:before {
    content: " ";
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 2px;
    left: 0;
    top: 4px;
    border: 1px solid #000;
    background-color: #fff;
}

.pdarForm .personal-data-access .request-tab-content form .radiolist.margin10 {
    margin-bottom: 10px;
}

.pdarForm .personal-data-access .request-tab-content form .customchkbox {
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.pdarForm .error.help-block {
    color: #c00;
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
}

.pdarForm .form-wrapper {
    margin-bottom: 30px;
}

.pdarForm .form-wrapper .category {
    margin-bottom: 0 !important;
}

.pdarForm .form-wrapper .category .form-field {
    margin-bottom: 0 !important;
}

.pdarForm .form-container-bg {
    background: #fbfbfb;
    padding: 50px 0 1px;
}

.pdarForm .field-container {
    margin-bottom: 40px;
}

.pdarForm .field-container h3 {
    margin-top: 30px;
    font-weight: 700;
    color: #c00;
}

.pdarForm .field-container p:last-child {
    margin: 0;
}

.pdarForm p.info-note {
    font-size: 0.75rem;
    color: #999;
    font-weight: normal;
}

.pdarForm em#textfield4-error {
    position: absolute;
    background: #fff;
    margin-top: 5px;
}

.pdarForm em#textfield5-error {
    position: absolute;
    background: #fff;
    margin-top: 5px;
}

.pdarForm em#textfield6-error {
    position: absolute;
    background: #fff;
    margin-top: 5px;
}

.pdarForm em#textfield7-error {
    position: absolute;
    background: #fff;
    margin-top: 5px;
}

.pdarForm .ycategory {
    display: none;
}

.pdarForm button.disabled {
    color: #999;
    background: #dedede;
    border-color: #dedede;
}

.pdarForm input[type="file"] {
    margin-bottom: 10px;
    background: #555;
    padding: 10px;
    color: #fff;
    border: 0;
}

.pdarForm input[type="file"]:last-child {
    margin-bottom: 0;
}

.pdarForm em#mydoc1-error {
    position: absolute;
    background: #fff;
    margin-top: 0;
}

.pdarForm em#mydoc2-error {
    position: absolute;
    background: #fff;
    margin-top: 0;
}

.mac .pdarForm .personal-data-access .request-tab li {
    padding: 13px 10px 9px;
}

.mac .pdarForm .request-tab-content form .customradio input[type="radio"]+label:before {
    top: 0 !important;
}

.mac .pdarForm .request-tab-content .checkboxlist input[type="checkbox"]+label:before {
    top: 0 !important;
}

.hv-career-lca {
    background-repeat: no-repeat;
    background-size: cover;
}

.hv-career-lca h1 {
    padding-bottom: 15px;
}

.hv-career-lca h1:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
}

.hv-career-lca .lca-list {
    min-height: auto;
}

.hv-career-lca .lca-list .pr-date {
    font-size: 0.875rem;
}

.hv-career-lca .lca-list .pr {
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 0;
}

.hv-career-lca .lca-list .pr h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.hv-career-lca .lca-list .pr p {
    margin-bottom: 0;
}

.hv-career-lca .cta {
    text-align: center;
    margin-top: 40px;
}

.hv-career-lca .cta .pr-load-more {
    padding: 30px 0 0;
    text-align: center;
}

.hv-career-lca .cta .pr-load-more .count {
    margin: 0 0 15px 0;
}

.hv-career-lca .cta .pr-load-more .count .vitems,
.hv-career-lca .cta .pr-load-more .count .titems {
    font-weight: 600;
}

.hv-career-lca .cta .pr-load-more .c-btn {
    margin: 0;
}

.hv-sitemap h1 {
    padding-bottom: 15px;
}

.hv-sitemap h1:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
    right: 0;
}

.hv-sitemap h1.center {
    text-align: center;
}

.hv-sitemap .col-sm-6 {
    margin: 20px 0;
}

.hv-sitemap .sitemap-list {
    background-color: #fff;
    padding: 10px 20px 20px;
    border-top: 2px solid #c00;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

@media (max-width: 575px) {
    .hv-sitemap .sitemap-list {
        height: auto !important;
    }
}

.hv-sitemap .sitemap-list .main-heading {
    padding: 5px 0 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.hv-sitemap .sitemap-list .main-heading a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
}

.hv-sitemap .sitemap-list .heading {
    padding: 7px 0;
}

.hv-sitemap .sitemap-list .heading a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.hv-sitemap .sitemap-list .heading a:hover {
    color: #c00;
}

.hv-sitemap .sitemap-list .subheading {
    padding: 7px 20px;
}

.hv-sitemap .sitemap-list .subheading a {
    color: #000;
    font-weight: 500;
}

.hv-sitemap .sitemap-list .subheading a:hover {
    color: #c00;
}

.hv-sitemap .sitemap-list .sitemaplink {
    padding: 7px 40px;
}

.hv-sitemap .sitemap-list .sitemaplink a {
    color: #000;
    font-weight: 400;
}

.hv-sitemap .sitemap-list .sitemaplink a:hover {
    color: #c00;
}

.dataops-arrow .main-info {
    padding: 0;
}

.dataops-arrow .foot-content {
    margin-top: 30px;
}

.mob-dataops {
    max-width: 340px;
    margin: 40px auto 0;
    background-color: #fff;
}

.mob-dataops h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
}

.mob-dataops .data-source {
    background: #c00;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.mob-dataops .data-source:after {
    background: #c00;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    margin: 0 auto;
    right: 0;
    left: 0;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.mob-dataops .data-source svg.icons {
    width: 40px;
    height: 35px;
    fill: #fff;
}

.mob-dataops .data-source .type {
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.mob-dataops .data-source .type span {
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.mob-dataops .data-graphics svg.icons {
    fill: #fff;
    width: 35px;
    height: 36px;
}

.data-graphics {
    position: relative;
}

.data-graphics h3 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    z-index: 9;
    padding: 0 15px;
    line-height: 1.3;
    margin-top: 20px;
}

.data-graphics .grow2 .crow {
    color: #fff;
    padding: 90px 5px 20px;
    text-align: center;
    background-color: #555;
    border-bottom: 1px solid #fff;
}

.data-graphics .grow2 .crow.grow2-col2:after {
    background: #555;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    margin: 0 auto;
    right: 0;
    left: 0;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.data-graphics .grow2 .crow .ctitle {
    font-size: 0.75rem;
    text-align: center;
    font-weight: 400;
}

.data-graphics .grow2 .crow .ctitle a {
    color: #fff;
    text-decoration: none;
}

.data-graphics .grow3 h3 {
    padding-top: 15px;
}

.data-graphics .grow3 .crow {
    background-color: #999;
    color: #fff;
    padding: 90px 5px 20px;
    text-align: center;
}

.data-graphics .grow3 .crow .ctitle {
    font-size: 0.875rem;
    text-align: center;
    font-weight: 400;
}

.data-graphics .grow3 .crow ul {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    list-style: none;
    text-align: left;
}

.data-graphics .grow3 .crow ul li {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.data-graphics .grow3 .crow ul li:before {
    content: "";
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 100%;
}

.data-graphics .grow3 .crow ul li a {
    color: #fff;
    text-decoration: none;
}

.data-graphics .grow1 {
    position: relative;
}

.data-graphics .grow1:after {
    background: #333;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    content: "";
    bottom: -6px;
    margin: 0 auto;
    right: 0;
    left: 0;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.data-graphics .grow1 a:hover {
    text-decoration: none;
}

.data-graphics .grow1 .crow {
    background-color: #333;
    padding: 90px 5px 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.data-graphics .grow1 .crow .ctitle {
    text-transform: uppercase;
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
}

.data-graphics .grow1 .crow .item {
    margin-bottom: 15px;
}

.data-graphics .grow1 .crow .item .title {
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: 5px;
    color: #fff;
}

.desk-dataops {
    margin-top: 50px;
}

.desk-dataops .drow {
    margin-bottom: 15px;
    display: flex;
}

.desk-dataops .drow .title {
    font-size: 1.125em;
    color: #000;
    padding: 0 15px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
}

.desk-dataops .drow .stitle {
    font-weight: 600;
    text-align: center;
}

.desk-dataops .drow .stitle:nth-child(2) {
    flex: 0 0 29.3333%;
    max-width: 29.9999%;
    margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1023px) {
    .desk-dataops .drow .stitle:nth-child(2) {
        flex: 0 0 32.3333%;
        max-width: 32.3333%;
    }
}

.desk-dataops .r1 {
    position: relative;
}

.desk-dataops .r1-col1 {
    background-color: #c00;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    max-width: 185px;
    border: 1px solid #fff;
}

.desk-dataops .r1-col1:after {
    background: #c00;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -6px;
    right: -6px;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.desk-dataops .r1-col1.dsource svg.icons {
    width: 40px;
    height: 35px;
    fill: #fff;
}

.desk-dataops .r1-col1.dsource .item .flex {
    display: table;
    height: 88px;
}

.desk-dataops .r1-col1.dsource .item .flex div.img {
    display: table-cell;
    vertical-align: middle;
}

.desk-dataops .r1-col1.dsource .item .flex div.dlabel {
    display: table-cell;
    vertical-align: middle;
}

.desk-dataops .r1-col1.dsource .item .flex span {
    text-transform: uppercase;
    font-size: 0.875rem;
    display: block;
    color: #fff;
    margin-left: 15px;
}

.desk-dataops .dcol2 {
    padding: 0;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-right: none;
    margin-left: 185px;
    position: relative;
}

.desk-dataops .dcol2:after {
    background: #333;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -6px;
    right: -6px;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    z-index: 1;
}

.desk-dataops .dcol2:hover:after {
    background: #000;
}

.desk-dataops .dcol2 svg.icons {
    fill: #fff;
    width: 42px;
    height: 36px;
}

.desk-dataops .dcol2:hover .flex {
    background-color: #000;
}

.desk-dataops .dcol2 a {
    color: #fff;
    text-decoration: none;
}

.desk-dataops .dcol2 .flex {
    padding: 23px 45px 23px 40px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
    background-color: #333;
}

@media (min-width: 991px) and (max-width: 1023px) {
    .desk-dataops .dcol2 .flex {
        padding: 23px 35px 23px 30px;
    }
}

.desk-dataops .dcol2 .flex .ctitle {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.desk-dataops .dcol2 .flex .item {
    text-align: center;
    padding: 0;
    width: 70px;
}

.desk-dataops .dcol2 .flex .item .title {
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
}

.desk-dataops .dcol2 .flex.row1 {
    border: 1px solid #fff;
    border-left: 0;
}

.desk-dataops .dcol2 .flex.row2 {
    border-right: 1px solid #fff;
    border-bottom: 0;
    padding-bottom: 0;
}

.desk-dataops .dcol2 .flex.row3 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.desk-dataops .dcol2 .flex.row4 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.desk-dataops .dcol3 {
    padding: 0;
    color: #fff;
    flex: 0 0 23%;
}

.desk-dataops .dcol3:after {
    background: #555;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -6px;
    right: -6px;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    z-index: 1;
}

.desk-dataops .dcol3 .flex {
    background-color: #555;
    display: flex;
    padding: 23px 25px 23px 40px;
    align-items: center;
    position: relative;
}

@media (min-width: 991px) and (max-width: 1023px) {
    .desk-dataops .dcol3 .flex {
        padding: 23px 25px 23px 30px;
    }
}

.desk-dataops .dcol3 .flex .ctitle {
    display: block;
}

.desk-dataops .dcol3 .flex .ctitle a {
    color: #fff;
    font-size: 0.875rem;
}

.desk-dataops .dcol3 .flex.row1 {
    height: 104px;
    border: 1px solid #fff;
    border-left: 0;
}

.desk-dataops .dcol3 .flex.row2 {
    height: 182px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.desk-dataops .dcol3 .flex.row4 {
    height: 103px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.desk-dataops .dcol4 {
    padding: 0;
    color: #fff;
    flex: 0 0 25%;
}

.desk-dataops .dcol4 .flex {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    padding: 23px 25px 23px 40px;
    background-color: #999;
}

@media (min-width: 991px) and (max-width: 1023px) {
    .desk-dataops .dcol4 .flex {
        padding: 23px 25px 23px 25px;
    }
}

.desk-dataops .dcol4 .flex .item .title {
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
}

.desk-dataops .dcol4 .flex ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.desk-dataops .dcol4 .flex ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 0.875rem;
    position: relative;
}

.desk-dataops .dcol4 .flex ul li a {
    color: #fff;
}

.desk-dataops .dcol4 .flex ul li:last-child {
    margin-bottom: 0;
}

.desk-dataops .dcol4 .flex ul li:before {
    content: "";
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 0;
}

.desk-dataops .dcol4 .flex.row1 {
    height: 104px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.desk-dataops .dcol4 .flex.row2 {
    height: 182px;
    border-bottom: 1px solid #fff;
}

.desk-dataops .dcol4 .flex.row4 {
    height: 102px;
}

@media only screen and (max-width: 1160px) {
    .desk-dataops .r1-col1.dsource .item .flex span {
        font-size: 0.75rem;
    }

    .desk-dataops .dcol2 .flex.row1 .ctitle {
        font-size: 0.875rem;
        font-weight: 600;
    }

    .desk-dataops .dcol2 .flex.row2 .ctitle {
        font-size: 0.875rem;
        font-weight: 600;
    }

    .desk-dataops .dcol2 .flex.row3 .ctitle {
        font-size: 0.875rem;
        font-weight: 600;
    }

    .desk-dataops .dcol2 .flex.row4 .ctitle {
        font-size: 0.875rem;
        font-weight: 600;
    }

    .desk-dataops .dcol3 .flex.row1 .ctitle {
        font-size: 0.875rem;
    }

    .desk-dataops .dcol3 .flex.row2 .ctitle {
        font-size: 0.875rem;
    }

    .desk-dataops .dcol3 .flex.row4 .ctitle {
        font-size: 0.875rem;
    }

    .desk-dataops .dcol4 .flex.row1 ul {
        font-size: 0.875rem;
    }

    .desk-dataops .dcol4 .flex.row2 ul {
        font-size: 0.875rem;
    }

    .desk-dataops .dcol4 .flex.row4 ul {
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
    .dataops-arrow .main-info {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    .dataops-arrow .main-info h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .dataops-arrow .main-info h2+p {
        text-align: center;
    }
}

.hv-all-posts .center {
    text-align: center;
}

.hv-all-posts h2.heading2:after {
    right: 0;
}

.hv-blog-card .hv-post-listing-wrapper .card .card-img {
    max-width: 60px;
    max-height: 60px;
}

.hv-blog-card .hv-post-listing-wrapper .card .icon-play img {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 6px;
    bottom: 40px;
}

.hv-blog-card .hv-post-listing-wrapper .card .card-body {
    padding: 0;
}

.hv-blog-card .hv-post-listing-wrapper .card .card-body .card-text {
    margin-bottom: 0;
}

.hv-blog-card .hv-post-listing-wrapper .modal .modal-dialog .modal-content {
    background: transparent;
}

.hv-blog-card .hv-post-listing-wrapper .modal .modal-dialog .modal-content .modal-header .close .hv-close::before,
.hv-blog-card .hv-post-listing-wrapper .modal .modal-dialog .modal-content .modal-header .close .hv-close::after {
    background-color: #fff;
    left: 30px;
}

.hv-blog-card .hv-post-listing-wrapper .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .hv-blog-card .hv-post-listing-wrapper .card .card-img {
        max-width: 146px;
        max-height: 146px;
        float: right;
    }

    .hv-blog-card .hv-post-listing-wrapper .card .icon-play img {
        bottom: 25px;
    }
}

.hv-year-filter__content .list-year-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hv-year-filter__content .list-year-filter a {
    border: 1px solid #dedede;
    padding: 15px 40px 15px 40px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333;
}

.hv-year-filter__content .list-year-filter a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.hv-year-filter__content .list-year-filter a.active {
    background-color: #333;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .hv-year-filter__content .list-year-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: left;
    }

    .hv-year-filter__content .list-year-filter ::-webkit-scrollbar {
        display: none;
    }

    .hv-year-filter__content .list-year-filter a {
        padding: 14px 30px 8px 30px;
    }
}

.mac .hv-year-filter__content .list-year-filter a {
    padding: 18px 40px 12px 40px;
}

.hv-press-release-listing {
    position: relative;
    margin-top: 50px;
}

.hv-press-release-listing .container {
    width: 90%;
}

.hv-press-release-listing .container .hv-pr__head {
    border-bottom: 1px solid #414141;
    padding-bottom: 10px;
}

.hv-press-release-listing .container .hv-pr__content .hv-pr__date {
    color: #999;
    text-transform: capitalize;
}

.hv-press-release-listing .container .hv-pr__content .hv-pr__card {
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hv-press-release-listing .container .hv-pr__content .hv-pr__card .is-hidden:last-child {
    border-bottom: 0;
}

.hv-press-release-listing .container .hv-pr__content .hv-pr__card h4 {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .hv-press-release-listing .container .hv-pr__content .hv-pr__card h4 {
        margin: 5px 0 10px;
    }
}

.hv-press-release-listing .container .hv-pr__content .is-hidden {
    display: none;
}

.hv-press-release-listing .container .hv-pr__content .hv-pr__read-now {
    color: #cc1200;
    text-transform: uppercase;
}

@media (min-width: 767px) {
    .hv-press-release-listing .container .hv-pr__content .hv-pr__read-now {
        text-align: right;
        padding-right: 25px;
        display: none;
    }
}

.hv-press-release-listing .container .hv-pr__content .hv-pr__read-now:after {
    font-family: "urw-din, sans-serif";
    content: "\2192";
    position: absolute;
    padding-left: 12px;
}

.hv-press-release-listing .container .hv-pr__load-more {
    padding: 30px 0 30px;
    text-align: center;
    color: #fff;
}

.hv-press-release-listing .container .hv-pr__not-active {
    display: none;
}

.hv-press-release-listing .container a {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 767px) {
    .hv-press-release-listing .container a:hover .hv-pr__read-now {
        display: block;
    }
}

@media (min-width: 767px) {
    .hv-press-release-listing .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hv-press-release-listing .container .col-md-2 {
        padding-left: 0;
    }
}

.hv-press-release-search {
    margin-bottom: 25px;
}

.hv-press-release-search .container {
    width: 90%;
}

.hv-press-release-search .container .hv-press-release-search__input {
    height: 56px;
    font-size: 1.2rem;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.hv-press-release-search .container .hv-press-release-search__input:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.hv-press-release-search .container .btn-search:focus {
    box-shadow: none;
}

@media (min-width: 767px) {
    .hv-press-release-search .container .hv-press-release-search__input {
        height: 72px;
        font-size: 1.5rem;
        font-weight: 300;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hv-press-release-search .container .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.mac .hv-press-release-search .container .hv-press-release-search__input {
    padding-top: 12px;
}

.hv-media-coverage-year-filter__content .list-year-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hv-media-coverage-year-filter__content .list-year-filter a {
    border: 1px solid #dedede;
    padding: 15px 40px 15px 40px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #333;
}

.hv-media-coverage-year-filter__content .list-year-filter a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.hv-media-coverage-year-filter__content .list-year-filter a.active {
    background-color: #333;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .hv-media-coverage-year-filter__content .list-year-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: left;
    }

    .hv-media-coverage-year-filter__content .list-year-filter ::-webkit-scrollbar {
        display: none;
    }

    .hv-media-coverage-year-filter__content .list-year-filter a {
        padding: 14px 30px 8px 30px;
    }
}

.hv-media-coverage-listing {
    position: relative;
    margin-top: 50px;
}

.hv-media-coverage-listing .container {
    width: 90%;
}

.hv-media-coverage-listing .container .hv-mc__head {
    border-bottom: 1px solid #414141;
    padding-bottom: 10px;
}

.hv-media-coverage-listing .container .hv-mc__content .hv-mc__date {
    color: #999;
    text-transform: capitalize;
}

.hv-media-coverage-listing .container .hv-mc__content .hv-mc__card {
    border-bottom: 1px solid #e2e2e2;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hv-media-coverage-listing .container .hv-mc__content .hv-mc__card .is-hidden:last-child {
    border-bottom: 0;
}

.hv-media-coverage-listing .container .hv-mc__content .hv-mc__card h4 {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .hv-media-coverage-listing .container .hv-mc__content .hv-mc__card h4 {
        margin: 5px 0 10px;
    }
}

.hv-media-coverage-listing .container .hv-mc__content .is-hidden {
    display: none;
}

.hv-media-coverage-listing .container .hv-mc__content .hv-mc__read-now {
    color: #cc1200;
    text-transform: uppercase;
}

@media (min-width: 767px) {
    .hv-media-coverage-listing .container .hv-mc__content .hv-mc__read-now {
        text-align: right;
        padding-right: 25px;
        display: none;
    }
}

.hv-media-coverage-listing .container .hv-mc__content .hv-mc__read-now:after {
    font-family: "urw-din, sans-serif";
    content: "\2197";
    position: absolute;
    padding-left: 12px;
}

.hv-media-coverage-listing .container .hv-mc__load-more {
    padding: 30px 0 30px;
    text-align: center;
    color: #fff;
}

.hv-media-coverage-listing .container .hv-mc__not-active {
    display: none;
}

.hv-media-coverage-listing .container a {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 767px) {
    .hv-media-coverage-listing .container a:hover .hv-mc__read-now {
        display: block;
    }
}

@media (min-width: 767px) {
    .hv-media-coverage-listing .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hv-media-coverage-listing .container .col-md-2 {
        padding-left: 0;
    }
}

.hv-media-coverage-search {
    margin-bottom: 25px;
}

.hv-media-coverage-search .container {
    width: 90%;
}

.hv-media-coverage-search .container .hv-media-coverage-search__input {
    height: 56px;
    font-size: 1.2rem;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.hv-media-coverage-search .container .hv-media-coverage-search__input:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.hv-media-coverage-search .container .btn-search:focus {
    box-shadow: none;
}

@media (min-width: 767px) {
    .hv-media-coverage-search .container .hv-media-coverage-search__input {
        height: 72px;
        font-size: 1.5rem;
        font-weight: 300;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hv-media-coverage-search .container .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.hv-press-release-detail-wrapper {
    padding-top: 36px;
}

@media (max-width: 1430px) {
    .hv-press-release-detail-wrapper>.container {
        max-width: 1200px;
    }
}

@media (max-width: 1330px) {
    .hv-press-release-detail-wrapper>.container {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .hv-press-release-detail-wrapper>.container {
        max-width: 100%;
    }
}

.hv-press-release-detail-wrapper .header .title .heading2 {
    font-size: 14px;
    text-transform: uppercase;
}

.hv-press-release-detail-wrapper .header .title .heading2:after {
    width: 45px;
}

.hv-press-release-detail-wrapper .header .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1;
}

.hv-press-release-detail-wrapper .card {
    border: none;
}

.hv-press-release-detail-wrapper .card .card-body {
    padding: 0;
}

.hv-press-release-detail-wrapper .card .card-body .card-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.hv-press-release-detail-wrapper .card .card-body .card-subtitle {
    font-size: 16px;
    color: #414141;
    margin-bottom: 4px;
}

.hv-press-release-detail-wrapper .card .card-body .card-social {
    margin-bottom: 0;
}

.hv-press-release-detail-wrapper .card .card-body .card-text {
    font-size: 18px;
}

.hv-press-release-detail-wrapper .card .card-body .card-text .gated-lock {
    display: none;
}

.hv-press-release-detail-wrapper .card .card-body .card-text a {
    color: #cc0000;
}

.hv-press-release-detail-wrapper .card .card-body .card-text ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    font-size: 1rem !important;
}

.hv-press-release-detail-wrapper .card .card-body .card-text ul li {
    display: block;
    position: relative;
    padding: 5px 0 0 25px;
}

.hv-press-release-detail-wrapper .card .card-body .card-text ul li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 0px;
    top: 13px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .hv-press-release-detail-wrapper {
        padding-bottom: 30px;
    }

    .hv-press-release-detail-wrapper .card .card-body {
        padding: 10px 0 20px;
    }

    .hv-press-release-detail-wrapper .card .card-body .card-title {
        font-size: 2.25rem;
        margin-bottom: 15px;
        line-height: 1.1;
    }
}

.hv-video-tile .card {
    cursor: pointer;
    background-color: #000 !important;
}

.hv-video-tile .card.main-card .card-body .card-title,
.hv-video-tile .card.main-card .card-img-overlay .card-title {
    font-size: 2rem;
    line-height: normal;
}

@media (min-width: 768px) {

    .hv-video-tile .card.main-card .card-body .card-title,
    .hv-video-tile .card.main-card .card-img-overlay .card-title {
        font-size: 2.25rem;
        line-height: normal;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .hv-video-tile .card.main-card .icon-play.centered img {
        width: 80px;
        height: 80px;
    }
}

.hv-video-tile .card.text-left .card-body .card-category,
.hv-video-tile .card.text-left .card-img-overlay .card-category {
    align-items: flex-start;
}

.hv-video-tile .card.text-left .card-body .card-extra-information,
.hv-video-tile .card.text-left .card-img-overlay .card-extra-information {
    justify-content: flex-start;
}

.hv-video-tile .card.text-center .card-body .card-category,
.hv-video-tile .card.text-center .card-img-overlay .card-category {
    align-items: center;
}

.hv-video-tile .card.text-center .card-body .card-extra-information,
.hv-video-tile .card.text-center .card-img-overlay .card-extra-information {
    justify-content: center;
}

.hv-video-tile .card.text-right .card-body .card-category,
.hv-video-tile .card.text-right .card-img-overlay .card-category {
    align-items: flex-end;
}

.hv-video-tile .card.text-right .card-body .card-extra-information,
.hv-video-tile .card.text-right .card-img-overlay .card-extra-information {
    justify-content: flex-end;
}

.hv-video-tile .card .card-img-container {
    position: relative;
}

.hv-video-tile .card .card-img-container .card-img {
    opacity: 0.8;
    min-height: 160px;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.hv-video-tile .card .card-img-container .card-img.card-img-fullsize {
    min-height: 320px;
}

@media (min-width: 768px) {
    .hv-video-tile .card .card-img-container .card-img.card-img-fullsize {
        min-height: 480px;
    }
}

.hv-video-tile .card .card-img-container .icon-play {
    opacity: 0.8;
}

.hv-video-tile .card .card-img-container .icon-play.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.hv-video-tile .card .card-img-container .icon-play.centered.top {
    top: 33%;
}

.hv-video-tile .card .card-body .card-category,
.hv-video-tile .card .card-img-overlay .card-category {
    display: flex;
    flex-flow: column;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02px;
    line-height: 24px;
}

.hv-video-tile .card .card-body .card-category::after,
.hv-video-tile .card .card-img-overlay .card-category::after {
    content: "";
    background: #c00;
    margin-top: 8px;
    width: 64px;
    height: 2px;
}

.hv-video-tile .card .card-body .card-title,
.hv-video-tile .card .card-img-overlay .card-title {
    font-size: 1.375rem;
    letter-spacing: 0px;
    line-height: normal;
}

@media (min-width: 768px) {

    .hv-video-tile .card .card-body .card-title,
    .hv-video-tile .card .card-img-overlay .card-title {
        font-size: 1.375rem;
        line-height: normal;
        font-weight: 500;
    }
}

.hv-video-tile .card .card-body .card-text,
.hv-video-tile .card .card-img-overlay .card-text {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
}

@media (min-width: 768px) {

    .hv-video-tile .card .card-body .card-text,
    .hv-video-tile .card .card-img-overlay .card-text {
        font-size: 18px;
        line-height: normal;
    }
}

.hv-video-tile .card .card-body .card-extra-information,
.hv-video-tile .card .card-img-overlay .card-extra-information {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff !important;
}

.hv-video-tile .card .card-body .card-extra-information .card-metadata:not(:last-child)::after,
.hv-video-tile .card .card-img-overlay .card-extra-information .card-metadata:not(:last-child)::after {
    content: "|";
    padding-left: 15px;
    padding-right: 15px;
}

.hv-video-tile .card .icon-play img {
    width: 40px;
    height: 40px;
}

.hv-video-tile .card .icon-play.centered img {
    width: 40px;
    height: 40px;
}

.hv-video-tile .card:hover {
    text-decoration: none;
}

.hv-video-tile .card:hover .icon-play {
    opacity: 1;
}

.hv-video-tile .modal .modal-dialog .modal-content {
    background: transparent;
}

.hv-video-tile .modal .modal-dialog .modal-content .modal-header .close .hv-close::before,
.hv-video-tile .modal .modal-dialog .modal-content .modal-header .close .hv-close::after {
    background-color: #fff;
    left: 30px;
}

.hv-video-tile .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.hv-accordion-blog-post .hv-accordion-wrapper .container {
    text-align: center;
}

.hv-accordion-blog-post .hv-accordion-wrapper .container .row div h2.heading2.center:after {
    content: "";
    position: unset;
    display: block;
}

.hv-accordion-blog-post .hv-accordion-wrapper .hv-pic-accordion {
    flex-direction: row;
    overflow-y: auto;
}

.hv-accordion-blog-post .hv-accordion-wrapper .hv-pic-accordion .picture-accordion:first-child {
    margin-left: 0;
}

.hv-accordion-blog-post .hv-accordion-wrapper .hv-pic-accordion .picture-accordion:last-child {
    margin-right: 0;
}

.hv-accordion-blog-post .hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .hv-accordion-blog-post .hv-accordion-wrapper .hv-pic-accordion {
        padding: 0px;
    }

    .hv-accordion-blog-post .hv-accordion-wrapper .hv-pic-accordion .picture-accordion {
        min-width: 90%;
        margin: 3px;
    }

    .hv-accordion-blog-post .hv-accordion-wrapper .hv-pic-accordion .picture-accordion .picture-accordion-txtWrap {
        padding: 70% 15px 15px 10px;
    }
}

.hv-pressrelease-media-hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding: 60px 0 80px;
    position: relative;
}

.hv-pressrelease-media-hero-banner.product-scat-detail {
    background-size: auto;
    background-position: center top;
    min-height: 600px;
}

.hv-pressrelease-media-hero-banner .full-width {
    display: none;
}

.hv-pressrelease-media-hero-banner img {
    max-width: 100%;
}

.hv-pressrelease-media-hero-banner.bg-white {
    background-color: white;
}

.hv-pressrelease-media-hero-banner.bg-black {
    background-color: black;
}

.hv-pressrelease-media-hero-banner.bg-black h1 {
    color: white;
}

.hv-pressrelease-media-hero-banner.bg-black p {
    color: white;
}

.hv-pressrelease-media-hero-banner .pr-hero-img {
    padding-bottom: 18px;
}

.hv-pressrelease-media-hero-banner .hero-banner-content {
    margin: 100px 0;
}

.hv-pressrelease-media-hero-banner .hero-banner-content .banner-sub-head {
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #c00;
}

.hv-pressrelease-media-hero-banner .hero-banner-content h1 {
    margin-bottom: 25px;
}

.hv-pressrelease-media-hero-banner .hero-banner-content p {
    margin-bottom: 15px;
}

.hv-pressrelease-media-hero-banner .hero-banner-content .c-btn {
    margin-top: 25px;
}

.hv-pressrelease-media-hero-banner .hero-banner-content .c-link {
    margin-top: 25px;
}

.hv-pressrelease-media-hero-banner .product-image {
    display: none;
}

.hv-pressrelease-media-hero-banner .icon-wrapper {
    display: none;
}

.hv-pressrelease-media-hero-banner .mobile-cta {
    display: none;
}

.hv-pressrelease-media-hero-banner.product-detail {
    padding: 45px 0 50px;
}

.hv-pressrelease-media-hero-banner.product-detail .col-md-6 {
    display: none;
}

.hv-pressrelease-media-hero-banner.product-detail .full-width {
    display: block;
}

.hv-pressrelease-media-hero-banner.product-detail .hero-banner-content {
    margin: 0;
}

.hv-pressrelease-media-hero-banner.product-scat-detail .hero-banner-content {
    margin: 65px 0;
}

.hv-pressrelease-media-hero-banner.product-scat-detail.cta .hv-hero-banner-content .c-link,
.hv-pressrelease-media-hero-banner.product-scat-detail.cta .hv-hero-banner-content .c-btn {
    display: inline-block;
}

.hv-pressrelease-media-hero-banner.dark .hero-banner-content .banner-sub-head {
    color: #fff;
}

.hv-pressrelease-media-hero-banner.dark .hero-banner-content h1 {
    color: #fff;
}

.hv-pressrelease-media-hero-banner.dark .hero-banner-content p {
    color: #fff;
}

.hv-pressrelease-media-hero-banner.cta .mobile-cta {
    margin-top: 30px;
}

.hv-pressrelease-media-hero-banner.cta .hero-banner-content {
    margin: 30px 0;
}

.hv-pressrelease-media-hero-banner.cta .product-image .c-btn {
    margin-top: 30px;
}

.hv-pressrelease-media-hero-banner.cta .product-image .c-link {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hv-pressrelease-media-hero-banner.right-image .hero-banner-content .c-btn {
        display: none;
    }
}

.hv-pressrelease-media-hero-banner.right-image .product-image {
    display: block;
    position: relative;
    text-align: center;
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle {
    position: absolute;
    top: 60%;
    left: 30px;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle .plus-circle {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: linear-gradient(#c00, #c00), linear-gradient(#c00, #c00), #fff;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0 0 15px 14px rgba(255, 255, 255, 0.3);
    z-index: 9;
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle:after {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    left: -6px;
    top: -6px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle .toggle-tip {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #c00;
    border-radius: 3px;
    min-width: 225px;
    padding: 25px 20px;
    position: absolute;
    left: 90px;
    top: -120px;
    display: none;
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle .toggle-tip:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #c00;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle .toggle-tip:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #c00;
    width: 63px;
    bottom: 25px;
    left: -73px;
    transform: rotate(-60deg);
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle .toggle-tip h5 {
    color: #c00;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle .toggle-tip p {
    font-size: 18px;
    margin: 0;
}

.hv-pressrelease-media-hero-banner.right-image .product-image .toggle:hover .toggle-tip {
    display: block;
}

@media (max-width: 767px) {
    .hv-pressrelease-media-hero-banner.right-image .product-image .mobile-cta {
        display: inline-block;
        margin-top: 15px;
    }
}

.hv-pressrelease-media-hero-banner.icon .icon-wrapper {
    display: block;
}

.hv-pressrelease-media-hero-banner.icon .icon-wrapper .icon {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}

.hv-pressrelease-media-hero-banner.icon .icon-wrapper .icon svg {
    width: 65px;
    height: 65px;
    fill: #c00;
}

@media (max-width: 767px) {
    .hv-pressrelease-media-hero-banner .hero-banner-content h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .hv-pressrelease-media-hero-banner.cta .hero-banner-content .c-link {
        display: none;
    }

    .hv-pressrelease-media-hero-banner.cta .hero-banner-content .c-btn {
        display: none;
    }

    .hv-pressrelease-media-hero-banner.cta .mobile-cta {
        display: block;
    }

    .hv-pressrelease-media-hero-banner.product-scat-detail.cta .mobile-cta {
        display: none;
    }

    .hv-pressrelease-media-hero-banner.icon .icon-wrapper .icon {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .hv-onpage-center h2 {
        text-align: center !important;
    }

    .hv-onpage-center p {
        text-align: center !important;
    }

    .onpagechat-reg-form {
        width: 100% !important;
    }
}

.chat-icon {
    margin-bottom: 30px;
    text-align: center;
}

.onpagechat-reg-form {
    text-align: left;
    margin: 0 auto;
    width: 500px;
    padding: 0 20px;
}

.onpagechat-reg-form .inputText {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #000;
    background: none;
}

.inputText:focus~.floating-label,
.inputText:not(:focus):valid~.floating-label {
    top: -10px;
    bottom: 10px;
    left: 17px;
    font-size: 11px;
    opacity: 1;
    color: #000 !important;
}

.inputText {
    font-size: 14px;
    width: 200px;
    height: 35px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: 13px;
    transition: 0.2s ease all;
    font-size: 14px;
}

.onpage-pr-st {
    color: #000;
}

.onpage-pr-st:hover {
    color: #000;
}

.onpage-pr-div {
    padding: 20px 0;
}

.onpagechat-reg-form .hv-arrows {
    transform: rotate(-45deg);
    margin-left: 5px;
}

.onpagechat-reg-form:hover .hv-arrows {
    margin-left: 10px;
}

.onpg-err-msg {
    color: #cc0000;
    font-size: 12px;
    padding-left: 2px;
}

.onpagechat-reg-form .red {
    border-color: #cc0000 !important;
}

.onpagechat-reg-form .red1 {
    color: #cc0000 !important;
}

.onpg-m-btm {
    margin-bottom: 20px;
}

.inputText:-webkit-autofill,
.inputText:-webkit-autofill:hover,
.inputText:-webkit-autofill:active,
.inputText:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
}

.hv-onpg-banner p {
    text-align: center;
}

.hv-onpg-banner .best-sol {
    padding: 20px 0;
}

.hv-onpg-banner .com-feed {
    font-size: 18px;
}

.onpagechat-reg-form textarea {
    padding: 20px 10px;
    height: 60px;
    border: 1px solid #000 !important;
}

.onpagechat-reg-form .onpg-textarea .floating-label {
    left: 25px;
}

.onpg-textarea .inputText:focus~.floating-label,
.onpg-textarea .inputText:not(:focus):valid~.floating-label {
    top: 5px;
    left: 25px;
}

.allflash-msg p {
    margin: 0;
    width: 100%;
}

#hv-on-page-chat .LPMcontainer.LPMoverlay {
    transform: translate(0%, -50%) !important;
}

.hv-sub-categories-opt2 .categories {
    padding: 50px 0 30px;
}

.hv-sub-categories-opt2 .categories.grey-bg {
    background: #f6f6f6;
}

.hv-sub-categories-opt2 .categories .category-detail .icon {
    width: 55px;
    height: 55px;
    fill: #c00;
    margin-bottom: 10px;
}

.hv-sub-categories-opt2 .categories .category-detail h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.hv-sub-categories-opt2 .categories .category-detail p {
    margin-bottom: 0;
}

.hv-sub-categories-opt2 .categories .sub-cat-listing {
    margin-top: 30px;
}

.hv-sub-categories-opt2 .categories .sub-cat-listing .sub-cat-link {
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 10px 50px 10px 20px;
    display: -moz-flex;
    display: flex;
    height: 75px;
    align-items: center;
    color: #333;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.hv-sub-categories-opt2 .categories .sub-cat-listing .sub-cat-link:after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #c00;
    border-top: 2px solid #c00;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(135deg);
}

.hv-sub-categories-opt2 .categories .sub-cat-listing .sub-cat-link:hover {
    text-decoration: none;
    color: #c00;
    border: 1px solid #c00;
}

@media (max-width: 1430px) {
    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .container {
        max-width: 1200px;
    }
}

.hv-hero-video-tiles-wrapper .hv-hero-video-tiles .header {
    margin: 40px 0;
}

.hv-hero-video-tiles-wrapper .hv-hero-video-tiles .header .header-title .hvtv-logo {
    text-align: center;
    margin: 15px;
}

.hv-hero-video-tiles-wrapper .hv-hero-video-tiles .header .header-title .hvtv-logo img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .header .header-title .hvtv-logo img {
        max-width: 100%;
    }
}

.hv-hero-video-tiles-wrapper .hv-hero-video-tiles .header .header-title .text {
    font-family: "urw-din, sans-serif";
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .header .header-title .text {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body {
    margin-bottom: 40px;
}

.hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile {
    margin: 7.5px 15px;
}

.hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-content {
    height: 100%;
}

@media (min-width: 768px) {
    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-gap: 8px;
        margin-right: 10px;
        padding: 0 15px;
        -ms-grid-columns: (1fr) [100];
        -ms-grid-rows: (8px) [10];
    }

    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile {
        height: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
(min-width: 768px) and (-ms-high-contrast: none) {
    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile:first-child {
        grid-row: start=1 end=101;
        grid-column: start=27 end=75;
        -ms-grid-column: 27;
        -ms-grid-column-span: 48;
        -ms-grid-row: 1;
        -ms-grid-row-span: 100;
        max-width: none;
    }

    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile:nth-child(2) {
        grid-row: start=1 end=51;
        grid-column: start=1 end=26;
        -ms-grid-column: 1;
        -ms-grid-column-span: 25;
        -ms-grid-row: 1;
        -ms-grid-row-span: 50;
        max-width: none;
    }

    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile:nth-child(3) {
        grid-row: start=51 end=101;
        grid-column: start=1 end=26;
        -ms-grid-column: 1;
        -ms-grid-column-span: 25;
        -ms-grid-row: 51;
        -ms-grid-row-span: 50;
        max-width: none;
    }

    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile:nth-child(4) {
        grid-row: start=1 end=51;
        grid-column: start=76 end=101;
        -ms-grid-column: 76;
        -ms-grid-column-span: 25;
        -ms-grid-row: 1;
        -ms-grid-row-span: 50;
        max-width: none;
    }

    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile:nth-child(5) {
        grid-row: start=51 end=101;
        grid-column: start=76 end=101;
        -ms-grid-column: 76;
        -ms-grid-column-span: 25;
        -ms-grid-row: 51;
        -ms-grid-row-span: 50;
        max-width: none;
    }

    .hv-hero-video-tiles-wrapper .hv-hero-video-tiles .body .video-container .video-tile .card-img-container {
        height: 100%;
    }
}

.hv-video-carousel {
    padding-bottom: 40px;
}

@media (max-width: 1430px) {
    .hv-video-carousel .container {
        max-width: 1200px;
    }
}

.hv-video-carousel .container .heading2 {
    font-size: 23px;
    line-height: 28px;
    color: #414141;
    font-weight: normal;
    margin-top: 36px;
    margin-bottom: 18px;
    padding-bottom: 0px;
}

.hv-video-carousel .container .heading2::after {
    content: none;
}

@media (min-width: 768px) {
    .hv-video-carousel .container .heading2 {
        font-size: 30px;
        line-height: 42px;
        margin-top: 76px;
        margin-bottom: 31px;
    }
}

.hv-carousel-wrapper {
    text-align: left;
}

.hv-carousel-wrapper .card {
    flex-direction: unset;
}

.hv-carousel-wrapper .card-img-container {
    position: relative;
}

.hv-carousel-wrapper .card-img-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0px -150px 100px 5px rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}

.hv-carousel-wrapper .card-img-container .card-img {
    opacity: 1 !important;
    min-height: auto !important;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.hv-carousel-wrapper .card-img-container .card-img.card-img-fullsize {
    min-height: auto !important;
}

@media (min-width: 768px) {
    .hv-carousel-wrapper .card-img-container .card-img.card-img-fullsize {
        min-height: auto !important;
    }
}

.hv-carousel-wrapper .card-img-overlay {
    top: auto;
}

.hv-carousel-wrapper .card-img-overlay.justify-content-end {
    justify-content: unset !important;
}

.hv-carousel-wrapper .card-img-overlay .card-title {
    font-size: 1.375rem !important;
    line-height: normal !important;
    font-weight: 500 !important;
}

.hv-carousel-wrapper .body {
    display: flex;
    align-items: center;
}

.hv-carousel-wrapper .body .item {
    border: 1px solid #ffffff;
}

.hv-carousel-wrapper .body.slider {
    overflow: hidden;
}

.hv-carousel-wrapper .body .slick-prev,
.hv-carousel-wrapper .body .slick-next {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {

    .hv-carousel-wrapper .body .slick-prev,
    .hv-carousel-wrapper .body .slick-next {
        width: 30px;
        flex-shrink: 0;
    }
}

.hv-carousel-wrapper .body .slick-prev .icon,
.hv-carousel-wrapper .body .slick-next .icon {
    display: inline-block;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 12px;
    height: 12px;
}

.hv-carousel-wrapper .body .slick-prev.slick-disabled,
.hv-carousel-wrapper .body .slick-next.slick-disabled {
    background: #f3f3f3;
}

.hv-carousel-wrapper .body .slick-track {
    transform: translateX(-64px);
}

.hv-carousel-wrapper .body .slick-list {
    z-index: 1;
}

.hv-carousel-wrapper .body .slick-prev {
    box-shadow: 0px 3px 6px #00000029;
    transform: translateX(4px);
}

.hv-carousel-wrapper .body .slick-prev .icon {
    transform: rotate(-225deg) translate(-4px, -4px);
    top: 40%;
    position: absolute;
    left: 1px;
}

.hv-carousel-wrapper .body .slick-prev:hover {
    background-color: #c00;
}

.hv-carousel-wrapper .body .slick-prev:hover .icon {
    transform: rotate(-45deg);
    transition: all 0.5s;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

.hv-carousel-wrapper .body .slick-next {
    box-shadow: 0px 3px 6px #00000029;
    transform: translateX(-4px);
}

.hv-carousel-wrapper .body .slick-next .icon {
    transform: rotate(-45deg) translate(-4px, -4px);
    top: 40%;
    right: 1px;
    position: absolute;
}

.hv-carousel-wrapper .body .slick-next:hover {
    background-color: #c00;
}

.hv-carousel-wrapper .body .slick-next:hover .icon {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

@media screen and (max-width: 480px) {

    .hv-carousel-wrapper .body .slick-prev,
    .hv-carousel-wrapper .body .slick-next {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .hv-carousel-wrapper .card {
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .hv-sticky-white-nav-wrapper {
        width: 75px;
        transition: width 0.3s;
        background: #ffffff;
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 11;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #d9d9d9;
        z-index: 99;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav {
        padding: 0 10px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem {
        display: flex;
        align-items: center;
        margin: 0;
        border-bottom: 1px solid #d9d9d9;
        text-decoration: none;
        padding: 22px 12px;
        position: relative;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem:last-child {
        border: none;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem--icon {
        margin: 0;
        width: 32px;
        display: flex;
        justify-content: center;
        opacity: 0.5;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem--text {
        position: absolute;
        top: 28px;
        left: 0;
        visibility: hidden;
        width: 148px;
        opacity: 0;
        transition: visivility 0s, opacity 0.7s, width 0.3s;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search {
        width: 495px;
        height: 468px;
        position: absolute;
        left: 60px;
        border: 1px solid #d9d9d9;
        border-left: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
        z-index: 1;
        padding: 26px 15px 0;
        margin-top: -1px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem {
        height: 40px;
        border-bottom: 1px solid #051c2c;
        display: flex;
        margin-right: 20px;
        justify-content: space-between;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--input {
        width: 100%;
        border: none;
        text-align: left;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #414141;
        opacity: 1;
        caret-color: #cc0000;
        padding-bottom: 5px;
        padding-right: 15px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button {
        background: #cc0000;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        padding: 8px;
        border-radius: 5px;
        border: none;
        outline: none;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button svg {
        width: 18px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button:disabled {
        opacity: 0.5;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-close {
        display: none;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-content {
        padding-top: 30px;
        height: 368px;
        overflow: auto;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-content .hv-post-listing-wrapper .card .icon-play img {
        top: 65px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav .hv-post-listing-wrapper .card .card-img {
        min-height: 108px;
        min-width: 108px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav .hv-post-listing-wrapper .card .icon-play img {
        bottom: 15px;
    }

    .hv-sticky-white-nav-wrapper:hover {
        width: 263px;
    }

    .hv-sticky-white-nav-wrapper:hover .hv-sticky-white-nav--content .nav-elem:hover .nav-elem--icon {
        opacity: 1;
    }

    .hv-sticky-white-nav-wrapper:hover .hv-sticky-white-nav--content .nav-elem--text {
        visibility: visible;
        opacity: 1;
        text-align: left;
        font-size: 18px;
        line-height: 11px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0px;
        color: #414141;
        text-transform: uppercase;
        margin-left: 66px;
    }
}

@media (max-width: 767.8px) {
    .hv-sticky-white-nav-wrapper {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: fixed;
        bottom: 0;
        background: #ffffff;
        z-index: 11;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav {
        padding: 0;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content {
        height: 52px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem {
        width: 20%;
        height: 42px;
        float: left;
        margin: 5px auto;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        border-right: 1px solid #d9d9d9;
        opacity: 0.5;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem:first-child {
        opacity: 1;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem:last-child {
        border: none;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--content .nav-elem--text {
        display: none;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search {
        height: 85vh;
        padding: 25px 15px 15px;
        border-bottom: 1px solid #d9d9d9;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem {
        height: 40px;
        border-bottom: 1px solid #d9d9d9;
        display: flex;
        margin-right: 45px;
        justify-content: space-between;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--input {
        width: 100%;
        border: none;
        text-align: left;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #414141;
        opacity: 1;
        caret-color: #cc0000;
        padding-top: 0px;
        padding-right: 10px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button {
        background: #cc0000;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        padding: 8px;
        border-radius: 5px;
        border: none;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button svg {
        width: 18px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button:disabled {
        opacity: 0.5;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-close {
        display: inline-block;
        position: absolute;
        width: 25px;
        height: 25px;
        line-height: 44px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        background: transparent;
        color: #fff;
        box-sizing: border-box;
        vertical-align: top;
        outline: none;
        top: 30px;
        right: 14px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-close::before,
    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-close::after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 1px;
        width: 25px;
        top: 12px;
        right: 0px;
        pointer-events: none;
        border-color: #cc0000;
        background-color: currentColor;
        color: #cc0000;
        opacity: 0.9;
        box-sizing: border-box;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-close::before {
        transform: rotate(45deg);
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-close::after {
        transform: rotate(-45deg);
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search *:before,
    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search *:after {
        box-sizing: inherit;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-content {
        padding-top: 30px;
        height: calc(100% - (55px));
        overflow: auto;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-content .hv-post-listing-wrapper .card .icon-play img {
        top: 30px;
        width: 15px;
        height: 15px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav .hv-post-listing-wrapper .card .card-img {
        min-height: 59px;
        min-width: 59px;
    }

    .hv-sticky-white-nav-wrapper .hv-sticky-white-nav .hv-post-listing-wrapper .card .icon-play img {
        bottom: 20px;
    }
}

.mac .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button,
.iphone-device .hv-sticky-white-nav-wrapper .hv-sticky-white-nav--search .search-elem--button {
    padding: 5px 8px 8px;
}

.storyComponent:nth-child(even) {
    background: #fafafa;
}

@media (max-width: 1430px) {
    .hv-story .container {
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
    .hv-story .container .heading2 {
        text-align: left;
        border-bottom: 1px solid #dedede;
        margin-top: 100px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .hv-story .container .heading2::after {
        right: unset;
        bottom: -4px;
    }
}

.hv-story .container .title {
    font-size: 23px;
    line-height: 28px;
    margin-top: 57px;
    margin-bottom: 24px;
    text-align: center;
}

@media (min-width: 768px) {
    .hv-story .container .title {
        text-align: left;
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 49px;
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .hv-story .container .hv-video-tile .card .card-img-container .icon-play img {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 768px) {
    .hv-story .container .hv-video-tile .card .card-img-overlay {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 51px;
    }
}

@media (min-width: 768px) {
    .hv-story .container .hv-video-tile .card .card-img-overlay .card-title {
        font-size: 2.5rem;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    .hv-story .container .hv-video-tile .card .card-img-overlay .card-text {
        font-size: 18px;
        line-height: 24px;
    }
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper {
    border-bottom: 1px solid #dedede;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 55px;
}

@media (min-width: 768px) {
    .hv-story .container .hv-blog-card .hv-post-listing-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 50px;
        border: none;
    }
}

@media (min-width: 768px) {
    .hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item:nth-child(n + 3) .item {
        border-top: 1px solid #dedede;
    }
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item {
    border: none;
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card {
    cursor: pointer;
    background-color: transparent;
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card.mb-4 {
    margin-bottom: 0px !important;
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .video-thumbnail {
    display: inline-block;
    position: relative;
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .video-thumbnail .card-img {
    min-width: 59px;
    float: none;
}

@media (min-width: 768px) {
    .hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .video-thumbnail .card-img {
        min-width: unset;
        max-width: 100%;
    }
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .video-thumbnail .icon-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .video-thumbnail .icon-play img {
    width: 34px;
    height: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: static;
}

@media (max-width: 767px) {
    .hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .video-thumbnail .icon-play img {
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 768px) {
    .hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .card-body .card-title {
        font-size: 14px;
        line-height: 24px;
        color: #414141;
        margin-bottom: 20px;
        padding-bottom: 5px;
        position: relative;
    }

    .hv-story .container .hv-blog-card .hv-post-listing-wrapper .container-item .item .card .no-gutters .card-body .card-title:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 62px;
        left: 0;
        bottom: 0;
        background: #c00;
        margin: 0 auto;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .hv-story .card {
        flex-direction: row-reverse;
    }
}

.hv-solution-listing-opt2 .solution-box {
    height: 450px;
    padding: 0 4px 4px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hv-solution-listing-opt2 .solution-box {
        height: auto !important;
    }
}

.hv-solution-listing-opt2 .solution-box .image-box {
    overflow: hidden;
    height: 150px;
    transition: all 0.5s ease-in;
}

@media all and (-ms-high-contrast: none) {
    .hv-solution-listing-opt2 .solution-box .image-box {
        transition: none;
    }
}

.hv-solution-listing-opt2 .solution-box .image-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-in;
}

.hv-solution-listing-opt2 .solution-box .content-body {
    padding: 30px 30px 20px;
    position: absolute;
    bottom: 6px;
    width: calc(100% - 8px);
    box-shadow: 0 1px 4px 1px #dedede;
    transition: all 0.5s ease-in;
}

@media (min-width: 992px) {
    .hv-solution-listing-opt2 .solution-box .content-body {
        min-height: 293px;
    }
}

@media (max-width: 1024px) {
    .hv-solution-listing-opt2 .solution-box .content-body {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .hv-solution-listing-opt2 .solution-box .content-body {
        width: 100%;
        position: static;
    }
}

@media (max-width: 767px) {
    .hv-solution-listing-opt2 .solution-box .content-body {
        height: auto !important;
    }
}

.hv-solution-listing-opt2 .solution-box .content-body h3 {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-solution-listing-opt2 .solution-box .content-body h3 {
        margin-bottom: 15px;
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-solution-listing-opt2 .solution-box .content-body p {
        font-size: 0.875rem;
    }
}

.hv-solution-listing-opt2 .solution-box .content-body .c-btn {
    margin-top: 20px;
    border: 1px solid #c00;
    background: transparent;
    color: #c00;
    transition: all 0.5s ease-in;
}

@media (min-width: 991px) {
    .hv-solution-listing-opt2 .solution-box .content-body .c-btn {
        position: absolute;
        bottom: 30px;
    }
}

.hv-solution-listing-opt2 .solution-box .content-body .c-btn svg {
    fill: #c00;
}

.hv-solution-listing-opt2 .solution-box .content-body .c-btn .cls-1 {
    stroke: #c00;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-solution-listing-opt2 .solution-box .content-body .c-btn {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .hv-solution-listing-opt2 .solution-box .content-body .c-btn {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .hv-solution-listing-opt2 .solution-box:hover .image-box {
        margin-top: -150px;
    }

    .hv-solution-listing-opt2 .solution-box:hover .image-box img {
        opacity: 0.2;
    }

    .hv-solution-listing-opt2 .solution-box:hover .content-body {
        height: calc(100% - 8px) !important;
        padding: 60px 30px 90px;
        background: #f6f6f6;
    }

    .hv-solution-listing-opt2 .solution-box:hover .content-body .c-btn {
        background: #c00;
        color: #fff;
        margin-top: 90px;
    }

    .hv-solution-listing-opt2 .solution-box:hover .content-body .c-btn svg {
        fill: #fff;
    }

    .hv-solution-listing-opt2 .solution-box:hover .content-body .c-btn .cls-1 {
        stroke: #fff;
    }
}

.mac .hv-solution-listing-opt2 .solution-box .content-body {
    min-height: 292px;
}

.storycomponentnew:nth-child(even) {
    background: #fafafa;
}

@media (max-width: 1430px) {
    .hv-video-story .container {
        max-width: 1200px;
    }
}

.hv-video-story .video-story-wrapper {
    padding: 45px 0 0;
    border-top: 2px solid #f2f2f2;
    position: relative;
}

.hv-video-story .video-story-wrapper:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    top: -1px;
    background: #c00;
}

.hv-video-story .video-story-wrapper h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 49px;
    font-weight: 600;
    margin-top: 12px;
}

.hv-video-story .video-story-wrapper .main-image-wrapper {
    margin-top: 40px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .main-image-wrapper {
        min-height: 350px;
    }
}

.hv-video-story .video-story-wrapper .main-image-wrapper svg.icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 30%;
    bottom: 0;
    opacity: 0.8;
    margin-left: -17px;
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .main-image-wrapper svg.icon {
        width: 40px;
        height: 40px;
    }
}

.hv-video-story .video-story-wrapper .main-image-wrapper:hover svg.icon {
    opacity: 1;
}

.hv-video-story .video-story-wrapper .main-image-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.hv-video-story .video-story-wrapper .main-image-wrapper img {
    max-width: 100%;
    width: 100%;
    min-height: 480px;
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .main-image-wrapper img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 350px;
    }
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content {
        padding: 30px;
    }
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content.black .type {
    color: #000;
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content.black h2 {
    color: #000;
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content.black p {
    color: #000;
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content .type {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.02px;
    line-height: 24px;
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content .type:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 64px;
    left: 0;
    bottom: 0;
    background: #c00;
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content h2 {
    color: #fff;
    font-size: 2.5rem;
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content h2 {
        font-size: 1.5rem;
    }
}

.hv-video-story .video-story-wrapper .main-image-wrapper .video-img-content p {
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item:nth-last-child(-n + 2) .video-card {
        border-bottom: 0;
    }
}

.hv-video-story .video-story-wrapper .videos-container .video-item:last-child .video-card {
    border: 0;
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner {
    position: relative;
    align-items: flex-start;
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb {
    max-width: 200px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 15px;
    flex: 1 0 200px;
    position: relative;
}

@media (max-width: 1024px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb {
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb {
        max-width: 60px;
    }
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb img {
    max-width: 100%;
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb svg.icon {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: -17px auto 0;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb svg.icon {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-thumb svg.icon {
        width: 15px;
    }
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner:hover svg.icon {
    opacity: 1;
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-content {
    flex-grow: 1;
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-content .type {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    line-height: 24px;
    color: #414141;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-content .type:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #c00;
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-content .type:after {
        display: none;
    }
}

.hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-content h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .hv-video-story .video-story-wrapper .videos-container .video-item .video-card .video-card-inner .video-content h3 {
        font-size: 1.125rem;
        margin-top: 0;
    }
}

.hv-hero-video-tiles-opt1 {
    background: #000;
}

.hv-hero-video-tiles-opt1 .head-logo img {
    margin-bottom: 15px;
}

.hv-hero-video-tiles-opt1 .head-logo p {
    color: #fff;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper {
        flex-wrap: wrap;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-col {
    flex: 1 0 25%;
    padding: 0 5px;
}

@media all and (-ms-high-contrast: none) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-col {
        flex: 1 0 24%;
    }
}

@media (max-width: 767px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-col {
        flex-basis: 100%;
    }

    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-col:first-child {
        order: 2;
    }

    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-col:last-child {
        order: 3;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile {
    margin-bottom: 20px;
    position: relative;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile:last-child {
    margin-bottom: 0;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .video-screen-img {
    position: relative;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .video-screen-img .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    opacity: 0.7;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .video-screen-img img {
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content {
    padding: 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 1024px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content {
        padding: 20px 5px;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content .type {
    font-size: 0.75rem;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content .type:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content h3 {
    font-size: 1.375rem;
    color: #fff;
}

@media (max-width: 1024px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content h3 {
        font-size: 1.25rem;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content p {
    color: #fff;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content .features {
    margin: 0;
    padding: 0;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content .features li {
    color: #555;
    padding: 0 7px;
    font-size: 0.75rem;
    font-weight: 600;
    position: relative;
}

@media (max-width: 1024px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content .features li {
        padding: 0 5px;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content .features li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #555;
    right: 0;
    top: 3px;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile .content .features li:last-child:after {
    display: none;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .video-tile:hover .icon {
    opacity: 1;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col {
    flex: 1 0 50%;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col {
        flex-basis: 100%;
        order: 1;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col .video-tile {
    margin-bottom: 0;
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col .video-tile .video-screen-img {
    position: relative;
}

@media (min-width: 768px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col .video-tile .video-screen-img .icon {
        width: 80px;
        height: 80px;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col .video-tile .content {
    padding: 20px 40px;
}

@media (max-width: 1024px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col .video-tile .content {
        padding: 20px 30px;
    }
}

.hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col .video-tile .content h3 {
    font-size: 2.25rem;
}

@media (max-width: 1024px) {
    .hv-hero-video-tiles-opt1 .video-tiles-wrapper .feature-video-col .video-tile .content h3 {
        font-size: 1.875rem;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories {
    font-family: 'Helvetica Neue LT Std';
    padding-top: 115px;
    position: relative;
    z-index: 1;
    overflow: clip;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories {
        padding-top: 62px;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper {
        margin-top: 5px;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .video-tile a~.video-screen-img {
    overflow: hidden;
    border-radius: 4px;
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .video-tile a~.video-screen-img picture img.grid-img {
    transform: scale(1);
    transition: 0.3s;
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .video-tile a:hover~.video-screen-img picture img.grid-img {
    transform: scale(1.1);
    transition: 0.3s;
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap {
    position: absolute;
    z-index: -1;
    top: 59px;
    width: 100%;
    left: 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap {
        top: 40px;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap .bg-stroke {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 105%;
    transform: translateX(-1.5%);
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap .bg-stroke span {
    font-size: 5.063rem;
    color: black;
    font-weight: bold;
    -webkit-text-stroke: 1px #666666;
    text-stroke: 1px #666666;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap .bg-stroke span {
        font-size: 4rem;
    }
}

@media (max-width: 575px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap .bg-stroke span {
        font-size: 50px;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap .bg-stroke span:not(:last-child) {
    margin-right: 1.875rem;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .bg-stroke-wrap .bg-stroke span:not(:last-child) {
        margin-right: 1.25rem;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .width-control {
    width: 60%;
    margin: 0 auto 80px;
    text-align: center;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .width-control {
        margin: 0 auto 50px;
    }
}

@media (max-width: 575px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .width-control {
        width: 100%;
        margin: 0 auto 25px;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .width-control h2 {
    color: #ffffff;
    font-size: 91px;
    line-height: 56px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .width-control h2 {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .width-control h2 {
        font-size: 51px;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .hv-section-heading2 {
    margin: 0;
    justify-content: center;
    font-size: 48px;
}

@media (max-width: 991px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .hv-section-heading2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .hv-section-heading2 {
        font-size: 34px;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .video-tile .content h3 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    text-align: left;
}

@media (max-width: 576px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .video-tile .content h3 {
        text-align: center;
    }
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .video-tile .content p {
    font-size: 14px;
}

.hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .feature-video-col .video-tile .content h3 {
    font-size: 1.875rem;
    margin-bottom: 18px;
    text-align: center;
}

@media (max-width: 767px) {
    .hv-hero-video-tiles-opt1.hv--newsroom--stories .video-tiles-wrapper .feature-video-col .video-tile .content h3 {
        font-size: 1.25rem;
    }
}

.hv-video-carousel-opt1 h2 {
    font-size: 1.75rem;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item {
    margin: 0 1px;
    position: relative;
    border-radius: 3px;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .image-container {
    position: relative;
    border-radius: 3px;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .image-container .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    opacity: 0.7;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .image-container img {
    border-radius: 3px;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .image-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0px -150px 100px 5px rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item:hover .icon {
    opacity: 1;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content {
    position: absolute;
    color: #fff;
    bottom: 30px;
    padding: 0 15px;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .type {
    font-size: 0.75rem;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .type:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: 0;
    background: #cc0000;
    margin: 0 auto;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content h3 {
    font-size: 1.375rem;
    color: #fff;
}

@media (max-width: 1024px) {
    .hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content h3 {
        font-size: 1.25rem;
    }
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .features {
    margin: 0;
    padding: 0;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .features li {
    color: #fff;
    padding: 0 7px;
    font-size: 0.75rem;
    font-weight: 400;
    position: relative;
}

@media (max-width: 1024px) {
    .hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .features li {
        padding: 0 5px;
    }
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .features li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #fff;
    right: 0;
    top: 3px;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .features li:first-child {
    padding-left: 0;
}

.hv-video-carousel-opt1 .hv-video-list .hv-video-item .v-content .features li:last-child:after {
    display: none;
}

.hv-video-carousel-opt1 .hv-video-list .slick-prev {
    position: absolute;
    transform: rotate(180deg);
    left: -44px;
    border-radius: 5px;
    background: #fff;
    top: 40%;
    z-index: 1;
    padding: 10px 15px;
    box-shadow: 1px -1px 4px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media (max-width: 1360px) {
    .hv-video-carousel-opt1 .hv-video-list .slick-prev {
        left: 5px;
    }
}

@media (max-width: 767px) {
    .hv-video-carousel-opt1 .hv-video-list .slick-prev {
        background: #c00;
        left: 50%;
        margin-left: -45px;
        bottom: -60px;
        top: auto;
        border-radius: 0;
    }
}

.hv-video-carousel-opt1 .hv-video-list .slick-prev .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -2px;
    top: 0px;
}

@media (max-width: 767px) {
    .hv-video-carousel-opt1 .hv-video-list .slick-prev .hv-arrows {
        border-color: #fff;
    }
}

.hv-video-carousel-opt1 .hv-video-list .slick-prev.slick-disabled {
    background-color: #dedede;
}

.hv-video-carousel-opt1 .hv-video-list .slick-next {
    position: absolute;
    right: -44px;
    border-radius: 5px;
    background: #fff;
    top: 40%;
    padding: 10px 15px;
    box-shadow: 1px -1px 4px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media (max-width: 1360px) {
    .hv-video-carousel-opt1 .hv-video-list .slick-next {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .hv-video-carousel-opt1 .hv-video-list .slick-next {
        background: #c00;
        right: 50%;
        margin-right: -45px;
        bottom: -60px;
        top: auto;
        border-radius: 0;
    }
}

.hv-video-carousel-opt1 .hv-video-list .slick-next .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -3px;
    top: 0px;
}

@media (max-width: 767px) {
    .hv-video-carousel-opt1 .hv-video-list .slick-next .hv-arrows {
        border-color: #fff;
    }
}

.hv-video-carousel-opt1 .hv-video-list .slick-next.slick-disabled {
    background-color: #dedede;
}

.hv-cust-stories-tile-opt2 .col-left-header {
    min-height: 430px;
    padding-right: 45px;
}

@media (max-width: 991px) {
    .hv-cust-stories-tile-opt2 .col-left-header {
        padding-right: 0;
        min-height: auto;
        height: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hv-cust-stories-tile-opt2 .col-left-header {
        min-height: auto;
        height: auto;
    }
}

.hv-cust-stories-tile-opt2 .col-left-header h3 {
    position: relative;
    font-size: 1.875rem;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 15px;
}

.hv-cust-stories-tile-opt2 .col-left-header h3:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 62px;
    left: 0;
    bottom: 0;
    background: #c00;
}

.hv-cust-stories-tile-opt2 .col-left-header p {
    margin-bottom: 30px;
}

.hv-cust-stories-tile-opt2 .col-left-header .c-btn {
    margin-right: 0;
}

@media all and (-ms-high-contrast: none) {
    .hv-cust-stories-tile-opt2 .col-left-header {
        height: 430px;
    }
}

.hv-cust-stories-tile-opt2 .card-container {
    padding: 3px 3px;
}

.hv-cust-stories-tile-opt2 .card-wrapper {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hv-cust-stories-tile-opt2 .card-wrapper {
        margin-bottom: 20px;
    }
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    transition: all 0.2s ease-in-out;
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0px -135px 15px 0px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

@media (max-width: 991px) {
    .hv-cust-stories-tile-opt2 .card-wrapper .card-bg:before {
        box-shadow: inset 0px -199px 97px 0px rgba(0, 0, 0, 0.7);
    }
}

.hv-cust-stories-tile-opt2 .card-wrapper:hover .card-bg {
    transform: scale(1.1);
}

.hv-cust-stories-tile-opt2 .card-wrapper:hover .card-bg:before {
    box-shadow: inset 0px 75px 17px 155px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .hv-cust-stories-tile-opt2 .card-wrapper:hover .card-bg {
        transform: none;
    }
}

.hv-cust-stories-tile-opt2 .card-wrapper:hover .card-content {
    bottom: 0;
}

.hv-cust-stories-tile-opt2 .card-wrapper:hover .card-content p {
    display: block;
    opacity: 1;
}

.hv-cust-stories-tile-opt2 .card-wrapper:hover .card-content .c-btn {
    display: inline-block;
    opacity: 1;
    margin-bottom: 0;
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-content {
    position: absolute;
    bottom: -30px;
    padding: 20px 20px 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}


.hv-cust-stories-tile-opt2 .card-wrapper .card-content svg.icon {
    width: 60px;
    height: 60px;
    fill: #fff;
    margin-bottom: 10px;
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-content .cust-logo {
    margin-bottom: 20px;
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-content .c-btn {
    margin-top: 15px;
    display: none;
    padding-left: 19px;
    padding-right: 19px;
    opacity: 0;
}

@media (max-width: 991px) {
    .hv-cust-stories-tile-opt2 .card-wrapper .card-content .c-btn {
        display: inline-block;
        opacity: 1;
    }
}

.hv-cust-stories-tile-opt2 .card-wrapper .card-content .c-btn svg {
    fill: #fff;
}

.hv-learning-path-opt2 .path-card {
    margin-top: 30px;
}

.hv-learning-path-opt2 .path-card .path-card-inner {
    position: relative;
    min-height: 316px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1024px) {
    .hv-learning-path-opt2 .path-card .path-card-inner {
        min-height: 435px;
    }
}

@media (max-width: 991px) {
    .hv-learning-path-opt2 .path-card .path-card-inner {
        min-height: auto;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content {
    padding: 25px 25px 30px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .hv-learning-path-opt2 .path-card .path-card-inner .path-card-content {
        background: none;
        position: static;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content .icon {
    width: 60px;
    height: 65px;
    fill: #fff;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1024px) {
    .hv-learning-path-opt2 .path-card .path-card-inner .path-card-content .icon {
        width: 45px;
        opacity: 1;
        fill: #fff;
        height: 49px;
        margin-bottom: 15px;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content .title {
    color: #fff;
    font-size: 1.5rem;
}

@media (max-width: 1024px) {
    .hv-learning-path-opt2 .path-card .path-card-inner .path-card-content .title {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content ul {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

@media (max-width: 1024px) {
    .hv-learning-path-opt2 .path-card .path-card-inner .path-card-content ul {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content ul li {
    position: relative;
    color: #fff;
    padding: 5px 5px 5px 10px;
    font-size: 0.875rem;
}

@media (max-width: 1024px) {
    .hv-learning-path-opt2 .path-card .path-card-inner .path-card-content ul li {
        padding: 2px 5px 2px 10px;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content ul li a {
    color: #c00;
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content ul li a:hover {
    text-decoration: none;
}

.hv-learning-path-opt2 .path-card .path-card-inner .path-card-content ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "-";
}

.hv-learning-path-opt2 .path-card .path-card-inner .c-btn {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 25px;
    left: 25px;
}

@media (max-width: 991px) {
    .hv-learning-path-opt2 .path-card .path-card-inner .c-btn {
        position: static;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus {
    position: relative;
    width: 11px;
    margin-left: 5px;
    display: inline-block;
    height: 11px;
}

.hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus:before,
.hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus:after {
    content: "";
    position: absolute;
    background: #fff;
}

.hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus:before {
    width: 12px;
    height: 2px;
    left: 0;
    top: 4px;
}

.hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus:after {
    height: 12px;
    width: 2px;
    left: 5px;
    top: -1px;
}

@media (min-width: 1025px) {
    .hv-learning-path-opt2 .path-card .path-card-inner:hover .path-card-content {
        background: #fff;
        border: 1px solid #c00;
        border-radius: 5px;
    }

    .hv-learning-path-opt2 .path-card .path-card-inner:hover .path-card-content .icon {
        opacity: 0;
        height: 0;
        width: 0;
        margin: 0;
        visibility: hidden;
        overflow: hidden;
    }

    .hv-learning-path-opt2 .path-card .path-card-inner:hover .path-card-content .title {
        color: #000;
        font-size: 1.125rem;
    }

    .hv-learning-path-opt2 .path-card .path-card-inner:hover .path-card-content ul {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .hv-learning-path-opt2 .path-card .path-card-inner:hover .path-card-content ul li {
        color: #000;
    }

    .hv-learning-path-opt2 .path-card .path-card-inner:hover .path-card-content .c-btn {
        background: #c00;
        border-color: #c00;
    }
}

.hv-learning-path-opt2 .path-card .path-card-inner.active:before {
    content: "";
    position: absolute;
    bottom: -75px;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hv-learning-path-opt2 .path-card .path-card-inner.active.active:before {
    content: "";
    position: absolute;
    bottom: -75px;
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .hv-learning-path-opt2 .path-card.active .path-card-content {
        background: #fff;
        border: 1px solid #c00;
        border-radius: 5px;
    }

    .hv-learning-path-opt2 .path-card.active .path-card-content .icon {
        opacity: 0;
        height: 0;
        width: 0;
        margin: 0;
        visibility: hidden;
        overflow: hidden;
    }

    .hv-learning-path-opt2 .path-card.active .path-card-content .title {
        color: #000;
        font-size: 1.125rem;
    }

    .hv-learning-path-opt2 .path-card.active .path-card-content ul {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .hv-learning-path-opt2 .path-card.active .path-card-content ul li {
        color: #000;
    }

    .hv-learning-path-opt2 .path-card.active .path-card-content .c-btn {
        background: #c00;
        border-color: #c00;
    }
}

.hv-learning-path-opt2 .path-card.active:before {
    opacity: 1;
    transition: all 500ms;
}

.hv-learning-path-opt2 .path-card.active .icon-plus-minus:after {
    display: none;
}

.hv-learning-path-opt2 .path-card.active .learning-path-detail {
    position: relative;
}

.hv-learning-path-opt2 .path-card.active .learning-path-detail:before {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #091c2b;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 30px;
}

.hv-learning-path-opt2 .path-card:before {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #091c2b;
    position: absolute;
    bottom: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 30px;
    transform: none;
    background: none;
    border-top: 0;
    opacity: 0;
    transition: all 50ms;
}

@media (max-width: 991px) {
    .hv-learning-path-opt2 .hv-learning-path-list {
        display: none;
    }
}

.hv-learning-path-opt2 .learning-path-detail,
.hv-learning-path-opt2 .learning-path-overlay {
    margin-top: 60px;
    background: #091c2b;
    border-radius: 5px;
    padding: 45px 35px 15px;
    display: none;
}

@media (max-width: 991px) {

    .hv-learning-path-opt2 .learning-path-detail,
    .hv-learning-path-opt2 .learning-path-overlay {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {

    .hv-learning-path-opt2 .learning-path-detail,
    .hv-learning-path-opt2 .learning-path-overlay {
        padding: 25px 20px 10px;
    }
}

.hv-learning-path-opt2 .learning-path-detail .intro-section h2,
.hv-learning-path-opt2 .learning-path-overlay .intro-section h2 {
    margin-bottom: 20px;
    color: #fff;
}

@media (max-width: 767px) {

    .hv-learning-path-opt2 .learning-path-detail .intro-section h2,
    .hv-learning-path-opt2 .learning-path-overlay .intro-section h2 {
        font-size: 1.5rem;
        font-weight: 600;
    }
}

.hv-learning-path-opt2 .learning-path-detail .intro-section h3,
.hv-learning-path-opt2 .learning-path-overlay .intro-section h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.hv-learning-path-opt2 .learning-path-detail .intro-section p,
.hv-learning-path-opt2 .learning-path-overlay .intro-section p {
    margin-bottom: 50px;
    color: #fff;
}

.hv-learning-path-opt2 .learning-path-detail a,
.hv-learning-path-opt2 .learning-path-overlay a {
    color: #333;
    text-decoration: none;
    display: block;
}

.hv-learning-path-opt2 .learning-path-detail a:hover .c-link svg,
.hv-learning-path-opt2 .learning-path-overlay a:hover .c-link svg {
    transform: translate(8px, 0);
}

.hv-learning-path-opt2 .learning-path-detail .white-card,
.hv-learning-path-opt2 .learning-path-overlay .white-card {
    background: #fff;
    border: 1px solid #fff;
    padding: 35px 45px;
    margin-bottom: 30px;
    min-height: 200px;
}

@media (max-width: 1024px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card,
    .hv-learning-path-opt2 .learning-path-overlay .white-card {
        padding: 25px 35px;
    }
}

@media (max-width: 991px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card,
    .hv-learning-path-opt2 .learning-path-overlay .white-card {
        padding: 25px;
    }
}

@media (max-width: 767px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card,
    .hv-learning-path-opt2 .learning-path-overlay .white-card {
        min-height: unset !important;
        height: auto;
    }
}

@media (max-width: 575px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card,
    .hv-learning-path-opt2 .learning-path-overlay .white-card {
        flex-direction: column;
        justify-content: start;
        align-items: self-start !important;
    }
}

.hv-learning-path-opt2 .learning-path-detail .white-card .icon,
.hv-learning-path-opt2 .learning-path-overlay .white-card .icon {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
}

@media (max-width: 1024px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card .icon,
    .hv-learning-path-opt2 .learning-path-overlay .white-card .icon {
        width: 50px;
        height: 50px;
    }
}

.hv-learning-path-opt2 .learning-path-detail .white-card .content,
.hv-learning-path-opt2 .learning-path-overlay .white-card .content {
    padding-left: 50px;
    flex-grow: 1;
}

@media (max-width: 1024px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card .content,
    .hv-learning-path-opt2 .learning-path-overlay .white-card .content {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card .content,
    .hv-learning-path-opt2 .learning-path-overlay .white-card .content {
        padding-left: 0;
        margin-top: 10px;
    }
}

.hv-learning-path-opt2 .learning-path-detail .white-card .content h3,
.hv-learning-path-opt2 .learning-path-overlay .white-card .content h3 {
    font-size: 1.5rem;
}

@media (max-width: 1024px) {

    .hv-learning-path-opt2 .learning-path-detail .white-card .content h3,
    .hv-learning-path-opt2 .learning-path-overlay .white-card .content h3 {
        font-size: 1.25rem;
    }
}

.hv-learning-path-opt2 .learning-path-detail .white-card .content .c-link,
.hv-learning-path-opt2 .learning-path-overlay .white-card .content .c-link {
    color: #c00;
}

.hv-learning-path-opt2 .learning-path-detail .white-card .content .c-link svg,
.hv-learning-path-opt2 .learning-path-overlay .white-card .content .c-link svg {
    fill: #c00;
}

.hv-learning-path-opt2 .learning-path-detail .white-card:hover,
.hv-learning-path-opt2 .learning-path-overlay .white-card:hover {
    border-color: #c00;
}

.hv-learning-path-opt2 .learning-path-detail .white-card:hover .icon,
.hv-learning-path-opt2 .learning-path-overlay .white-card:hover .icon {
    fill: #c00;
}

.hv-learning-path-opt2 .learning-path-detail .white-card:hover h3,
.hv-learning-path-opt2 .learning-path-overlay .white-card:hover h3 {
    color: #c00;
}

.hv-learning-path-opt2 .learning-path-overlay {
    display: block;
}

.hv-learning-path-opt2 .hv-lptrack-overlay {
    overflow-y: auto;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    transition: opacity 0.15s linear;
    outline: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.hv-learning-path-opt2 .hv-lptrack-overlay .close-overlay .hv-close {
    right: 15px;
    top: 12px;
}

.hv-learning-path-opt2 .hv-lptrack-overlay .close-overlay .hv-close:before,
.hv-learning-path-opt2 .hv-lptrack-overlay .close-overlay .hv-close:after {
    background-color: #ffffff;
}

.mac .hv-learning-path-opt2 .path-card .path-card-inner .c-btn,
.iphone-device .hv-learning-path-opt2 .path-card .path-card-inner .c-btn,
.android-device .hv-learning-path-opt2 .path-card .path-card-inner .c-btn {
    display: inline-flex;
    align-content: center;
}

.mac .hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus,
.iphone-device .hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus,
.android-device .hv-learning-path-opt2 .path-card .path-card-inner .c-btn .icon-plus-minus {
    height: 15px;
}

.hv-leadership .hv-leadership-banner {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -60px;
}

@media (max-width: 767px) {
    .hv-leadership .hv-leadership-banner {
        min-height: 350px;
    }
}

.hv-leadership .hv-leadership-bio-cards {
    margin-top: -250px;
    position: relative;
}

.hv-leadership .hv-leadership-bio-cards h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Helvetica Neue LT Std';
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .hv-leadership .hv-leadership-bio-cards h1 {
        font-size: 2rem;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16) !important;
    position: relative;
    background: #fff;
    height: 488px;
}

@media (max-width: 812px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card {
        height: 400px;
    }
}

@media (min-width: 991px) and (max-width: 1080px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card {
        height: 390px;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card {
    border: 1px solid #dedede;
    box-shadow: none;
}

@media (max-width: 767px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card {
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16) !important;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card .bio-name-card {
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16) !important;
    width: 28%;
}

@media (max-width: 1024px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card .bio-name-card {
        opacity: 1;
        left: auto;
        width: 280px;
    }
}

@media (max-width: 767px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card .bio-name-card {
        left: 0;
        width: 94%;
        bottom: 10px;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card .bio-name-card .desg {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card .bio-name-card .desg .plusicon {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #ce0000;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card .bio-name-card .desg .plusicon.minusicon {
    background: linear-gradient(#fff, #fff), #ce0000;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.featured-card .bio-name-card .desg .plusicon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 812px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card picture {
        display: block;
        text-align: center;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card img {
    transition: transform 1s;
}

@media (max-width: 812px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card img {
        max-width: 100%;
        min-height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

@media (max-width: 575px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card img {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 25px;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16) !important;
    width: 334px;
    opacity: 0;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

@media (max-width: 1024px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card {
        opacity: 1;
        right: 0;
        bottom: 10px;
        width: 94%;
        left: 0;
        margin: 0 10px;
        padding: 15px 15px;
    }
}

@media (max-width: 991px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card {
        padding: 15px 15px;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card h2 {
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #cc0000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue LT Std';
}

@media (max-width: 1024px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card h2 {
        font-size: 1.25em;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card h2 {
        font-size: 1.125em;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg .desg-name {
    font-size: 1.125rem;
    max-width: calc(100% - 35px);
    font-family: 'Helvetica Neue LT Std';
}

@media (max-width: 1024px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg .desg-name {
        font-size: 1.25rem;
    }
}

@media (max-width: 991px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg .desg-name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg .desg-name {
        max-width: calc(100% - 30px);
        font-size: 1.125rem;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg .plusicon {
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    cursor: pointer;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #ce0000;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg .plusicon.minusicon {
    background: linear-gradient(#fff, #fff), #ce0000;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card .bio-name-card .desg .plusicon {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card:hover .bio-name-card {
    opacity: 1;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.deactive {
    pointer-events: none;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.deactive img {
    opacity: 0.5;
}

@media (max-width: 1080px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.deactive .bio-name-card {
        opacity: 0.5;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.deactive:hover .bio-name-card {
    opacity: 0 !important;
}

@media (max-width: 1080px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.deactive:hover .bio-name-card {
        opacity: 0.5 !important;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.active {
    pointer-events: unset !important;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.active img {
    opacity: 1 !important;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card.active .bio-name-card {
    opacity: 1;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 767px) {

    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-row .col-md-12,
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-row .col-md-4,
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-row .col-md-8 {
        padding: 0;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-detail-desc {
    display: none;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc {
    background: #000;
    color: #fff;
    padding: 60px 40px;
    font-size: 1.125rem;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 15px;
    display: none;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc p {
    font-family: 'Helvetica Neue LT Std';
    font-size: 1.125rem;
}

@media (max-width: 767px) {
    .hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc {
        padding: 50px 20px;
        font-size: 18px;
        margin: 0;
        position: fixed;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 99;
    }
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc .bio-title {
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc .bio-title h2 {
    font-family: 'Helvetica Neue LT Std';
    font-size: 1.5rem;
    font-weight: bold;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc .hv-close {
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    right: 15px;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc .hv-close:before,
.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc .hv-close:after {
    left: 14px;
    top: 8px;
    height: 15px;
}

.hv-leadership .hv-leadership-bio-cards .bio-card-list .bio-card-desc p a {
    color: #ce0000 !important;
}

.clear {
    clear: both;
}

.hv-learning-path-detail {
    position: relative;
    word-wrap: break-word;
}

.hv-learning-path-detail .custom-tab-wrapper {
    margin-top: -70px;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .custom-tab-wrapper {
        padding: 0;
    }
}

.hv-learning-path-detail .custom-tabs {
    position: relative;
    z-index: 1;
    height: 70px;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .custom-tabs {
        height: 68px;
    }
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container {
    position: relative;
    width: 100%;
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box {
    width: 100%;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_inner {
    border-bottom: none;
    height: 70px;
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_right_button {
    top: 22px !important;
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_right_button svg {
    fill: #fff;
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_left_button {
    top: 22px !important;
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .scroll_tab_left_button svg {
    fill: #fff;
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
    color: #000;
    background: #fff;
    padding: 18px 20px 20px;
    text-decoration: none;
    border-bottom: none;
    display: inline-block;
    border: 1px solid #d6d6d6;
    font-size: 18px;
}

@media (max-width: 991px) {
    .hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
        padding: 20px 15px;
    }
}

.hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item.active {
    border-bottom-color: #f6f6f6;
    border-top-color: #fff;
    color: #c00;
    background-color: #f6f6f6;
    border-top: 2px solid #c00;
    font-weight: 600;
    padding: 28px 20px;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item.active {
        margin-top: 0px;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content {
    display: none;
}

.hv-learning-path-detail .tab-content-container .tab-content:first-child {
    display: block;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content {
    padding: 40px 0;
    background: #f6f6f6;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian {
    padding: 40px 0;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main {
    margin: 15px 0;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 0px;
    padding: 0;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink {
    padding: 35px;
    color: #000;
    font-size: 1.375rem;
    font-weight: 600;
    border-bottom: 2px solid #000;
    cursor: pointer;
}

@media (max-width: 991px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink {
        font-size: 0.875rem;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink .right {
    float: right;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink .right {
        float: none;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink.active+.content {
    display: block;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink.active {
    border-bottom: none;
    color: #c00;
    background: #fff;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink.active span {
    transform: rotate(-135deg);
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink.active span.hv-arrows {
    top: 55px;
    border-color: #c00;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink.active span.hv-arrows {
        top: 27px;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink.active svg {
    fill: #c00;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink span {
    transition: 0.4s ease-in-out;
    margin-right: 15px;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink span.hv-arrows {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 49px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .alink span.hv-arrows {
        height: 10px;
        width: 10px;
        top: 22px;
        right: 0;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .downloadlink {
    float: right;
    margin-bottom: 15px;
    transition: all 0.2s linear;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .downloadlink {
        font-size: 0.75rem;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header .downloadlink:hover svg {
    transform: none;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header svg.main-icon {
    width: 40px;
    height: 40px;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .card-header svg.main-icon {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        float: left;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .content {
    display: none;
    padding: 0 30px 40px;
    background: #fff;
}

@media (max-width: 767px) {
    .hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .content {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .content.active {
    border-bottom: 2px solid #c00;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .lp-accordian .accordian-main .content p {
    color: #000;
    line-height: 1.5;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .note {
    font-size: 0.8rem;
}

.hv-learning-path-detail .tab-content-container .tab-content .lp-content .note a {
    color: #c00;
}

.hv-learning-path-detail .bg-dark-orange {
    background-color: #e96629;
}

.hv-learning-path-detail .bg-red {
    background-color: #cd2827;
}

.hv-learning-path-detail .hqt {
    color: #c00;
}

.hv-learning-path-detail .operating {
    background-color: #fafafa;
    padding: 55px 20px 0px 65px;
}

@media (max-width: 991px) {
    .hv-learning-path-detail .operating {
        padding-bottom: 25px;
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .hv-learning-path-detail .operating {
        padding-left: 0;
        padding-right: 0;
    }
}

.hv-learning-path-detail .operating .related-course {
    position: absolute;
    right: 0;
    bottom: 20px;
}

@media (max-width: 1024px) {
    .hv-learning-path-detail .operating .related-course {
        right: -5px;
    }
}

.hv-learning-path-detail .operating .left-vertical-bar {
    width: 45px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .hv-learning-path-detail .operating .left-vertical-bar {
        height: 45px;
        width: 100%;
        justify-content: flex-start;
        padding: 0 20px;
    }
}

.hv-learning-path-detail .operating .left-vertical-bar .text {
    color: #fff;
    font-size: 18px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

@media (max-width: 991px) {
    .hv-learning-path-detail .operating .left-vertical-bar .text {
        transform: none;
        writing-mode: unset;
    }
}

.hv-learning-path-detail .operating .exlamation-wrapper .info-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    cursor: pointer;
}

@media (max-width: 991px) {
    .hv-learning-path-detail .operating .exlamation-wrapper .info-icon {
        display: none;
    }
}

.hv-learning-path-detail .operating .exlamation-wrapper .info-icon svg {
    width: 22px;
    height: 22px;
}

.hv-learning-path-detail .operating .exlamation-wrapper .info-icon:hover svg {
    fill: #cc0000;
}

.hv-learning-path-detail .operating .exlamation-wrapper .operating-tooltipinfo {
    position: absolute;
    max-width: 246px;
    width: 246px;
    right: 0px;
    top: 40px;
    background-color: #fff;
    padding: 28px 19px;
    visibility: hidden;
    z-index: 2;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    display: none;
    line-height: 22px;
}

.hv-learning-path-detail .operating .exlamation-wrapper .operating-tooltipinfo p {
    font-size: 0.875rem;
}

.hv-learning-path-detail .operating .exlamation-wrapper:hover .operating-tooltipinfo {
    visibility: visible !important;
    display: block;
    z-index: 99;
}

.hv-learning-path-detail .operating .content-oreantation {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    left: 0;
    padding: 12px 14px;
}

.hv-learning-path-detail .operating .content-oreantation span {
    transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .arrow-right {
        position: absolute;
        width: 28px;
        height: 1px;
        top: 112px;
        right: -13px;
        border-top: 1px solid #000;
    }

    .hv-learning-path-detail .operating .arrow-right:before {
        content: " ";
        border-right: 7px solid #000;
        border-left: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        display: block;
        position: absolute;
        top: -7px;
        transform: rotate(180deg);
        right: -9px;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .arrow-left {
        position: absolute;
        width: 28px;
        height: 1px;
        top: 112px;
        left: -13px;
        border-top: 1px solid #000;
    }

    .hv-learning-path-detail .operating .arrow-left:before {
        content: " ";
        border-right: 7px solid #000;
        border-left: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        display: block;
        position: absolute;
        top: -7px;
        transform: rotate(360deg);
        left: -9px;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .arrow-bottom {
        max-width: 600px;
        width: 1px;
        height: 68px;
        position: absolute;
        left: 50%;
        top: -70px;
        z-index: 9;
        border-right: 1px solid #000;
    }

    .hv-learning-path-detail .operating .arrow-bottom:before {
        content: " ";
        border-right: 7px solid #000;
        border-left: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        display: block;
        position: absolute;
        bottom: -9px;
        transform: rotate(-90deg) translateY(50%);
        right: 50%;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .arrow-bottom2 {
        max-width: 600px;
        width: 1px;
        height: 79px;
        position: absolute;
        left: 50%;
        top: -81px;
        z-index: 9;
        border-right: 1px solid #000;
        transform: translateX(-50%);
    }

    .hv-learning-path-detail .operating .arrow-bottom2:before {
        content: " ";
        border-right: 7px solid #000;
        border-left: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        display: block;
        position: absolute;
        bottom: -9px;
        transform: rotate(-90deg) translateY(50%);
        right: 50%;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .arrow-long {
        max-width: 600px;
        width: 1px;
        height: 79px;
        position: absolute;
        left: 50%;
        top: -82px;
        z-index: 9;
        border-right: 1px solid #000;
        transform: translateX(-50%);
    }

    .hv-learning-path-detail .operating .arrow-long:before {
        content: " ";
        border-right: 7px solid #000;
        border-left: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        display: block;
        position: absolute;
        bottom: -9px;
        transform: rotate(-90deg) translateY(50%);
        right: 50%;
        z-index: 1;
    }
}

@media (min-width: 992px) and (max-width: 1040px) {
    .hv-learning-path-detail .operating .arrow-long2 {
        max-width: 600px;
        width: 1px;
        height: 53% !important;
        position: absolute;
        left: 50%;
        top: -54% !important;
        z-index: 9;
        border-right: 1px solid #000;
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .arrow-long2 {
        max-width: 600px;
        width: 1px;
        height: 49%;
        position: absolute;
        left: 50%;
        top: -50%;
        z-index: 9;
        border-right: 1px solid #000;
        transform: translateX(-50%);
    }

    .hv-learning-path-detail .operating .arrow-long2:before {
        content: " ";
        border-right: 7px solid #000;
        border-left: 7px solid transparent;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        display: block;
        position: absolute;
        bottom: -9px;
        transform: rotate(-90deg) translateY(50%);
        right: 50%;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-bottom {
        width: 1px;
        height: 93px;
        position: absolute;
        bottom: -22px;
        left: 50%;
        border-right: 1px solid #000;
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-bottom-long {
        width: 1px;
        height: 372px;
        position: absolute;
        top: 75%;
        left: 50%;
        border-right: 1px solid #000;
        transform: translateX(-50%);
    }

    .hv-learning-path-detail .operating .line-bottom-long:after {
        content: "";
        height: 1px;
        width: 369px;
        position: absolute;
        left: 50%;
        bottom: 0;
        background-color: #000;
        border-top: 1px solid #000;
    }

    .hv-learning-path-detail .operating .line-bottom-long:before {
        content: "";
        height: 1px;
        width: 366px;
        position: absolute;
        right: 50%;
        bottom: 0;
        border-top: 1px solid #000;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-adjoin {
        width: 100%;
        height: 1px;
        position: absolute;
        right: 50%;
        bottom: -22.1px;
        z-index: 9;
        border-top: 1px solid #000;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-adjoin-50 {
        width: 50%;
        height: 1px;
        position: absolute;
        right: 50%;
        bottom: -22px;
        z-index: 9;
        border-bottom: 1px solid #000;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-adjoin-right {
        width: 50%;
        height: 1px;
        position: absolute;
        left: 50%;
        bottom: -22px;
        z-index: 9;
        border-bottom: 1px solid #000;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-adjoin-right-100 {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 50%;
        bottom: -22.1px;
        z-index: 9;
        border-top: 1px solid #000;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-left {
        width: 54%;
        height: 1px;
        position: absolute;
        right: 96%;
        top: 50%;
        z-index: 9;
        border-top: 1px solid #000;
    }
}

@media (min-width: 992px) {
    .hv-learning-path-detail .operating .line-right {
        width: 54%;
        height: 1px;
        position: absolute;
        left: 96%;
        top: 50%;
        z-index: 9;
        border-top: 1px solid #000;
    }
}

.hv-learning-path-detail .operating .operating-wrap {
    min-height: 210px;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .hv-learning-path-detail .operating .operating-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hv-learning-path-detail .operating .operating-wrap {
        min-height: auto;
    }
}

.hv-learning-path-detail .operating .operating-wrap .operating-wrapper {
    padding: 24px 14px 26px 19px !important;
    background: #fff;
    min-height: 88px;
}

.hv-learning-path-detail .operating .operating-wrap .operating-wrapper.white {
    min-height: 208px;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist {
    padding: 22px 56px 0px 15px !important;
}

@media (max-width: 1210px) {
    .hv-learning-path-detail .operating .operating-wrap .operating-unorderlist {
        padding: 15px 15px 15px 15px !important;
    }
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-tooltip {
    position: absolute;
    max-width: 317px;
    width: 317px;
    top: 30px;
    background-color: #fff;
    padding: 30px 15px;
    visibility: hidden;
    z-index: 2;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    display: none;
    left: -80px;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-tooltip p {
    font-size: 0.875rem;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list {
    list-style-type: none;
    margin: 7px 7px 0 0;
    border-radius: 14px;
    border: 1px solid #dedede;
    padding: 1px 0;
    background-color: #fff;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list:hover {
    border-color: #cc0000;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list .operating-unorderlist_link {
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list .operating-unorderlist_link svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

@media (max-width: 1210px) {
    .hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list .operating-unorderlist_link {
        padding: 5px 8px;
        font-size: 0.65rem;
    }
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list .operating-unorderlist_link:hover {
    border-color: #c00;
    color: #c00;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list .operating-unorderlist_link:hover svg {
    fill: #c00;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list .c-link {
    padding: 0;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-unorderlist_items .operating-unorderlist_list:hover .operating-tooltip {
    visibility: visible !important;
    display: block;
    z-index: 99;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .award-wrapper .awra-padding {
    position: absolute;
    top: 11px;
    right: 13px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    padding: 10px 16px;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .award-wrapper .awra-padding .award {
    position: absolute;
    top: -33px;
    right: 4px;
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .award-wrapper .awra-padding .award svg {
    width: 20px;
    height: 20px;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .award-wrapper .awra-padding .award:hover {
    border-color: #c00;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .award-wrapper .awra-padding .award:hover svg {
    fill: #c00;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .award-wrapper:hover .operating-tooltip2 {
    display: block;
    visibility: visible;
    z-index: 99;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-tooltip2 {
    position: absolute;
    max-width: 317px;
    width: 317px;
    top: 35px;
    right: -66px;
    background-color: #fff;
    padding: 15px 15px 22px 15px;
    z-index: 9;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    display: none;
    visibility: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-tooltip2 .operating-tooltip__content p {
    font-size: 0.875rem;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-tooltip2 .operating-tooltip__image .operating-tooltip-img {
    max-width: 150px;
    width: 100%;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .operating-tooltip2 .operating-tooltip__image .c-link {
    margin-right: 0;
}

.hv-learning-path-detail .operating .operating-wrap .operating-unorderlist .background-image {
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
}

.hv-learning-path-detail .downloadlink-bottom:hover svg {
    transform: none;
}

@media (min-width: 576px) {
    .rc-modal .modal-dialog {
        max-width: 900px;
        margin-top: 100px;
        width: 100%;
    }
}

.rc-modal .modal-content {
    width: 100%;
}

.rc-modal .modal-content .hv-close {
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
}

.rc-modal .modal-content .hv-close:before {
    background-color: #fff;
    height: 15px;
}

.rc-modal .modal-content .hv-close:after {
    background-color: #fff;
    height: 15px;
}

.rc-modal .modal-content .modal-title {
    background: #091c2b;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 1.125rem;
    font-weight: normal;
}

.rc-modal .modal-content .hv-learning-path-detail .operating {
    background-color: transparent;
    padding: 0;
    margin-top: 30px;
}

.rc-modal .modal-content .hv-learning-path-detail .operating .operating-wrap {
    margin-bottom: 40px;
}

.rc-modal .modal-content .hv-learning-path-detail .operating .operating-wrap .operating-unorderlist {
    background-color: #fafafa;
    padding-bottom: 24px;
}

.mac .hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
    padding: 25px 20px;
}

.mac .hv-learning-path-detail .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item.active {
    padding: 35px 20px;
}

.hv-insight-marketo-form {
    letter-spacing: 0;
    background: url('../images/subscribe-bg.jpg') no-repeat center center #05142D;
    background-size: contain;
    overflow: hidden;
    position: relative;
}

.hv-insight-marketo-form h2 {
    font-family: 'Helvetica Neue LT Std';
    font-size: 50px;
    font-weight: normal;
}

.hv-insight-marketo-form .subscribe-form {
    padding: 70px 0;
}

.hv-insight-marketo-form::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../images/marketo-cta-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    width: 650px;
    height: 338px;
    display: none;
}

.hv-insight-marketo-form .subscribe-form h2 {
    color: #fff;
}

.hv-insight-marketo-form .mktoForm,
.hv-insight-marketo-form .wpcf7-form p {
    width: 100% !important;
    display: flex;
}

.hv-insight-marketo-form aside {
    margin-bottom: 20px;
}

@media(max-width: 1199px) {
    .hv-insight-marketo-form::before {
        opacity: 0.5;
    }
}

@media (max-width: 767px) {
    .hv-insight-marketo-form .mktoForm {
        display: block;
    }

    .hv-insight-marketo-form::before {
        display: none;
    }
}

.hv-insight-marketo-form .mktoForm-custom {
    color: #000 !important;
    font-size: 16px !important;
    padding: 20px 0;
    font-weight: 700;
    padding-bottom: 0px !important;
}

.hv-insight-marketo-form .mktoForm .mktoFieldWrap {
    width: 100% !important;
}

.hv-insight-marketo-form .mktoForm .mktoRequiredField label.mktoLabel {
    width: auto !important;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.hv-insight-marketo-form .mktoForm input[type="email"] {
    width: 100% !important;
    height: 50px;
    font-size: 15px;
    padding: 10px;
    border: 0;
}

.hv-insight-marketo-form .mktoHtmlText {
    color: #000;
    width: 100% !important;
    font-size: 11px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-marketo-form .mktoForm .mktoOffset {
    height: 0px !important;
}

.hv-insight-marketo-form .mktoHtmlText a {
    color: #000;
    text-decoration: underline;
}

.hv-insight-marketo-form .mktoForm input[type="email"]:focus {
    border: none;
}

.hv-insight-marketo-form .mktoButtonRow {
    width: 20%;
    margin: 0 auto !important;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .hv-insight-marketo-form .mktoButtonRow {
        display: block;
        min-width: 125px;
        margin: 20px auto !important;
    }
}

.hv-insight-marketo-form .hv-marketo-insight-form {
    z-index: 99;
    position: relative;
}

.hv-insight-marketo-form .hv-insight-disclaimer {
    z-index: 9;
    position: relative;
    font-family: 'Helvetica Neue LT Std';
    padding-top: 30px;
    padding-right: 10px;
    font-size: 13px;
}

.hv-insight-marketo-form .hv-insight-disclaimer .astrick {
    color: #bf0000;
    padding-right: 2px;
    font-size: 15px;
    margin-left: -7px;
}

.hv-insight-marketo-form .hv-insight-disclaimer a {
    color: #000;
}

.hv-insight-marketo-form .hv-insight-disclaimer a:hover {
    color: #7d43d7;
}

.hv-insight-marketo-form .hv-insight-disclaimer .morecontent span {
    display: none;
}

.hv-insight-marketo-form .hv-insight-disclaimer .morelink {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.hv-insight-marketo-form .hv-insight-disclaimer .morelink:hover {
    color: #7d43d7;
}

.hv-insight-marketo-form .hv-insight-disclaimer .read-more-content {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin-bottom: 10px;
}

.hv-insight-marketo-form .hv-insight-disclaimer .text-toggle {
    font-weight: 600;
}

.hv-insight-marketo-form .hv-insight-disclaimer.show-full-text .read-more-content {
    display: block;
}

.hv-insight-marketo-form .mktoButtonWrap {
    margin-left: 0px !important;
}

.hv-insight-marketo-form .mac .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 11px 35px 11px !important;
}

.hv-insight-marketo-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #451dc0 !important;
    background-image: none !important;
    border: 1px solid #451dc0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    outline: 0 none !important;
    text-decoration: none !important;
    text-transform: none !important;
    width: auto;
    padding: 13px 20px 13px !important;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-marketo-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: 1px solid #38179e !important;
    color: #fff !important;
    background: #38179e !important;
}

.hv-insight-marketo-form .mktoForm .mktoFormCol {
    margin-bottom: 0px !important;
    float: none;
}

@media (max-width: 767px) {
    .hv-insight-marketo-form .mktoForm {
        padding: 0;
    }

    .hv-insight-marketo-form .mktoForm * {
        padding: 0;
    }
}

.insights-center {
    justify-content: center;
}

.leave-reply-form .mktoForm .mktoFormCol {
    float: none !important;
}

.leave-reply-form .mktoForm input[type="text"],
.leave-reply-form .mktoForm input[type="url"],
.leave-reply-form .mktoForm input[type="email"],
.leave-reply-form .mktoForm input[type="tel"],
.leave-reply-form .mktoForm input[type="number"],
.leave-reply-form .mktoForm input[type="date"],
.leave-reply-form .mktoForm textarea.mktoField,
.leave-reply-form .mktoForm select.mktoField {
    width: 100% !important;
    height: 40px;
    border: 1px solid #bdbdbd;
}

.hv-insight-marketo-form .leave-reply-form .mktoForm .mktoFieldWrap {
    margin-bottom: 15px;
}

.hv-insight-marketo-form .leave-reply-form .mktoForm .mktoLabel {
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 15px;
    color: #333 !important;
}

.hv-insight-marketo-form .leave-reply-form .mktoForm .mktoRequiredField label.mktoLabel {
    margin-bottom: 5px !important;
}

.hv-insight-marketo-form .leave-reply-form .mktoHtmlText,
.hv-insight-marketo-form .leave-reply-form .mktoHtmlText p,
.hv-insight-marketo-form .leave-reply-form .mktoHtmlText span,
.hv-insight-marketo-form .leave-reply-form .mktoHtmlText a {
    color: #333 !important;
}

.hv-insight-marketo-form form.mktoForm .mktoFormRow:nth-child(2) {
    width: 75%;
}

@media (max-width: 767px) {
    .hv-insight-marketo-form form.mktoForm .mktoFormRow:nth-child(2) {
        width: 100%;
    }
}

.hv-insight-sticky-nav {
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    position: sticky;
    top: 0;
    z-index: 12;
}

.hv-insight-sticky-nav .stickywrapper {
    align-items: center;
}

.hv-insight-sticky-nav .stickywrapper ul {
    display: table;
    height: 56px;
    border-spacing: 15px 0;
}

.hv-insight-sticky-nav .stickywrapper ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.hv-insight-sticky-nav .stickywrapper ul li a {
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    font-weight: bold;
    display: block !important;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-sticky-nav .stickywrapper ul li a:hover {
    background: #fff;
    color: #7d43d7;
    font-weight: 600;
}

.hv-insight-sticky-nav .stickywrapper ul li a.active,
.hv-insight-sticky-nav .stickywrapper ul li.active a {
    background: #fff;
    color: #7d43d7;
    text-decoration: underline;
    font-weight: 600;
}

.hv-insight-sticky-nav.desktop-sticky {
    display: block !important;
}

.hv-insight-sticky-nav.desktop-sticky .stickywrapper {
    display: block !important;
}

.hv-insight-sticky-nav.stickyheader-indus-navi {
    position: fixed !important;
    width: 100%;
    z-index: 998;
}

@media (min-width: 991px) and (max-width: 1100px) {
    .hv-insight-sticky-nav .stickywrapper ul li {
        padding: 0 5px;
    }
}

@media (max-width: 991px) {
    .hv-insight-sticky-nav.mobile-sticky {
        background: #2b2b2b;
        background: linear-gradient(to right, #2b2b2b 0%, #636363 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#636363', GradientType=1);
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.4);
    }

    .hv-insight-sticky-nav.mobile-sticky .mobilenavbtn {
        background: #000;
        width: 70px;
        height: 50px;
        padding: 15px 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hv-insight-sticky-nav.mobile-sticky .mobilenavbtn .bar {
        height: 3px;
        width: 18.75px;
        background: #fff;
        position: relative;
        margin-right: 7px;
    }

    .hv-insight-sticky-nav.mobile-sticky .mobilenavbtn .bar:after {
        content: "";
        position: absolute;
        width: 12.5px;
        height: 3px;
        background: #fff;
        bottom: -8px;
    }

    .hv-insight-sticky-nav.mobile-sticky .mobilenavbtn .bar:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        background: #fff;
        top: -8px;
    }

    .hv-insight-sticky-nav.mobile-sticky .mobilenavbtn .ham-text {
        position: absolute;
        left: 90px;
        color: #fff;
        margin-bottom: 0;
        font-family: 'Helvetica Neue LT Std';
        font-weight: bold;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper {
        position: fixed;
        bottom: 51px;
        left: 0;
        width: 320px;
        background: rgba(0, 0, 0, 0.9);
        padding: 15px 45px 25px 15px;
        z-index: 998;
        height: auto;
        overflow-x: hidden;
        transition: 0.5s;
        display: none;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper ul li {
        display: block;
        padding: 0;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper ul li a {
        color: #fff;
        padding: 20px 15px;
        border-bottom: 1px solid #c00;
        font-weight: 600;
        display: block !important;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper ul li a:hover {
        background: none;
        color: #fff;
        text-decoration: none;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper ul li:last-child a {
        border: 0;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper ul li a.active {
        background: none;
        color: #fff;
        text-decoration: none;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper .mobile-nav-close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 1;
        width: 20px;
        height: 20px;
        opacity: 1;
        cursor: pointer;
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper .mobile-nav-close-btn:after {
        position: absolute;
        left: 10px;
        content: " ";
        height: 30px;
        width: 2px;
        background-color: #fff;
        transform: rotate(-45deg);
    }

    .hv-insight-sticky-nav.mobile-sticky .stickywrapper .mobile-nav-close-btn:before {
        position: absolute;
        left: 10px;
        content: " ";
        height: 30px;
        width: 2px;
        background-color: #fff;
        transform: rotate(45deg);
    }
}

.insightsmaincomp .hv-insights-tiles {
    padding: 30px 0 60px 0;
}

.hv-insights-tiles h2 {
    font-style: italic;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insights-tiles p {
    font-family: 'Helvetica Neue LT Std';
}

.hv-insights-tiles .showMore {
    display: block;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    color: #000;
    border: 1px solid #000;
    font-weight: 600;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insights-tiles .showMore:hover {
    color: #3012a9;
    border: 1px solid #3012a9;
    text-decoration: none;
}

.hv-insights-tiles.hv--newsroom--insights {
    background: #8ccdcc33;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insights-tiles.hv--newsroom--insights .insights-right>.col-md-12>.row .col-md-8 {
    order: 2;
}

.hv-insights-tiles.hv--newsroom--insights h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 50px;
    color: #000;
    text-align: center;
}

@media (max-width: 991px) {
    .hv-insights-tiles.hv--newsroom--insights h2 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .hv-insights-tiles.hv--newsroom--insights h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

.hv-insights-tiles.hv--newsroom--insights p {
    margin-bottom: 35px;
    color: #000;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 767px) {
    .hv-insights-tiles.hv--newsroom--insights p {
        margin-bottom: 25px;
    }
}

.hv-insights-tiles.hv--newsroom--insights .hv-insight-new.insights-mosaic-view {
    height: 100%;
    display: flex;
}

.hv-insights-tiles.hv--newsroom--insights .hv-insight-new .hv-insight-new-img {
    display: flex;
}

.hv-insights-tiles.hv--newsroom--insights .hv-insight-new .hv-insight-new-img:before {
    display: none;
}

.hv-insights-tiles.hv--newsroom--insights .hv-insight-new .hv-insight-new-img picture {
    width: 100%;
}

.hv-insights-tiles.hv--newsroom--insights .hv-insight-new .hv-insight-new-img picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hv-insights-tiles.hv--newsroom--insights .hv-insight-new .hv-insight-new-img .insights-title h3 {
    font-size: 22px !important;
}

@media (max-width: 991px) {
    .hv-insights-tiles.hv--newsroom--insights .hv-insight-new .hv-insight-new-img .insights-title h3 {
        font-size: 20px !important;
    }
}

.hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn {
    justify-content: center;
    display: flex;
    padding: 20px 0 0;
}

@media (max-width: 991px) {
    .hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn {
        padding: 10px 0 0;
    }
}

@media (max-width: 575px) {
    .hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn {
        padding: 5px 0 0;
    }
}

.hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn .rotate-link {
    margin: 0 auto;
    max-width: unset;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
}

.hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn .rotate-link span {
    margin-left: 15px;
    border: 2px solid #c00;
    width: 26px;
    height: 26px;
}

.hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn .rotate-link span svg {
    fill: #000;
    width: 14px;
    height: 14px;
}

.hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn .rotate-link:hover span {
    border: 2px solid #c00;
}

.hv-insights-tiles.hv--newsroom--insights .hv-newsroom-bottom-btn .rotate-link:hover span svg {
    fill: #fff;
}

.insights-right {
    justify-content: flex-end;
}

.insights-right .border-btm {
    border-bottom: 3px solid #808080;
    padding-bottom: 50px;
}

.hv-insight-new .hv-insight-new-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.related_content_manual_insert-panel .hv-insight-new {
    border: 1px solid #EBEBEB;
    box-shadow: 5px 4px 7px #e3e3e3;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .hv-insight-new .hv-insight-new-img {
        min-height: 290px;
        max-height: 290px;
    }

    .hv-insight-new .hv-insight-new-img img {
        object-fit: cover;
        height: 290px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-insight-new .hv-insight-new-img {
        min-height: 290px;
        max-height: 290px;
    }

    .hv-insight-new .hv-insight-new-img img {
        height: 290px;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .hv-insight-new .hv-insight-new-img {
        height: 215px;
    }

    .hv-insight-new .hv-insight-new-img img {
        height: 215px;
        object-fit: cover;
    }
}

.hv-insight-new .hv-insight-new-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.6;
}

.hv-insight-new .hv-insight-new-img:hover img {
    transform: scale(1.1);
}

.hv-insight-new .hv-insight-new-img img {
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease-out;
}

.hv-insight-new .hv-insight-new-img .insights-title {
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    z-index: 9;
}

.hv-insight-new .hv-insight-new-img .insights-title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-new .hv-insight-new-img .insights-cat {
    position: absolute;
    top: 10px;
    padding: 5px;
    background: #fff;
    left: 10px;
    z-index: 9;
}

.hv-insight-new .hv-insight-new-img .insights-cat p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-new .hv-insight-new-img .insights-video-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hv-insight-new .hv-insight-new-img .insights-video-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    z-index: 9;
}

/* .hv-insight-new .innovations-insights-content {
  padding-bottom: 10px;
  padding: 30px;
} */
.hv-insight-new .innovations-insights-content h3 {
    color: #05142D;
    padding-top: 20px;
    font-size: 23px !important;
    font-weight: normal;
    margin-bottom: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 75px;
}

.hv-insight-new .innovations-insights-content .innovation-content {
    min-height: 90px;
}

.hv-insight-new .innovations-insights-content p {
    color: #05142D;
    font-family: 'Helvetica Neue LT Std';
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.hv-insights-tiles .hv-insight-tile-cl {
    margin-bottom: 0;
}

.hv-industry-page .hv-insights-tiles .hv-insight-tile-cl {
    margin-bottom: 0;
}

.insights-mosaic-view .insights-cat {
    background: #451ec0 !important;
}

.insights-mosaic-view .insights-cat p {
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: 'Helvetica Neue LT Std';
}

.insights-mosaic-view .insights-title h3 {
    font-size: 1.8rem !important;
}

.insights-link .black {
    color: #05142D;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 0px;
    border-bottom: 1px solid #C20712;
    display: block;
    padding-bottom: 5px;
}
.insights-link .black:hover {
    color: #de0000;
    text-decoration: none;
}

.insights-link .black:hover svg {
    fill: #451dc0;
}

.explore-link {
    padding: 10px 0;
}

.explore-link .c-link {
    font-size: 20px;
}

.insights-link .black svg {
    width: 20px;
    height: 13px;
    margin-top: -6px;
}

.insights-link .black svg .cls-1 {
    stroke: #128B57;
}

.innovations-insights-content.insights-link {
    padding: 0 20px 20px 20px;
}

.sustainable_services_with-4_blocks h2 {
    font-size: 50px !important;
}


@media (max-width: 767px) {
    .hv-insights-tiles {
        padding: 20px 0px;
    }

    .insights-mosaic-view .insights-title h3 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .hv-insights-tiles {
        padding: 20px 0;
    }

    .hv-insight-new .hv-insight-new-img .insights-title {
        padding: 0px 10px;
    }

    .hv-insight-new .hv-insight-new-img .insights-title h3 {
        font-size: 12px;
    }

    .insights-mosaic-view .insights-title h3 {
        font-size: 30px !important;
    }
}

.remove-overlay .hv-insight-new-img:before {
    display: none !important;
}

.hv-insight-blog-author {
    background: #f4f4f4;
    padding: 25px 20px;
}

@media (max-width: 767px) {
    .hv-insight-blog-author {
        margin: 15px 0 25px;
    }
}

.hv-insight-blog-author .author-img {
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #999;
    flex-shrink: 0;
}

.hv-insight-blog-author .content {
    padding-left: 15px;
    flex-grow: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-insight-blog-author .content {
        padding-left: 0;
        padding-top: 5px;
    }
}

.hv-insight-blog-author .content .title {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 6px;
    margin-bottom: 6px;
    color: #999;
    font-style: italic;
    font-size: 18px;
    font-family: 'Helvetica Neue LT Std' !important;
}

.hv-insight-blog-author .content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    font-family: 'Helvetica Neue LT Std' !important;
}

.hv-insight-blog-author .content h5 {
    font-size: 0.875rem;
    font-weight: normal !important;
    color: #333;
    margin: 0 !important;
    font-family: 'Helvetica Neue LT Std' !important;
}

.hv-insight-blog-author .author-description {
    background: #fff;
    margin-top: 15px;
}

.hv-insight-blog-author .author-description .read-description {
    padding: 30px 30px 5px;
    display: none;
}

.hv-insight-blog-author .author-description .read-description p {
    color: #333;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

.hv-insight-blog-author .author-description .moreless-button {
    background: #fff;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    font-family: 'Helvetica Neue LT Std' !important;
    padding: 10px 15px;
    text-align: center;
    display: block;
}

.hv-insight-blog-author .author-description .moreless-button:hover {
    text-decoration: none;
}

.hv-insight-blog {
    flex-direction: column;
}

.hv-insight-blog .hv-sharing .asset-share {
    float: left;
}

.hv-insight-blog .hv-sharing .asset-share a svg {
    fill: #451dc0 !important;
}

.hv-insight-blog .card-text .insight-back-btn {
    margin-bottom: 30px;
}

.hv-insight-blog .card-text .insight-back-btn .sub-cat-btn-link {
    border-color: #451dc0 !important;
    color: #451dc0 !important;
    padding: 10px 25px;
    height: auto;
    line-height: initial;
}

@media (max-width: 767px) {
    .hv-insight-blog .card-text .insight-back-btn .sub-cat-btn-link {
        padding: 8px 20px;
    }
}

.hv-insight-blog .card-text .insight-back-btn .sub-cat-btn-link:hover {
    color: #fff !important;
    background: #451dc0;
}

.hv-insight-blog .card-text h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 600;
}

.hv-insight-blog .card-text p {
    margin-bottom: 25px;
    font-family: 'Helvetica Neue LT Std';
    line-height: 1.4;
}

.hv-insight-blog .card-text a {
    color: #451dc0;
}

.hv-insight-blog .card-text a:hover {
    text-decoration: underline;
}

.hv-insight-blog .card-text ul {
    padding-left: 20px;
}

.hv-insight-blog .card-text ul li {
    list-style-type: disc;
    padding: 5px 0;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-blog .card-text .insight-publish-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hv-insight-blog .card-text .insight-publish-details p {
    font-family: 'Helvetica Neue LT Std';
    font-style: italic;
}

.hv-insight-blog .card-text .insight-publish-details .insight-date-time {
    margin-bottom: 0;
}

.hv-insight-blog .card-text .insight-publish-details .asset-share .share-icons {
    display: flex;
    align-items: center;
}

.hv-insight-blog .card-text .insight-publish-details .asset-share .share-icons a.icon-social:not(:last-child) {
    margin-right: 15px;
}

.hv-insight-blog .card-text .insight-publish-details .asset-share .share-icons a.icon-social svg.icon-social {
    width: 30px;
    height: 30px;
}

@media (max-width: 1330px) {
    .hv-sharing .container {
        max-width: 100%;
    }
}

.hv-sharing .container .share-this {
    font-weight: 600;
    color: #000;
    margin-right: 15px;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .hv-sharing .container .share-this {
        margin-right: 10px;
    }
}

.hv-sharing .container .asset-share {
    float: right;
}

.hv-sharing .container .asset-share .share-icons {
    float: right;
}

.hv-sharing .container .asset-share .share-icons a {
    margin-right: 15px;
    text-decoration: none;
}

.hv-sharing .container .asset-share .share-icons a:hover svg .normal {
    opacity: 0;
}

.hv-sharing .container .asset-share .share-icons a:hover svg .active {
    opacity: 1;
}

.hv-sharing .container .asset-share .share-icons a svg {
    width: 30px;
    height: 30px;
    fill: #000;
}

.hv-sharing .container .asset-share .share-icons a svg .active {
    opacity: 0;
    fill: #c00;
}

.hv-sharing .container .pr-m-left {
    margin-left: auto;
}

.hv-insight-faq {
    padding: 90px 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .hv-insight-faq {
        padding: 40px 0;
    }
}

.hv-insight-faq .container {
    max-width: 1030px;
}

.hv-insight-faq .container .faq-list {
    display: -moz-flex;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.hv-insight-faq .container .faq-list li {
    padding: 1px;
    position: relative;
    width: 33.3333%;
}

@media (max-width: 991px) {
    .hv-insight-faq .container .faq-list li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .hv-insight-faq .container .faq-list li {
        width: 100%;
        padding: 1px 0;
    }
}

.hv-insight-faq .container .faq-list li a {
    background: #f4f4f4;
    padding: 20px 20px 25px;
    display: block;
    height: 230px;
    border-radius: 4px;
}

.hv-insight-faq .container .faq-list li a .icon {
    width: 70px;
    height: 70px;
    fill: #c00;
}

.hv-insight-faq .container .faq-list li a .title {
    position: absolute;
    left: 20px;
    bottom: 25px;
    max-width: calc(100% - 100px);
}

.hv-insight-faq .container .faq-list li a .title h3 {
    font-size: 1.25rem;
    color: #000;
    line-height: normal;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    font-family: 'Helvetica Neue LT Std';
}

@media (max-width: 1024px) {
    .hv-insight-faq .container .faq-list li a .title h3 {
        font-size: 1.25rem;
    }
}

.hv-insight-faq .container .faq-list li a .icons {
    position: absolute;
    right: 40px;
    bottom: 25px;
}

.hv-insight-faq .container .faq-list li a .icons svg {
    width: 30px;
    height: 24px;
    fill: #c00;
    transition: all 0.2s ease-in;
}

.hv-insight-faq .container .faq-list li a:hover {
    background: #c00;
}

.hv-insight-faq .container .faq-list li a:hover svg {
    fill: #fff;
}

.hv-insight-faq .container .faq-list li a:hover h3 {
    color: #fff;
}

.hv-insight-faq .container .faq-list li a:hover .icons svg {
    transform: translate(18px, 0);
}

.hv-insight-faq-detail {
    position: relative;
    word-wrap: break-word;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list {
        height: 100%;
        position: sticky;
        overflow: auto;
        top: 5%;
    }
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul {
    background: #fff;
    padding: 0px 0px;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li {
    font-size: 18px;
    position: relative;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li a.faq-link {
    color: #414141;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    font-family: 'Helvetica Neue LT Std';
    text-transform: capitalize;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li a.faq-link.active {
    font-weight: 600;
    color: #cc0000;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li a.faq-link.toggle-arrow {
    font-weight: 600;
    color: #cc0000;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li:last-child a.faq-link {
    border-bottom: 0;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content .content-container {
    padding: 30px;
    background: #fff;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content .content-container.grey-bg {
    background: #f4f4f4;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Helvetica Neue LT Std';
    color: #000;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content h2:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 52px;
    left: 0;
    bottom: 0;
    background: #c00;
    margin: 0 auto;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content h3 {
    font-family: 'Helvetica Neue LT Std';
    font-size: 20px;
    font-weight: 700;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content h5 {
    font-size: 1.125rem;
    margin-top: 20px;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content p {
    font-family: 'Helvetica Neue LT Std';
    line-height: 1.5;
    margin-bottom: 10px;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content p a {
    color: #c00;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content p a img {
    margin-left: 5px;
    margin-top: -2px;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content p a:hover {
    text-decoration: underline;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content p a:hover img {
    transform: translate(8px, 0);
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content ol {
    list-style: decimal inside;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content ol li {
    padding-bottom: 5px;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content ul {
    margin-top: 25px;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 25px;
    font-family: 'Helvetica Neue LT Std';
    line-height: 1.5;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #c00;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content ul li a {
    color: #c00;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content ul li a:hover {
    text-decoration: underline;
}

.hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content:first-child {
    display: block;
}

.table-responsive {
    border: none;
}

@media (max-width: 767px) {
    .hv-insight-faq-detail {
        padding: 60px 0;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li a.faq-link {
        padding-right: 30px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li a.faq-link .arrow {
        display: inline-block;
        box-sizing: border-box;
        display: inline-block;
        box-sizing: border-box;
        height: 10px;
        width: 10px;
        border-style: solid;
        border-color: #333;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 18px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li a.faq-link.active .arrow {
        transform: rotate(225deg);
        top: 22px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li a.faq-link.toggle-arrow .arrow {
        transform: rotate(225deg);
        top: 22px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li .meventwrapper {
        display: none;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-cat-list ul li:first-child .meventwrapper {
        display: block;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .tab-listing {
        display: none;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content .country-list {
        padding-right: 0px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content .country-list ul {
        padding-right: 10px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content .country-list ul li {
        padding-left: 12px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content-full .country-list {
        padding-right: 0px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content-full .country-list ul {
        padding-right: 10px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .faq-tab-content-full .country-list ul li {
        padding-left: 12px;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .meventwrapper {
        padding: 30px 0;
    }

    .hv-insight-faq-detail .tab-content-container .hv-insight-faq-list .meventwrapper .list {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .hv-insight-faq-detail .custom-tabs .custom-tabs-container .tabs-inner-box .menu-item {
        padding: 20px 15px;
    }
}

.hv-insight-carousal {
    padding: 100px 0 50px;
}

.hv-insight-carousal p {
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-carousal h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Helvetica Neue LT Std';
}

.hv-insight-carousal .insight-carousal-list {
    position: relative;
    margin-top: 35px;
}

.hv-insight-carousal .insight-carousal-list .slick-list {
    padding-bottom: 50px;
    overflow: unset;
}

@media (min-width: 320px) and (max-width: 767px) {
    .hv-insight-carousal .insight-carousal-list .slick-list {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .hv-insight-carousal .insight-carousal-list .slick-list {
        padding-right: 50px;
    }
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item {
    padding: 0 30px 0 0px;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a {
    color: #000;
    position: relative;
    display: block;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .play-icon {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
    width: 70px;
    height: 70px;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-insight-carousal .insight-carousal-list .insight-carousal-item a .play-icon {
        width: 50px;
        height: 50px;
        top: 25%;
    }
}

@media (max-width: 991px) {
    .hv-insight-carousal .insight-carousal-list .insight-carousal-item a .play-icon {
        top: 20%;
    }
}

@media (max-width: 767px) {
    .hv-insight-carousal .insight-carousal-list .insight-carousal-item a .play-icon {
        top: 25%;
        width: 70px;
        height: 70px;
    }
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .play-icon svg {
    height: 70px;
    width: 70px;
    fill: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-insight-carousal .insight-carousal-list .insight-carousal-item a .play-icon svg {
        width: 50px;
        height: 50px;
    }
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .image-container {
    overflow: hidden;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .image-container img {
    transition: 0.3s linear;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a img {
    width: 100%;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content {
    position: absolute;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 25px;
    transition: 0.3s linear;
    width: calc(100% - 50px);
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content p {
    font-family: 'Helvetica Neue LT Std';
}

@media (min-width: 992px) {
    .hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content p {
        opacity: 0;
        height: 0;
        transition: 0.3s linear;
        margin: 0;
    }
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content h3 {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
    letter-spacing: 0.02em;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content .c-btn {
    border: 1px solid #c00;
    color: #c00;
    text-transform: none;
    font-family: 'Helvetica Neue LT Std';
    padding: 8px 20px !important;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content .c-btn:hover svg {
    transform: translate(0, 0);
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content .c-btn svg {
    fill: #c00;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a .content blockquote {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.02em;
    padding-top: 10px;
    line-height: 1.25;
    padding-top: 0;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a:hover p {
    opacity: 1;
    height: 65px;
    margin-bottom: 10px;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a:hover img {
    transform: scale(1.1);
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a:hover .c-btn {
    background: #c00;
    color: #fff;
}

.hv-insight-carousal .insight-carousal-list .insight-carousal-item a:hover .c-btn svg {
    fill: #fff;
}

.hv-insight-carousal .insight-carousal-list .slick-prev {
    position: absolute;
    transform: rotate(180deg);
    left: 15px;
    background: #fff;
    bottom: -20px;
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
    border: 2px solid #000;
    width: 40px;
    height: 40px;
}

.hv-insight-carousal .insight-carousal-list .slick-prev .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    position: relative;
    left: -5px;
    top: -4px;
}

.hv-insight-carousal .insight-carousal-list .slick-prev .hv-arrows:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 20px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -3px;
}

.hv-insight-carousal .insight-carousal-list .slick-prev.slick-disabled {
    background-color: #fff;
    border: 2px solid #d8d8d8;
}

.hv-insight-carousal .insight-carousal-list .slick-prev.slick-disabled .hv-arrows {
    border-color: #d8d8d8;
}

.hv-insight-carousal .insight-carousal-list .slick-prev.slick-disabled .hv-arrows:before {
    content: "";
    position: absolute;
    width: 0;
    height: 20px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -3px;
    border-color: #d8d8d8;
}

.hv-insight-carousal .insight-carousal-list .slick-next {
    position: absolute;
    left: 200px;
    background: #fff;
    bottom: -20px;
    padding: 10px 15px;
    cursor: pointer;
    border: 2px solid #000;
    width: 40px;
    height: 40px;
}

.hv-insight-carousal .insight-carousal-list .slick-next .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    position: relative;
    left: -5px;
    top: -3px;
}

.hv-insight-carousal .insight-carousal-list .slick-next .hv-arrows:before {
    content: "";
    position: absolute;
    width: 0;
    height: 20px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -3px;
}

.hv-insight-carousal .insight-carousal-list .slick-next.slick-disabled {
    background-color: #fff;
    border: 2px solid #d8d8d8;
}

.hv-insight-carousal .insight-carousal-list .slick-next.slick-disabled .hv-arrows {
    border-color: #d8d8d8;
}

.hv-insight-carousal .insight-carousal-list .slick-next.slick-disabled .hv-arrows:before {
    content: "";
    position: absolute;
    width: 0;
    height: 20px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -3px;
    border-color: #d8d8d8;
}

.hv-insight-carousal .insight-carousal-list .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1.5rem 0;
    list-style-type: none;
    position: absolute;
    bottom: -26px;
    left: 120px;
}

.hv-insight-carousal .insight-carousal-list .slick-dots li {
    margin: 0 0.25rem;
}

.hv-insight-carousal .insight-carousal-list .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d8d8d8;
    text-indent: -9999px;
    outline: none;
}

.hv-insight-carousal .insight-carousal-list .slick-dots li.slick-active button {
    background-color: #d32a28;
}

.hv-insight-carousal .insight-carousal-item a:hover {
    text-decoration: none;
    outline: 0;
}

.hv-insight-carousal .insight-carousal-item a:focus {
    text-decoration: none;
    outline: 0;
}

.hv-insight-carousal .insight-carousal-item a:active {
    text-decoration: none;
    outline: 0;
}

.hv-insight-carousal .left-right-slide {
    padding: 50px 80px;
    margin: 0 -50px;
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
    .hv-insight-carousal .left-right-slide {
        padding: 50px 30px;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hv-insight-carousal .left-right-slide {
        padding: 50px 120px;
    }
}

.mac .c-link svg {
    margin-top: 2px !important;
}

.mac .hv-insight-carousal .insight-carousal-list .slick-next .hv-arrows {
    top: 4px;
}

.mac .hv-insight-carousal .insight-carousal-list .slick-prev .hv-arrows {
    top: 4px;
}

@media (max-width: 767px) {
    .hv-insight-carousal {
        padding: 40px 0 90px;
    }

    .hv-insight-carousal h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .hv-insight-carousal .insight-carousal-list .insight-carousal-item {
        padding: 0;
    }

    .hv-insight-carousal .insight-carousal-list .insight-carousal-item .content {
        position: relative;
        margin: 0;
        border: 1px solid #dedede;
    }

    .hv-insight-carousal .insight-carousal-list .slick-prev {
        bottom: -50px;
    }

    .hv-insight-carousal .insight-carousal-list .slick-next {
        bottom: -50px;
    }

    .hv-insight-carousal .insight-carousal-list .slick-dots {
        bottom: -56px;
        left: 90px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hv-insight-tiles-grid .tile-grid-box .c-link {
        padding: 12px 5px 10px;
    }
}

.hv-accordion-card .hv-accordion-block {
    max-width: 1215px;
    margin: 0px auto;
}

.hv-accordion-card .row.sm-gutter {
    margin-right: -8px;
    margin-left: -8px;
}

.hv-accordion-card .row.sm-gutter>[class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
    display: flex;
}

.hv-accordion-card .accordion-card {
    border: 1px solid #d6d6d6;
    padding: 30px;
    margin: 15px 0px;
}

.hv-accordion-card .accordion-card .accordion-list .accr-head {
    padding: 20px 40px 20px 20px;
    position: relative;
    cursor: pointer;
}

.hv-accordion-card .accordion-card .accordion-list .accr-head .accr-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.hv-accordion-card .accordion-card .accordion-list .accr-head .accr-icon svg {
    height: 20px;
    width: 20px;
}

.hv-accordion-card .accordion-card .accordion-list>li.active .accr-head .accr-icon {
    transform: translateY(-50%) rotate(180deg);
}

.hv-accordion-card .accordion-card .accr-description p {
    margin-bottom: 0px;
    min-height: 140px;
    font-size: 16px;
    line-height: 22px;
}

.hv-accordion-card .accordion-card .accordion-list>li {
    background-color: #f6f6f6;
    margin-top: 20px;
}

.hv-accordion-card .accordion-card .accordion-list .accr-head h3 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    color: #cc0000;
    font-weight: 500;
}

.hv-accordion-card .accordion-card .accordion-list .accr-content {
    padding: 0px 20px 20px;
    display: none;
}

.hv-accordion-card .accordion-card .accordion-list .accr-content .accr-content-list>li p {
    font-size: 18px;
    color: #333333;
}

.hv-accordion-card .accordion-card .accordion-list .accr-content .accr-content-list>li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.hv-accordion-card .accordion-card .accordion-list .accr-content .accr-content-list>li:last-child {
    margin-bottom: 0px;
}

.hv-accordion-card .accordion-card .accordion-list .accr-content .accr-content-list>li:after {
    position: absolute;
    content: "";
    left: 0;
    width: 8px;
    height: 8px;
    top: 7px;
    background-color: #cc0000;
}

@media (max-width: 1199px) {
    .hv-accordion-card .accordion-card .heading2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 991px) {
    .hv-accordion-card .accordion-card .accr-description p {
        min-height: unset;
    }
}

@media (max-width: 767px) {
    .hv-accordion-card .accordion-card {
        padding: 15px;
    }

    .hv-accordion-card .accordion-card .accordion-list .accr-head {
        padding: 15px 35px 15px 15px;
    }

    .hv-accordion-card .accordion-card .accordion-list .accr-head .accr-icon {
        right: 15px;
    }

    .hv-accordion-card .accordion-card .accordion-list .accr-head h3 {
        font-size: 15px;
    }
}

.hv-tile-carousal-opt2 {
    padding: 100px 0 80px;
}

@media (max-width: 767px) {
    .hv-tile-carousal-opt2 {
        padding: 60px 0;
    }
}

.hv-tile-carousal-opt2 .customer-stories-list {
    padding-bottom: 80px;
    margin-top: 40px;
}

@media (max-width: 575px) {
    .hv-tile-carousal-opt2 .customer-stories-list {
        padding-bottom: 60px;
    }
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box .image-container {
    overflow: hidden;
    position: relative;
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box .image-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box .image-container img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    max-width: 100%;
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box .image-container .customer-logo {
    max-width: 150px;
    max-height: 70px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box .image-container .customer-logo img {
    max-width: 100%;
    max-height: 70px;
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box .content {
    padding: 20px 15px 20px 0;
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box .content h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box:hover img {
    transform: scale(1.1);
}

.hv-tile-carousal-opt2 .customer-stories-list .customer-stories-box:hover .customer-logo img {
    transform: scale(1);
}

.hv-tile-carousal-opt2 .customer-stories-list .carousal-item {
    margin: 0 10px;
}

@media (max-width: 575px) {
    .hv-tile-carousal-opt2 .customer-stories-list .carousal-item {
        margin: 0;
    }
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-prev {
    position: absolute;
    transform: rotate(180deg);
    left: 28%;
    border-radius: 50%;
    background: #fff;
    bottom: -20px;
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 991px) {
    .hv-tile-carousal-opt2 .customer-stories-list .slick-prev {
        left: 15%;
    }
}

@media (max-width: 767px) {
    .hv-tile-carousal-opt2 .customer-stories-list .slick-prev {
        left: 0;
    }
}

@media (max-width: 575px) {
    .hv-tile-carousal-opt2 .customer-stories-list .slick-prev {
        left: -20px;
    }
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-prev .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -2px;
    top: 0px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-prev .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-next {
    position: absolute;
    left: auto;
    right: 28%;
    border-radius: 50%;
    background: #fff;
    bottom: -20px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 991px) {
    .hv-tile-carousal-opt2 .customer-stories-list .slick-next {
        right: 15%;
    }
}

@media (max-width: 767px) {
    .hv-tile-carousal-opt2 .customer-stories-list .slick-next {
        right: 0;
    }
}

@media (max-width: 575px) {
    .hv-tile-carousal-opt2 .customer-stories-list .slick-next {
        right: -20px;
    }
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-next .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -3px;
    top: 0px;
    border-color: #cc0000;
    transition: none;
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-next .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1.5rem 0;
    list-style-type: none;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-dots li {
    margin: 0 4px;
}

@media (max-width: 767px) {
    .hv-tile-carousal-opt2 .customer-stories-list .slick-dots li {
        margin: 0 3px;
    }

    .hv-hero-comm-banner .container .hero-banner-content .sub-head {
        margin-bottom: 40px;
        font-size: 23px;
        margin-top: 155px;
    }

    .hv-hero-comm-banner.dark .hero-banner-content .black p {
        color: #fff;
        font-size: 16px;
    }

    .hv-hero-comm-banner .container .hero-banner-content .sub-head {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .insights-link .black {
        margin-top: 8px;
    }

    .hv-insight-new .innovations-insights-content p {
        min-height: auto;
    }

    .hv-insight-new .innovations-insights-content h3 {
        min-height: auto;
    }
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    outline: none;
}

.hv-tile-carousal-opt2 .customer-stories-list .slick-dots li.slick-active button {
    background-color: #000;
}

.hv-tile-carousal-opt1 .carousal-item a:hover,
.hv-tile-carousal-opt1 .carousal-item a:focus,
.hv-tile-carousal-opt1 .carousal-item a:active {
    text-decoration: none;
    outline: 0;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content h3 {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
    letter-spacing: 0.02em;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .content-type {
    font-size: 0.8em;
    color: #5a5a5a;
    font-weight: 600;
    padding-bottom: 5px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-title {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 700;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.02em;
    padding-top: 10px;
    margin-bottom: 20px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-detail {
    color: #000000;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-detail .author-desc {
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal;
    font-size: 14px;
}

.hv-tile-carousal-opt1 .carousal-list .carousal-item .content .author-detail .author-desg {
    font-family: 'Helvetica Neue LT Std';
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev {
    position: absolute;
    transform: rotate(180deg);
    left: -5px;
    border-radius: 50%;
    background: #fff;
    bottom: -10px;
    z-index: 1;
    padding: 10px 15px;
    cursor: pointer;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -2px;
    top: 0px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev.slick-disabled {
    background-color: #fff;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev.slick-disabled .hv-arrows {
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-prev.slick-disabled .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next {
    position: absolute;
    left: 164px;
    border-radius: 50%;
    background: #fff;
    bottom: -10px;
    padding: 10px 15px;
    cursor: pointer;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next .hv-arrows {
    fill: #000;
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
    position: relative;
    left: -3px;
    top: 0px;
    border-color: #cc0000;
    transition: none;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #cc0000;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next.slick-disabled {
    background-color: #fff;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next.slick-disabled .hv-arrows {
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-next.slick-disabled .hv-arrows:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 25px;
    transform: rotate(45deg);
    border-left: 2px solid;
    top: -2px;
    border-color: #d8d8d8;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1.5rem 0;
    list-style-type: none;
    position: absolute;
    bottom: -17px;
    left: 60px;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots li {
    margin: 0 4px;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    outline: none;
}

.hv-tile-carousal-opt1 .carousal-list .slick-dots li.slick-active button {
    background-color: #000;
}

.mac .c-link svg {
    margin-top: 2px !important;
}

.mac .hv-tile-carousal-opt1 .carousal-list .slick-next .hv-arrows {
    top: 3px;
}

.mac .hv-tile-carousal-opt1 .carousal-list .slick-prev .hv-arrows {
    top: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hv-tile-carousal-opt1 .carousal-list .slick-prev {
        left: 250px;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-next {
        right: 250px;
        left: auto;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-dots {
        left: 0;
        right: 0;
        max-width: 140px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .hv-tile-carousal-opt1 .carousal-list .slick-next {
        left: auto;
    }
}

@media (max-width: 767px) {
    .hv-tile-carousal-opt1 {
        padding: 110px 0;
    }

    .hv-tile-carousal-opt1 .carousal-wrapper {
        padding-right: 0 !important;
        margin-top: 25px;
    }

    .hv-tile-carousal-opt1 .carousal-list .carousal-item {
        padding: 0 7px;
    }

    .hv-tile-carousal-opt1 h2 {
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }

    .hv-tile-carousal-opt1 .carousal-list .carousal-item .content {
        border: 1px solid #dedede;
        bottom: 15px;
        position: absolute;
        margin: 0 22px;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-list {
        padding: 0 35px 50px 0 !important;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-prev {
        left: 0;
        bottom: -72px;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-next {
        right: 15px;
        left: auto;
        bottom: -72px;
    }

    .hv-tile-carousal-opt1 .carousal-list .slick-dots {
        bottom: -80px;
        left: 0;
        right: 0;
        width: calc(100% - 90px);
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hv-tile-carousal-opt1 .carousal-list .carousal-item .content {
        min-height: 261px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hv-home-tiles-grid .tile-grid-box .c-link {
        padding: 12px 5px 10px;
        color: #ce0000;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .flip-card-back .content-inner p {
        padding: 10px 0 10px !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .three-cards-panel p {
        text-align: center;
    }
}

.hv-product-listing-table-opt1 {
    padding: 90px 0;
}

.hv-product-listing-table-opt1 .product-content-left img {
    margin: 20px 0 10px;
}

.hv-product-listing-table-opt1 .product-content-left .button-wrapper {
    display: flex;
}

@media (max-width: 1180px) {
    .hv-product-listing-table-opt1 .product-content-left .button-wrapper {
        display: block;
    }
}

.hv-product-listing-table-opt1 .product-content-left .button-wrapper .c-btn {
    flex-shrink: 0;
    flex-basis: 49%;
    max-width: 205px;
    margin-top: 15px;
}

@media (max-width: 420px) {
    .hv-product-listing-table-opt1 .product-content-left .button-wrapper .c-btn {
        max-width: 100%;
        width: 100%;
    }
}

.hv-product-listing-table-opt1 .product-content-left .button-wrapper .c-btn.white {
    border: 1px solid #c00;
    padding: 8px;
}

.hv-product-listing-table-opt1 .product-content-left .button-wrapper .c-btn:last-child {
    margin-right: 0;
}

.hv-product-listing-table-opt1 .product-listing-wrapper {
    margin: 30px auto 0;
    position: relative;
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .shadow {
        position: absolute;
        box-shadow: 2px 0px 11px 13px #fff !important;
        top: 0;
        left: 0;
        width: 6px;
        height: 205px;
        margin-left: 33%;
    }
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .shadow-right {
        position: absolute;
        box-shadow: 2px 0px 11px 13px #fff !important;
        top: 0;
        right: 0;
        width: 18px;
        height: 205px;
        margin-left: 3%;
        display: none;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper a.table-arrow {
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #c00;
    padding: 10px;
    border-radius: 50%;
}

.hv-product-listing-table-opt1 .product-listing-wrapper a.table-arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #c00;
    border-left: 1px solid #c00;
}

@media (min-width: 992px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper a.table-arrow {
        display: none;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper a.product-right {
    right: 2%;
    transform: rotate(-135deg);
    top: 8%;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner {
    width: 100%;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner {
        width: 65%;
        overflow-x: auto;
        margin-left: 34%;
        padding-left: 0;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table {
    width: 101%;
    border-collapse: collapse;
    border-spacing: 0;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background {
    background-color: #000;
    border-right: 2px solid #fff;
    padding: 5px 10px;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture {
    text-align: center;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture a {
    text-decoration: none;
    color: #000 !important;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture a h3 {
    font-size: 18px;
    padding: 1rem 0rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table .product-picture-wrap .with-background .product-picture a h3 {
        font-size: 0.875rem;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table .product-picture-wrap:hover {
    background-color: #fff;
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table tr td:first-child table {
        position: absolute;
        max-width: 36.5%;
        background-color: #fff;
        left: 0;
        border-top: none;
        top: 1px;
        width: 100%;
        display: block;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table tr td:first-child:hover tbody {
    background-color: transparent;
    transition: 0.3s ease-in;
    color: unset;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table tr td:first-child thead td {
    padding: 0;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table tr td:hover thead a {
    color: #ae0000;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table tr td:hover thead a h3 {
    color: #c00;
    font-weight: 600;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table tr td:hover tbody {
    background-color: #f2f2f2;
    transition: 0.3s ease-in;
    color: #ae0000;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table.no-hover tr td:hover thead a {
    color: #000;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table.no-hover tr td:hover thead a h3 {
    color: #000;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner table.no-hover tr td:hover tbody {
    background-color: transparent;
    transition: 0.3s ease-in;
    color: #000;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row .red-circle {
    background: #c00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row .tick {
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row .tick:after {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    border: solid #c00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row svg.icon {
    width: 20px;
    height: 20px;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row th {
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 7px 10px;
    align-items: center;
    border-right: none;
    background: #f2f2f2;
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row th {
        font-size: 0.875rem;
        border-right: 1px solid #dedede;
    }
}

@media (min-width: 992px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row th {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row th.for-border {
        border-top: 1px solid #f2f2f2;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row th.for-logo {
    text-align: center;
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row th.for-logo {
        display: block;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row td {
    border: 1px solid #f2f2f2;
    border-left: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 10px;
}

@media (max-width: 991px) {
    .hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row td {
        font-size: 0.875rem;
    }
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row.for-links {
    text-decoration: none;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row.for-links td a {
    text-decoration: none;
    color: #000;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row:first-child td {
    border-top: 1px solid #000;
}

.hv-product-listing-table-opt1 .product-listing-wrapper .product-listing-inner .cmmn-row:last-child th {
    border-bottom: 1px solid #f2f2f2;
}

.tk-Neue Haas Grotesk Display Pro {
    font-family: 'Helvetica Neue LT Std', sans-serif;
}

.tk-Neue Haas Grotesk Display Pro {
    font-family: 'Helvetica Neue LT Std', sans-serif;
}


@media (max-width: 767px) {
    .hv-hero-comm-banner .container .hero-banner-content h1 {
        line-height: 47px;
        font-size: 47px;
    }

    .hv-hero-comm-banner.dark .hero-banner-content h1 {
        color: #fff;
        font-size: 28px;
        line-height: 38px;
    }
}

.hv-cust-stories-tile-opt2.p-tb-60 {
    padding-top: 0;
}

/* Open Jobs Form start */
.filter-chips {
    margin-bottom: 15px;
    min-height: 30px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.chips-label {
    display: inline;
    font-weight: 600;
}

.chip-close {
    background: none;
    border: none;
    margin-left: 5px;
    color: #999;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    line-height: 1;
}

.chip-close:hover {
    color: #333;
}

.clear-filters-btn {
    margin-left: 10px;
    color: #ce0000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.loading-overlay {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-overlay .spinner-border {
    font-size: 20px;
    margin-right: 5px;
}

#jobResultsContainer {
    position: relative;
}

.job-details-table .alert {
    margin-top: 20px;
}

.search-container {
    position: relative;
    max-width: 500px; /* Set a max width for the search bar */
    margin: 0 auto 20px auto;
}

.search-bar .search-input {
    border-radius: 0;
    position: relative;
}

.search-bar .search-input:focus {
    box-shadow: none;
    border-color: #cecece;
}

.search-bar .search-input,
.search-bar .search-btn {
    font-size: 14px;
}

.resource-search .clear-button {
    position: absolute;
    right: 36%;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    display: none;
    z-index: 9;
}

.search-bar .search-input {
    padding-right: 30px; /* Make space for the button */
}

.search-bar .search-btn {
    background-color: #b1000e;
    color: #fff;
    font-weight: normal;
    height: 40px;
    padding: 5px 12px;
    outline: none;
    border: 1px solid #b1000e;
    box-shadow: none;
}

/* Style for the suggestions dropdown */
.resource-search .suggestions-list {
    position: absolute;
    top: 100%; /* Position it right below the container */
    left: 20px; /* Align with input padding */
    right: 20px; /* Align with input padding */
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    display: none; /* Hide by default */
}

.resource-search .suggestion-item {
    display: block;
    color: #333;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.resource-search .suggestion-item:last-child {
    border-bottom: none;
}

.resource-search .suggestion-item:hover {
    background-color: #f5f5f5;
}

/* Show the list when it's active */
.resource-search .suggestions-list.active {
    display: block;
}