/* Scss Document */
/* perfect-scrollbar v0.6.11 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #0a2240;
  border-radius: 4px;
  transition: background-color .2s linear;
  bottom: 0;
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #0a2240;
  border-radius: 4px;
  transition: background-color .2s linear;
  right: 0;
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #0a2240; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #0a2240; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #0a2240; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #0a2240; }

.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.65; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  border-radius: 3px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent; }

.design-highlights strong {
  font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif !important; }
.design-highlights .design-highlights-contain {
  height: auto; }
  .design-highlights .design-highlights-contain .customNav {
    width: 100%;
    background-color: #0033a1;
    font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    position: relative; }
    .design-highlights .design-highlights-contain .customNav ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
      padding: 0;
      margin: 0;
      list-style-type: none;
      width: 100%;
      min-height: 90px;
      text-align: center;
      opacity: 0;
      transition: opacity 125ms linear;
      background-color: #8d9091; }
      .design-highlights .design-highlights-contain .customNav ul li {
        color: #fff;
        flex: 1 1 0px;
        text-decoration: none;
        text-transform: uppercase;
        margin: 1px 1px 0 0;
        padding: 10px;
        height: auto;
        min-height: 90px;
        overflow: hidden;
        cursor: pointer;
        background-color: #0033a1;
        -webkit-tap-highlight-color: transparent;
        /*&.complete, &.complete a{
        	color:$white;
        	background-color:$green;
        }
        &.complete a::before{
        	content: " ";
        	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0H24V24H0Z'/%3E%3Cpath class='cls-2' d='M20.64,7.54l-2-2L9.11,15,5.38,11.29l-2,2,5.77,5.75Z'/%3E%3C/svg%3E");
        	width:24px;
        	height:24px;
        	background-repeat:no-repeat;
        	background-position:center center;
        	background-size:contain;
        	display:block;
        	margin: 0 auto 4px auto;
        }*/ }
        .design-highlights .design-highlights-contain .customNav ul li a {
          padding: 0;
          color: #fff;
          text-decoration: none;
          display: flex;
          font-size: 21px;
          line-height: 21px;
          align-items: center;
          justify-content: center;
          text-transform: uppercase;
          height: 100%;
          width: 100%;
          /*&::before{
          	content: " ";
          	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%235b6770;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0H24V24H0Z'/%3E%3Cpath class='cls-2' d='M19,5V19H5V5H19m0-2H5A2,2,0,0,0,3,5V19a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V5A2,2,0,0,0,19,3Z'/%3E%3C/svg%3E");
          	width:24px;
          	height:24px;
          	background-repeat:no-repeat;
          	background-position:center center;
          	background-size:contain;
          	display:block;
          	margin: 0 auto 4px auto;
          }*/ }
        .design-highlights .design-highlights-contain .customNav ul li.no-icon a::before {
          background: none; }
        .design-highlights .design-highlights-contain .customNav ul li:last-child {
          margin-right: 0; }
        .design-highlights .design-highlights-contain .customNav ul li:hover, .design-highlights .design-highlights-contain .customNav ul li:hover a {
          color: #ffffff;
          background: #000729; }
        .design-highlights .design-highlights-contain .customNav ul li.active, .design-highlights .design-highlights-contain .customNav ul li.active a {
          color: #fdda0a;
          background: #000729; }
  .design-highlights .design-highlights-contain .customSubnav {
    position: absolute;
    width: 375px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b2344+0,040d1a+100&0.85+0,0.85+100 */
    background: -moz-linear-gradient(left, rgba(11, 35, 68, 0.85) 0%, rgba(4, 13, 26, 0.85) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(11, 35, 68, 0.85) 0%, rgba(4, 13, 26, 0.85) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(11, 35, 68, 0.85) 0%, rgba(4, 13, 26, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90b2344', endColorstr='#d9040d1a',GradientType=1 );
    /* IE6-9 */
    top: 0;
    left: -375px;
    bottom: 0;
    color: #ffffff; }
    .design-highlights .design-highlights-contain .customSubnav.open {
      transform: translateX(0); }
    .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel {
      margin: 0; }
      .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel h3 {
        color: #fdda0a;
        font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-weight: normal;
        margin: 0;
        padding: 20px 0 0 20px; }
      .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid {
        height: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 50px 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 50px 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: "subnav-header subnav-header" "nav-icon-1 nav-icon-2" "nav-icon-3 nav-icon-4" "nav-icon-5 nav-icon-6" "nav-icon-7 nav-icon-8" "nav-icon-9 nav-icon-10"; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .subnav-header {
          -ms-grid-row: 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          grid-area: subnav-header; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-1 {
          -ms-grid-row: 2;
          -ms-grid-column: 1;
          grid-area: nav-icon-1; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-2 {
          -ms-grid-row: 2;
          -ms-grid-column: 2;
          grid-area: nav-icon-2; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-3 {
          -ms-grid-row: 3;
          -ms-grid-column: 1;
          grid-area: nav-icon-3; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-4 {
          -ms-grid-row: 3;
          -ms-grid-column: 2;
          grid-area: nav-icon-4; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-5 {
          -ms-grid-row: 4;
          -ms-grid-column: 1;
          grid-area: nav-icon-5; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-6 {
          -ms-grid-row: 4;
          -ms-grid-column: 2;
          grid-area: nav-icon-6; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-7 {
          -ms-grid-row: 5;
          -ms-grid-column: 1;
          grid-area: nav-icon-7; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-8 {
          -ms-grid-row: 5;
          -ms-grid-column: 2;
          grid-area: nav-icon-8; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-9 {
          -ms-grid-row: 6;
          -ms-grid-column: 1;
          grid-area: nav-icon-9; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .nav-icon-10 {
          -ms-grid-row: 6;
          -ms-grid-column: 2;
          grid-area: nav-icon-10; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid a {
          color: #ffffff;
          text-decoration: none;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          height: 100%;
          width: 100%;
          position: relative;
          padding-right: 50px; }
          .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid a .hotspot {
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            right: 22px;
            top: 50%;
            margin-top: -15px;
            background-position: center center;
            background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2.7px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath class='cls-1' d='M14.5,0A14.5,14.5,0,1,0,29,14.5,14.5,14.5,0,0,0,14.5,0Zm0,26.5a12,12,0,1,1,12-12A12,12,0,0,1,14.5,26.5Z'/%3E%3Cline class='cls-2' x1='14.5' y1='7.5' x2='14.5' y2='21.5'/%3E%3Cline class='cls-2' x1='7.5' y1='14.5' x2='21.5' y2='14.5'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            -webkit-transform: scale(0.72);
            -ms-transform: scale(0.72);
            transform: scale(0.72);
            transition: all 120ms linear; }
            .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid a .hotspot:before {
              content: "";
              width: 200%;
              height: 200%;
              border: 8px solid rgba(255, 255, 255, 0.5);
              border-radius: 50%;
              position: absolute;
              top: -50%;
              left: -50%;
              opacity: 0;
              transition: all 0.1s linear; }
          .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid a:hover .hotspot {
            transform: scale(1); }
            .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid a:hover .hotspot:before {
              -webkit-transform: scale(1.5);
              -ms-transform: scale(1.5);
              transform: scale(1.5);
              opacity: 1; }
          .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid a img {
            display: block;
            position: relative;
            z-index: 1; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .active a {
          color: #fdda0a; }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .active .hotspot:before {
          width: 150%;
          height: 150%;
          top: -25%;
          left: -25%;
          opacity: 0.5;
          border: 6px solid rgba(255, 255, 255, 0.5);
          -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
          transform: scale(1.5); }
        .design-highlights .design-highlights-contain .customSubnav .highlight-subnav-panel.subnav-grid .active .hotspot {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    .design-highlights .design-highlights-contain .customSubnav li {
      display: inline-block; }
      .design-highlights .design-highlights-contain .customSubnav li:nth-child(2n) {
        padding-left: 0; }
      .design-highlights .design-highlights-contain .customSubnav li a {
        color: #ffffff;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .design-highlights .design-highlights-contain .customSubnav li a .hotspot {
          display: block;
          width: 30px;
          height: 30px;
          position: relative;
          background-position: center center;
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2.7px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath class='cls-1' d='M14.5,0A14.5,14.5,0,1,0,29,14.5,14.5,14.5,0,0,0,14.5,0Zm0,26.5a12,12,0,1,1,12-12A12,12,0,0,1,14.5,26.5Z'/%3E%3Cline class='cls-2' x1='14.5' y1='7.5' x2='14.5' y2='21.5'/%3E%3Cline class='cls-2' x1='7.5' y1='14.5' x2='21.5' y2='14.5'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          -webkit-transform: scale(0.72);
          -ms-transform: scale(0.72);
          transform: scale(0.72);
          transition: all 120ms linear; }
          .design-highlights .design-highlights-contain .customSubnav li a .hotspot:before {
            content: "";
            width: 200%;
            height: 200%;
            border: 8px solid rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            position: absolute;
            top: -50%;
            left: -50%;
            opacity: 0;
            transition: all 0.1s linear; }
        .design-highlights .design-highlights-contain .customSubnav li a:hover .hotspot {
          transform: scale(1); }
          .design-highlights .design-highlights-contain .customSubnav li a:hover .hotspot:before {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            opacity: 1; }
        .design-highlights .design-highlights-contain .customSubnav li a img {
          display: block;
          position: relative;
          z-index: 1; }
      .design-highlights .design-highlights-contain .customSubnav li.active a {
        color: #fdda0a; }
      .design-highlights .design-highlights-contain .customSubnav li.active .hotspot:before {
        width: 150%;
        height: 150%;
        top: -25%;
        left: -25%;
        opacity: 0.5;
        border: 6px solid rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5); }
      .design-highlights .design-highlights-contain .customSubnav li.active .hotspot {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .design-highlights .design-highlights-contain .customContentHolder {
    position: relative;
    padding-bottom: 36.66666666667%;
    background-color: #c4c8cb;
    overflow: hidden; }
    .design-highlights .design-highlights-contain .customContentHolder.abms-bg {
      background-color: #000729; }
    .design-highlights .design-highlights-contain .customContentHolder .customContent {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .design-highlights .design-highlights-contain .custom-highlight {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .design-highlights .design-highlights-contain .custom-highlight img {
      display: block; }
    .design-highlights .design-highlights-contain .custom-highlight-text {
      padding: 10px 15px 15px 15px;
      position: relative;
      display: block;
      overflow-y: auto;
      overflow-x: hidden; }
      .design-highlights .design-highlights-contain .custom-highlight-text-container {
        background-color: #c4c8cb;
        position: relative; }
      .design-highlights .design-highlights-contain .custom-highlight-text h2 {
        color: #253746;
        font-family: HelveticaNeueW01-85Heav, Helvetica, Arial, sans-serif;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 12px; }
      .design-highlights .design-highlights-contain .custom-highlight-text p {
        color: #0a2240;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px; }
    .design-highlights .design-highlights-contain .custom-highlight.full-slide {
      color: #ffffff; }
      .design-highlights .design-highlights-contain .custom-highlight.full-slide h1 {
        font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
        color: #fdda0a;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 0;
        margin: 20px 0 25px 0; }
      .design-highlights .design-highlights-contain .custom-highlight.full-slide h2 {
        font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
        color: #009bdf;
        font-size: 23px;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
        margin: 0 0 25px 0; }
      .design-highlights .design-highlights-contain .custom-highlight.full-slide p.intro-text {
        font-size: 21px;
        line-height: 23px;
        color: #92c0ea; }
      .design-highlights .design-highlights-contain .custom-highlight.full-slide ul.bullet-list {
        text-align: left;
        list-style: disc;
        color: #92c0ea;
        font-size: 18px;
        line-height: 25px; }
    .design-highlights .design-highlights-contain .custom-highlight .custom-highlight-header {
      position: relative; }
      .design-highlights .design-highlights-contain .custom-highlight .custom-highlight-header h1 {
        font-family: HelveticaNeueW01-85Heav, Helvetica, Arial, sans-serif;
        font-size: 38px;
        color: #0a2240;
        font-weight: normal;
        padding: 15px 28px 5px 28px; }
      .design-highlights .design-highlights-contain .custom-highlight .custom-highlight-header h4.eyebrow {
        font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
        font-size: 21px;
        color: #0a2240;
        font-weight: normal;
        padding: 20px 28px 0 28px; }
      .design-highlights .design-highlights-contain .custom-highlight .custom-highlight-header h2.blue-bar {
        font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
        font-size: 21px;
        color: #c4c8cb;
        font-weight: normal;
        background-color: #0a2240;
        line-height: 25px;
        margin: 15px 0 5px 0;
        padding: 12px 28px; }
.design-highlights .custom-mobile-container {
  position: relative;
  min-height: 750px; }
  .design-highlights .custom-mobile-container .custom-mobile-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #c4c8cb; }
    .design-highlights .custom-mobile-container .custom-mobile-panel .hotspot-slider {
      padding-bottom: 0; }
    .design-highlights .custom-mobile-container .custom-mobile-panel.active {
      display: block; }
    .design-highlights .custom-mobile-container .custom-mobile-panel .hotspot-slider {
      display: block; }
    .design-highlights .custom-mobile-container .custom-mobile-panel .owl-controls {
      position: absolute;
      width: 100%;
      padding: 0 20px;
      left: 0;
      top: 0;
      margin: -13px 0 0 0; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .owl-controls .owl-nav {
        margin: 0;
        display: flex;
        justify-content: space-between; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .owl-controls .owl-nav .owl-prev {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.04' height='26.65' viewBox='0 0 12.04 26.65'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-left-arrow%3C/title%3E%3Cpolyline class='cls-1' points='11.65 26.32 0.66 13.32 11.65 0.32'/%3E%3C/svg%3E");
          background-position: center center;
          background-size: contain; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .owl-controls .owl-nav .owl-next {
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='12.04' height='26.65' viewBox='0 0 12.04 26.65'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eicon-right-arrow%3C/title%3E%3Cpolyline class='cls-1' points='0.38 26.32 11.38 13.32 0.38 0.32'/%3E%3C/svg%3E");
          background-position: center center;
          background-size: contain; }
    .design-highlights .custom-mobile-container .custom-mobile-panel .full-slide {
      color: #ffffff; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .full-slide h1 {
        font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
        color: #fdda0a;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: normal;
        margin: 25px 0; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .full-slide h2 {
        font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
        color: #009bdf;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
        margin: 0 0 35px 0; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .full-slide p.intro-text {
        font-size: 16px;
        line-height: 18px;
        color: #92c0ea; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .full-slide ul.bullet-list {
        text-align: left;
        list-style: disc;
        color: #92c0ea;
        font-size: 16px;
        line-height: 20px; }
    .design-highlights .custom-mobile-container .custom-mobile-panel .h-divider {
      margin: 25px 15px; }
    .design-highlights .custom-mobile-container .custom-mobile-panel .ooda {
      margin-top: 25px; }
    .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight img {
        display: block; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight-text {
        padding: 15px;
        position: relative;
        display: block;
        overflow-y: auto;
        overflow-x: hidden; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight-text-container {
          background-color: #c4c8cb;
          position: relative; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight-text h2 {
          color: #253746;
          font-family: HelveticaNeueW01-85Heav, Helvetica, Arial, sans-serif;
          font-size: 18px;
          letter-spacing: 0;
          line-height: 24px;
          text-transform: uppercase;
          margin-bottom: 12px; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight-text p {
          color: #0a2240;
          font-size: 13px;
          line-height: 20px;
          margin-bottom: 15px; }
      .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight .custom-highlight-header {
        position: relative; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight .custom-highlight-header h1 {
          font-family: HelveticaNeueW01-85Heav, Helvetica, Arial, sans-serif;
          font-size: 24px;
          color: #0a2240;
          font-weight: normal;
          padding: 15px 15px 0 15px; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight .custom-highlight-header h4.eyebrow {
          font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
          font-size: 21px;
          color: #0a2240;
          font-weight: normal;
          padding: 20px 28px 0 28px; }
        .design-highlights .custom-mobile-container .custom-mobile-panel .custom-highlight .custom-highlight-header h2.blue-bar {
          font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
          font-size: 16px;
          color: #c4c8cb;
          font-weight: normal;
          background-color: #0a2240;
          line-height: 20px;
          margin-top: 15px;
          padding: 8px 15px 10px 15px; }
.design-highlights .custom-accordion {
  position: relative;
  height: auto; }
  .design-highlights .custom-accordion .custom-acc-item {
    margin-bottom: 1px; }
    .design-highlights .custom-accordion .custom-acc-item .custom-acc-btn {
      width: 100%;
      display: block;
      font-family: HelveticaNeueW01-65Medi, Helvetica, Arial, sans-serif;
      background-color: #DAD9D7;
      border: none;
      cursor: pointer;
      font-size: 14px;
      padding: 15px 55px;
      position: relative;
      color: #253746; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-btn:hover {
        background-color: #c4c8cb; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-btn::before {
        content: " ";
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23A3AAAE;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0H24V24H0Z'/%3E%3Cpath class='cls-2' d='M19,3H5A2,2,0,0,0,3,5V19a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V5A2,2,0,0,0,19,3Z'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: block;
        margin: -12px 0 0 0;
        position: absolute;
        top: 50%;
        left: 15px; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-btn::after {
        content: " ";
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;opacity:0;%7D.cls-2%7Bfill:%23253746;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='24' height='24'/%3E%3Cpath class='cls-2' d='M19,13H13v6H11V13H5V11h6V5h2v6h6Z'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: block;
        margin: -12px 0 0 0;
        position: absolute;
        top: 50%;
        right: 15px; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-btn[aria-expanded="true"]::after {
        content: " ";
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;opacity:0;%7D.cls-2%7Bfill:%23253746;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' width='24' height='24'/%3E%3Cpath class='cls-2' d='M19,13H5V11H19Z'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: block;
        margin: -12px 0 0 0;
        position: absolute;
        top: 50%;
        right: 15px; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-btn.complete::before {
        content: " ";
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23809E2E;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0,0H24V24H0Z'/%3E%3Cpath class='cls-2' d='M20.64,7.54l-2-2L9.11,15,5.38,11.29l-2,2,5.77,5.75Z'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: block;
        margin: -12px 0 0 0;
        position: absolute;
        top: 50%;
        left: 15px; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-btn.no-icon::before {
        background: none; }
    .design-highlights .custom-accordion .custom-acc-item .custom-acc-panel {
      display: none;
      background-color: #F2F2F2; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-panel.show {
        display: block; }
      .design-highlights .custom-accordion .custom-acc-item .custom-acc-panel-text {
        color: #353535;
        font-size: 14px;
        line-height: 24px;
        padding: 30px 15px; }
        .design-highlights .custom-accordion .custom-acc-item .custom-acc-panel-text p {
          margin-bottom: 15px; }
.design-highlights .inline-pipe-list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }
  .design-highlights .inline-pipe-list li {
    flex: 1 1 auto;
    color: #92c0ea;
    font-size: 12px;
    font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif;
    border-right: 2px solid #92c0ea;
    text-transform: uppercase;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .design-highlights .inline-pipe-list li:last-child {
      border-right: none; }
.design-highlights .h-divider {
  display: block;
  border-top: 2px solid #009bdf;
  margin: 35px 15px; }

.btn-custom {
  padding: 15px 30px;
  border-radius: 0;
  display: block;
  border: none;
  text-decoration: none;
  color: #253746;
  background-color: #c4c8cb;
  transition: all 250ms;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: HelveticaNeueW01-75Bold, Helvetica, Arial, sans-serif; }
  .btn-custom:not(.disabled):hover {
    color: #ffffff;
    background: #253746; }
  .btn-custom.disabled {
    pointer-events: none;
    color: #BFBFBF;
    background: #DAD9D7;
    cursor: default; }

.custom-disclaimer {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  display: block;
  color: #353535; }

.pt-20 {
  padding-top: 20px; }

.h-menu-container {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative; }

.h-menu ul {
  padding: 0 15px;
  list-style: none;
  display: flex;
    /*
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width:none;
	&::-webkit-scrollbar{
		display:none;
	}
	*/ }
  .h-menu ul > li a {
    margin: 0.875rem 1rem;
    display: block;
    color: #253746;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .h-menu ul > li.active {
    border-bottom: 2px solid #000729; }

.centered-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px; }

.bg-lt-gray {
  background-color: #c4c8cb !important; }

@media (min-width: 768px) {
  .md-bg-img {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
    padding-bottom: 50%; }
    .md-bg-img img {
      display: none; } }
@media (min-width: 992px) {
  .md-bg-img {
    background-image: none;
    padding-bottom: 0; }
    .md-bg-img img {
      display: block; }

  .centered-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 15px; }

  .design-highlights .inline-pipe-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .design-highlights .inline-pipe-list li {
      flex: 0 1 auto;
      color: #92c0ea;
      border-right: 3px solid #92c0ea;
      font-size: 20px;
      padding: 0 20px; } }
@media (min-width: 1500px) {
  .design-highlights .inline-pipe-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .design-highlights .inline-pipe-list li {
      flex: 0 1 auto;
      color: #92c0ea;
      border-right: 3px solid #92c0ea;
      font-size: 25px;
      padding: 0 25px; }
  .design-highlights .design-highlights-contain .custom-highlight-text {
    padding: 23px 28px 28px 28px; }
    .design-highlights .design-highlights-contain .custom-highlight-text h2 {
      color: #253746;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 20px; }
    .design-highlights .design-highlights-contain .custom-highlight-text p {
      font-size: 13px;
      line-height: 20px; }
  .design-highlights .design-highlights-contain .custom-highlight.full-slide {
    color: #ffffff; }
    .design-highlights .design-highlights-contain .custom-highlight.full-slide h1 {
      font-size: 42px;
      margin: 20px 0 35px 0; }
    .design-highlights .design-highlights-contain .custom-highlight.full-slide h2 {
      font-size: 23px;
      margin: 0 0 35px 0; }
    .design-highlights .design-highlights-contain .custom-highlight.full-slide p.intro-text {
      font-size: 24px;
      line-height: 26px; }
    .design-highlights .design-highlights-contain .custom-highlight.full-slide ul.bullet-list {
      font-size: 21px;
      line-height: 28px; } }
@media (min-width: 1179.98px) and (max-width: 1299.98px) {
  .intro-slides {
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important; } }
@media (max-width: 640px) {
  .custom-design-highlights {
    max-height: none !important;
    overflow: visible; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.h-100 {
  height: 100%; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.pr-0 {
  padding-right: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.text-center {
  text-align: center; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }

.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%; }

.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12, .custom-col,
.custom-col-auto, .custom-col-sm-1, .custom-col-sm-2, .custom-col-sm-3, .custom-col-sm-4, .custom-col-sm-5, .custom-col-sm-6, .custom-col-sm-7, .custom-col-sm-8, .custom-col-sm-9, .custom-col-sm-10, .custom-col-sm-11, .custom-col-sm-12, .custom-col-sm,
.custom-col-sm-auto, .custom-col-md-1, .custom-col-md-2, .custom-col-md-3, .custom-col-md-4, .custom-col-md-5, .custom-col-md-6, .custom-col-md-7, .custom-col-md-8, .custom-col-md-9, .custom-col-md-10, .custom-col-md-11, .custom-col-md-12, .custom-col-md,
.custom-col-md-auto, .custom-col-lg-1, .custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-4, .custom-col-lg-5, .custom-col-lg-6, .custom-col-lg-7, .custom-col-lg-8, .custom-col-lg-9, .custom-col-lg-10, .custom-col-lg-11, .custom-col-lg-12, .custom-col-lg,
.custom-col-lg-auto, .custom-col-xl-1, .custom-col-xl-2, .custom-col-xl-3, .custom-col-xl-4, .custom-col-xl-5, .custom-col-xl-6, .custom-col-xl-7, .custom-col-xl-8, .custom-col-xl-9, .custom-col-xl-10, .custom-col-xl-11, .custom-col-xl-12, .custom-col-xl,
.custom-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.custom-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.custom-row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.custom-row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.custom-row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.custom-row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.custom-row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.custom-row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.custom-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.custom-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.custom-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.custom-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.custom-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.custom-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.custom-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.custom-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.custom-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.custom-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.custom-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.custom-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.custom-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.custom-order-first {
  -ms-flex-order: -1;
  order: -1; }

.custom-order-last {
  -ms-flex-order: 13;
  order: 13; }

.custom-order-0 {
  -ms-flex-order: 0;
  order: 0; }

.custom-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.custom-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.custom-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.custom-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.custom-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.custom-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.custom-order-7 {
  -ms-flex-order: 7;
  order: 7; }

.custom-order-8 {
  -ms-flex-order: 8;
  order: 8; }

.custom-order-9 {
  -ms-flex-order: 9;
  order: 9; }

.custom-order-10 {
  -ms-flex-order: 10;
  order: 10; }

.custom-order-11 {
  -ms-flex-order: 11;
  order: 11; }

.custom-order-12 {
  -ms-flex-order: 12;
  order: 12; }

.custom-offset-1 {
  margin-left: 8.333333%; }

.custom-offset-2 {
  margin-left: 16.666667%; }

.custom-offset-3 {
  margin-left: 25%; }

.custom-offset-4 {
  margin-left: 33.333333%; }

.custom-offset-5 {
  margin-left: 41.666667%; }

.custom-offset-6 {
  margin-left: 50%; }

.custom-offset-7 {
  margin-left: 58.333333%; }

.custom-offset-8 {
  margin-left: 66.666667%; }

.custom-offset-9 {
  margin-left: 75%; }

.custom-offset-10 {
  margin-left: 83.333333%; }

.custom-offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .custom-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .custom-row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .custom-row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .custom-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .custom-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .custom-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .custom-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .custom-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .custom-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .custom-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .custom-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .custom-order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .custom-order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .custom-order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .custom-order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .custom-order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .custom-order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .custom-order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .custom-order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .custom-order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .custom-order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .custom-order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .custom-order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .custom-order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .custom-order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .custom-offset-sm-0 {
    margin-left: 0; }

  .custom-offset-sm-1 {
    margin-left: 8.333333%; }

  .custom-offset-sm-2 {
    margin-left: 16.666667%; }

  .custom-offset-sm-3 {
    margin-left: 25%; }

  .custom-offset-sm-4 {
    margin-left: 33.333333%; }

  .custom-offset-sm-5 {
    margin-left: 41.666667%; }

  .custom-offset-sm-6 {
    margin-left: 50%; }

  .custom-offset-sm-7 {
    margin-left: 58.333333%; }

  .custom-offset-sm-8 {
    margin-left: 66.666667%; }

  .custom-offset-sm-9 {
    margin-left: 75%; }

  .custom-offset-sm-10 {
    margin-left: 83.333333%; }

  .custom-offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .custom-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .custom-row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .custom-row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .custom-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .custom-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .custom-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .custom-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .custom-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .custom-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .custom-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .custom-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .custom-order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .custom-order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .custom-order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .custom-order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .custom-order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .custom-order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .custom-order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .custom-order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .custom-order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .custom-order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .custom-order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .custom-order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .custom-order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .custom-order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .custom-offset-md-0 {
    margin-left: 0; }

  .custom-offset-md-1 {
    margin-left: 8.333333%; }

  .custom-offset-md-2 {
    margin-left: 16.666667%; }

  .custom-offset-md-3 {
    margin-left: 25%; }

  .custom-offset-md-4 {
    margin-left: 33.333333%; }

  .custom-offset-md-5 {
    margin-left: 41.666667%; }

  .custom-offset-md-6 {
    margin-left: 50%; }

  .custom-offset-md-7 {
    margin-left: 58.333333%; }

  .custom-offset-md-8 {
    margin-left: 66.666667%; }

  .custom-offset-md-9 {
    margin-left: 75%; }

  .custom-offset-md-10 {
    margin-left: 83.333333%; }

  .custom-offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .custom-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .custom-row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .custom-row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .custom-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .custom-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .custom-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .custom-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .custom-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .custom-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .custom-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .custom-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .custom-order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .custom-order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .custom-order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .custom-order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .custom-order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .custom-order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .custom-order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .custom-order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .custom-order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .custom-order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .custom-order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .custom-order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .custom-order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .custom-order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .custom-offset-lg-0 {
    margin-left: 0; }

  .custom-offset-lg-1 {
    margin-left: 8.333333%; }

  .custom-offset-lg-2 {
    margin-left: 16.666667%; }

  .custom-offset-lg-3 {
    margin-left: 25%; }

  .custom-offset-lg-4 {
    margin-left: 33.333333%; }

  .custom-offset-lg-5 {
    margin-left: 41.666667%; }

  .custom-offset-lg-6 {
    margin-left: 50%; }

  .custom-offset-lg-7 {
    margin-left: 58.333333%; }

  .custom-offset-lg-8 {
    margin-left: 66.666667%; }

  .custom-offset-lg-9 {
    margin-left: 75%; }

  .custom-offset-lg-10 {
    margin-left: 83.333333%; }

  .custom-offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1180px) {
  .custom-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .custom-row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .custom-row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .custom-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .custom-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .custom-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .custom-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .custom-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .custom-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .custom-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .custom-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .custom-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .custom-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .custom-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .custom-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .custom-order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .custom-order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .custom-order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .custom-order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .custom-order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .custom-order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .custom-order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .custom-order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .custom-order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .custom-order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .custom-order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .custom-order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .custom-order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .custom-order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .custom-order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .custom-offset-xl-0 {
    margin-left: 0; }

  .custom-offset-xl-1 {
    margin-left: 8.333333%; }

  .custom-offset-xl-2 {
    margin-left: 16.666667%; }

  .custom-offset-xl-3 {
    margin-left: 25%; }

  .custom-offset-xl-4 {
    margin-left: 33.333333%; }

  .custom-offset-xl-5 {
    margin-left: 41.666667%; }

  .custom-offset-xl-6 {
    margin-left: 50%; }

  .custom-offset-xl-7 {
    margin-left: 58.333333%; }

  .custom-offset-xl-8 {
    margin-left: 66.666667%; }

  .custom-offset-xl-9 {
    margin-left: 75%; }

  .custom-offset-xl-10 {
    margin-left: 83.333333%; }

  .custom-offset-xl-11 {
    margin-left: 91.666667%; } }
/*.slider-full-width {
	.slider-info.slider-info-navyBlue {
		.learn-more{
			background-color: #CD6F31;
			font-family:HelveticaNeueW01-75Bold,Helvetica,Helvetica,Arial,sans-serif;
			font-size:12px;
			letter-spacing: 0;
			&:hover{
				background-color: #FFAE48;				
			}
			.arrow-right-small{
				display:none;
			}
		}	
		p{
			margin-bottom:20px;
		}
	}
}*/
.sticky-nav ul li:nth-child(3) {
  padding: 0; }

.hide-for-mobile {
  display: none; }

@media (min-width: 751px) {
  .hide-for-mobile {
    display: block; } }
/*@media(min-width:960px){
	.slider-full-width {
		.slider-info.slider-info-navyBlue {
			width:225px;
			max-height:none;
		}
	}
}
@media(max-width:640px){
	.slider-full-width {
		.slider-info.slider-info-navyBlue {
			.learn-more{
				background-color: #CD6F31!important;
				&:hover{
					background-color: #FFAE48!important;				
				}
				.arrow-right-small{
					display:none;
				}
			}
			p{
				display:block;
				margin-bottom:10px;
			}
		}
	}
	
}
*/
.block.copy-large .wrap.custom-wrap {
  padding-top: 80px;
  padding-bottom: 0; }
  .block.copy-large .wrap.custom-wrap .custom-title {
    padding-top: 0; }

.custom-container {
  width: 100%;
  margin: 0; }

@media (min-width: 1024px) {
  .custom-container {
    max-width: 1024px;
    margin: 0 auto; } }
.hotspots {
  height: auto; }

.hotspot-item {
  /*.custom-image img{
  	max-width:100%;
  	height:auto;
  	display:block;
  }*/ }
  .hotspot-item .icon.plus-blue {
    width: 36px;
    height: 36px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23002880;%7D.cls-3%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2.7px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eblue-plus%3C/title%3E%3Ccircle class='cls-1' cx='14.5' cy='14.5' r='14.5'/%3E%3Ccircle class='cls-2' cx='14.5' cy='14.5' r='12'/%3E%3Cline class='cls-3' x1='14.5' y1='7.5' x2='14.5' y2='21.5'/%3E%3Cline class='cls-3' x1='7.5' y1='14.5' x2='21.5' y2='14.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  .hotspot-item .icon.plus-yellow {
    width: 36px;
    height: 36px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23FFAE48;%7D.cls-3%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2.7px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eblue-plus%3C/title%3E%3Ccircle class='cls-1' cx='14.5' cy='14.5' r='14.5'/%3E%3Ccircle class='cls-2' cx='14.5' cy='14.5' r='12'/%3E%3Cline class='cls-3' x1='14.5' y1='7.5' x2='14.5' y2='21.5'/%3E%3Cline class='cls-3' x1='7.5' y1='14.5' x2='21.5' y2='14.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  .hotspot-item .icon::before {
    pointer-events: none; }
  .hotspot-item.custom-hotspots .hotspot-item-image-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .hotspot-item.custom-hotspots .hotspot-item-image-wrapper::before {
      padding-top: 44%; }
  .hotspot-item.custom-hotspots .hotspot-modal {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hotspot-item.custom-hotspots a.active + .contain {
    visibility: visible; }
  .hotspot-item.custom-hotspots .custom-contain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      opacity: 0;
      transition: all 125ms linear;
      margin: 100px 0 60px 35%;
      width: calc(65% - 20px);
      height: calc(100% - 160px);
      background-color: #fff;
      visibility: hidden; }
      .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-text {
        width: 40%;
        position: relative;
        overflow: auto; }
        .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-text h2 {
          color: #002880;
          font-family: HelveticaNeueW01-85Heav,Helvetica,Helvetica,Arial,sans-serif;
          font-size: 18px;
          letter-spacing: 0;
          line-height: 18px;
          text-transform: uppercase;
          margin-bottom: 12px; }
        .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-text p {
          font-size: 12px;
          line-height: 15px; }
      .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-image {
        width: 60%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-image .custom-image {
          display: none; }
    .hotspot-item.custom-hotspots .custom-contain.active {
      pointer-events: all; }
      .hotspot-item.custom-hotspots .custom-contain.active .flex-hotspot-content, .hotspot-item.custom-hotspots .custom-contain.active .hotspot-arrow {
        visibility: visible;
        opacity: 1; }
    .hotspot-item.custom-hotspots .custom-contain .hotspot-arrow {
      position: absolute;
      top: 0;
      left: 35%;
      width: 48px;
      height: 24px;
      margin-left: -48px;
      display: block;
      border-style: solid;
      border-width: 24px 0 0 48px;
      border-color: #fff transparent transparent transparent;
      opacity: 0;
      transition: all 125ms linear;
      visibility: hidden; }
  .hotspot-item.custom-hotspots .custom-hotspot-legend {
    display: flex;
    align-items: center;
    position: absolute;
    top: 38px;
    right: 20px;
    color: #fff; }
    .hotspot-item.custom-hotspots .custom-hotspot-legend .icon {
      width: 24px;
      height: 24px;
      margin: 0 10px 0 60px; }
  .hotspot-item .custom-copy {
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    /*&::before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: -24px;
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 16px 0 0 24px;
    	border-color: #fff transparent transparent transparent;
    }*/ }

.custom-hotspots-container .hotspot-slider {
  margin-bottom: 0; }
  .custom-hotspots-container .hotspot-slider .owl-nav {
    margin-top: 0;
    margin-bottom: 0; }

.hotspot-slider-slide .custom-copy {
  padding: 20px 15px; }
  .hotspot-slider-slide .custom-copy h3 {
    font-family: HelveticaNeueW01-75Bold,Helvetica,Helvetica,Arial,sans-serif; }
  .hotspot-slider-slide .custom-copy h2 {
    color: #002880;
    font-family: HelveticaNeueW01-85Heav,Helvetica,Helvetica,Arial,sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 18px; }

.d-lg-none,
.d-lg-inline,
.d-lg-block {
  display: none !important; }

.d-block {
  display: block !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

/*@media(min-width:960px){
	.hotspot-item{
		&.custom-hotspots{
			.custom-contain {
				.flex-hotspot-content{
					//width:calc(62% - ((100% - 960px) / 2));
					.flex-text{
						width:30%;
						h2{
						  color: #002880;
						  font-family:HelveticaNeueW01-85Heav,Helvetica,Helvetica,Arial,sans-serif;
						  font-size: 24px;
						  letter-spacing: 0;
						  line-height: 24px;
							text-transform: uppercase;
							margin-bottom:18px;
						}
						p{
							font-size:13px;
							line-height:18px;
						}

					}
					.flex-image{
						width:70%;
					}
				}	
			}
		}
	}
}*/
@media (min-width: 1180px) {
  .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content {
    width: calc(65% - ((100% - 1100px) / 2)); }
    .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-text {
      width: 30%; }
      .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-text h2 {
        color: #002880;
        font-family: HelveticaNeueW01-85Heav,Helvetica,Helvetica,Arial,sans-serif;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 18px; }
      .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-text p {
        font-size: 13px;
        line-height: 18px; }
    .hotspot-item.custom-hotspots .custom-contain .flex-hotspot-content .flex-image {
      width: 70%; }
  .hotspot-item.custom-hotspots .custom-hotspot-legend {
    right: calc((100% - 1100px) / 2); }

  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-block {
    display: block !important; } }
