/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "GothamCondSSm-Medium", Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
  font-family: "GothamCondSSm-Bold", Helvetica, sans-serif;
  color: #585858; }

h1 {
  font-size: 3.25rem; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 1.875rem; }

.card-bg {
  background: url(../../../../images/starterkit/testimage2.png) no-repeat;
  background-size: 100% 100%; }

.footNote {
  font-size: 0.625rem;
  line-height: 12px; }

section {
  padding: 3rem 0 0.1rem 0;
  margin-bottom: 3rem; }
  section:first-child {
    padding: 0; }

p {
  font-size: 1rem; }

.bgGrey {
  padding: 3rem 0;
  margin-bottom: 3rem; }

.d-flex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black; }
  .d-flex-link:hover, .d-flex-link:focus {
    color: black; }

.container-full {
  margin-bottom: 1.5rem;
  max-width: 100%; }

.d-lg-flex,
.d-md-flex {
  margin-right: -15px;
  margin-left: -15px; }

.container-extra-small {
  max-width: 510px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 576px) {
    .container-extra-small {
      max-width: 330px; } }
  @media screen and (min-width: 768px) {
    .container-extra-small {
      max-width: 450px; } }
  @media screen and (min-width: 992px) {
    .container-extra-small {
      max-width: 720px; } }

.container-small {
  max-width: 510px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 576px) {
    .container-small {
      max-width: 450px; } }
  @media screen and (min-width: 768px) {
    .container-small {
      max-width: 720px; } }
  @media screen and (min-width: 992px) {
    .container-small {
      max-width: 900px; } }

.container-large {
  max-width: 510px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 576px) {
    .container-large {
      max-width: 690px; } }
  @media screen and (min-width: 768px) {
    .container-large {
      max-width: 1050px; } }
  @media screen and (min-width: 992px) {
    .container-large {
      max-width: 1200px; } }

.container-extra-large {
  max-width: 510px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 576px) {
    .container-extra-large {
      max-width: 810px; } }
  @media screen and (min-width: 768px) {
    .container-extra-large {
      max-width: 1150px; } }
  @media screen and (min-width: 992px) {
    .container-extra-large {
      max-width: 1300px; } }

.container {
  max-width: 510px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 576px) {
    .container {
      max-width: 570px; } }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 920px; } }
  @media screen and (min-width: 992px) {
    .container {
      max-width: 1140px; } }

image-text-split.container {
  margin-bottom: 0; }

img {
  max-width: 100%; }

@media screen and (max-width: 991px) {
  .mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important; }
    .mobile-reverse .col {
      display: block;
      flex-basis: auto;
      -ms-flex-preferred-size: auto; } }

@media screen and (max-width: 991px) {
  .desktop-mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important; }
    .desktop-mobile-reverse .col {
      display: block; } }

@media screen and (min-width: 768px) {
  .desktop-mobile-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; } }

.banner-large,
.banner-large .banner-wrapper {
  width: 100%;
  min-height: 450px;
  background-position: center center; }
  @media screen and (min-width: 768px) {
    .banner-large,
    .banner-large .banner-wrapper {
      min-height: 500px; } }
  @media screen and (min-width: 992px) {
    .banner-large,
    .banner-large .banner-wrapper {
      min-height: 550px; } }

.banner-medium,
.banner-medium .banner-wrapper {
  width: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover; }

.center-align {
  -ms-flex-item-align: center;
      align-self: center; }

.bottom-align {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.top-align {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.primary-content {
  margin: 15px 0px; }
  @media screen and (max-width: 1199px) {
    .primary-content {
      text-align: center; } }

.player .vp-video-wrapper .vp-preview {
  background-size: 100%; }

buttons {
  display: block; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }
  .overlay.show {
    display: block; }

body.menu-active {
  position: fixed;
  overflow-y: hidden; }
  body.menu-active header {
    z-index: 2200; }

heading,
heading.container,
video-banner,
video-banner.container-full {
  margin-bottom: 0px; }

.bgDarkBlue {
  background-color: #1e3273;
  color: #fff;
  padding: 15px; }

.bgDarkBlue P,
.bgDarkBlue h2,
.bgDarkBlue h3,
.bgDarkBlue h4 {
  color: #fff; }

.bgLightBlue {
  background-color: #d7f5f5;
  padding: 15px; }

.bgWheat {
  background-color: #EAE1A1;
  padding: 15px; }

.border-gold {
  background-color: #EAE1A1; }

.border-black {
  background-color: #EAE1A1; }

.bgGrey {
  background-color: #D8D8D8; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/** Button Styles **/
.button {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
  background: #ff6300;
  border: 1px solid #ff6300;
  border-radius: .1875rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  font-family: GothamNarrowSSm-Bold,Helvetica,sans-serif;
  line-height: 1.33;
  letter-spacing: normal;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center; }
  .button:first-child {
    margin-left: 0; }
  .button:hover, .button:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button::after {
    background-image: url(../../images/starterkit/play-button.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: 0px 5px 0px;
    -webkit-transform: -50% -50%;
            transform: -50% -50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px; }
  .button-icon {
    padding-right: 30px; }
    .button-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 6px;
      height: 12px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-size: cover;
      background-repeat: no-repeat; }
    .button-icon--arrow-right::after {
      background-image: url(../../../../images/starterkit/arrow-white.png); }

.icon {
  position: relative;
  display: inline-block; }
  .icon--arrow-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 10px solid transparent;
    border-left-color: grey; }

heading, paragraph {
  display: block; }

@media screen and (min-width: 992px) {
  paragraph p {
    max-width: 800px; } }

paragraph p:last-child {
  margin-bottom: 0; }

paragraph ul:last-of-type, paragraph p:last-of-type, paragraph p:last-child, paragraph ul:last-child {
  margin-bottom: 0; }

@font-face {
  font-family: GothamCondSSm;
  src: url(../fonts/gotham-condensed.woff) format("woff"); }

@font-face {
  font-family: GothamNarrow-Bold;
  src: url(../fonts/gotham-narrow-bold.woff) format("woff"); }

@font-face {
  font-family: GothamNarrowSSm;
  src: url(../fonts/gotham-narrow.woff) format("woff"); }

@font-face {
  font-family: GothamCondSSm-Book;
  src: url(../fonts/gotham-cond-ssm-book.woff) format("woff"); }

@font-face {
  font-family: GothamCondSSm-Bold;
  src: url(../fonts/gotham-cond-ssm-bold.woff) format("woff"); }

@font-face {
  font-family: GothamCondSSm-Medium;
  src: url(../fonts/GothamCondSSm-Medium.woff) format("woff"); }

@font-face {
  font-family: GothamNarrowSSm-Book;
  src: url(../fonts/GothamNarrowSSm-Book.woff) format("woff"); }

@font-face {
  font-family: ProximaNova-Regular;
  src: url(../fonts/ProximaNova-Regular.woff) format("woff"); }

@font-face {
  font-family: GothamNarrowSSm-Light;
  src: url(../fonts/GothamNarrSSm-Light.woff) format("woff"); }

@font-face {
  font-family: GothamNarrowSSm-LightItalic;
  src: url(../fonts/GothamNarrSSm-LightItalic.woff) format("woff"); }

@font-face {
  font-family: GothamNarrowSSm-Medium;
  src: url(../fonts/GothamNarrSSm-Medium.woff) format("woff"); }

@font-face {
  font-family: GothamNarrowSSm-Bold;
  src: url(../fonts/GothamNarrSSm-Bold.woff) format("woff"); }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/** Images Styles **/
.image-wrapper img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .image-wrapper img {
      width: auto; } }

.image__mobile {
  display: none; }
  .image__mobile[src=""] {
    display: none !important; }
  @media screen and (max-width: 767px) {
    .image__mobile {
      display: block; } }

.image__tablet {
  display: none; }
  .image__tablet[src=""] {
    display: none !important; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .image__tablet {
      display: block; } }

.image__desktop {
  display: none; }
  @media screen and (min-width: 1200px) {
    .image__desktop {
      display: block; } }

.image__mobile[src=""] + .image__tablet[src=""] + .image__desktop {
  display: block !important; }

responsive-image.edge-to-edge .image-wrapper img {
  width: 100%; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
cta-ribbon {
  padding: 1.5rem;
  display: block;
  background: #f8f9fa; }
  cta-ribbon .container {
    margin-bottom: 0; }
  cta-ribbon p:last-of-type {
    margin-bottom: 0; }
  cta-ribbon a, cta-ribbon a:hover {
    color: #212529; }
    cta-ribbon a.button, cta-ribbon a.button:first-child, cta-ribbon a:hover.button, cta-ribbon a:hover.button:first-child {
      margin-left: 20px; }
  cta-ribbon .lead {
    font-size: 1rem; }

.icon .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px; }

.icon .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.icon .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.icon .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.icon .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
logo .rollover-logo {
  display: none; }

logo.rollover a:hover .logo {
  display: none; }

logo.rollover a:hover .rollover-logo {
  display: block; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0; }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    -webkit-transform: rotateX(-75deg);
            transform: rotateX(-75deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; }
  .navbar .dropdown-menu.fade-up {
    top: 180%; }
  .navbar .nav-item:hover .dropdown-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

/* ============ desktop view .end// ============ */
@media screen and (max-width: 991px) {
  site-navigation.offset-menu .navbar-collapse.collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    max-width: 95%;
    background: #fff;
    color: #000;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    overflow: hidden;
    z-index: 1050; }
    site-navigation.offset-menu .navbar-collapse.collapse:not(.show) {
      display: block; }
    site-navigation.offset-menu .navbar-collapse.collapse.show {
      right: 0; } }

site-navigation .navbar-collapse {
  padding: 0; }

site-navigation ul {
  list-style: none; }

.top-clr a {
  color: #212529; }

.submenu {
  position: relative;
  display: block; }
  .submenu-toggle {
    position: relative; }
    @media screen and (max-width: 1199px) {
      .submenu-toggle .icon-arrow {
        position: absolute;
        padding: 10px;
        display: block;
        right: 37%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .submenu-toggle .icon-arrow {
      right: 0; } }
    @media screen and (max-width: 1199px) {
        .submenu-toggle .icon-arrow::before {
          content: "\f107";
          font-family: "Font Awesome 5 Pro";
          font-size: 14px;
          font-weight: 300; } }
    @media screen and (min-width: 992px) {
      .submenu-toggle .icon-arrow::before {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-size: 14px;
        font-weight: 300;
        display: block;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media screen and (min-width: 992px) {
    .submenu-wrapper {
      background: #f6f6f6;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%; } }
  .submenu-item {
    display: block;
    padding: 5px 10px;
    text-decoration: none; }
    .submenu-item:hover, .submenu-item:focus {
      text-decoration: none; }

video-banner {
  position: relative;
  width: 100%;
  display: block; }
  video-banner .d-lg-flex {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      video-banner .d-lg-flex {
        top: 5%;
        height: auto; } }
  video-banner video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
header .d-lg-flex > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

header .container-large {
  margin-bottom: 0; }

header .container {
  margin-bottom: 0; }

header paragraph {
  display: block;
  padding: 1rem;
  background-color: #f8f9fa; }
  header paragraph p {
    margin-bottom: 0; }

header .row3 {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

header .row2 {
  display: block; }
  @media screen and (min-width: 992px) {
    header .row2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 1199px) {
    header .row2 .text-left {
      display: block;
      position: absolute; } }

@media screen and (max-width: 1199px) {
  header site-navigation {
    text-align: right; } }

header site-navigation .navbar-expand-lg {
  display: block;
  padding-right: 0; }
  @media screen and (min-width: 992px) {
    header site-navigation .navbar-expand-lg {
      display: inline-block; } }
  header site-navigation .navbar-expand-lg .navbar-toggler-icon:not(:first-child) {
    display: none; }
  @media screen and (max-width: 1199px) {
    header site-navigation .navbar-expand-lg .navbar-collapse {
      text-align: center; } }
  header site-navigation .navbar-expand-lg .navbar-nav {
    text-align: center; }
    header site-navigation .navbar-expand-lg .navbar-nav .nav-item {
      padding-right: 15px; }
      @media screen and (min-width: 992px) {
        header site-navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link {
          font-size: 1.3rem;
          padding-right: 25px; } }
      header site-navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
        color: #ff6400; }
      header site-navigation .navbar-expand-lg .navbar-nav .nav-item .submenu-wrapper {
        z-index: 1;
        padding: 10px; }
        @media screen and (min-width: 992px) {
          header site-navigation .navbar-expand-lg .navbar-nav .nav-item .submenu-wrapper {
            width: 150px;
            text-align: left;
            border: 1px solid #dedede; } }
        header site-navigation .navbar-expand-lg .navbar-nav .nav-item .submenu-wrapper .submenu-link {
          color: #585858;
          padding: 5px 0;
          display: block; }
          header site-navigation .navbar-expand-lg .navbar-nav .nav-item .submenu-wrapper .submenu-link:hover {
            color: #ff6400; }

/****************************
---- Multi level Header ----
****************************/
.header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px; }
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    border-bottom: 1px solid #d8d8d8; }
    @media screen and (min-width: 992px) {
      .header__row {
        border-bottom: 0;
        padding: 28px 0; } }
  .header__col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 992px) {
      .header__col-left {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 73%;
                flex: 0 0 73%; } }
  .header__logo {
    display: block;
    width: 82px; }
    @media screen and (min-width: 992px) {
      .header__logo {
        width: 151px; } }
  .header__country-name {
    font-family: "ProximaNova-Regular", sans-serif;
    font-weight: 600;
    padding-left: 12px;
    font-size: 12px;
    letter-spacing: 0.1rem;
    text-decoration: none;
    color: #ff6300;
    text-transform: uppercase; }
    .header__country-name:hover, .header__country-name:focus {
      color: #ff6300;
      text-decoration: none; }
    @media screen and (min-width: 992px) {
      .header__country-name {
        font-size: 13px;
        margin-bottom: 12px; } }
  .header__col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__col-right .header__search {
      margin: 0;
      min-width: 265px; }
    @media screen and (min-width: 992px) {
      .header__col-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 27%;
                flex: 0 0 27%; } }
  .header__search {
    display: none;
    position: relative;
    text-decoration: none;
    margin: 5px 0; }
    .header__search:hover, .header__search:focus {
      text-decoration: none; }
    @media screen and (min-width: 992px) {
      .header__search.js-search {
        display: none !important; } }
  .header__hamburger {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px; }
  .header__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #585858; }
    .header__nav li a:not(.btn) {
      display: inline-block;
      padding: 5px 0;
      color: #585858; }
      .header__nav li a:not(.btn):hover {
        color: #ff6300; }
      .header__nav li a:not(.btn).back {
        display: none; }
      .header__nav li a:not(.btn) sup.reg {
        display: inline-block;
        font-size: 24px;
        top: 3px; }
      .header__nav li a:not(.btn) sup {
        display: inline-block;
        font-size: 75%; }
    .header__nav > li > a {
      font-family: "GothamCondSSM-Medium", sans-serif;
      font-size: 20px;
      line-height: 24px;
      padding: 5px 15px !important;
      text-transform: uppercase;
      display: block;
      letter-spacing: .025rem;
      line-height: 1.29;
      font-weight: 400;
      font-size: 1.3125rem; }
      .header__nav > li > a:hover, .header__nav > li > a:focus {
        text-decoration: none; }
      @media screen and (min-width: 992px) {
        .header__nav > li > a {
          padding: 10px 0 25px !important;
          letter-spacing: 0.6px; } }
    .header__nav h5 {
      font-family: "GothamCondSSM-Medium", sans-serif;
      font-size: 18px;
      margin-bottom: 15px;
      color: #bbb;
      text-transform: uppercase; }
    .header__nav p {
      font-family: "GothamNarrowSSM-Book", sans-serif;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 20px; }
    .header__nav .bullet {
      margin: 0;
      list-style: disc;
      font-size: 14px;
      padding: 0 0 0 15px;
      margin-bottom: 20px; }
      .header__nav .bullet li {
        display: list-item !important;
        margin-bottom: 3px; }
    @media screen and (min-width: 992px) {
      .header__nav-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 73%;
                flex: 0 0 73%; } }
    .header__nav-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media screen and (min-width: 992px) {
        .header__nav-right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 27%;
                  flex: 0 0 27%; } }
    .header__nav-head {
      width: 100%;
      padding: 0 0 0 15px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 30px; }
      @media screen and (min-width: 992px) {
        .header__nav-head {
          display: none; } }
    @media screen and (max-width: 1199px) {
      .header__nav-wrapper {
        display: none; }
        .header__nav-wrapper.menu--open {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background-color: #fff;
          z-index: 10; }
          .header__nav-wrapper.menu--open li .menu {
            display: none; }
          .header__nav-wrapper.menu--open.submenu .signin-box,
          .header__nav-wrapper.menu--open.submenu .nav__signin {
            display: none; }
          .header__nav-wrapper.menu--open.submenu .header__nav-head {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0;
            width: auto;
            z-index: 15;
            border-bottom: 0;
            margin-bottom: 0; }
          .header__nav-wrapper.menu--open.submenu li {
            display: none; }
            .header__nav-wrapper.menu--open.submenu li.submenu {
              display: block; }
              .header__nav-wrapper.menu--open.submenu li.submenu > .menu {
                display: block; }
              .header__nav-wrapper.menu--open.submenu li.submenu > a {
                display: none; }
              .header__nav-wrapper.menu--open.submenu li.submenu.submenu--open > a {
                display: block; }
              .header__nav-wrapper.menu--open.submenu li.submenu.submenu--open > a + a {
                font-family: "GothamCondSSM-Medium", sans-serif;
                font-size: 22px;
                font-weight: 700;
                color: #ff6400;
                text-transform: uppercase;
                pointer-events: none; }
              .header__nav-wrapper.menu--open.submenu li.submenu.submenu--open > .back {
                position: absolute;
                top: 21px;
                left: 0;
                font-size: 20px;
                color: #ff6400; }
              .header__nav-wrapper.menu--open.submenu li.submenu.submenu--open > a {
                position: absolute;
                top: 20px;
                left: 30px; }
          .header__nav-wrapper.menu--open.submenu li.submenu--open {
            position: relative;
            display: block; }
            .header__nav-wrapper.menu--open.submenu li.submenu--open::before {
              content: "";
              position: absolute;
              top: 71px;
              left: 0;
              right: 0;
              width: 100%;
              height: 1px;
              background-color: #ddd; }
            .header__nav-wrapper.menu--open.submenu li.submenu--open > .menu {
              display: block;
              padding: 0 15px;
              padding-top: 100px; }
            .header__nav-wrapper.menu--open.submenu li.submenu--open li {
              display: block; }
            .header__nav-wrapper.menu--open.submenu li.submenu--open > .back {
              display: block;
              position: absolute;
              top: 21px;
              left: 0;
              font-size: 20px;
              color: #ff6400; }
            .header__nav-wrapper.menu--open.submenu li.submenu--open > a + a {
              font-family: "GothamCondSSM-Medium", sans-serif;
              font-size: 22px;
              font-weight: 700;
              color: #ff6400;
              text-transform: uppercase;
              pointer-events: none; }
            .header__nav-wrapper.menu--open.submenu li.submenu--open > a {
              position: absolute;
              top: 20px;
              left: 30px; }
          .header__nav-wrapper.menu--open.submenu .menu li.submenu--open > .back {
            left: 15px; }
          .header__nav-wrapper.menu--open.submenu .menu li.submenu--open > a {
            left: 45px; } }
    @media screen and (min-width: 992px) {
      .header__nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .header__nav ul:not(.bullet) {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header__nav .menu__column ul li:first-child.sub-header {
      margin-top: 0; }
    .header__nav .menu__column ul li.sub-header {
      font-family: "GothamCondSSM-Medium", sans-serif;
      font-size: 18px;
      margin-bottom: 15px;
      color: #bbb;
      text-transform: uppercase;
      margin: 10px 0; }
    @media screen and (min-width: 992px) {
      .header__nav {
        position: relative; }
        .header__nav:after {
          content: '';
          display: table;
          clear: both; }
        .header__nav .menu.menu--lvl1 {
          display: none;
          position: absolute;
          top: 100%;
          z-index: 10;
          padding: 40px 20px 40px;
          background-color: #fff;
          -webkit-box-shadow: 0 11px 11px 0 #00000014;
                  box-shadow: 0 11px 11px 0 #00000014;
          border: 1px solid #dedede;
          z-index: 100; }
          .header__nav .menu.menu--lvl1 .menu.menu--lvl2 {
            display: none;
            position: absolute;
            top: 40px;
            width: 700px;
            left: 240px;
            border-left: 1px solid #eaeaea; }
        .header__nav .menu__column {
          -webkit-box-flex: 1;
              -ms-flex: 1 0;
                  flex: 1 0;
          max-width: 100%;
          padding: 0 15px; }
          .header__nav .menu__column:only-child {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 20%;
                    flex: 0 0 20%;
            max-width: 25%; }
          .header__nav .menu__column ul {
            display: block; }
            .header__nav .menu__column ul li {
              display: block; }
        .header__nav > li {
          float: left;
          margin: 0 30px; }
          .header__nav > li:first-child {
            margin-left: 0; }
          .header__nav > li:last-child {
            margin-right: 0; }
          .header__nav > li[class*="menu--size"] > a {
            position: relative; }
            .header__nav > li[class*="menu--size"] > a span {
              margin-left: 10px; }
              .header__nav > li[class*="menu--size"] > a span::after {
                content: "";
                display: inline-block;
                width: 8px;
                height: 5px;
                vertical-align: middle; }
          .header__nav > li[class*="menu--size"]:hover > a {
            position: relative;
            z-index: 101;
            color: #ff6300; }
            .header__nav > li[class*="menu--size"]:hover > a::before, .header__nav > li[class*="menu--size"]:hover > a::after {
              content: "";
              display: block;
              position: absolute;
              left: 50%;
              bottom: 0;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); }
            .header__nav > li[class*="menu--size"]:hover > a::before {
              border: 15px solid transparent;
              border-bottom-color: #dedede; }
            .header__nav > li[class*="menu--size"]:hover > a::after {
              border: 15px solid transparent;
              border-bottom-color: white;
              bottom: -2px; }
          .header__nav > li:hover > a {
            color: #ff6300; }
          .header__nav > li:hover > .menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-flow: row wrap;
                    flex-flow: row wrap; }
          .header__nav > li:hover li.active > a {
            color: #ff6300;
            text-decoration: underline; }
            .header__nav > li:hover li.active > a + .menu {
              display: -webkit-box !important;
              display: -ms-flexbox !important;
              display: flex !important; } }
    @media screen and (min-width: 1200px) {
      .header__nav .menu.menu--lvl1 .menu.menu--lvl2 {
        width: 820px; } }

.menu li a {
  font-family: "GothamNarrowSSM-Book", sans-serif;
  font-size: 14px;
  font-weight: normal; }

@media screen and (min-width: 992px) {
  .menu--sizefull .menu {
    width: 980px; }
  .menu--sizethreefourth .menu {
    width: 830px; }
    .menu--sizethreefourth .menu .menu__column {
      border-right: 1px solid #eaeaea; }
      .menu--sizethreefourth .menu .menu__column:last-child {
        border-right: 0; }
  .menu--sizehalf .menu {
    width: 650px; }
  .menu--leftplaced .menu {
    left: 0; }
  .menu--rightplaced .menu {
    right: 0;
    padding-bottom: 0 !important; }
  .menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px; } }

@media screen and (min-width: 1200px) {
  .menu--sizefull .menu {
    width: 1100px; } }

.menu__column {
  margin-bottom: 24px; }
  @media screen and (min-width: 992px) {
    .menu__column {
      margin-bottom: 0; } }
  .menu__column--grey {
    background: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 60px !important; }
    .menu__column--grey a {
      font-family: "GothamNarrowSSM-Bold", sans-serif !important;
      font-weight: 400 !important; }
      .menu__column--grey a:hover {
        color: #585858 !important; }
    @media screen and (min-width: 992px) {
      .menu__column--grey {
        padding: 15px 15px 15px !important;
        margin-top: -15px; } }

.menu__top-item {
  display: block; }

.menu__bottom-item {
  display: block; }

.menu--expand {
  display: block; }

.btn {
  display: inline-block; }
  .btn--nav {
    padding: 16px 24px 16px 16px;
    background-color: #eaeaea;
    color: #585858;
    font-size: 14px;
    border-radius: 0; }
  .btn--external {
    position: relative; }
    .btn--external:after {
      content: "";
      display: block;
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 18px;
      height: 18px;
      background-repeat: no-repeat; }
  .btn-gutter {
    margin-bottom: 10px; }

.signin-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 15px;
  margin: 0;
  background-color: #f3f3ee;
  margin-top: 40px; }
  .signin-box a.signin {
    font-family: "GothamCondSSM-Medium", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    background-color: #ff6400;
    padding: 15px 20px;
    min-width: 190px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0; }
    .signin-box a.signin:hover {
      text-decoration: none; }
  @media screen and (min-width: 992px) {
    .signin-box {
      background-color: transparent;
      padding: 0px;
      margin-top: 0px; }
      .signin-box a.signin {
        font-family: "GothamCondSSM-Medium", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 0.5px;
        background-color: transparent;
        padding: 0;
        min-width: 190px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        border-radius: 0; }
        .signin-box a.signin:hover {
          text-decoration: none; } }
  @media screen and (min-width: 992px) {
    .signin-box a.signin {
      display: inline-block;
      font-size: 14px;
      color: #585858;
      text-decoration: none;
      text-align: left;
      font-family: "GothamNarrowSSM-Book", sans-serif;
      text-transform: inherit; }
      .signin-box a.signin:hover {
        color: #585858; } }
  .signin-box a.register {
    color: #ff6400;
    font-size: 14px;
    text-decoration: underline; }
    .signin-box a.register::after {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      vertical-align: 0;
      margin-left: 3px; }
    @media screen and (min-width: 992px) {
      .signin-box a.register {
        display: none; } }

.grey-box {
  width: 110%;
  padding: 30px 60px 30px;
  background-color: #f3f3ee;
  border-top: 1px solid #dedede;
  margin: 0 -20px;
  text-align: right; }
  .grey-box a.register {
    display: inline-block !important;
    vertical-align: middle;
    color: #ff6400 !important;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 10px; }
    .grey-box a.register::after {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      vertical-align: 0;
      margin-left: 5px;
      background-repeat: no-repeat; }
  .grey-box a.btn--orange {
    font-family: "GothamCondSSM-Medium", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    background-color: #ff6400;
    padding: 15px 20px;
    min-width: 190px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0; }
    .grey-box a.btn--orange:hover {
      text-decoration: none; }

.search__toggle {
  display: block;
  width: 16px;
  height: 16px; }

.search__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d6d6d6; }

.search__field {
  font-size: 14px;
  width: 100%;
  padding: 13px 50px 13px 30px;
  border: 1px solid #eaeaea; }
  .search__field:hover, .search__field:focus {
    outline: none; }
  .search__field:focus {
    border-color: #00c1d5; }
    .search__field:focus ~ .search__icon {
      color: #00c1d5; }

.search__submit {
  display: block;
  position: absolute;
  top: 1px;
  right: 0.5px;
  height: 96%;
  bottom: 1px;
  padding: 10px 15px;
  border: 0;
  background-color: #efefef; }

.nav__signin {
  font-size: 14px;
  color: #ff6400; }
  .nav__signin:hover {
    color: #ff6400; }

.nav__close {
  color: #585858;
  font-size: 21px;
  padding: 25px 25px; }
  .nav__close:hover {
    color: #585858;
    text-decoration: none; }

.nav--divider {
  display: block;
  width: 40px;
  border-top: 1px solid #ff6400;
  margin: 16px 0; }

.external {
  position: relative; }
  .external::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle; }

.mobile--visible {
  display: block; }
  @media screen and (min-width: 992px) {
    .mobile--visible {
      display: none; } }

.desktop--visible {
  display: none; }
  @media screen and (min-width: 992px) {
    .desktop--visible {
      display: block; } }

.js-grey-login {
  font-size: 14px; }
  .js-grey-login .sign-out {
    display: inline !important; }
    .js-grey-login .sign-out .js-signoffText {
      color: #ff6300;
      font-size: 14px; }

.js-login a {
  color: #585858;
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "GothamNarrowSSm", Helvetica, sans-serif; }

.header__nav li a:not(.btn) sup {
  font-size: 24px;
  top: 2px;
  padding-right: 4px;
  padding-left: 1px; }

video-box .video-box-wrapper .video-hidden-description {
  display: none; }
  video-box .video-box-wrapper .video-hidden-description.show {
    display: block; }

video-box .video-box-wrapper .video {
  width: 100%; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
hero-banner {
  position: relative;
  display: block; }
  @media screen and (min-width: 992px) {
    hero-banner {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex; } }
  hero-banner .banner-wrapper {
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto; }
    @media screen and (min-width: 992px) {
      hero-banner .banner-wrapper {
        position: absolute; } }
  hero-banner .d-lg-flex {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    height: 100%; }
    @media screen and (min-width: 992px) {
      hero-banner .d-lg-flex {
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 1199px) {
      hero-banner .d-lg-flex {
        max-width: 100%; } }
    hero-banner .d-lg-flex .button {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-top: 15px; }
      @media screen and (min-width: 768px) {
        hero-banner .d-lg-flex .button {
          display: inline-block;
          width: auto;
          margin-left: 15px; }
          hero-banner .d-lg-flex .button:first-child {
            margin-left: 0; } }
      hero-banner .d-lg-flex .button:hover {
        color: #fff; }
  hero-banner .secondary-content cta-ribbon {
    padding: 1.5rem 0;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 992px) {
      hero-banner .secondary-content cta-ribbon {
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (min-width: 768px) {
      hero-banner .secondary-content cta-ribbon {
        padding: 1.5rem; } }
    @media screen and (max-width: 1199px) {
      hero-banner .secondary-content cta-ribbon .container {
        max-width: 100%; } }
    hero-banner .secondary-content cta-ribbon .d-flex {
      display: block !important; }
      @media screen and (min-width: 768px) {
        hero-banner .secondary-content cta-ribbon .d-flex {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      hero-banner .secondary-content cta-ribbon .d-flex .icon {
        margin-top: 15px;
        display: block; }
        @media screen and (min-width: 768px) {
          hero-banner .secondary-content cta-ribbon .d-flex .icon {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 20%;
                    flex: 0 0 20%;
            margin-left: 15px;
            margin-top: 0; } }
        @media screen and (min-width: 992px) {
          hero-banner .secondary-content cta-ribbon .d-flex .icon {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 30%;
                    flex: 0 0 30%;
            margin-top: 0; } }
        hero-banner .secondary-content cta-ribbon .d-flex .icon .button {
          margin-left: 0;
          display: block;
          width: 100%; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
multi-column-image-text.col3 .d-lg-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  multi-column-image-text.col3 .d-lg-flex .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%; }

multi-column-image-text.col2 .d-lg-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  multi-column-image-text.col2 .d-lg-flex .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; }

multi-column-image-text.col4 .d-lg-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  multi-column-image-text.col4 .d-lg-flex .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%; }

multi-column-image-text.col5 .d-lg-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  multi-column-image-text.col5 .d-lg-flex .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%; }

multi-column-image-text.col6 .d-lg-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  multi-column-image-text.col6 .d-lg-flex .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16.66%;
            flex: 0 1 16.66%; }

multi-column-image-text .card {
  margin-bottom: 15px; }
  multi-column-image-text .card .card-img img {
    width: 100%;
    max-width: 100%; }

multi-column-image-text:not(.theme-card) .card {
  border: 0; }
  multi-column-image-text:not(.theme-card) .card .card-body {
    padding: 1.25rem 0; }
  @media screen and (max-width: 1199px) {
    multi-column-image-text:not(.theme-card) .card img {
      width: 100%;
      height: 100%; } }

multi-column-image-text.multi-column-image-text.theme-card .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    multi-column-image-text.multi-column-image-text.theme-card .card {
      margin-bottom: 0; } }

multi-column-image-text.multi-column-image-text.theme-card .icon {
  padding-left: 26px; }

multi-column-image-text.multi-column-image-text.theme-card paragraph {
  display: block;
  width: 100%; }
  multi-column-image-text.multi-column-image-text.theme-card paragraph p {
    margin-bottom: 0; }

two-column-content-split .content-selector-wrapper {
  margin-bottom: 1rem; }

.video-wrapper video {
  width: 100%; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
tabbed-content {
  display: block; }
  @media screen and (max-width: 1199px) {
    tabbed-content .tab-content > .tab-pane {
      display: none;
      padding: 1.25rem;
      border: 1px solid grey; } }
  @media screen and (max-width: 1199px) {
    tabbed-content .tab-content > .tab-pane.show {
      display: block; } }
  tabbed-content .card-header {
    display: block; }
    @media screen and (min-width: 992px) {
      tabbed-content .card-header {
        display: none; } }
    @media screen and (max-width: 1199px) {
      tabbed-content .card-header a {
        width: 100%;
        display: block;
        color: #000; } }
    tabbed-content .card-header a:hover {
      text-decoration: none;
      color: #000; }
  @media screen and (max-width: 1199px) {
    tabbed-content .collapse:not(.show) {
      display: none; } }
  tabbed-content .nav {
    border-bottom: 1px solid grey;
    display: none; }
    @media screen and (min-width: 992px) {
      tabbed-content .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    tabbed-content .nav li {
      margin-right: 10px;
      margin-bottom: -1px; }
      tabbed-content .nav li .nav-link {
        padding: 0.5rem 3rem; }
    tabbed-content .nav a {
      border: 1px solid grey;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      tabbed-content .nav a.active {
        border-color: grey grey white grey; }
  tabbed-content .tab-content {
    border-top: 0;
    padding: 15px;
    border: 0; }
    @media screen and (min-width: 992px) {
      tabbed-content .tab-content {
        border: 1px solid grey;
        border-top: 0; } }
  tabbed-content.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    tabbed-content.vertical .nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 20%;
      border-right: 1px solid grey;
      border-bottom: 0; }
      tabbed-content.vertical .nav li {
        margin-bottom: 10px;
        margin-right: -1px; }
      tabbed-content.vertical .nav a {
        border: 1px solid grey;
        border-radius: 0; }
        tabbed-content.vertical .nav a.active {
          border-color: grey white grey grey; }
      @media screen and (max-width: 767px) {
        tabbed-content.vertical .nav {
          width: 30%; } }
    tabbed-content.vertical .tab-content {
      width: 80%;
      border: 1px solid grey;
      border-left: 0; }
      @media screen and (max-width: 767px) {
        tabbed-content.vertical .tab-content {
          width: 100%; } }
      @media screen and (max-width: 1199px) {
        tabbed-content.vertical .tab-content {
          border: 0; } }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
references .text-decoration {
  text-decoration: none;
  color: #000; }

references .reference-list {
  display: none; }

references .fa-plus-circle:before {
  content: "\002B"; }

references .fa-minus-circle:before {
  content: "\2212"; }

references:not(.ref-accordion) .reference-list {
  display: block !important; }

references:not(.ref-accordion) .fa-plus-circle:before {
  content: " "; }

references:not(.ref-accordion) .fa-minus-circle:before {
  content: " "; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
footer-links ul {
  margin: 0;
  padding: 0; }

footer-links li {
  display: inline-block; }
  footer-links li:after {
    content: "\007C";
    margin: 0 5px; }
  footer-links li:last-child:after {
    content: "";
    margin: 0; }
  footer-links li a {
    color: #000; }

footer {
  background: #3A3A3A;
  color: #B7B7B7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 7rem; }
  footer .container {
    margin-bottom: 0; }
  footer footer-links li a {
    color: #fff; }
  footer logo {
    display: block;
    padding: 15px 0; }
    @media screen and (min-width: 992px) {
      footer logo {
        padding: 0; } }

top-navigation {
  display: inline-block; }
  top-navigation > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    top-navigation > ul li {
      padding-left: 15px;
      list-style-type: none;
      display: block;
      position: relative;
      margin-bottom: .5rem; }
      top-navigation > ul li:first-child {
        padding-left: 0; }
      top-navigation > ul li a {
        color: #000;
        text-decoration: none;
        white-space: nowrap;
        padding-bottom: 1rem; }
        top-navigation > ul li a:hover {
          color: #000;
          text-decoration: none; }
      top-navigation > ul li ul {
        display: none; }
      top-navigation > ul li:hover ul {
        display: block;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: .25rem;
        margin-top: .5rem;
        background: #fff;
        z-index: 1; }
        top-navigation > ul li:hover ul li {
          padding: 5px 10px; }
          top-navigation > ul li:hover ul li:after {
            content: ""; }
          top-navigation > ul li:hover ul li:hover {
            background-color: #f8f9fa; }
    top-navigation > ul .arrow-down:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; }
    top-navigation > ul ul {
      padding-left: 0; }

accordion .btn-link {
  color: #212529; }
  accordion .btn-link:hover, accordion .btn-link:focus, accordion .btn-link:visited {
    text-decoration: none;
    color: #212529; }

accordion .card .btn {
  padding: 0;
  white-space: normal; }

accordion .card .icon-close:before {
  font-size: 1rem; }

accordion .card .icon:before {
  font-size: 1rem; }

accordion .card-header {
  border: 0; }
  accordion .card-header img {
    padding-right: 15px; }
  accordion .card-header button {
    padding: 0; }
    accordion .card-header button i {
      padding-left: 10px; }
  accordion .card-header .icon {
    position: relative; }
    accordion .card-header .icon:before {
      content: "\002B";
      font-size: 22px;
      font-family: "Fontawesome"; }
  accordion .card-header .icon-close {
    position: relative; }
    accordion .card-header .icon-close:before {
      content: "\2715";
      font-family: "Fontawesome"; }

accordion-link .btn-link {
  color: #212529; }
  accordion-link .btn-link:hover, accordion-link .btn-link:focus, accordion-link .btn-link:visited {
    text-decoration: underline;
    color: #212529; }

.filedownload {
  background-color: #f4f5f6;
  padding: 13px 24px 13px 16px;
  border-radius: 3px;
  margin-bottom: 15px; }
  .filedownload .documentimg {
    max-width: 38px;
    max-height: 42px; }
  .filedownload p {
    font-size: 14px;
    line-height: 20px;
    font-family: "GothamNarrowSSm-Bold", Helvetica, sans-serif;
    color: #585858;
    margin-bottom: 0;
    margin-top: 2px; }
  .filedownload .filesize {
    color: #BBBBBB;
    font-size: 12px;
    line-height: 16px;
    font-family: "GothamNarrowSSm-book", Helvetica, Sans-serif; }
  .filedownload .download {
    display: inline-block; }
    .filedownload .download img {
      width: 14px;
      height: 18px; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
video-collection .video-collection-wrapper.top-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  video-collection .video-collection-wrapper.top-align .video-list-wrapper {
    margin-bottom: 25px; }

video-collection .video-collection-wrapper.right-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 767px) {
    video-collection .video-collection-wrapper.right-align {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  video-collection .video-collection-wrapper.right-align .d-lg-flex:first-of-type {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
    @media screen and (max-width: 767px) {
      video-collection .video-collection-wrapper.right-align .d-lg-flex:first-of-type {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    video-collection .video-collection-wrapper.right-align .d-lg-flex:first-of-type .video-wrapper {
      width: 100%; }
    video-collection .video-collection-wrapper.right-align .d-lg-flex:first-of-type .video-description {
      width: 100%; }
  video-collection .video-collection-wrapper.right-align .d-lg-flex:last-of-type {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      video-collection .video-collection-wrapper.right-align .d-lg-flex:last-of-type {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  video-collection .video-collection-wrapper.right-align .d-lg-flex .video-list-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    video-collection .video-collection-wrapper.right-align .d-lg-flex .video-list-wrapper:first-of-type {
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
        video-collection .video-collection-wrapper.right-align .d-lg-flex .video-list-wrapper:first-of-type {
          margin-top: 25px; } }

video-collection .video-collection-wrapper.left-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    video-collection .video-collection-wrapper.left-align {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  video-collection .video-collection-wrapper.left-align .d-lg-flex:first-of-type {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
    @media screen and (max-width: 767px) {
      video-collection .video-collection-wrapper.left-align .d-lg-flex:first-of-type {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    video-collection .video-collection-wrapper.left-align .d-lg-flex:first-of-type .video-wrapper {
      width: 100%; }
    video-collection .video-collection-wrapper.left-align .d-lg-flex:first-of-type .video-description {
      width: 100%; }
  video-collection .video-collection-wrapper.left-align .d-lg-flex:last-of-type {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      video-collection .video-collection-wrapper.left-align .d-lg-flex:last-of-type {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  video-collection .video-collection-wrapper.left-align .d-lg-flex .video-list-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    video-collection .video-collection-wrapper.left-align .d-lg-flex .video-list-wrapper:first-of-type {
      margin-top: 0px; }
      @media screen and (max-width: 767px) {
        video-collection .video-collection-wrapper.left-align .d-lg-flex .video-list-wrapper:first-of-type {
          margin-top: 25px; } }

video-collection .video-wrapper,
video-collection .video-description {
  width: 90%;
  margin: 0 auto;
  background: #fbfafa; }
  @media screen and (max-width: 767px) {
    video-collection .video-wrapper,
    video-collection .video-description {
      width: 100%; } }

video-collection .video-description {
  padding: 20px; }

video-collection .video-wrapper .video {
  width: 100%; }

video-collection .video-list-wrapper {
  margin-top: 25px; }
  video-collection .video-list-wrapper .nowPlay {
    display: none; }
  video-collection .video-list-wrapper.play .nowPlay {
    display: block; }
  video-collection .video-list-wrapper.play .watch {
    display: none; }
  video-collection .video-list-wrapper.play.disable {
    pointer-events: none; }
    video-collection .video-list-wrapper.play.disable .d-flex {
      background: #f9f9f9; }
  video-collection .video-list-wrapper .d-flex {
    background: #eee;
    padding: 20px 0px;
    cursor: pointer; }
    video-collection .video-list-wrapper .d-flex p {
      margin: 0px;
      line-height: initial; }
    video-collection .video-list-wrapper .d-flex .playIcon {
      padding-left: 0;
      cursor: pointer;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media screen and (max-width: 767px) {
        video-collection .video-list-wrapper .d-flex .playIcon {
          width: 20%; } }
      video-collection .video-list-wrapper .d-flex .playIcon img {
        border-radius: 50%;
        width: 40px;
        height: 30px; }
        @media screen and (max-width: 767px) {
          video-collection .video-list-wrapper .d-flex .playIcon img {
            height: 40px; } }
      video-collection .video-list-wrapper .d-flex .playIcon.disable {
        pointer-events: none;
        opacity: 0.5; }

.video-wrapper iframe {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 767px) {
    .video-wrapper iframe {
      height: 300px; } }

.outer-wrapper {
  position: relative; }
  .outer-wrapper .video-wrapper {
    padding-top: 56.25%; }
    .outer-wrapper .video-wrapper iframe {
      width: 100%;
      height: 600px;
      position: absolute;
      inset: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto;
      border: 0; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
callout {
  display: block;
  padding: 1rem;
  background: #f8f9fa; }
  callout p:last-of-type {
    margin-bottom: 0; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
content-box {
  display: block; }
  content-box .card {
    padding: 1.5rem; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
icon-list .imgDescription {
  text-align: center; }

icon-list .icon-description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1199px) {
    icon-list .icon-description {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media screen and (max-width: 1199px) and (min-width: 0\0) {
    icon-list .icon-description {
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (max-width: 575px) {
    icon-list .icon-description {
      display: block; } }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
carousel {
  display: block; }
  carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%; }
  carousel .image-wrapper img {
    display: block;
    min-height: auto; }
    carousel .image-wrapper img.image__mobile {
      display: block; }
      @media screen and (min-width: 768px) {
        carousel .image-wrapper img.image__mobile {
          display: none; } }
    carousel .image-wrapper img.image__desktop {
      display: none; }
      @media screen and (min-width: 768px) {
        carousel .image-wrapper img.image__desktop {
          display: block; } }
    carousel .image-wrapper img.image__tablet {
      display: none; }
  carousel .carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding: 0;
    color: #212529;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  carousel .carousel-caption-top {
    top: 0; }
  carousel .carousel-caption-bottom {
    top: auto;
    bottom: 0; }
  carousel.no-arrow .carousel-control-prev,
  carousel.no-arrow .carousel-control-next {
    display: none; }
  carousel.no-bullets .carousel-indicators {
    display: none; }
  carousel .carousel-item {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      carousel .carousel-item {
        min-height: 400px; } }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
social-share ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  social-share ul li {
    margin-right: 10px; }
    social-share ul li:last-child {
      margin-right: 0; }
    social-share ul li a {
      display: block; }
  @media screen and (max-width: 991px) {
    social-share ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px; } }

social-share.stickynav {
  position: fixed;
  width: 100%;
  background-color: #F7F8F9;
  z-index: 999; }
  social-share.stickynav.top {
    top: 0; }
  social-share.stickynav.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%); }
    social-share.stickynav.left ul {
      display: block !important; }
      social-share.stickynav.left ul li:first-child {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl; }
  social-share.stickynav.bottom {
    bottom: 0; }
  social-share.stickynav.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    width: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    social-share.stickynav.right ul {
      display: block !important; }
      social-share.stickynav.right ul li:first-child {
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl; }

iframe-full-width .d-lg-flex {
  margin: 0; }
  iframe-full-width .d-lg-flex .col {
    padding: 0; }
    iframe-full-width .d-lg-flex .col iframe {
      width: 100vw;
      height: -webkit-calc(100vw/2.057777777);
      height: calc(100vw/2.057777777); }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

breadcrumb li {
  position: relative;
  padding-right: 20px; }
  breadcrumb li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    color: #58595b;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  breadcrumb li a {
    display: block; }
    breadcrumb li a:hover, breadcrumb li a:focus {
      text-decoration: none; }
  breadcrumb li:last-child {
    padding-right: 0; }
    breadcrumb li:last-child::after {
      display: none; }
    breadcrumb li:last-child a {
      pointer-events: none;
      cursor: auto; }

news-banner {
  background-color: #555;
  min-height: auto;
  border-bottom: none;
  position: fixed;
  top: 0;
  z-index: 2001;
  width: 100%;
  max-width: 100%; }
  news-banner.container {
    max-width: 100%; }
  news-banner .news-banner-close {
    position: absolute;
    right: 30px;
    color: #fff;
    cursor: pointer; }
    news-banner .news-banner-close:after {
      position: absolute;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro"; }
  news-banner p {
    margin-bottom: 0;
    padding-right: 0; }
    news-banner p a {
      color: #fff;
      text-decoration: underline; }
  news-banner .text-left {
    text-align: left; }
  news-banner .text-center {
    text-align: center; }
  news-banner .text-right {
    text-align: right; }
  news-banner .news-banner-container {
    margin-bottom: 0;
    max-width: 100%;
    position: relative;
    padding: 20px 5px 28px; }
    @media screen and (min-width: 576px) {
      news-banner .news-banner-container {
        padding-right: 45px;
        padding-left: 15px; } }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
table, td, th {
  border-collapse: separate;
  border-spacing: 10px 5px;
  font-size: 10px; }
  @media screen and (min-width: 768px) {
    table, td, th {
      font-size: 18px; } }

table {
  width: 100%; }
  table tr th {
    background: #6FBFB1;
    border: none;
    padding: 5px;
    vertical-align: top;
    text-align: center; }
  table tr td {
    background: #eaf5f3;
    border: none;
    padding: 5px 10px;
    vertical-align: middle; }
  table li {
    font-size: 10px; }
    @media screen and (min-width: 768px) {
      table li {
        font-size: 18px; } }

.dialog-content {
  display: none; }

.modal-close {
  display: block; }
  .modal-close .icon-close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    display: block;
    width: 15px;
    height: 15px; }

sitemap {
  display: block; }
  sitemap .nav-link {
    padding: 0;
    display: inline-block; }

card-row .d-lg-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px; }
  card-row .d-lg-flex .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    margin-bottom: 45px; }

section-nav .anchor {
  min-height: 700px; }

section-nav .navbar-nav {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  section-nav .navbar-nav .nav-item {
    display: none; }
    @media screen and (min-width: 992px) {
      section-nav .navbar-nav .nav-item {
        display: inline-block; } }
    section-nav .navbar-nav .nav-item.active {
      display: block; }
    section-nav .navbar-nav .nav-item.mobile_view {
      display: block; }
      @media screen and (min-width: 992px) {
        section-nav .navbar-nav .nav-item.mobile_view {
          display: none; } }

back-to-top #button {
  display: inline-block;
  background-color: #666;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  border: 0px; }
  back-to-top #button:hover {
    cursor: pointer;
    background-color: #333; }
  back-to-top #button:active {
    background-color: #555; }

back-to-top #button.show {
  opacity: 1;
  visibility: visible;
  outline: none; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
video-list {
  display: block; }
  video-list .video-layout {
    position: relative; }
    video-list .video-layout .iframe-payIcon {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: red;
      opacity: 0;
      cursor: pointer; }
  video-list .video-wrapper {
    display: block;
    margin-bottom: 15px; }
    video-list .video-wrapper img {
      width: 100%;
      display: block; }
    video-list .video-wrapper .video-btn {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      margin: auto;
      height: 32px; }
      video-list .video-wrapper .video-btn .video-btn-icon {
        width: 32px;
        height: 32px;
        margin-left: auto;
        margin-right: auto; }
        video-list .video-wrapper .video-btn .video-btn-icon img {
          width: 32px;
          height: 32px; }
