/*
//Screen Sizes (new values) //Original Values
$small-phone: 576px; //small-tablet
$large-phone: 768px; //max-tablet
$small-tablet: 1025px; //small-desktop
$large-tablet: 1100px; //medium-desktop
$standard-desktop: 1200px; //standard-desktop
$large-desktop: 1400px; //large-desktop
$xl-desktop: 1680px; //xl-desktop
*/
/* Colour variables */
/* =============== */
/* Colours in DS - Web compliant colors */
/*
$primary-web-blue: #6FACDE;
$secondary-blue: #0075BC;
$secondary-blue-digital: #2B5A80; 
$seconday-green: #8A941E;
$secondary-orange: #DF6534;
$seconday-yellow: #F0B323;
$secondary-gray: #898D8D;
/* Colours in DS - Text, Border, Shadow */
/* no colour name */
/* Colours not in DS used in designs */
.text-center {
  text-align: center;
}

/*Colors*/
/*
.color-primary {
    color:#AB825E;
}
.color-secondary {
    color:#878686;
}
.color-black {
    color:#000;
}
.color-white {
    color:#fff;
}
.color-primary-web-blue {
 color: #6FACDE;   
}
.color-secondary-dark-blue {
 color: #00263E;   
}
*/
/*background color*/
/*
.bgcolor-primary {
    background-color:#AB825E;
}
.bgcolor-secondary {
    background-color:#878686;
}
.bgcolor-black {
    background-color:#000;
}
.bgcolor-white {
    background-color:#fff;
}
.bgcolor-primary-web-blue {
 background-color: #6FACDE;   
}
.bgcolor-medium-web-blue {
 background-color: #0075bc;   
}
.bgcolor-secondary-dark-blue {
 background-color: #00263E;   
}
.bgcolor-primary-shade {
    background-color: #866446;  
}
.bgcolor-primary-tint {
    background-color: #D5C1AF;  
}
*/
html body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.188em;
  line-height: 1.35em;
  font-weight: 700;
}
h1:after {
  position: absolute;
  content: "";
  display: block;
  margin: 15px 0 0 0;
  width: 60px;
}

h1[style*="text-align: center;"]::after {
  left: 50%;
  transform: translateX(-50%);
}

h1[style*="text-align: right;"]::after {
  left: 100%;
  transform: translateX(-100%);
}

.umb-block-grid__layout-container.wrp_buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.justify-content_start {
  justify-content: start;
}

.justify-content_center {
  justify-content: center;
}

.justify-content_end {
  justify-content: end;
}

/* Icons */
.sPACER16 {
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
}
.sPACER16 .spacer16-inner {
  height: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.spacer24 .spacer24-inner {
  height: 24px;
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

h1:empty, h2:empty, h3:empty, p:empty {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.img-max-width {
  max-width: 1440px !important;
}

.img-max-width.container {
  padding: 0;
}

#skipMap {
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px;
  opacity: 0;
  cursor: context-menu;
}

#skipMap:focus {
  opacity: 1;
}

iframe {
  max-width: 100%;
}

/*Background settings*/
/*.column-bg__column,*/
.column-bg__column .richTextContainer,
.rte-background-enabled {
  padding: 16px;
}
@media (min-width: 576px) {
  .column-bg__column .richTextContainer,
  .rte-background-enabled {
    padding: 24px;
  }
}

.manuscript-column-bg__column .richTextContainer {
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .manuscript-column-bg__column .richTextContainer {
    padding: 0 24px;
  }
}

@font-face {
  font-family: "PTSans-Regular";
  src: url("../fonts/PTSans-Regular.ttf") format("truetype"), url("../PTSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PTSans-Bold";
  src: url("../fonts/PTSans-Bold.ttf") format("truetype"), url("../fonts/PTSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "PTSans-Italic";
  src: url("../fonts/PTSans-Italic.ttf") format("truetype"), url("../fonts/PTSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "PTSans-Narrow";
  src: url("../fonts/PTSansNarrow-Regular.ttf") format("truetype"), url("../fonts/PTSansNarrow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PTSans-NarrowBold";
  src: url("../fonts/PTSansNarrow-Bold.ttf") format("truetype"), url("../fonts/PTSansNarrow-Bold.ttf") format("truetype");
}
/* Icon styles */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mklfpc");
  src: url("../fonts/icomoon.eot?mklfpc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mklfpc") format("truetype"), url("../fonts/icomoon.woff?mklfpc") format("woff"), url("../fonts/icomoon.svg?mklfpc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]::before, [class*=" icon-"]::before {
  font-family: "icomoon" !important;
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-circle:before {
  content: "\f111";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-check:before {
  content: "\e903";
}

.icon-chevron-down:before {
  content: "\e904";
}

.icon-chevron-up:before {
  content: "\e906";
}

.icon-copy:before {
  content: "\e90b";
}

.icon-external-link:before {
  content: "\e90c";
}

.icon-printer:before {
  content: "\e90d";
}

.icon-share-2:before {
  content: "\e90e";
}

.icon-calendar:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-right:before {
  content: "\e902";
}

.icon-download:before {
  content: "\e905";
}

.icon-eye:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-minus:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-search:before {
  content: "\e986";
}

.icon-phone:before {
  content: "\e942";
}

.icon-location:before {
  content: "\e947";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-down2:before {
  content: "\ea3e";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-mail1:before {
  content: "\ea83";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.icon-user-circle:before {
  content: "\e90f";
}

.icon-heartbeat:before {
  content: "\e910";
}

.icon-exclamation-triangle:before {
  content: "\e911";
}

.icon-question-circle:before {
  content: "\e912";
}

.icon-info-circle:before {
  content: "\e913";
}

.icon-shield:before {
  content: "\e914";
}

.icon-plus-circle:before {
  content: "\e915";
}

.icon-arrow-circle-right:before {
  content: "\e916";
}

.icon-user-shield:before {
  content: "\e917";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-file-pdf1:before {
  content: "\e919";
}

.icon-file-arrow-down:before {
  content: "\e918";
}

.message-bar {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  /*&.msg-important {
    background-color: $secondary-blue;
    color: $white;
    a {
      color: $white;
    }
  }
  &.msg-alert {
    background-color: $seconday-yellow; 
    color: $black;
    a {
      color: $body-text;
    }
  }
  &.msg-critical {
    background-color: $error-message-red;
    color: $white;
    a {
      color: $white;
    }
  }*/
}
.message-bar .message-bar-content {
  padding: 16px;
}
.message-bar .message-bar-content p {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 22px;
}
.message-bar .message-bar-content .msg-type {
  text-transform: uppercase;
  margin-right: 5px;
}
.message-bar .message-bar-content .msg-link {
  text-decoration: underline;
  margin-left: 5px;
}
.message-bar .message-bar-content a {
  text-decoration: none;
}
.message-bar .message-bar-content a:hover {
  text-decoration: underline;
}

.removeUL {
  display: none;
}
@media (min-width: 1025px) {
  .removeUL {
    display: block;
  }
}

.meta-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  flex-direction: row;
  height: 28px;
  align-items: center;
}
.meta-nav ul li {
  list-style: none;
  margin: 0;
}
.meta-nav ul li a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-left: 24px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  /* &:hover {
  //              color: $logo-dark-blue;
            }*/
}
.meta-nav ul li a.phone-number {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-left: 0;
}
.meta-nav ul li a.phone-number::before {
  content: "\e942";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (min-width: 1025px) {
  .meta-nav ul li a.phone-number {
    padding-right: 24px;
  }
}
@media (min-width: 1025px) {
  .meta-nav ul li a.phone-number::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 16px;
    right: 0;
  }
}
.meta-nav .langs select {
  border: 0;
  background-color: #f3f4f4;
}
.meta-nav .langs select:hover {
  cursor: pointer;
}
.meta-nav .langs a.nav-link {
  display: flex;
}
.meta-nav .langs a.nav-link::before {
  content: "\e9c9";
  font-family: "icomoon" !important;
  text-decoration: none;
  margin-right: 0.5rem;
}

.meta-nav ul.dropdown-menu {
  display: none;
  padding: 0.5rem 0;
}

.meta-nav ul.dropdown-menu.show {
  display: inline-block;
  position: absolute;
  box-shadow: unset;
  transform: unset;
  background-color: unset;
  border: unset;
}

.meta-nav .dropdown-menu__dropdown-item {
  margin-left: 0;
  padding: 0.75rem 1.5rem;
  display: block;
}
.meta-nav .dropdown-menu__dropdown-item:focus {
  z-index: 10;
}

.meta-nav .nav-item.dropdown {
  top: unset;
}

@media (min-width: 768px) {
  header {
    border-bottom: 1px solid #dcdddc;
  }
}
header .header-logo img {
  width: 200px;
  height: 60px;
}
@media (min-width: 1025px) {
  header .topNavigation .container {
    padding: 16px 24px;
  }
}
@media (min-width: 1025px) {
  header .topNavigation nav {
    padding: 0;
  }
}
header .topNavigation nav .nav-inner {
  display: flex;
  flex-direction: column;
  /* placeholder color */
  /* .search-form input::placeholder {color: $secondary-orange;}
   .search-form input:-ms-input-placeholder {color: $secondary-orange;}
   .search-form input::-webkit-input-placeholder {color: $secondary-orange;}
   */
  /* search close button */
  /**/
}
@media (min-width: 1025px) {
  header .topNavigation nav .nav-inner {
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
  }
}
header .topNavigation nav .nav-inner ul {
  order: 2;
}
@media (min-width: 1025px) {
  header .topNavigation nav .nav-inner ul {
    order: 1;
  }
}
header .topNavigation nav .nav-inner .search {
  position: relative;
  order: 1;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  header .topNavigation nav .nav-inner .search {
    order: 2;
  }
}
header .topNavigation nav .nav-inner .search-form {
  width: 160px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #bbbbbb;
}
header .topNavigation nav .nav-inner .search-form input {
  height: 45px;
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px 45px 10px 10px;
}
header .topNavigation nav .nav-inner .search-form input:focus {
  border-color: #c4c6c6;
  outline: 0;
  box-shadow: none;
}
header .topNavigation nav .nav-inner .search-form button {
  position: absolute;
  right: 0;
  top: 5px;
  margin-left: 5px;
}
header .topNavigation nav .nav-inner [type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url("../images/close.png");
  background-size: 10px 10px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  header .topNavigation nav .nav-inner {
    /* search styles */
    /* placeholder color */
    /*
    .search-form input::placeholder {color: $secondary-orange;}
    .search-form input:-ms-input-placeholder {color: $secondary-orange;}
    .search-form input::-webkit-input-placeholder {color: $secondary-orange;}
    */
    /* search close button */
    /**/
  }
  header .topNavigation nav .nav-inner .search {
    display: block;
    position: static;
    order: 2;
    margin-bottom: 0;
    margin-left: 40px;
  }
  header .topNavigation nav .nav-inner .search-form {
    width: 160px;
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 0;
  }
  header .topNavigation nav .nav-inner .search-form input {
    height: 45px;
    width: 100%;
    border: 1px solid #c4c6c6;
    border-radius: 0;
    margin: 0;
    padding: 10px 45px 10px 10px;
  }
  header .topNavigation nav .nav-inner .search-form input:focus {
    border-color: #c4c6c6;
    outline: 0;
    box-shadow: none;
  }
  header .topNavigation nav .nav-inner .search-form button {
    position: absolute;
    right: 0;
    top: 10px;
    margin-left: 5px;
  }
  header .topNavigation nav .nav-inner [type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url("../images/close.png");
    background-size: 10px 10px;
    cursor: pointer;
  }
}
header .topNavigation nav li.nav-item {
  padding-bottom: 4px;
}
@media (max-width: 576px) {
  header .topNavigation nav li.nav-item {
    padding-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  header .topNavigation nav li.nav-item {
    margin-left: 32px;
    border-bottom: 3px solid transparent;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  header .topNavigation nav li.nav-item:hover {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
}
header .topNavigation nav li.nav-item a.nav-link {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  padding: 0 !important;
  display: flex;
}
header .topNavigation nav .offcanvas-end {
  border-left: 0;
}
header .topNavigation nav .offcanvas-header {
  padding: 30px;
}
header .topNavigation nav .offcanvas-body {
  padding: 30px;
}
@media (min-width: 1025px) {
  header .topNavigation nav .offcanvas-body {
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 1025px) {
  header .topNavigation nav .show-sec-nav {
    display: none;
  }
}
header .topNavigation nav button.navbar-toggler {
  position: absolute;
  right: 16px;
  top: 10px;
  padding: 0;
  border: 0;
}
header .topNavigation nav button.navbar-toggler:focus {
  box-shadow: none;
}
header .topNavigation nav button.btn-close {
  position: absolute;
  right: 30px;
  top: 24px;
}
header .topNavigation nav button.btn-close:focus {
  box-shadow: none;
}

/* skip link styles */
.skip-links {
  display: flex;
}

#skipLinks {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #322252;
  background-color: #ffffff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom: 20px;
}

#skipLinks:focus {
  position: relative;
  width: auto;
  height: 40px;
  top: 10px;
  left: 10px;
}

.ajg-btn {
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
}
.ajg-btn .ajg-btn-inner {
  min-width: 176px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.ajg-btn .ajg-btn-inner .ajg-btn-text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.ajg-btn .ajg-btn-inner .icon-left {
  margin-right: 32px;
}
.ajg-btn .ajg-btn-inner .icon-right {
  margin-left: 32px;
}
.ajg-btn.icon-right span.ajg-btn-text {
  order: 1;
}
.ajg-btn.icon-right span.icon-right {
  order: 2;
}
.ajg-btn.icon-left span.icon-left {
  order: 1;
  margin-right: 32px;
}
.ajg-btn.icon-left span.ajg-btn-text {
  order: 2;
}
.ajg-btn.ajg-btn-large {
  padding: 24px;
}
.ajg-btn.ajg-btn-small {
  padding: 16px 24px;
}

/*
.ajg-btn-primary {
    background-color: $secondary-blue-digital;
    color: $white;
    border: 1px solid $secondary-blue-digital;
}
.ajg-btn-primary:hover {
    background-color: $primary-web-blue;
    color: $black;
    border: 1px solid $secondary-blue-digital;
}
.ajg-btn-primary:active {
    background-color: $logo-dark-blue;
    color: $white;
    border: 1px solid $logo-dark-blue;
}

.ajg-btn-tertiary {
    background-color: $white;
    color: $logo-dark-blue;
    border: 1px solid $body-text;
}
.ajg-btn-tertiary:hover {
    background-color: $secondary-blue-digital;
    color: $white;
    border: 1px solid $secondary-blue-digital;
}
.ajg-btn-tertiary:active {
    background-color: $logo-dark-blue;
    color: $white;
    border: 1px solid $logo-dark-blue;
}
*/
.ajg-btn-disabled {
  cursor: context-menu;
}

/*
.ajg-btn-disabled:hover {
    color: $body-text;
}
*/
/*
.ajg-btn-secondary {
    background-color: #7D5EE8;
    color: $white;
    border: 1px solid #7D5EE8;
}
.ajg-btn-secondary:hover {
    background-color: #322252;
    color: $white;
    border: 1px solid #322252;
}
.ajg-btn-outlineReverse {
    background-color: transparent;
    color: $white;
    border: 1px solid $white;
}
.ajg-btn-outlineReverse:hover {
    background-color: $white;
    color: #322252;
    border: 1px solid $white;
}
*/
.umb-block-grid__layout-item.buttons {
  width: 100%;
}

.fullwithbtn {
  width: 100% !important;
  max-width: 600px;
}

.text-basic, .breadcrumb-link, .related-link, .accordion-link, .article-title-link, .card-name-link, .intext-link, .nav-header-menu-link-icon, .nav-header-menu-link, .nav-footer-link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  cursor: pointer;
}

.nav-footer-link:hover {
  text-decoration: underline;
}
.nav-footer-link:active {
  text-decoration: underline;
}

.nav-header-menu-link {
  font-weight: 700;
}
.nav-header-menu-link:hover {
  text-decoration: underline;
}
.nav-header-menu-link:active {
  text-decoration: underline;
}

.nav-header-menu-link-icon {
  position: relative;
  padding-right: 40px;
  font-weight: 700;
}
.nav-header-menu-link-icon:hover {
  text-decoration: underline;
}
.nav-header-menu-link-icon:after {
  content: "\e902";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  position: absolute;
  right: 0;
  top: 0px;
}
.nav-header-menu-link-icon:active {
  text-decoration: underline;
}

.intext-link {
  line-height: 24px;
  text-decoration: underline;
}
.intext-link:hover {
  text-decoration: none;
}
.intext-link:active {
  text-decoration: none;
}

.card-name-link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: underline;
}
.card-name-link:hover {
  text-decoration: none;
}
.card-name-link:active {
  text-decoration: none;
}

.article-title-link {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: underline;
}
.accordion-link {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  position: relative;
  padding-left: 32px;
}
.accordion-link:before {
  content: "\e90a";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: -3px;
}
.accordion-link:hover {
  text-decoration: none;
}
.accordion-link:active {
  text-decoration: none;
}
.accordion-link:active:before {
  content: "\e909";
}

.related-link {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
  padding-left: 32px;
  text-decoration: underline;
}
.related-link:before {
  content: "\e902";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: -3px;
}
.related-link:hover {
  text-decoration: none;
}
.related-link:active {
  text-decoration: none;
}

.breadcrumb-link {
  text-decoration: underline;
  padding: 8px;
  border: 2px solid transparent;
}
.breadcrumb-link:hover {
  text-decoration: none;
}
.breadcrumb-link:active {
  text-decoration: none;
}
.breadcrumb-link:focus {
  border-width: 2px;
  border-style: solid;
}
.breadcrumb-link.active {
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: default;
}

.table-using-rows .table > :not(caption) > * > * {
  box-shadow: none;
}
.table-using-rows table {
  width: 100% !important;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  /*
  tr:nth-child(odd) {
    background-color: #F3F4F4;
  }
  */
}
.table-using-rows table thead {
  display: none;
}
.table-using-rows table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  height: auto;
}
.table-using-rows table tr td:first-child {
  border-bottom: 0;
}
.table-using-rows table tr td:last-child {
  border-top: 0;
}
.table-using-rows table td {
  height: auto;
  width: 100%;
  min-width: 250px;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
}
.table-using-rows table td span {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.table-using-rows table tr td:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
}
.table-using-rows table tr td:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-using-rows table tr:nth-child(even),
.table-using-rows table tr:nth-child(odd) {
  background-color: transparent;
}
.table-using-rows table tr td {
  width: 100% !important;
}
.table-using-rows table tr:nth-child(even) {
  background-color: #F3F4F4;
}
@media (min-width: 1025px) {
  .table-using-rows table {
    /*
    tr:nth-child(even) {
      background-color: transparent;
    }
    */
    /*
    tr td:first-child {
      color: $body-text;
    }
    */
  }
  .table-using-rows table thead {
    display: flex;
  }
  .table-using-rows table thead tr {
    width: 100% !important;
  }
  .table-using-rows table thead tr td {
    border-top: 1px solid #D0D1D1 !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .table-using-rows table thead tr td:first-child {
    border-top-left-radius: 8px !important;
  }
  .table-using-rows table thead tr td:last-child {
    border-top-right-radius: 8px !important;
  }
  .table-using-rows table tbody tr:first-child td {
    border-top: 1px solid #D0D1D1;
  }
  .table-using-rows table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px !important;
  }
  .table-using-rows table tbody tr:first-child td:last-child {
    border-top-right-radius: 8px !important;
  }
  .table-using-rows table thead + tbody tr:first-child td {
    border-top: none;
  }
  .table-using-rows table thead + tbody tr:first-child td:first-child, .table-using-rows table thead + tbody tr:first-child td:last-child {
    border-radius: 0 !important;
  }
  .table-using-rows table tr {
    display: flex;
    height: auto;
    margin-bottom: 0;
    flex-direction: row;
  }
  .table-using-rows table td:nth-child(even),
  .table-using-rows table td:nth-child(odd) {
    background-color: transparent !important;
  }
  .table-using-rows table tr td:first-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #D0D1D1;
    background-color: transparent;
    color: inherit !important;
  }
  .table-using-rows table tr td:last-child {
    border-top: 0;
    background-color: transparent;
  }
  .table-using-rows table td {
    height: auto;
    width: auto;
    border: none;
  }
  .table-using-rows table td span {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
  }
  .table-using-rows table tr td:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: bold;
  }
  .table-using-rows table tr td:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* span {
      color: $secondary-blue-digital;
    } */
  }
  .table-using-rows table th, .table-using-rows table tr, .table-using-rows table td {
    border: none;
  }
  .table-using-rows table tr th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: left;
    padding: 24px;
    font-weight: bold;
  }
  .table-using-rows table tr th:last-child {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .table-using-rows table tr td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 24px;
  }
  .table-using-rows table tr td:last-child {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .table-using-rows table tr th:first-child,
  .table-using-rows table tr td:first-child {
    border-left-width: 1px;
    border-left-style: solid;
    font-weight: bold;
  }
  .table-using-rows table tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .table-using-rows table tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .table-using-rows table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .table-using-rows table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .table-using-rows table tr:nth-child(even) {
    background-color: #F3F4F4;
  }
  .table-using-rows table .td-span {
    display: none;
  }
}

table a {
  word-break: break-all;
}

.tableContainer colgroup col {
  width: 100% !important;
}

.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .accordion-button {
  padding: 16px 4px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.accordion .accordion-button::before {
  content: "\e90a";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.accordion .accordion-button:not(.collapsed)::before {
  content: "\e909";
  font-family: "icomoon" !important;
}
.accordion .accordion-button::after {
  content: none;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-body {
  padding: 0 12px 16px 36px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* Umbraco grid/layout styling */
/* --------------------------- */
.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
}

.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 3, var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}

.umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, -webkit-min-content);
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}

.umb-block-grid__area {
  position: relative;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--area-column-span, 1) * 3, var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}

/* component layout spacing */
.umb-block-grid__area-container {
  margin: 0 auto;
}

.umb-block-grid__area .umb-block-grid__layout-item .umb-block-grid__area-container {
  margin: 16px auto;
}

.umb-block-grid__area .umb-block-grid__layout-item:first-child .umb-block-grid__area-container {
  margin-top: 0;
}

.umb-block-grid__area .umb-block-grid__layout-item:last-child .umb-block-grid__area-container {
  margin-bottom: 0;
}

.ctaBars,
.gridContainer {
  margin: 16px 0;
}

.gridContainer-bg {
  padding: 32px 0;
}

.gridContainer-bg-container + .gridContainer-bg-container {
  margin-top: -16px;
}

.footer--lastClassBg {
  margin-top: -16px;
  margin-bottom: 0;
}

.footer .gridContainer-bg-container {
  margin-bottom: 0;
}

.heroBannerNonGallagher + .gridContainer-bg-container {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .ctaBars,
  .gridContainer {
    margin: 32px 0;
  }
  .gridContainer-bg-container + .gridContainer-bg-container {
    margin-top: -32px;
  }
  .footer--lastClassBg {
    margin-top: -32px;
  }
  .twoColumnOneHalf .umb-block-grid__area {
    margin-right: 24px;
  }
  .twoColumnOneHalf .umb-block-grid__area:last-child {
    margin-right: 0;
  }
  .twoColumnOneThird .umb-block-grid__area {
    margin-right: 24px;
  }
  .twoColumnOneThird .umb-block-grid__area:last-child {
    margin-right: 0;
  }
  .twoColumnTwoThirds .umb-block-grid__area {
    margin-right: 24px;
  }
  .twoColumnTwoThirds .umb-block-grid__area:last-child {
    margin-right: 0;
  }
  .threeColumnOneThird .umb-block-grid__area {
    margin-right: 24px;
  }
  .threeColumnOneThird .umb-block-grid__area:last-child {
    margin-right: 0;
  }
  .fourColumnOneFourth .umb-block-grid__area {
    margin-right: 24px;
  }
  .fourColumnOneFourth .umb-block-grid__area:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .umb-block-grid__area-container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .umb-block-grid__area-container {
    max-width: 960px;
  }
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}
@media (min-width: 1200px) {
  .umb-block-grid__area-container {
    max-width: 1200px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
    padding: 0 24px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
    padding: 0 24px;
  }
}
.column-bg {
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 auto;
}

.column-bg__column {
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .column-bg__column {
    margin-bottom: 0;
  }
}
.column-bg__column:last-child {
  margin-bottom: 0;
}

.umb-block-grid__area .umb-block-grid__layout-item .column-bg .umb-block-grid__area-container {
  margin: 0;
}

.manuscriptSingleColumn {
  width: 100%;
}
@media (min-width: 1025px) {
  .manuscriptSingleColumn {
    max-width: 800px;
    margin: 0 auto;
  }
}
.manuscriptSingleColumn iframe {
  width: 100%;
  height: 450px;
}
.manuscriptSingleColumn form input[type=text],
.manuscriptSingleColumn form input[type=email],
.manuscriptSingleColumn form input[type=tel],
.manuscriptSingleColumn form textarea,
.manuscriptSingleColumn form select {
  max-width: 100%;
}

.manuscriptTwoColumn {
  width: 100%;
}
@media (min-width: 1025px) {
  .manuscriptTwoColumn {
    max-width: 800px;
    margin: 0 auto;
  }
  .manuscriptTwoColumn .umb-block-grid__area {
    padding-right: 24px;
  }
  .manuscriptTwoColumn .umb-block-grid__area:last-child {
    padding-right: 0;
  }
}
.manuscriptTwoColumn .htmlWidget iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 16px;
}

.manuscript-area__removeTop .umb-block-grid__area-container {
  margin-top: 0 !important;
}

.manuscript-area__removeBottom .umb-block-grid__area-container {
  margin-bottom: 0 !important;
}

.manuscriptTwoColumn .umb-block-grid__layout-container,
.manuscriptTwoColumn .umb-block-grid__layout-container .richTextContainer {
  height: 100%;
}

.richTextBlock p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.richTextBlock p a {
  text-decoration: underline;
  cursor: pointer;
}
.richTextBlock p a:hover {
  text-decoration: none;
}
.richTextBlock p.body-large {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .richTextBlock p.body-large {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.richTextBlock p.body-small {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1rem;
}
.richTextBlock h1 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 24px;
  word-break: break-word;
}
@media (min-width: 576px) {
  .richTextBlock h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 3rem;
  }
}
.richTextBlock h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 16px;
  word-break: break-word;
}
@media (min-width: 576px) {
  .richTextBlock h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem;
  }
}
.richTextBlock h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 16px;
  word-break: break-word;
}
@media (min-width: 576px) {
  .richTextBlock h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
  }
}
.richTextBlock h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 16px;
  word-break: break-word;
}
@media (min-width: 576px) {
  .richTextBlock h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
  }
}
.richTextBlock h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 16px;
  word-break: break-word;
}
@media (min-width: 576px) {
  .richTextBlock h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.richTextBlock ul {
  margin-bottom: 24px;
}
.richTextBlock ul li {
  font-size: 1rem;
  line-height: 1.25rem;
}
.richTextBlock ul li ::marker {
  margin-right: 20px;
}
@media (min-width: 576px) {
  .richTextBlock ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.richTextBlock ul.icon-bullet {
  list-style-type: none;
}
.richTextBlock ul.icon-bullet li {
  padding-bottom: 1rem;
  position: relative;
}
.richTextBlock ul.icon-bullet li:has(> ul.icon-bullet) {
  padding-bottom: 0;
}
.richTextBlock ul.icon-bullet li::before {
  font-size: 1.5rem;
  left: -34px;
  top: 2px;
  position: absolute;
}
.richTextBlock ol {
  margin-bottom: 24px;
}
.richTextBlock ol li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.richTextBlock .ajg-btn {
  width: 100%;
}
@media (min-width: 576px) {
  .richTextBlock .ajg-btn {
    width: auto;
  }
}

.richTextContainer td img {
  width: auto;
}

.richTextContainer img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .richTextContainer img {
    width: auto;
    height: auto;
  }
}

.richTextContainer .embeditem {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%;
  margin-bottom: 24px;
}
.richTextContainer iframe {
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.items-center {
  text-align: center;
}

.container.rte-cards .wrp_richTextBlock .richTextContainer {
  padding: 24px;
}
.container.rte-cards .wrp_richTextBlock .richTextContainer h1, .container.rte-cards .wrp_richTextBlock .richTextContainer h2, .container.rte-cards .wrp_richTextBlock .richTextContainer h3, .container.rte-cards .wrp_richTextBlock .richTextContainer h4, .container.rte-cards .wrp_richTextBlock .richTextContainer h5 {
  padding-top: 0;
  margin-bottom: 16px;
}
.container.rte-cards .wrp_richTextBlock .richTextContainer p {
  margin-bottom: 16px;
}
.container.rte-cards .wrp_richTextBlock .richTextContainer p:last-child {
  margin-bottom: 0;
}
.container.rte-cards .umb-block-grid__area-container {
  margin-top: 0;
  margin-bottom: 0;
}
.container.rte-cards .richTextContainer {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .container.rte-cards .umb-block-grid__area-container {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .container.rte-cards .richTextContainer {
    margin-top: 0;
    margin-bottom: 0;
  }
  .container.rte-cards .wrp_richTextBlock {
    height: 100%;
  }
  .container.rte-cards .richTextContainer {
    height: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .hero-banner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.hero-banner .banner-image {
  padding-top: 38.88%;
  position: relative;
  height: 146px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 1025px) {
  .hero-banner .banner-image {
    height: 560px;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  .hero-banner .banner-image.banner-image-mobile {
    display: none;
  }
}
.hero-banner .banner-details {
  padding: 24px 30px 48px;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details {
    margin-top: -200px;
    padding: 56px 0;
    margin-left: 64px;
    margin-right: 64px;
    position: relative;
  }
}
.hero-banner .banner-details .div_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .div_row {
    flex-direction: row;
  }
}
.hero-banner .banner-details .div_row .hero-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .div_row .hero-text {
    width: 58.33333333%;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .div_row .hero-text .hero-text-wrapper {
    width: 470px;
    margin: 0 auto;
  }
}
.hero-banner .banner-details .div_row .hero-text .hero-text-wrapper h1 {
  word-wrap: break-word;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
}
.hero-banner .banner-details .div_row .hero-text .hero-text-wrapper h1:after {
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .div_row .hero-text .hero-text-wrapper h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.hero-banner .banner-details .div_row .hero-text .hero-text-wrapper h2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .div_row .hero-text .hero-text-wrapper h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.hero-banner .banner-details .cta-area {
  width: 100%;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .cta-area {
    width: 41.66666667%;
  }
}
.hero-banner .banner-details .cta-area .hero-btn-text {
  text-align: center;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .cta-area .hero-btn-text {
    margin-right: 70px;
    padding: 48px 32px;
  }
}
.hero-banner .banner-details .cta-area .hero-btn-text .hero-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.hero-banner .banner-details .cta-area .hero-btn-text .hero-btn-wrapper a {
  margin-bottom: 24px !important;
  width: 100%;
}
.hero-banner .banner-details .cta-area .hero-btn-text .hero-btn-wrapper a:nth-child(2) {
  margin-bottom: 0 !important;
}
.hero-banner .banner-details .cta-area .hero-btn-text h3 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details .cta-area .hero-btn-text h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 24px;
  }
}
.hero-banner .banner-details__only-heading {
  padding: 24px 30px;
}
@media (min-width: 1025px) {
  .hero-banner .banner-details__only-heading {
    margin-top: -176px;
    padding: 56px 0 32px;
  }
}

.noCTA .hero-text {
  width: 100% !important;
}
.noCTA .hero-text .hero-text-wrapper {
  width: 90% !important;
}
.noCTA .cta-area {
  width: 0% !important;
  display: none;
}

@media (min-width: 1025px) {
  .hero-banner-overlay {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.hero-banner-overlay .banner-image {
  padding-top: 38.88%;
  position: relative;
  height: 146px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-image {
    height: 560px;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-image.banner-image-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-details {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 120px;
  }
}
.hero-banner-overlay .banner-details .div_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-details .div_row {
    flex-direction: row;
  }
}
.hero-banner-overlay .banner-details .div_row .hero-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-details .div_row .hero-text {
    width: 58.33333333%;
    margin: 0 auto;
  }
}
.hero-banner-overlay .banner-details .div_row .hero-text .hero-text-wrapper {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-details .div_row .hero-text .hero-text-wrapper {
    width: 470px;
    margin: 0 auto;
  }
}
.hero-banner-overlay .banner-details .cta-area {
  width: 100%;
  position: relative;
}
.hero-banner-overlay .banner-details .cta-area .banner-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-details .cta-area {
    width: 488px;
    height: 428px;
  }
}
.hero-banner-overlay .banner-details .cta-area .hero-btn-text {
  text-align: center;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-details .cta-area .hero-btn-text {
    padding: 0 32px;
  }
}
.hero-banner-overlay .banner-details .cta-area .hero-btn-text .hero-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.hero-banner-overlay .banner-details .cta-area .hero-btn-text .hero-btn-wrapper a {
  margin-bottom: 24px !important;
  width: 100%;
}
.hero-banner-overlay .banner-details .cta-area .hero-btn-text .hero-btn-wrapper a:nth-child(2) {
  margin-bottom: 0 !important;
}
.hero-banner-overlay .banner-details .cta-area .hero-btn-text h1 {
  word-wrap: break-word;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-decoration: none;
  margin-bottom: 24px;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .hero-banner-overlay .banner-details .cta-area .hero-btn-text h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 24px;
  }
}
.hero-banner-overlay .banner-details .cta-area .hero-btn-text h1::after {
  content: none;
}

.hero-btn-text--heading-only h1 {
  margin-bottom: 0 !important;
}

/*  --------------------- Mobile Styles ---------------------- */
.meta-nav .container {
  padding: 16px 24px;
}

.logo img {
  height: 60px;
  width: 200px;
  max-height: 60px;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mega-nav__main__mobile-header {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 10;
  padding: 10px 30px;
}

.menu-open {
  overflow: hidden;
}

.menu-open .mega-nav__main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1999;
  overflow: hidden;
}

.menu-open .mega-nav__main__mobile-header {
  position: fixed;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* mobile menu open/close button */
.mega-nav__main__burger {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.mega-nav__main__burger__bar1, .mega-nav__main__burger__bar2, .mega-nav__main__burger__bar3 {
  width: 20px;
  height: 2px;
  margin: 6px 0;
  transition: 0.4s;
}

.menu-open .mega-nav__main__burger {
  top: 5px;
  right: 20px;
}

.menu-open .mega-nav__main__burger__bar1, .menu-open .mega-nav__main__burger__bar2, .menu-open .mega-nav__main__burger__bar3 {
  width: 16px;
  padding: 0;
  top: 5px;
}

.menu-open .mega-nav__main__burger__bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.menu-open .mega-nav__main__burger__bar2 {
  opacity: 0;
}

.menu-open .mega-nav__main__burger__bar3 {
  transform: translate(0, -8px) rotate(45deg);
}

/**/
.mega-nav__main__inner {
  position: fixed;
  top: 60px;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 30px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  display: none;
}
.mega-nav__main__inner .mega-nav__main__menu--secondary-nav .langs {
  padding: 10px 0px;
  font-weight: 700;
}
.mega-nav__main__inner .mega-nav__main__menu--secondary-nav .langs select {
  border: unset;
  font-weight: 700;
}
.mega-nav__main__inner .mega-nav__main__menu--secondary-nav .langs::before {
  content: "\e9c9";
  font-family: "icomoon" !important;
  text-decoration: none;
}

.menu-open .mega-nav__main__inner {
  display: flex;
}

.mega-menu-wrapper .container {
  padding: 16px 24px;
}

/* search */
.mega-search {
  position: relative;
  order: 1;
  margin-bottom: 40px;
}

.search-form {
  width: 160px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.search-form input {
  height: 45px;
  width: 100%;
  border-width: 0px;
  border-radius: 0;
  margin: 0;
  padding: 10px 45px 10px 10px;
}

.search-form input:focus {
  outline: 0;
  box-shadow: none;
}

/* placeholder color */
/*
.search-form input::placeholder {
  color: $secondary-orange;
}
.search-form input:-ms-input-placeholder {
  color: $secondary-orange;
}
.search-form input::-webkit-input-placeholder {
  color: $secondary-orange;
} */
.search-form button {
  position: absolute;
  right: 0;
  top: 5px;
  margin-left: 5px;
}

/* search close button */
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url("../images/close.png");
  background-size: 10px 10px;
  cursor: pointer;
}

/**/
.mega-nav__main__menu {
  order: 2;
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}

/* Navigation Back from mega-nav__main__menu__level-1 in Mobile only */
.mega-nav__main__menu__sub-menu-content .mega-nav__main__menu__mobile-nav {
  position: fixed;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
}

.mega-nav__main__menu__sub-menu-content .mega-nav__main__menu__mobile-nav a.mega-nav__main__menu__back {
  border: 0;
  padding-left: 24px;
  padding-top: 8px;
  font-size: 18px;
  line-height: 28px;
}

.mega-nav__main__menu__sub-menu-content .mega-nav__main__menu__mobile-nav a.mega-nav__main__menu__back::after {
  content: "\e901";
  font-family: "icomoon" !important;
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: 700;
}

.mega-nav__main__menu li {
  display: flex;
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mega-nav__main__menu li a.mega-nav__main__menu__item {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.mega-nav__main__menu--secondary-nav {
  order: 3;
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.mega-nav__main__menu--secondary-nav li {
  display: flex;
  list-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mega-nav__main__menu--secondary-nav li a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.mega-nav__main__menu li a.hasSubMenu::after {
  content: "\e904";
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 700;
  rotate: -90deg;
}

.menu-panel {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  margin: 0;
  padding: 30px 30px 100px 30px;
  overflow-x: auto;
}

.mega-nav__main__menu__sub-menu-content {
  padding-left: 0;
  list-style: none;
}

.mega-nav__main__menu__sub-menu-content li {
  list-style: none;
  border-bottom: 0;
}

.mega-nav__main__menu__sub-menu-content li a {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* styling for having summary text */
.mega-nav__main__menu__sub-menu-content li.summary-text {
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 0;
  position: relative;
}

.mega-nav__main__menu__sub-menu-content li.summary-text > a {
  border-bottom: 0;
  padding: 0;
  position: static;
}

.mega-nav__main__menu__sub-menu-content li.summary-text > span {
  font-size: 15px;
  line-height: 28px;
  padding-right: 25px;
}

/**/
/* Navigation Back from mega-nav__main__menu__level-2 */
.mega-nav__main__menu__sub-menu-content .nav-label {
  position: fixed;
  top: 0;
  height: 60px;
  margin-right: 60px;
  display: flex;
  align-items: center;
}

.mega-nav__main__menu__sub-menu-content .nav-label a {
  padding-left: 24px;
  padding-top: 8px;
  padding-right: 8px;
  border-bottom: 0;
  min-width: 250px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background-color: #ffffff;
}

.mega-nav__main__menu__sub-menu-content .nav-label a::after {
  content: "\e901";
  font-family: "icomoon" !important;
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: 700;
}

/* Icon for sub menu link goes inside */
.mega-nav__main__menu__sub-menu-content li a.nav-menu-2::after {
  content: "\e902";
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 700;
}

.mega-nav__main__menu__sub-menu-content li a.nav-menu-3::after {
  content: "\e902";
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 700;
}

.mega-nav__main__menu__level-1 {
  display: none;
  z-index: 20;
}

.mega-nav__main__menu__level-1.open {
  display: block;
}

.mega-nav__main__menu__level-2 {
  display: none;
  z-index: 30;
}

.mega-nav__main__menu__level-2.open {
  display: block;
}

.mega-nav__main__menu__level-3 {
  display: none;
  z-index: 40;
}

.mega-nav__main__menu__level-3.open {
  display: block;
}

.mega-nav__main__menu--secondary-nav.mega-nav__main__menu .mega-nav__main__menu__item::before {
  content: "\e9c9";
  font-family: "icomoon" !important;
  text-decoration: none;
  padding-right: 4px;
}

/*  --------------------- Desktop Styles --------------------- */
@media (min-width: 1025px) {
  /* fixing spacing issues in meta nav */
  .meta-nav .container {
    padding: 16px 24px;
  }
  .mega-nav__main__inner {
    position: static;
    overflow: hidden;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
  /* hide elements used in mobile not used in desktop */
  .mega-nav__main__mobile-header {
    display: none !important;
  }
  .mega-nav__main__burger {
    display: none !important;
  }
  .mega-nav__main__menu__mobile-nav {
    display: none !important;
  }
  /**/
  .mega-nav__main__inner {
    display: flex;
  }
  .mega-menu-wrapper {
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  /* search styles */
  .mega-search {
    display: block;
    position: static;
    order: 2;
    margin-bottom: 0;
    margin-left: 40px;
  }
  .search-form {
    width: 160px;
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 0;
  }
  .search-form input {
    height: 45px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    margin: 0;
    padding: 10px 45px 10px 10px;
  }
  .search-form input:focus {
    outline: 0;
    box-shadow: none;
  }
  /* placeholder color */
  /*
  .search-form input::placeholder {
    color: $secondary-orange;
  }
  .search-form input:-ms-input-placeholder {
    color: $secondary-orange;
  }
  .search-form input::-webkit-input-placeholder {
    color: $secondary-orange;
  }
  */
  .search-form button {
    position: absolute;
    right: 0;
    top: 10px;
    margin-left: 5px;
  }
  /*
  .search-form button:hover {
    color: $secondary-orange;
  }
  */
  /* search close button */
  [type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url("../images/close.png");
    background-size: 10px 10px;
    cursor: pointer;
  }
  /**/
  /* hide seconday nav*/
  .mega-nav__main__menu--secondary-nav {
    display: none !important;
  }
  /**/
  .mega-nav__main__menu {
    position: static;
    top: 0;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    order: 1;
  }
  .mega-nav__main__menu li {
    padding: 0;
    margin-right: 32px;
    border-bottom: 0;
  }
  /* fix the spacing of last li if search not available */
  .mega-nav__main__menu > li:last-child {
    margin-right: 0;
  }
  /**/
  .mega-nav__main__menu li a.mega-nav__main__menu__item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 400;
    border-bottom: 3px solid transparent;
  }
  .mega-nav__main__menu li a.mega-nav__main__menu__item:last-child {
    margin-right: 0;
  }
  .mega-nav__main__menu li a.mega-nav__main__menu__item:hover {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .mega-nav__main__menu li a.hasSubMenu {
    padding-right: 24px;
  }
  .mega-nav__main__menu li a.hasSubMenu::after {
    rotate: 0deg;
    top: 0;
  }
  .mega-nav__main__menu li a.mega-nav__main__menu__item.open {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .mega-nav__main__menu li a.hasSubMenu.open::after {
    content: "\e906";
  }
  .menu-panel {
    position: absolute;
    height: 75vh;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
  }
  .menu-panel .container {
    height: 100%;
  }
  .mega-nav__main__menu__level-1 {
    z-index: 20;
    top: 100%;
    margin-top: 1px;
  }
  .mega-nav__main__menu__level-2 {
    top: 0;
    z-index: 30;
  }
  .mega-nav__main__menu__level-3 {
    top: 0;
    z-index: 40;
  }
  .mega-nav__main__menu__inner-wrapper {
    height: inherit;
  }
  .mega-nav__main__menu__inner-wrapper.three-col {
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    position: relative;
  }
  .mega-nav__main__menu__inner-wrapper.three-col > ul {
    flex: 0 0 33%;
    border-right-width: 1px;
    border-right-style: solid;
    padding-top: 40px;
  }
  .mega-nav__main__menu__inner-wrapper .mega-nav__main__menu__sub-menu-content:first-child {
    padding-left: 15px;
  }
  .mega-nav__main__menu__inner-wrapper > ul:nth-child(3) {
    border-right: 0 !important;
    padding-right: 0;
  }
  .mega-nav__main__menu__sub-menu-content:last-child {
    border-right: 0;
  }
  .mega-nav__main__menu__sub-menu-content {
    padding: 0 30px;
  }
  .mega-nav__main__menu__sub-menu-content li {
    margin: 0;
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .mega-nav__main__menu__sub-menu-content li a {
    padding: 16px 0;
    border-bottom: 0;
  }
  .mega-nav__main__menu__sub-menu-content li a.nav-menu-2::after {
    top: 16px;
  }
  .mega-nav__main__menu__sub-menu-content li a.nav-menu-3::after {
    top: 16px;
  }
  .mega-nav__main__menu__sub-menu-content .nav-label {
    position: relative;
    height: 70px;
    display: flex;
    align-items: start;
    border-bottom: 0;
  }
  /* styling for having summary text */
  .mega-nav__main__menu__sub-menu-content li.summary-text {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-bottom: 0;
    position: static;
  }
  .mega-nav__main__menu__sub-menu-content li.summary-text > a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 16px 0;
    position: relative;
  }
  .mega-nav__main__menu__sub-menu-content li.summary-text > span {
    font-size: 15px;
    line-height: 28px;
    padding-right: 10px;
  }
  .mega-nav__main__menu__sub-menu-content li.summary-text > a::after {
    top: 16px !important;
  }
  .mega-nav__main__menu__sub-menu-content a.nav-menu-2:hover {
    cursor: pointer;
    padding-left: 5px;
    -webkit-transition: padding-left 0.2s ease-in;
    transition: padding-left 0.2s ease-in;
  }
  .mega-nav__main__menu__sub-menu-content a.nav-menu-3:hover {
    cursor: pointer;
    padding-left: 5px;
    -webkit-transition: padding-left 0.2s ease-in;
    transition: padding-left 0.2s ease-in;
  }
}
.closeMenu {
  display: block;
  float: right;
  color: #322252;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  width: auto;
  padding: 10px;
  margin-top: 10px;
  margin-right: 20px;
  background-color: #f1f1f1;
  border: 0;
  opacity: 0;
  cursor: context-menu;
}

.closeMenu:focus-visible {
  opacity: 1;
}

button.mega-nav__main__burger {
  background-color: transparent;
  border: 0;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* button mobile only - nav home screen */
.wrapper-btn-mobile-only {
  order: 3;
}

#btn-mobile-only {
  display: block;
  float: right;
  color: #322252;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  width: auto;
  padding: 10px;
  margin-top: 10px;
  margin-right: 20px;
  background-color: #f1f1f1;
  border: 0;
  opacity: 0;
}

#btn-mobile-only:focus-visible {
  opacity: 1;
}

@media (min-width: 1024px) {
  .wrapper-btn-mobile-only {
    display: none !important;
  }
}
/* styles for accessible tab navigation */
/* mobile only - more spacing at the bottom to show close button */
.mega-nav__main__inner {
  padding-bottom: 30px;
}

.menu-panel {
  padding-bottom: 130px;
}

@media (min-width: 1024px) {
  .mega-nav__main__inner {
    padding-bottom: 0;
  }
  .menu-panel {
    padding-bottom: 0;
  }
}
/* fix the width issues in mobile menu - to make it full */
.mega-nav__main__menu__level-1 .container {
  max-width: 100%;
  padding: 0;
}

@media (min-width: 1024px) {
  .mega-nav__main__menu__level-1 .container {
    padding: 16px 12px;
  }
}
@media (min-width: 1200px) {
  .mega-nav__main__menu__level-1 .container {
    max-width: 1200px;
  }
}
/* height adjusted to accomodate close button at the bottom of the nav menu*/
@media (min-width: 1024px) {
  .mega-nav__main__menu__inner-wrapper.three-col {
    height: 65vh;
  }
}
/* explore cards */
.explore-cards {
  padding: 0;
}
.explore-cards h2.cardsTitle {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .explore-cards h2.cardsTitle {
    font-size: 24px;
    line-height: 40px;
  }
}
.explore-cards h2.cardsTitle:empty {
  display: none;
}
.explore-cards .explore-cards__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center !important;
}
@media (min-width: 1025px) {
  .explore-cards .explore-cards__container {
    margin: 0 -12px;
  }
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper {
  flex: 0 0 100%;
  display: flex;
  padding-bottom: 24px;
}
@media (min-width: 1025px) {
  .explore-cards .explore-cards__container .explore-cards__card-wrapper {
    flex: 0 0 33.333%;
    padding: 0 12px 24px;
  }
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper article {
  flex: 0 0 100%;
  padding: 32px 24px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper a {
  text-decoration: none;
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper a h6 {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper a h2.explore-cards__card-name {
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .explore-cards .explore-cards__container .explore-cards__card-wrapper a h2.explore-cards__card-name {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper a p {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .explore-cards .explore-cards__container .explore-cards__card-wrapper a p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper a:hover {
  /* h2.cardName {
     color: $secondary-blue-digital;
   }
   p {
     color: $secondary-blue-digital;
   }*/
}
.explore-cards .explore-cards__container .explore-cards__card-wrapper a:hover h6 {
  font-weight: 700;
}

/* collection cards */
.collection-cards h2.cardsTitle {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .collection-cards h2.cardsTitle {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.collection-cards h2.cardsTitle:empty {
  display: none;
}
.collection-cards .collection-cards__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center !important;
}
@media (min-width: 1025px) {
  .collection-cards .collection-cards__container {
    margin: 0 -12px -24px;
  }
}
.collection-cards .collection-cards__container .collection-cards__item {
  flex: 0 0 100%;
  display: flex;
  padding-bottom: 24px;
}
.collection-cards .collection-cards__container .collection-cards__item .collection-cards__image {
  background-image: url("../images/cardImage.png");
  position: relative;
  height: 184px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 1025px) {
  .collection-cards .collection-cards__container .collection-cards__item {
    flex: 0 0 33.333%;
    padding: 0 12px 24px;
  }
}
.collection-cards .collection-cards__container .collection-cards__item article {
  flex: 0 0 100%;
}
.collection-cards .collection-cards__container .collection-cards__item a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.collection-cards .collection-cards__container .collection-cards__item a .collection-cards__content {
  padding: 24px;
}
.collection-cards .collection-cards__container .collection-cards__item a h6 {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.collection-cards .collection-cards__container .collection-cards__item a h6 .collection-cards__content__sub-title {
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
.collection-cards .collection-cards__container .collection-cards__item a h6 .collection-cards__content__sub-title:first-child {
  font-weight: 700;
  padding-right: 8px;
  margin-right: 8px;
}
.collection-cards .collection-cards__container .collection-cards__item a h6 .collection-cards__content__sub-title:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  top: 3px;
  right: 0;
}
.collection-cards .collection-cards__container .collection-cards__item a h4.collection-cards__title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .collection-cards .collection-cards__container .collection-cards__item a h4.collection-cards__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.collection-cards .collection-cards__container .collection-cards__item a p {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .collection-cards .collection-cards__container .collection-cards__item a p {
    font-size: 16px;
    line-height: 24px;
  }
}
.collection-cards .collection-cards__container .collection-cards__item a .collection-cards__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.collection-cards .collection-cards__container .collection-cards__item a:hover .collection-cards__overlay {
  display: block;
}
.collection-cards .collection-cards__container .collection-cards__item a.no-link {
  pointer-events: none;
}
.collection-cards .collection-cards__container .collection-cards__item a.no-link:hover .collection-cards__overlay {
  display: none;
}
.collection-cards .collection-cards__container .collection-cards__item .collection-cards__cta h4 {
  margin-bottom: 0;
  padding: 0 24px 24px 24px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  display: flex;
}
@media (min-width: 1025px) {
  .collection-cards .collection-cards__container .collection-cards__item .collection-cards__cta h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.collection-cards .collection-cards__container .collection-cards__item .collection-cards__cta h4::before {
  content: "\e902";
  font-family: "icomoon" !important;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

p.privacy-policy {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
p.privacy-policy a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
}
p.privacy-policy a:hover {
  text-decoration: none;
}

.umbraco-forms-page {
  /* input.text.form-control.input-validation-error {border-color: $error-message-red;} */
  /* Edge */
  /* Internet Explorer */
}
.umbraco-forms-page label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
.umbraco-forms-page .umbracoForms-Indicator {
  float: left;
  box-sizing: border-box;
  width: 7px;
}
.umbraco-forms-page input.text.form-control {
  padding: 16px 40px 16px 16px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.umbraco-forms-page input.text.form-control:focus {
  box-shadow: none;
  border: 2px solid;
}
.umbraco-forms-page .field-validation-error {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  margin-top: 8px;
}
.umbraco-forms-page ::-webkit-input-placeholder {
  color: #606363;
  font-style: italic;
}
.umbraco-forms-page :-ms-input-placeholder {
  color: #606363;
  font-style: italic;
}
.umbraco-forms-page ::placeholder {
  color: #606363;
  font-style: italic;
}
.umbraco-forms-page select {
  padding: 16px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
}
.umbraco-forms-page select:focus {
  box-shadow: none;
  border: 2px solid;
}
.umbraco-forms-page select.form-select {
  padding: 16px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  max-width: 600px;
}
.umbraco-forms-page select.form-select:focus {
  box-shadow: none;
  border: 2px solid;
}
.umbraco-forms-page .validation-summary-errors {
  border-width: 2px;
  border-style: solid;
  padding: 16px 32px;
  margin-bottom: 24px;
  position: relative;
}
.umbraco-forms-page .validation-summary-errors ul {
  margin: 16px 0;
}
.umbraco-forms-page .validation-summary-errors ul li {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
.umbraco-forms-page .validation-summary-errors::before {
  content: "There are errors that require your attention";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-left: 24px;
  display: flex;
  padding-left: 8px;
}
.umbraco-forms-page .validation-summary-errors::after {
  content: "\ea0c";
  font-family: "icomoon" !important;
  position: absolute;
  top: 16px;
  font-size: 1.125rem;
  width: 24px;
  height: 24px;
  font-weight: 700;
}
.umbraco-forms-page .umbraco-forms-field-wrapper {
  margin-bottom: 16px;
}
.umbraco-forms-page .umbraco-forms-caption {
  margin-bottom: 24px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  max-width: 600px;
}

select.multi-form {
  margin: 0 auto;
}

.multi-form-container .umb-block-grid__layout-item.form {
  display: none;
}

.multi-form-container .umb-block-grid__layout-item.form.show {
  display: block;
}

/* select.form-select.input-validation-error {border-color: $error-message-red;} */
select.multi-form {
  padding: 16px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 16px;
}
select.multi-form:focus {
  box-shadow: none;
  border-width: 2px;
  border-style: solid;
}

@media (min-width: 1025px) {
  .radiobuttonlist {
    display: flex;
    align-items: center;
  }
}
.radiobuttonlist .radio {
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .radiobuttonlist .radio {
    margin-bottom: 0;
  }
}

.radiobuttonlist label {
  display: flex;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 0;
}

.radiobuttonlist label input {
  margin-right: 8px;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 3px;
  background-clip: content-box;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  border-radius: 50%;
}

input[type=radio]:checked {
  border-width: 2px;
}

.multiplechoice {
  margin-bottom: 16px;
}

@media (min-width: 1025px) {
  .checkboxlist {
    display: flex;
    flex-wrap: wrap;
  }
}
.checkboxlist .checkbox {
  display: flex;
  margin-bottom: 8px;
  position: relative;
}

@media (min-width: 1025px) {
  .checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
  }
}
.checkbox > label {
  margin-bottom: 0;
}

.checkbox > input {
  height: 20px;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  outline: none;
  background-color: #ffffff;
  margin-right: 16px;
  cursor: pointer;
}

.checkbox > input:checked {
  background-color: #ffffff;
  border-width: 2px;
}

.checkbox > input:checked + label::before {
  font-family: "icomoon" !important;
  content: "\e903";
  display: block;
  text-align: center;
  position: absolute;
  left: 2px;
  top: -2px;
}
@media (min-width: 1025px) {
  .checkbox > input:checked + label::before {
    top: 0;
  }
}

.checkbox > input:active {
  border: 1px solid #34495E;
}

textarea {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  padding: 8px 16px;
  min-height: 168px;
  width: 100%;
}

textarea:focus {
  box-shadow: none;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
}

/*textarea.input-validation-error {
    border-color: $error-message-red;
}
*/
.btn-submit {
  width: auto !important;
  margin-bottom: 16px;
  min-width: 224px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 24px;
  border: 1px solid transparent;
}

.btn-submit-inner {
  display: flex;
  align-items: center;
}
.btn-submit-inner .icon-right {
  margin-left: 32px;
}

.form-optout p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 16px;
}
.form-optout p a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.form-optout p a:hover {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

.marketingoptin label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.marketingoptin label:first-child {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2rem;
}

.marketing .checkbox {
  min-width: 150px;
  margin-bottom: 8px;
  width: 50%;
}

.marketing-opt-in {
  display: flex;
  cursor: pointer;
  position: relative;
  margin-right: 24px;
  margin-bottom: 0;
  margin-top: 16px;
}
.marketing-opt-in label:before {
  top: -2px !important;
}

@media (min-width: 768px) {
  .form-group {
    display: flex;
    justify-content: center;
  }
  .form-group .form-center-wrapper {
    width: 600px;
  }
  .form-center-wrapper {
    text-align: left;
  }
}
.manuscriptSingleColumn form fieldset .container,
.manuscriptTwoColumn form fieldset .container {
  padding: 0 !important;
}

.manuscriptSingleColumn .container.form-cust-submit-btn,
.manuscriptTwoColumn .container.form-cust-submit-btn {
  padding: 0 !important;
}

/*.manuscriptSingleColumn .btn-submit,
.manuscriptTwoColumn .btn-submit
 {
    background-color: #8CA9C7;
    color: #000066;
    min-width: 224px;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px;
    border: 1px solid transparent;
    padding-left: 0;
}*/
.form-cust-submit-btn {
  display: flex;
  justify-content: center;
}

.put-lines-on .umb-block-grid__area, .put-lines-on .container {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

footer .umb-block-grid__area:nth-child(1) {
  order: 2;
}
footer .umb-block-grid__area:nth-child(2) {
  order: 1;
}
@media (min-width: 1025px) {
  footer .umb-block-grid__area:nth-child(1) {
    order: 1;
  }
  footer .umb-block-grid__area:nth-child(2) {
    order: 2;
  }
}
footer .footer-link {
  padding: 20px 0;
  text-align: center;
}
footer .footer-link ul {
  margin: 0;
  padding: 0;
}
footer .footer-link ul li {
  list-style-type: none;
  padding: 0 8px;
  display: inline-block;
}
footer .footer-link ul li a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: normal;
  white-space: nowrap;
}
footer .footer-link ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  footer .footer-link {
    text-align: left;
  }
}
footer .footer-text {
  padding: 20px 0;
}
footer .footer-text p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  footer .footer-text p {
    text-align: left;
  }
}

/* mega footer */
.mega-footer {
  background-color: #322252;
}
.mega-footer .subscribe .umb-block-grid__area-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mega-footer .subscribe .umb-block-grid__area:nth-child(1) {
  order: 1;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .mega-footer .subscribe .umb-block-grid__area:nth-child(1) {
    margin-bottom: 0;
  }
}
.mega-footer .subscribe .umb-block-grid__area:nth-child(2) {
  order: 2;
}
.mega-footer .subscribe .richTextContainer h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  padding-top: 0;
}
.mega-footer .subscribe .richTextContainer p {
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.mega-footer .subscribe label {
  display: none;
}
@media (min-width: 1025px) {
  .mega-footer .subscribe .umbraco-forms-page {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }
}
.mega-footer .subscribe .umbraco-forms-page .umbraco-forms-fieldset .container {
  padding: 0;
}
.mega-footer .subscribe .umbraco-forms-page .container.form-cust-submit-btn {
  padding: 0;
}
.mega-footer .subscribe .umbraco-forms-page input.text.form-control {
  width: 100%;
  max-width: 100%;
  padding: 20px 40px 20px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: 1px solid;
}
@media (min-width: 1025px) {
  .mega-footer .subscribe .umbraco-forms-page input.text.form-control {
    width: 360px;
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .mega-footer .subscribe .umbraco-forms-page input.text.form-control {
    width: 430px;
    max-width: 430px;
  }
}
.mega-footer .subscribe .umbraco-forms-page ::placeholder {
  font-style: normal;
  color: #606363;
}
.mega-footer .subscribe .umbraco-forms-page ::-ms-input-placeholder {
  font-style: normal;
  color: #606363;
}
.mega-footer .subscribe .umbraco-forms-page .field-validation-error {
  color: #B53037;
}
.mega-footer .subscribe .umbraco-forms-page button.ajg-btn {
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px;
  width: 224px !important;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.mega-footer .subscribe .umbraco-forms-page button.ajg-btn .btn-submit-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mega-footer .subscribe .umbraco-forms-page button.ajg-btn .btn-submit-inner .ajg-btn-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.mega-footer .subscribe .umbraco-forms-page button.ajg-btn .btn-submit-inner .icon-right::before {
  width: 24px;
  font-weight: 700;
  display: inline-block;
}
.mega-footer .fourColumnOneFourth {
  padding-top: 16px;
}
.mega-footer .fourColumnOneFourth .umb-block-grid__area-container {
  border-bottom: 1px solid #FFFFFF;
}
.mega-footer .fourColumnOneFourth .umb-block-grid__area:nth-child(1) {
  order: unset;
}
.mega-footer .fourColumnOneFourth .umb-block-grid__area:nth-child(2) {
  order: unset;
}
.mega-footer .fourColumnOneFourth .richTextContainer {
  padding-right: 16px;
}
.mega-footer .fourColumnOneFourth h3 {
  margin-bottom: 16px;
  padding-top: 0;
  line-height: 20px;
}
.mega-footer .fourColumnOneFourth h3 a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  white-space: wrap;
  word-break: break-all;
}
.mega-footer .fourColumnOneFourth h3 a:hover {
  text-decoration: underline;
}
.mega-footer .fourColumnOneFourth ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 32px;
}
.mega-footer .fourColumnOneFourth ul li a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  white-space: wrap;
  word-break: break-all;
}
.mega-footer .fourColumnOneFourth ul li a:hover {
  text-decoration: underline;
}
.mega-footer .social-media-wrapper .umb-block-grid__area-container {
  margin-bottom: 0;
}
.mega-footer .social-media-links .umb-block-grid__area-container {
  margin-bottom: 0;
}
.mega-footer .social-media-links .wrp_socialMediaItem {
  display: flex;
  flex-wrap: wrap;
}
.mega-footer .social-media-links .wrp_socialMediaItem a {
  text-decoration: none;
  display: inline-block;
}
.mega-footer .social-media-links .wrp_socialMediaItem .socialMediaItem a .ajg-btn-inner span:first-child {
  text-decoration: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-bottom: 8px;
  border: 2px solid #ffffff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega-footer .social-media-links .wrp_socialMediaItem .socialMediaItem a .ajg-btn-inner .ajg-btn-text {
  display: none;
}
.mega-footer .footerLogo img {
  height: 47px;
  width: auto;
  max-height: 47px;
  max-width: 100%;
}
.mega-footer .footer-link {
  padding: 0;
}
.mega-footer .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .mega-footer .footer-link ul {
    justify-content: flex-start;
  }
}
.mega-footer .footer-link ul li {
  padding: 0;
  margin-right: 24px;
}

.wrp_socialMedias {
  display: flex;
}
.wrp_socialMedias .umb-block-grid__layout-item.socialMedias {
  width: 75%;
}
.wrp_socialMedias .umb-block-grid__layout-item:last-child {
  width: 25%;
}
.wrp_socialMedias .umb-block-grid__layout-item:last-child p {
  float: right;
  margin-bottom: 0;
}
.wrp_socialMedias .umb-block-grid__layout-item:last-child p a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.wrp_socialMedias .umb-block-grid__layout-item:last-child p a .txtTop {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.wrp_socialMedias .umb-block-grid__layout-item:last-child p a .icon-chevron-up {
  text-decoration: none;
  color: #ffffff;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerv2 .container {
  padding: 1rem 0;
}
.footerv2 .subscription-form {
  padding: 2rem 0;
}
.footerv2 .subscription-form h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.footerv2 .subscription-form p {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1rem;
}
.footerv2 .subscription-form .row {
  margin: 0;
}
.footerv2 .subscription-form .row .col-lg-4 {
  padding-left: 1.5rem;
}
.footerv2 .subscription-form .row .col-lg-8 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footerv2 .subscription-form label {
  display: none;
}
@media (min-width: 1025px) {
  .footerv2 .subscription-form .umbraco-forms-page {
    display: flex;
    justify-content: flex-end;
  }
}
.footerv2 .subscription-form .umbraco-forms-page .umbraco-forms-fieldset .container {
  padding: 0;
}
.footerv2 .subscription-form .umbraco-forms-page .container.form-cust-submit-btn {
  padding: 0;
}
.footerv2 .subscription-form .umbraco-forms-page input.text.form-control {
  width: 100%;
  max-width: 100%;
  padding: 20px 40px 20px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: 1px solid;
}
@media (min-width: 1025px) {
  .footerv2 .subscription-form .umbraco-forms-page input.text.form-control {
    width: 360px;
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .footerv2 .subscription-form .umbraco-forms-page input.text.form-control {
    width: 430px;
    max-width: 430px;
  }
}
.footerv2 .subscription-form .umbraco-forms-page ::placeholder {
  font-style: normal;
  color: #606363;
}
.footerv2 .subscription-form .umbraco-forms-page ::-ms-input-placeholder {
  font-style: normal;
  color: #606363;
}
.footerv2 .subscription-form .umbraco-forms-page .field-validation-error {
  color: #B53037;
}
.footerv2 .subscription-form .umbraco-forms-page button.ajg-btn {
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px;
  width: 224px !important;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.footerv2 .subscription-form .umbraco-forms-page button.ajg-btn .btn-submit-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.footerv2 .subscription-form .umbraco-forms-page button.ajg-btn .btn-submit-inner .ajg-btn-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.footerv2 .subscription-form .umbraco-forms-page button.ajg-btn .btn-submit-inner .icon-right::before {
  width: 24px;
  font-weight: 700;
  display: inline-block;
}
.footerv2 .site-links {
  padding: 1rem 1.5rem;
}
.footerv2 .site-links .row {
  border-bottom: 1px solid;
  margin: 0;
}
.footerv2 .site-links .row .col-lg-3 {
  padding-left: 0;
}
.footerv2 .site-links .row h3 {
  margin-bottom: 16px;
  padding-top: 0;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 700;
}
.footerv2 .site-links .row h3 a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  white-space: wrap;
  word-break: break-all;
}
.footerv2 .site-links .row h3 a:hover {
  text-decoration: underline;
}
.footerv2 .site-links .row ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
.footerv2 .site-links .row ul li a {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  white-space: wrap;
  word-break: break-all;
}
.footerv2 .site-links .row ul li a:hover {
  text-decoration: underline;
}
.footerv2 .action-links {
  display: flex;
  width: 100%;
}
.footerv2 .action-links .social-media-links {
  width: 75%;
  padding: 1rem 1.5rem;
  display: flex;
}
.footerv2 .action-links .social-media-links a {
  text-decoration: none;
  display: inline-block;
}
.footerv2 .action-links .social-media-links a .ajg-btn-inner span:first-child {
  text-decoration: none;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-bottom: 8px;
  border: 2px solid;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerv2 .action-links .social-media-links a .ajg-btn-inner .ajg-btn-text {
  display: none;
}
.footerv2 .action-links .back-to-top {
  width: 100%;
  padding-right: 1.5rem;
  padding-top: 1rem;
}
.footerv2 .action-links .back-to-top p {
  float: right;
  margin-bottom: 0;
}
.footerv2 .action-links .back-to-top p a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.footerv2 .action-links .back-to-top p a .txtTop {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.footerv2 .action-links .back-to-top p a .icon-chevron-up {
  text-decoration: none;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border: 1px solid;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerv2 .footer-logo {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footerv2 .footer-logo img {
  height: 47px;
  width: auto;
  max-height: 47px;
  max-width: 100%;
}
.footerv2 .meta-links {
  padding: 1rem 1.5rem;
  text-align: center;
}
.footerv2 .meta-links ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .footerv2 .meta-links ul {
    justify-content: flex-start;
  }
}
.footerv2 .meta-links ul li {
  list-style-type: none;
  padding: 0;
  margin-right: 1.5rem;
  display: inline-block;
}
.footerv2 .meta-links ul li a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: normal;
  white-space: nowrap;
}
.footerv2 .meta-links ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .footerv2 .meta-links {
    text-align: left;
  }
}
.footerv2 .legal-disclosure {
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footerv2 .legal-disclosure p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .footerv2 .legal-disclosure p {
    text-align: left;
  }
}

/* --------------------------------------- slick carousel ------------------------------ */
.carousel .carousel__inner {
  padding-left: 40px;
  padding-right: 50px;
}
.carousel .carousel__inner .slick-slide {
  height: auto;
  align-items: baseline;
  margin: 10px;
  padding: 20px;
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .carousel__inner .slick-slide .carousel__item-name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .carousel .carousel__inner .slick-slide .carousel__item-name {
    font-size: 24px;
    line-height: 32px;
  }
}
.carousel .carousel__inner .slick-slide .carousel__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 0;
}
.carousel .carousel__inner .slick-slide .carousel__item-quote {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .carousel .carousel__inner .slick-slide .carousel__item-quote {
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .carousel .carousel__inner .slick-slide {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel__inner .slick-slide {
    height: 320px;
  }
}
.carousel .carousel__inner .slick-dots li button .slick-dot-icon:before {
  margin-top: -17px;
  margin-left: -2px;
  font-size: 2.875rem;
}
.carousel .carousel__inner .slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -17px;
  font-size: 2.875rem;
}
.carousel .carousel__inner .slick-prev .slick-prev-icon:before {
  content: "\e901";
  font-family: "icomoon" !important;
}
.carousel .carousel__inner .slick-next .slick-next-icon:before {
  content: "\e902";
  font-family: "icomoon" !important;
}
.carousel .carousel__inner .slick-prev,
.carousel .carousel__inner .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .carousel__inner .slick-prev .slick-prev-icon,
.carousel .carousel__inner .slick-next .slick-next-icon {
  font-size: 1.75rem;
  width: 30px;
  height: 30px;
}
.carousel .carousel__inner .slick-next:focus,
.carousel .carousel__inner .slick-prev:focus {
  top: 50%;
}
.carousel .carousel__inner .slick-next:focus .slick-next-icon,
.carousel .carousel__inner .slick-prev:focus .slick-prev-icon {
  margin-left: 0;
}

.currentFocus {
  outline: none;
}

.carousel__skip-link {
  display: inline-block;
  padding: 4px;
  margin-bottom: 4px;
  opacity: 0;
  cursor: context-menu;
}

.carousel__skip-link:focus {
  opacity: 1;
}

.component-cta-bar {
  padding: 1.5rem 0;
}

.component-cta-bar__area {
  display: flex;
  flex-direction: row;
  margin: 0 -1rem;
  align-items: center;
  width: 100%;
}
.component-cta-bar__area__column {
  margin: 0 1rem;
  padding: 1rem 0;
}
.component-cta-bar__area__column__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.component-cta-bar__area__column__content__icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  position: relative;
}
.component-cta-bar__area__column__content__icon > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  font-size: 1.5rem;
}
.component-cta-bar__area__column__content__icon--icon-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid;
}
.component-cta-bar__area__column__content__text {
  font-weight: 400;
  width: calc(100% - 4rem);
}
.component-cta-bar__area__column__content__text p {
  margin: 0px !important;
}
.component-cta-bar__area__column__content__text p:not(.body-small) {
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  .component-cta-bar__area__column {
    display: inline-flex;
    justify-content: center;
  }
  .component-cta-bar__area--1 .component-cta-bar__area__column {
    width: calc(100% - 2rem);
  }
  .component-cta-bar__area--2 .component-cta-bar__area__column {
    width: calc(50% - 2rem);
  }
  .component-cta-bar__area--3 .component-cta-bar__area__column {
    width: calc(33.33% - 2rem);
  }
  .component-cta-bar__area--4 .component-cta-bar__area__column {
    width: calc(25% - 2rem);
  }
}
@media (max-width: 1025px) {
  .component-cta-bar {
    padding: 1rem 0;
  }
  .component-cta-bar__area {
    display: block;
    flex-direction: column;
  }
}
.news-events-listing__order-by__item {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 8px;
}
.news-events-listing__order-by__item--on {
  background-color: #f3f3f4;
  padding-left: 36px;
  font-weight: 700;
}
.news-events-listing__order-by__item--on:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(46deg);
  left: 16px;
  width: 6px;
  height: 12px;
  border-color: #000;
  border-bottom: 2px solid;
  border-right: 2px solid;
}
.news-events-listing__filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px 48px;
}
.news-events-listing__filters__filter {
  width: 100%;
  margin: 0 0 16px;
}
@media (min-width: 1025px) {
  .news-events-listing__filters__filter {
    width: calc(25% - 32px);
    margin: 0 16px 16px;
  }
}
.news-events-listing__filters__filter__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.news-events-listing__filters__filter__select {
  display: block;
  width: 100%;
  position: relative;
}
.news-events-listing__filters__filter__select__list {
  position: absolute;
  top: 100%;
  max-height: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 100;
  background-color: #fff;
}
.news-events-listing__filters__filter__select__list--open {
  max-height: 360px;
  border: 1px solid;
}
.news-events-listing__filters__filter__select__list::-webkit-scrollbar {
  display: none;
}
.news-events-listing__filters__filter__select__list__item {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 8px;
}
.news-events-listing__filters__filter__select__list__item--selected {
  background: #f3f3f4;
  padding-left: 36px;
  font-weight: 700;
}
.news-events-listing__filters__filter__select__list__item--selected:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(46deg);
  left: 16px;
  width: 6px;
  height: 12px;
  border-color: #000;
  border-bottom: 2px solid;
  border-right: 2px solid;
}
.news-events-listing__filters__filter__select__selection {
  width: 100%;
  display: block;
  border: 1px solid;
  padding: 16px 32px 16px 16px;
  position: relative;
  min-height: 56px;
  line-height: 1.375rem;
}
.news-events-listing__filters__filter__select__selection:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.news-events-listing__filters__filter__select__selection__item {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 30px;
  background-color: #f3f3f4;
  position: relative;
  font-weight: 400;
  padding-left: 8px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.news-events-listing__filters__filter__select__selection__item__delete {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.news-events-listing__filters__filter__select__selection__item__delete:before, .news-events-listing__filters__filter__select__selection__item__delete:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #444;
  top: 50%;
  right: 9px;
  transform: rotate(45deg) translateY(-50%);
}
.news-events-listing__filters__filter__select__selection__item__delete:after {
  transform: rotate(-45deg) translateY(-50%);
  right: 1px;
}
.news-events-listing__articles-showing {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 16px;
}
.news-events-listing__listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.news-events-listing__listing__item {
  width: 100%;
  margin-bottom: 24px;
  background-color: white;
  position: relative;
  box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.1);
}
.news-events-listing__listing__item a {
  text-decoration: none;
}
.news-events-listing__listing__item a .card-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.news-events-listing__listing__item a:hover .card-overlay {
  display: block;
}
.news-events-listing__listing__item a.no-link {
  pointer-events: none;
}
.news-events-listing__listing__item a.no-link:hover .card-overlay {
  display: none;
}
@media (min-width: 1025px) {
  .news-events-listing__listing__item {
    width: calc(33.333% - 32px);
    margin: 0 16px 24px;
  }
}
.news-events-listing__listing__item__image {
  display: block;
  padding-top: 50%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-events-listing__listing__item__date {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 8px;
  width: 104px;
  font-weight: 700;
}
.news-events-listing__listing__item__content {
  padding: 28px 16px;
}
.news-events-listing__listing__item__content__eyebrow {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.news-events-listing__listing__item__content__eyebrow--bold {
  font-weight: 700;
}
.news-events-listing__listing__item__content__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.news-events-listing__listing__item__content__summary {
  line-height: 1.5rem;
}
.news-events-listing__show-more {
  margin: 16px 0 24px;
  text-align: center;
}
.news-events-listing__show-more__text {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 12px;
}
.news-events-listing__show-more__button {
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  min-width: 224px;
  line-height: 1rem;
  font-weight: 700;
  border: 1px solid;
}

.news-events-listing__listing--center {
  justify-content: center;
}

.component-contact-card__area__column {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: 12px;
  width: 252px;
  padding: 16px;
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
  transition: max-height 0.3s ease, height 0.3s ease;
}
.component-contact-card__area__column__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.component-contact-card__area__column__content__top {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.component-contact-card__area__column__content__headshot {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
}
.component-contact-card__area__column__content__headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.component-contact-card__area__column__content__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0;
  word-break: break-word;
}
.component-contact-card__area__column__content__title {
  margin-bottom: 8px;
  word-break: break-word;
}
.component-contact-card__area__column__content__office {
  margin-bottom: 16px;
  word-break: break-word;
}
.component-contact-card__area__column__content__phone-number {
  text-decoration: none;
}
.component-contact-card__area__column__content__phone-number p {
  margin: 0;
}
.component-contact-card__area__column__content__mobile-number {
  text-decoration: none;
}
.component-contact-card__area__column__content__mobile-number p {
  margin: 0;
}
.component-contact-card__area__column__content__anchor {
  display: block;
}
.component-contact-card__area__column__content__anchor__icons {
  display: flex;
  margin-top: 8px;
  position: relative;
  align-items: center;
}
.component-contact-card__area__column__content__anchor__icons__linked-in--divider::after {
  content: "";
  border-right: 2px solid;
  margin: 0px 8px;
}
.component-contact-card__area__column__content__anchor__icons__email::before {
  content: "\e908";
  font-family: "icomoon" !important;
  vertical-align: top;
}
.component-contact-card__area__column__content__anchor__icons a {
  text-decoration: none;
}
.component-contact-card__area__column__content__anchor__accordion__button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0px;
  position: relative;
  margin-top: 16px;
}
.component-contact-card__area__column__content__anchor__accordion__button--disabled {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 16px;
  cursor: default !important;
}
.component-contact-card__area__column__content__anchor__accordion__button::after {
  content: "\e904";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  font-weight: 700;
  padding-left: 4px;
}
.component-contact-card__area__column__content__anchor__accordion__button.expanded::after {
  content: "\e906";
  font-family: "icomoon" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  font-weight: 700;
  padding-left: 4px;
}
.component-contact-card__area__column__content__anchor__accordion__button__text p {
  margin: 0px;
}
.component-contact-card__area__column__content__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  word-wrap: break-word;
}
.component-contact-card__area__column__content__description p {
  margin: 16px 0px 0px 0px;
}

@media (min-width: 1025px) {
  .component-contact-card__area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1025px) {
  .component-contact-card__area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.news-article-inner__content {
  background-color: #fff;
  padding-bottom: 1.5rem !important;
}
.news-article-inner__content__row {
  display: grid;
}
@media (min-width: 1025px) {
  .news-article-inner__content__row {
    padding-left: 178px;
    padding-right: 80px;
    grid-template-areas: "e1 e2" "e3 e3";
    padding-left: 178px;
    padding-right: 80px;
  }
}
@media (max-width: 1025px) {
  .news-article-inner__content__row {
    grid-template-areas: "e1" "e3" "e2";
  }
}
.news-article-inner__content__date {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.news-article-inner__content__date div span {
  font-weight: 700;
}
@media (max-width: 576px) {
  .news-article-inner__content__date div span:nth-child(2) {
    display: none;
  }
}
.news-article-inner__content__title {
  width: 65%;
  grid-area: e1;
}
.news-article-inner__content__social-icons {
  grid-area: e2;
}
.news-article-inner__content__bottom {
  grid-area: e3;
}
@media (min-width: 1025px) {
  .news-article-inner__content__bottom {
    width: 65%;
  }
}
.news-article-inner__content__eyebrow-text {
  margin-bottom: 1.5rem;
}
.news-article-inner__content__eyebrow-text a {
  font-weight: 700;
}
.news-article-inner__content__extract {
  font-weight: 400;
  line-height: 40px;
}

.component-social-share__area {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1025px) {
  .component-social-share__area {
    justify-content: end;
  }
}
.component-social-share__area p {
  margin: 0px;
  font-weight: 700;
}
.component-social-share__area a {
  text-decoration: none;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid;
  justify-content: center;
  align-items: center;
  display: flex;
}
.component-social-share__share-text {
  font-weight: 700;
}

.in-page-navigation {
  display: flex;
  padding: 24px 0px;
  align-items: center;
  position: relative;
}
.in-page-navigation h4 {
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  margin: 0;
}
.in-page-navigation__list {
  display: flex;
  padding-left: 24px;
  margin: 0;
  width: 100%;
  gap: 0px 32px;
  flex-wrap: wrap;
}
.in-page-navigation__list li {
  display: inline;
}
.in-page-navigation__list li a {
  text-decoration: none;
  padding: 0;
}
.in-page-navigation__list li a:hover {
  text-decoration: underline;
}
.in-page-navigation .start_of_dropdown {
  display: none;
}
.in-page-navigation .start_of_dropdown__dropdown__content {
  display: block;
}
.in-page-navigation .start_of_dropdown__dropdown__content li {
  display: inline;
}
.in-page-navigation .start_of_dropdown__dropdown__content li a {
  text-decoration: none;
}
.in-page-navigation .start_of_dropdown__dropdown__content li a:hover {
  text-decoration: underline;
}
.in-page-navigation::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dcdddc;
}

.navigation-border {
  border-bottom: 1px solid #dcdddc;
  width: 100%;
}

.umb-block-grid__layout-item:first-child .in-page-navigation__navigation-border {
  max-width: none;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #dcdddc;
}
.umb-block-grid__layout-item:first-child .in-page-navigation::before {
  content: none;
}

@media (max-width: 1025px) {
  .in-page-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .in-page-navigation h4 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .in-page-navigation .start_of_dropdown {
    margin-left: 16px;
  }
}

.dropdown__filter {
  width: 100%;
}
@media (min-width: 1025px) {
  .dropdown__filter {
    width: calc(25% - 32px);
  }
}
.dropdown__filter__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.dropdown__filter__select {
  display: block;
  width: 100%;
  position: relative;
}
.dropdown__filter__select__container {
  display: none;
  position: absolute;
  top: 100%;
  max-height: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 10;
  background-color: #fff;
  transition: max-height 0.3s ease;
  border: 1px solid;
  border-top: none;
}
.dropdown__filter__select__container::-webkit-scrollbar {
  display: none;
}
.dropdown__filter__select__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: visible;
  max-height: 200px;
}
.dropdown__filter__select__list__item {
  display: block;
  background-color: #fff;
  padding: 16px;
  text-decoration: none;
  word-break: break-word;
}
.dropdown__filter__select__list__item--selected {
  background: #f3f3f4;
  padding-left: 36px;
  font-weight: 700;
}
.dropdown__filter__select__list__item:hover {
  background-color: #F3F4F4;
}
.dropdown__filter__select__selection {
  width: 100%;
  display: block;
  min-height: 56px;
  line-height: 1.375rem;
  border: 1px solid;
  padding: 16px 32px 16px 16px;
  word-break: break-word;
}
.dropdown__filter__select__selection.expanded {
  border: 2px solid;
  padding: 15px 31px 15px 15px;
}
.dropdown__filter__select__selection::after {
  content: "\e904";
  font-family: "icomoon" !important;
  position: absolute;
  right: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  align-content: center;
  transform: translateY(-50%);
  top: 50%;
}
.dropdown__filter__select__selection.expanded::after {
  content: "\e906";
  font-family: "icomoon" !important;
  position: absolute;
  right: 15px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.dropdown__filter__select__selection__item {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 30px;
  background-color: #f3f3f4;
  position: relative;
  font-weight: 400;
  padding-left: 8px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.dropdown__filter__select__selection__item__delete {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown__filter__select__selection__item__delete:before, .dropdown__filter__select__selection__item__delete:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #444;
  top: 50%;
  right: 9px;
  transform: rotate(45deg) translateY(-50%);
}
.dropdown__filter__select__selection__item__delete:after {
  transform: rotate(-45deg) translateY(-50%);
  right: 1px;
}

.richTextContainer table[border="1"] tbody, .richTextContainer table[border="1"] tr {
  border-style: inherit;
}
.richTextContainer table[border="1"] tbody td, .richTextContainer table[border="1"] tr td {
  border-width: thin;
  border-style: inherit;
}
.richTextContainer table[border="0"] tbody, .richTextContainer table[border="0"] tr {
  border-style: inherit;
}
.richTextContainer table[border="0"] tbody td, .richTextContainer table[border="0"] tr td {
  border-width: 0;
  border-style: inherit;
}

@media (min-width: 1025px) {
  .dropdown-menu-wrapper .mega-nav__main__inner {
    overflow: visible;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu li {
    position: relative;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__level-1 .container {
    padding: 0 !important;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__level-1 {
    left: 50%;
    top: calc(100% + 1px);
    margin-top: 0;
    transform: translateX(-50%);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  }
  .dropdown-menu-wrapper .menu-panel {
    width: 216px;
    height: auto;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__inner-wrapper.three-col {
    display: block;
    height: auto;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__sub-menu-content {
    padding: 0;
    border: none;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__inner-wrapper.three-col > ul {
    padding: 0;
    flex: none;
    width: 100%;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__inner-wrapper.three-col > ul,
  .dropdown-menu-wrapper .mega-nav__main__menu__sub-menu-content li {
    border: none;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__sub-menu-content li a {
    padding: 0.75rem 1.5rem;
    font-weight: 400;
  }
  .dropdown-menu-wrapper .mega-nav__main__menu__sub-menu-content li a:hover {
    font-weight: 700;
  }
  .dropdown-menu-wrapper .closeMenu {
    display: none;
  }
}

.meta-nav .dropdown-toggle::after {
  top: 50%;
  right: -25px;
  align-self: center;
}

.breadcrumbs {
  display: flex;
  padding: 0;
  margin: 16px 0px;
  gap: 16px;
}
.breadcrumbs__item {
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs__item--chevron::after {
    font-family: "icomoon" !important;
    content: "\e902";
    text-decoration: none;
    margin-left: 16px;
  }
}
.breadcrumbs__item--nolink {
  font-weight: 700;
}

@media (max-width: 768px) {
  .breadcrumbs__item {
    display: none;
  }
  .breadcrumbs__item:nth-last-child(2) {
    display: flex;
  }
  .breadcrumbs__item--chevron::before {
    font-family: "icomoon" !important;
    content: "\e901";
    text-decoration: none;
    margin-right: 16px;
  }
}
/* Hero Video Banner */
.hero-video-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.hero-video-banner #bannervideo {
  width: 100%;
  height: auto;
  margin-bottom: -8px; /*fix bottom space*/
}
.hero-video-banner .hero-content-wrapper {
  position: relative;
}
.hero-video-banner .hero-content-wrapper h1 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.hero-video-banner .hero-content-wrapper .hero-content-inner {
  position: relative;
  padding: 24px;
}
.hero-video-banner .hero-content-wrapper .hero-content-inner .cta-overlay-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-video-banner .hero-content-wrapper .hero-content-inner .cta-inner-content {
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.hero-video-banner .hero-content-wrapper .hero-content-inner .button-wrapper {
  display: flex;
  flex-direction: column;
}
.hero-video-banner .hero-content-wrapper .hero-content-inner .button-wrapper .ajg-btn {
  margin-bottom: 0;
}
.hero-video-banner .hero-content-wrapper .hero-content-inner .button-wrapper .ajg-btn:first-child {
  margin-bottom: 24px;
}

/* -------------- Medi Queries 560px -------------- */
@media (min-width: 560px) {
  .hero-video-banner .hero-content-wrapper .hero-content-inner .button-wrapper {
    flex-direction: row;
    gap: 16px;
  }
  .hero-video-banner .hero-content-wrapper .hero-content-inner .button-wrapper .ajg-btn:first-child {
    margin-bottom: 0;
  }
}
/* -------------- Medi Queries 1024px -------------- */
@media (min-width: 1024px) {
  .hero-video-banner .hero-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent !important;
  }
  .hero-video-banner .hero-content-wrapper h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
  .hero-video-banner .hero-content-wrapper .hero-content-inner {
    position: relative;
    border-radius: 20px;
    padding: 40px;
    min-width: 562px;
    width: 100%;
    max-width: 33%;
    margin-left: 80px;
    display: flex;
  }
  .hero-video-banner .hero-content-wrapper .hero-content-inner .cta-overlay-video {
    position: absolute;
    opacity: 0.9;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .hero-video-banner .hero-content-wrapper .hero-content-inner .cta-inner-content {
    z-index: 10;
    display: flex;
    flex-direction: column;
  }
  .hero-video-banner .hero-content-wrapper .hero-content-inner .button-wrapper {
    display: flex;
  }
}
/* -------------- Medi Queries -------------- */
.page404-message {
  justify-items: center;
}
.page404-message__container {
  max-width: 630px;
  height: 425px;
}
.page404-message__container__title {
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.6px;
  padding-bottom: 32px;
  margin: 0;
}
.page404-message__container__description {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 32px;
  margin: 0;
}
.page404-message__container__button-holder {
  justify-self: center;
}
.page404-message__container__button-holder__button {
  display: flex;
  padding: 18px 32px 15px 32px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}/*# sourceMappingURL=common.css.map */