html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
:root {
  --color-black: #000000;
  --color-grey-1: #1e2f42;
  --color-grey-2: #677481;
  --color-grey-3: #bac3cc;
  --color-grey-4: #eef0f1;
  --color-gray-5: #fff5b6;
  --color-white: #ffffff;
  --color-red-1: #a7082b;
  --color-red-2: #b50937;
  --color-red-3: #cc0037;
  --color-red-4: #d90d43;
  --color-red-5: #d71546;
  --color-red-6: #e51f51;
  --color-blue-1: #09023e;
  --color-blue-2: #1a0979;
  --color-blue-3: #8bd0e2;
  --font-family-fontawesome_5_pro: "Font Awesome 5 Pro";
  --font-family-serendipity-wide: "Serendipity W05 Regular", Arial, sans-serif;
  --font-family-open_sans: "Open Sans", Arial, sans-serif;
  --font-family-open_sans-bold: "Open Sans-bold", Arial, sans-serif;
  --font-family-open_sans-italic: "Open Sans-Italic", Arial, sans-serif;
  --font-family-helvetica-neue-lt-pro: "helvetica-neue-lt-pro";
}
.dark-blue-bg {
  background-color: #1e2f42;
}
/*

font-family : "Helvetica Neue LT W05_35 Thin";
font-family : "Helvetica Neue LT W05_36 Th It";
font-family : "Helvetica Neue LT W05_45 Light";
font-family : "Helvetica Neue LT W05_46 Lt It";
font-family : "Helvetica Neue LT W05_55 Roman";
font-family : "Helvetica Neue LT W05_56 Italic";
font-family : "Helvetica Neue LT W05_65 Medium";
font-family : "Helvetica Neue LT W05_66 Md It";
font-family : "Helvetica Neue LT W05_75 Bold";
font-family : "Helvetica Neue LT W05_76 Bd It";
font-family : "Serendipity W05 Regular";
font-family: "SerendipityWide";

*/
@font-face {
  font-family: "SerendipityWide";
  src: url("/static/fonts/SerendipityWide/font.woff2?5cc3915df379") format("woff2"), url("/static/fonts/SerendipityWide/font.woff?5cc3915df379") format("woff");
}
.script-heading span {
  font-family: "SerendipityWide" !important;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  color: var(--color-grey-1);
}
.padding-top-1 {
  padding-top: 1rem !important;
}
.padding-top-2 {
  padding-top: 2rem !important;
}
.padding-top-3 {
  padding-top: 3rem !important;
}
.padding-top-4 {
  padding-top: 4rem !important;
}
.padding-top-5 {
  padding-top: 5rem !important;
}
.padding-top-6 {
  padding-top: 6rem !important;
}
.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.padding-bottom-2 {
  padding-bottom: 2rem !important;
}
.padding-bottom-3 {
  padding-bottom: 3rem !important;
}
.padding-bottom-4 {
  padding-bottom: 4rem !important;
}
.padding-bottom-5 {
  padding-bottom: 5rem !important;
}
.padding-bottom-6 {
  padding-bottom: 6rem !important;
}
/* Colours */
.bg-black {
  background: var(--color-black);
}
.bg-grey-1 {
  background: var(--color-grey-1);
}
.bg-grey-2 {
  background: var(--color-grey-2);
}
.bg-grey-3 {
  background: var(--color-grey-3);
}
.bg-grey-4 {
  background: var(--color-grey-4);
}
.bg-grey-5 {
  background: var(--color-grey-5);
}
.bg-white {
  background: var(--color-white);
}
.bg-red-1 {
  background: var(--color-red-1);
}
.bg-red-2 {
  background: var(--color-red-2);
}
.bg-red-3 {
  background: var(--color-red-3);
}
.bg-blue-1 {
  background: var(--color-blue-1);
}
.bg-blue-2 {
  background: var(--color-blue-2);
}
.bg-blue-3 {
  background: var(--color-blue-3);
}
.bg-navy {
  background-color: var(--color-blue-1);
}
.bg-navy .section {
  background-color: var(--color-blue-1);
}
.bg-red {
  background-color: var(--color-red-4);
}
.bg-red .section {
  background-color: var(--color-red-4);
}
.bg-dark-red {
  background-color: var(--color-red-2);
}
.bg-dark-red .section {
  background-color: var(--color-red-2);
}
.bg-blue {
  background-color: var(--color-blue-2);
}
.bg-blue .section {
  background-color: var(--color-blue-2);
}
.bg-light-grey {
  background-color: var(--color-grey-4);
}
.bg-light-grey .section {
  background-color: var(--color-grey-4);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white .section {
  background-color: var(--color-grey-4);
}
.color-black {
  color: var(--color-black);
}
.color-grey-1 {
  color: var(--color-grey-1);
}
.color-grey-2 {
  color: var(--color-grey-2);
}
.color-grey-3 {
  color: var(--color-grey-3);
}
.color-grey-4 {
  color: var(--color-grey-4);
}
.color-grey-5 {
  color: var(--color-grey-5);
}
.color-white {
  color: var(--color-white);
}
.color-red-1 {
  color: var(--color-red-1);
}
.color-red-2 {
  color: var(--color-red-2);
}
.color-red-3 {
  color: var(--color-red-3);
}
.color-red-4 {
  color: var(--color-red-4);
}
.color-red-5 {
  color: var(--color-red-5);
}
.color-blue-1 {
  color: var(--color-blue-1);
}
.color-blue-2 {
  color: var(--color-blue-2);
}
.color-blue-3 {
  color: var(--color-blue-3);
}
/* Colours */
img,
object {
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.lead,
.lead > * {
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  color: var(--color-grey-2);
  margin-bottom: 1rem;
}
input:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
a {
  text-decoration: none;
  color: var(--color-grey-1);
}
a:hover,
a:focus {
  color: var(--color-red-1);
  text-decoration: none;
}
object {
  pointer-events: none;
}
/* Buttons */
.btn {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.8125rem 1.375rem;
  border-radius: 0;
  border: 1px solid transparent;
  white-space: normal;
}
.btn.btn-small {
  font-size: 0.75rem;
  padding: 0.5rem 1.375rem;
}
.btn.btn-large {
  font-size: 1rem;
  padding: 0.9375rem 1.5rem;
}
.btn.d-block {
  margin-right: 0;
  margin-bottom: 0.75rem;
}
.btn i {
  margin: 0 0.625rem;
}
.btn:hover,
.btn:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  box-shadow: none;
}
.btn {
  margin-right: 0.75rem;
}
.btn:last-child {
  margin-right: 0;
}
.btn-red {
  background: var(--color-red-5);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.btn-red span {
  position: relative;
  z-index: 11;
  color: var(--color-white);
}
.btn-red:after {
  content: "";
  position: absolute;
  right: auto;
  bottom: -1px;
  left: -200%;
  width: 150%;
  height: 105%;
  transform: skew(-15deg);
  transition: all 0.33s ease-out;
  background-color: var(--color-red-2);
  z-index: 1;
}
.btn-red:hover,
.btn-red:focus {
  color: var(--color-white);
  border: solid 1px var(--color-red-5);
}
.btn-red:hover:after,
.btn-red:focus:after {
  left: -15%;
}
.btn-blue {
  background: var(--color-blue-1);
  color: var(--color-white);
}
.btn-grey-4 {
  background: var(--color-grey-4);
  color: var(--color-blue-1);
}
.btn-white {
  background: var(--color-white);
  color: var(--color-blue-1);
}
.btn-outline-red {
  background: none;
  color: var(--color-red-5);
  border: solid 1px var(--color-red-5);
}
.btn-outline-blue {
  background: none;
  color: var(--color-blue-1);
  border: solid 1px var(--color-blue-1);
}
.btn-outline-grey-4 {
  background: none;
  color: var(--color-grey-2);
  border: solid 1px var(--color-grey-2);
}
.btn-outline-white {
  background: none;
  color: var(--color-white);
  border: solid 1px var(--color-white);
}
.btn-blue:hover,
.btn-blue:focus {
  background: none;
  color: var(--color-blue-1);
  border: solid 1px var(--color-blue-1);
}
.btn-grey-4:hover,
.btn-grey-4:focus {
  background: none;
  color: var(--color-grey-4);
  border: solid 1px var(--color-grey-4);
}
.btn-white:hover,
.btn-white:focus {
  background: none;
  color: var(--color-white);
  border: solid 1px var(--color-white);
}
.btn-outline-red:hover,
.btn-outline-red:focus {
  background: var(--color-red-5);
  color: var(--color-grey-4);
  border: solid 1px var(--color-red-5);
}
.btn-outline-blue:hover,
.btn-outline-blue:focus {
  background: var(--color-blue-1);
  color: var(--color-white);
  border: solid 1px var(--color-blue-1);
}
.btn-outline-grey-4:hover,
.btn-outline-grey-4:focus {
  background: var(--color-grey-4);
  color: var(--color-white);
  border: solid 1px var(--color-grey-4);
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  background: var(--color-white);
  color: var(--color-blue-1);
  border: solid 1px var(--color-white);
}
p a {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  z-index: 1;
  color: #2d2d2b;
}
p a:hover {
  color: #2d2d2b;
}
p a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #cadb2a;
  opacity: 0.5;
  content: "";
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(95%);
  -ms-transform: translateY(95%);
  transform: translateY(95%);
}
p a:hover::before,
p a:focus::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Buttons */
/* Text Links */
.link-with-arrow {
  font-size: 0.875rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1rem;
}
.link-with-arrow.small-text {
  font-size: 0.75rem;
}
.link-with-arrow.large-text {
  font-size: 1rem;
  line-height: 1.25rem;
}
.link-with-arrow.link-gray {
  background: var(--color-grey-3);
  color: var(--color-white);
  padding: 0.5rem;
}
/* Step 1: Common Properties: All required to make icons render reliably */
.link-with-arrow:after {
  display: inline-block;
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f061";
  margin-left: 0.5rem;
  font-weight: 400;
}
.wrapper {
  overflow: hidden;
}
.full {
  width: 100%;
}
.section {
  padding: 3.75rem 0;
  background: var(--color-white);
  position: relative;
}
.image-wrap {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  z-index: 1;
}
.image-wrap-with-simple-overlay {
  position: relative;
}
.image-wrap-with-simple-overlay .overlay {
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.25);
  flex-direction: column;
}
.image-wrap-with-simple-overlay .overlay h3 {
  color: var(--color-white);
}
.image-wrap-with-gradient-overlay {
  position: relative;
}
.image-wrap-with-gradient-overlay .overlay {
  display: flex;
  color: var(--color-white);
  justify-content: flex-end;
  flex-direction: column;
  padding: 1.5rem 2rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09053d+40,09053d+100&0+40,0.6+100 */
  background: -moz-linear-gradient(top, rgba(9, 5, 61, 0) 40%, rgba(9, 5, 61, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(9, 5, 61, 0) 40%, rgba(9, 5, 61, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(9, 5, 61, 0) 40%, rgba(9, 5, 61, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0009053d', endColorstr='#9909053d', GradientType=0);
  /* IE6-9 */
}
.text-link-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-link-group ul li {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--color-grey-1);
}
.text-link-group ul li a {
  color: var(--color-grey-1);
}
.text-link-group ul li::before {
  content: "\f054";
  font-family: var(--font-family-fontawesome_5_pro);
  font-weight: 900;
  color: var(--color-red-4);
  margin-right: 1rem;
}
.bullets-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bullets-list ul li {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--color-grey-1);
  padding: 0.625rem 0;
}
.bullets-list ul li::before {
  content: "\f0c8";
  font-family: var(--font-family-fontawesome_5_pro);
  font-weight: 900;
  color: var(--color-red-4);
  margin-right: 1rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.number-list ul {
  list-style: decimal;
  padding-left: 1.5rem;
}
.nowrap-row {
  flex-wrap: nowrap;
}
.small {
  font-size: 0.75rem;
}
strong {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.bottom-separator {
  padding-bottom: 1rem;
  position: relative;
}
.bottom-separator::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 5rem;
  background: var(--color-red-5);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-header {
  padding-bottom: 1rem;
}
.section-header h3 {
  color: var(--color-blue-1);
  display: inline-block;
  margin-right: 1rem;
  line-height: 2.25rem;
  letter-spacing: -1px;
}
.section-header .view-all-link {
  color: var(--color-grey-2);
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  /*
    &::after {
      content    : "\f054";
      font-family: var(--font-family-fontawesome_5_pro);
      font-weight: 900;
      color      : var(--color-red-4);
      margin-left: 0.5rem;
    }*/
}
.section-footer {
  padding-top: 1rem;
}
.section-footer .view-all-link {
  color: var(--color-blue-1);
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  /* &::after {
      content    : "\f054";
      font-family: var(--font-family-fontawesome_5_pro);
      font-weight: 900;
      color      : var(--color-red-4);
      margin-left: 0.5rem;
      font-size  : 1rem;
    }*/
}
.title-with-separator {
  line-height: 5rem;
  font-size: 5rem;
  padding-bottom: 0.75rem;
  position: relative;
  margin-bottom: 1rem;
}
.title-with-separator span {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  display: inline-block;
}
.title-with-separator::after {
  content: "";
  display: block;
  background: var(--color-red-5);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.125rem;
}
.title-with-thin-font {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
.background-block {
  padding: 5rem 4rem;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}
.background-block h1 {
  color: var(--color-blue-1);
  margin-bottom: 0.75rem;
  line-height: 2.75rem;
}
.background-block .lead {
  color: var(--color-grey-1);
}
.filter-list-wrap .container > .row {
  position: relative;
}
.filter-list-wrap .right-block {
  position: static;
}
.filter-list-wrap ul {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.filter-list-wrap ul li {
  display: inline-flex;
  padding: 0 0.75rem;
  position: relative;
}
.filter-list-wrap ul li.filter-icon {
  padding: 0;
  margin-right: 1.25rem;
}
.filter-list-wrap ul li button {
  background: none;
  border: none;
  color: var(--color-grey-1);
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0 1.2rem;
  position: relative;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.filter-list-wrap ul li button.dropdown-toggle:after {
  border: none;
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f107";
  font-weight: bold;
  position: relative;
  top: 0.35rem;
}
.filter-list-wrap ul li .dropdown-menu {
  margin-top: 1.5rem;
  padding: 0.25rem;
  border-radius: 0;
}
.filter-list-wrap ul li .dropdown-menu ul {
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: auto;
  width: 250px;
  display: block;
}
.filter-list-wrap ul li .dropdown-menu ul li {
  padding: 0;
  display: block;
}
.filter-list-wrap ul li .dropdown-menu ul li a {
  display: block;
  padding: 0.5rem 1.25rem;
  border: none;
  color: var(--color-blue-1);
}
.filter-list-wrap ul li .dropdown-menu ul li a.active,
.filter-list-wrap ul li .dropdown-menu ul li a:hover {
  border: none;
  background-color: var(--color-grey-4);
}
.filter-list-wrap ul li .dropdown-menu ul li a.active:after,
.filter-list-wrap ul li .dropdown-menu ul li a:hover:after {
  display: none;
}
.filter-list-wrap ul li a {
  color: var(--color-grey-1);
  /* font-size  : 1rem;
        line-height   : 1.5rem;*/
  padding: 0;
  position: relative;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.filter-list-wrap ul li a.active::after,
.filter-list-wrap ul li a:hover::after {
  content: "";
  display: block;
  height: 0.125rem;
  background: var(--color-red-4);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.filter-list-wrap .filter-search-wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 6rem;
  margin: auto;
  height: 3.5rem;
  transition: all ease 0.3s;
}
.filter-list-wrap .filter-search-wrap .input-group {
  flex-wrap: nowrap;
}
.filter-list-wrap .filter-search-wrap .input-group-text {
  padding: 0;
  border-radius: 0;
  border: none;
  font-size: 1.5rem;
}
.filter-list-wrap .filter-search-wrap .input-group-text button {
  width: 6rem;
  z-index: 11;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.filter-list-wrap .filter-search-wrap input,
.filter-list-wrap .filter-search-wrap button {
  height: 3.5rem;
  background: var(--color-white);
  border: none;
}
.filter-list-wrap .filter-search-wrap input {
  font-size: 2rem;
  width: 100%;
  opacity: 0;
  background: var(--color-white);
  transition: all ease 0.25s;
}
.filter-list-wrap .filter-search-wrap.open {
  max-width: 100%;
}
.filter-list-wrap .filter-search-wrap.open input {
  opacity: 1;
}
.filter-list-wrap .filter-search-wrap.open button .far:before {
  content: "\f00d";
}
.block-StaffListBlock .filter-list-wrap ul {
  justify-content: left;
}
.team-page .filter-list-wrap {
  padding: 0;
}
.team-page .filter-list-wrap li a {
  color: var(--color-white);
}
.team-page .filter-list-wrap li a:hover,
.team-page .filter-list-wrap li a:focus,
.team-page .filter-list-wrap li a.active {
  text-decoration: underline;
}
.search-form {
  display: block;
}
.search-form .form-group {
  margin: 0;
}
.search-form .form-group .form-control {
  border: none;
  padding: 0rem;
  line-height: 2.5rem;
  height: auto;
}
header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  transition: all ease 0.5s;
  flex-wrap: nowrap;
  padding-bottom: 0.75rem;
}
header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09053d+50,09053d+100&0.65+50,0+100 */
  background: -moz-linear-gradient(top, rgba(9, 5, 61, 0.65) 50%, rgba(9, 5, 61, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(9, 5, 61, 0.65) 50%, rgba(9, 5, 61, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(9, 5, 61, 0.65) 50%, rgba(9, 5, 61, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a609053d', endColorstr='#0009053d', GradientType=0);
  /* IE6-9 */
}
header .logo {
  margin-left: 2rem;
  line-height: 0;
  margin-top: 0.5rem;
}
header .logo a {
  display: inline-block;
}
header .after-active {
  display: none;
}
header .navbar-expand-lg {
  padding: 0;
  align-items: center;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 3.75rem 0.75rem;
  position: relative;
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: var(--color-red-4);
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link::before {
  content: "";
  display: block;
  height: 0.4rem;
  background: var(--color-red-4);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .navbar-expand-lg .dropdown-menu.megamenu {
  background: rgba(9, 2, 62, 0.95);
  color: var(--color-white);
  padding: 2.75rem 2.5rem;
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}
header .navbar-expand-lg .dropdown-menu.megamenu .title-wrap {
  margin-bottom: 3rem;
}
header .navbar-expand-lg .dropdown-menu.megamenu .title-wrap h1 {
  text-decoration: underline;
}
header .navbar-expand-lg .dropdown-menu.megamenu .title-wrap h1 object {
  margin-left: 1rem;
}
header .navbar-expand-lg .dropdown-menu.megamenu .title-wrap .lead {
  padding: 0;
  margin: 0;
  color: var(--color-grey-3);
}
header .navbar-expand-lg .dropdown-menu.megamenu .dropdown-item {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0 0 1.5rem;
  white-space: normal;
}
header .navbar-expand-lg .dropdown-menu.megamenu .dropdown-item:hover,
header .navbar-expand-lg .dropdown-menu.megamenu .dropdown-item:focus,
header .navbar-expand-lg .dropdown-menu.megamenu .dropdown-item:active {
  background: none;
  color: var(--color-red-5);
}
header .navbar-expand-lg .dropdown-menu.megamenu .image-wrap-with-simple-overlay {
  margin-bottom: 1rem;
}
header .navbar-expand-lg .dropdown-menu.megamenu .image-wrap-with-simple-overlay .overlay {
  background: rgba(9, 2, 62, 0.5);
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .top-action-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 2rem;
}
header .top-action-icons li {
  display: inline-flex;
  vertical-align: middle;
  padding: 0rem 0.75rem;
  line-height: 0;
  min-height: 4rem;
}
header .top-action-icons li a {
  color: var(--color-white);
  font-size: 1.5rem;
}
header .top-action-icons li object,
header .top-action-icons li img {
  width: 1.5rem;
}
header .top-action-icons li:first-child {
  padding-left: 0;
}
header .top-action-icons li:last-child {
  padding-right: 0;
}
header.navy-bg-header {
  background: var(--color-blue-1);
}
header.navy-bg-header::before {
  display: none;
}
header .search-menu-container {
  background: rgba(9, 2, 62, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}
header .search-menu-container .header-section {
  background: var(--color-white);
  padding: 2rem 0;
}
header .search-menu-container .header-section .fa-search {
  font-size: 1.5rem;
}
header .search-menu-container .header-section .close-action-menu {
  font-size: 2rem;
}
header .search-menu-container .header-section form .form-control {
  line-height: 1.5rem;
}
header .search-menu-container .header-section form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-grey-2);
  opacity: 1;
  font-size: 1.25rem;
  line-height: 2rem;
  /* Firefox */
}
header .search-menu-container .header-section form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-grey-2);
  font-size: 1.25rem;
  line-height: 2rem;
}
header .search-menu-container .header-section form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-grey-2);
  font-size: 1.25rem;
  line-height: 2rem;
}
header .search-menu-container .action-menu-open {
  overflow: hidden;
}
header .search-menu-container .popular-searches {
  padding: 2rem 3rem;
  overflow-y: auto;
  color: var(--color-white);
  max-height: calc(100vh - 98px);
}
header .search-menu-container .popular-searches .section-header {
  margin-top: 2.5rem;
}
header .search-menu-container .popular-searches h4 {
  color: var(--color-white);
  margin-bottom: 2rem;
}
header .search-menu-container .popular-searches ul li {
  margin-bottom: 1rem;
}
header .search-menu-container .popular-searches ul li a {
  color: var(--color-grey-3);
}
header .search-menu-container .popular-searches .card-news-grid .item a .text-wrap {
  padding: 0.5rem 0;
  color: var(--color-white);
}
header .quick-link-menu-container {
  background: rgba(9, 2, 62, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: var(--color-white);
  display: none;
  overflow-y: auto;
}
header .quick-link-menu-container .header-section {
  padding: 2rem 0;
}
header .quick-link-menu-container .header-section .text-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .quick-link-menu-container .header-section .text-left ul li {
  display: inline-block;
  margin-right: 3.5rem;
}
header .quick-link-menu-container .header-section .text-left ul li a {
  font-size: 1rem;
  color: var(--color-white);
  line-height: 1.75rem;
}
header .quick-link-menu-container .header-section .text-left ul li a span {
  margin-left: 0.5rem;
  position: relative;
  top: 4px;
}
header .quick-link-menu-container .header-section .text-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .quick-link-menu-container .header-section .text-right ul li {
  display: inline-block;
  margin-left: 1.25rem;
}
header .quick-link-menu-container .header-section .text-right ul li a {
  font-size: 1rem;
  color: var(--color-white);
  line-height: 1.75rem;
}
header .quick-link-menu-container .content-wrap {
  margin-top: 4rem;
}
header .quick-link-menu-container .content-wrap .title {
  font-size: 1.4rem;
  color: var(--color-grey-3);
  margin-bottom: 2rem;
}
header .quick-link-menu-container .content-wrap ul li {
  margin-bottom: 1.5rem;
}
header .quick-link-menu-container .content-wrap ul li a {
  color: var(--color-white);
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
header .quick-link-menu-container .content-wrap .image-wrap-with-simple-overlay {
  margin-bottom: 0.625rem;
  /* max-width : 80%;*/
}
header .quick-link-menu-container .content-wrap .image-wrap-with-simple-overlay .overlay {
  background: rgba(9, 2, 62, 0.5);
  padding: 2rem;
}
.header-hover .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link,
.with-white-menu .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: var(--color-red-1);
}
.header-hover .main-header .top-action-icons li a,
.with-white-menu .main-header .top-action-icons li a {
  color: var(--color-blue-1);
}
.header-hover .main-header .top-action-icons li a:hover,
.with-white-menu .main-header .top-action-icons li a:hover {
  color: var(--color-blue-1);
}
.hero-section {
  position: relative;
  text-align: center;
  max-height: 100vh;
}
.hero-section img,
.hero-section video {
  vertical-align: bottom;
}
.hero-section h1 {
  color: var(--color-white);
}
.hero-section h1.title-with-separator {
  margin: 0;
}
.hero-section h1.title-with-separator::after {
  right: 0;
}
.hero-section.left-align-text {
  text-align: left;
}
.hero-section.left-align-text .bottom-separator::after {
  right: auto;
}
.hero-section .overlay {
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}
.hero-section .overlay p {
  padding: 1rem 0;
  color: var(--color-white);
  margin: 0;
}
.hero-section .overlay .arrow-down {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hero-section .overlay .hero-caption-btn,
.hero-section .overlay .moreinfo-open-btn,
.hero-section .overlay .moreinfo-close-btn {
  position: absolute;
  font-size: 1.5rem;
  right: 3rem;
  bottom: 8rem;
  z-index: 111;
}
.hero-section .overlay .hero-caption-btn .close-icon,
.hero-section .overlay .moreinfo-open-btn .close-icon,
.hero-section .overlay .moreinfo-close-btn .close-icon {
  display: none;
}
.hero-section .overlay .hero-caption-btn.active .more-icon,
.hero-section .overlay .moreinfo-open-btn.active .more-icon,
.hero-section .overlay .moreinfo-close-btn.active .more-icon {
  display: none;
}
.hero-section .overlay .hero-caption-btn.active .close-icon,
.hero-section .overlay .moreinfo-open-btn.active .close-icon,
.hero-section .overlay .moreinfo-close-btn.active .close-icon {
  display: inline-block;
}
.hero-section .overlay .video-control-btn {
  font-size: 4rem;
  color: var(--color-white);
}
.hero-section .overlay .hero-caption {
  color: var(--color-white);
  text-align: left;
  position: absolute;
  left: 0;
  right: 0.5rem;
  margin: auto;
  bottom: 7rem;
  z-index: 99;
  transition: all ease 0.25s;
  display: none;
}
.hero-section .overlay .hero-caption p {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 2rem;
}
.hero-section .overlay .hero-caption.active {
  display: block;
}
.hero-section.hero-video-section .overlay .video-control-btn {
  opacity: 0;
}
.hero-section.hero-video-section .overlay:hover .video-control-btn {
  opacity: 1;
}
.hero-section.landing-page-hero .overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+0,ffffff+0,808080+1,ffffff+1,ffffff+1,bfbfbf+1,ffffff+2,cccccc+2,ffffff+2,ffffff+2,dbdbdb+3,ffffff+3,ffffff+3,e3e3e3+3,ffffff+4,e6e6e6+4,ffffff+4,ffffff+4,eaeaea+5,ffffff+5,ebebeb+5,ffffff+5,ffffff+6,eeeeee+6,ffffff+6,ffffff+7,f1f1f1+7,ffffff+7,ffffff+8,f2f2f2+8,ffffff+8,f3f3f3+8,ffffff+8,ffffff+9,f4f4f4+9,ffffff+9,ffffff+10,f5f5f5+10,ffffff+10,f5f5f5+10,ffffff+10,ffffff+11,f6f6f6+11,ffffff+11,f6f6f6+11,ffffff+11,ffffff+12,f7f7f7+12,ffffff+12,ffffff+13,f8f8f8+13,ffffff+13,ffffff+14,f8f8f8+14,ffffff+14,f8f8f8+14,ffffff+14,ffffff+15,f8f8f8+15,ffffff+15,ffffff+16,f9f9f9+16,ffffff+16,f9f9f9+16,ffffff+16,ffffff+17,f9f9f9+17,ffffff+17,f9f9f9+17,ffffff+18,ffffff+18,fafafa+18,ffffff+18,ffffff+19,fafafa+19,ffffff+20,ffffff+20,fafafa+20,ffffff+20,fafafa+21,ffffff+21,ffffff+21,fafafa+21,ffffff+22,ffffff+22,fbfbfb+22,ffffff+22,fbfbfb+23,ffffff+23,ffffff+23,fbfbfb+23,ffffff+24,fbfbfb+24,ffffff+24,ffffff+24,fbfbfb+25,ffffff+25,ffffff+26,fbfbfb+26,ffffff+26,ffffff+26,fbfbfb+27,ffffff+27,fbfbfb+27,ffffff+27,ffffff+27,fbfbfb+27,ffffff+28,fbfbfb+28,ffffff+28,ffffff+28,fcfcfc+29,ffffff+29,fcfcfc+29,ffffff+29,ffffff+30,fcfcfc+30,ffffff+30,fcfcfc+30,ffffff+30,ffffff+31,fcfcfc+31,ffffff+31,ffffff+32,fcfcfc+32,ffffff+32,ffffff+33,fcfcfc+33,ffffff+33,fcfcfc+33,ffffff+33,ffffff+34,fcfcfc+34,ffffff+34,ffffff+35,fcfcfc+35,ffffff+35,fcfcfc+35,ffffff+35,ffffff+36,fcfcfc+36,ffffff+36,fcfcfc+36,ffffff+36,ffffff+37,fcfcfc+37,ffffff+37,ffffff+38,fcfcfc+38,ffffff+38,ffffff+39,fcfcfc+39,ffffff+39,fcfcfc+39,ffffff+40,fdfdfd+40,ffffff+40,fdfdfd+40,ffffff+40,ffffff+41,fdfdfd+41,ffffff+41,fdfdfd+41,ffffff+42,ffffff+42,fdfdfd+42,ffffff+42,fdfdfd+43,ffffff+43,ffffff+43,fdfdfd+43,ffffff+44,ffffff+44,fdfdfd+45,ffffff+45,ffffff+45,fdfdfd+45,ffffff+46,fdfdfd+46,ffffff+46,ffffff+46,fdfdfd+47,ffffff+47,ffffff+47,fdfdfd+47,ffffff+48,fdfdfd+48,ffffff+48,ffffff+48,fdfdfd+49,ffffff+49,fdfdfd+49,ffffff+49,ffffff+50,fdfdfd+50,ffffff+50,ffffff+51,fdfdfd+51,ffffff+51,ffffff+51,fdfdfd+52,ffffff+52,fdfdfd+52,ffffff+52,fdfdfd+52,ffffff+53,fdfdfd+53,ffffff+53,ffffff+53,fdfdfd+54,ffffff+54,fdfdfd+54,ffffff+54,ffffff+55,fdfdfd+55,ffffff+55,fdfdfd+55,ffffff+55,ffffff+56,fdfdfd+56,ffffff+56,ffffff+57,fdfdfd+57,ffffff+57,ffffff+58,fdfdfd+58,ffffff+58,fdfdfd+58,ffffff+58,ffffff+59,fdfdfd+59,ffffff+59,ffffff+60,fdfdfd+60,ffffff+60,fdfdfd+60,ffffff+60,ffffff+61,fdfdfd+61,ffffff+61,fdfdfd+61,ffffff+61,ffffff+62,fdfdfd+62,ffffff+62,ffffff+63,fdfdfd+63,ffffff+63,ffffff+64,fdfdfd+64,ffffff+64,fdfdfd+64,ffffff+65,fdfdfd+65,ffffff+65,fdfdfd+65,ffffff+65,ffffff+66,fdfdfd+66,ffffff+66&0+0,0.25+43,1+99 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(227, 227, 227, 0.03) 3%, rgba(255, 255, 255, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(255, 255, 255, 0.06) 6%, rgba(255, 255, 255, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(255, 255, 255, 0.08) 9%, rgba(255, 255, 255, 0.09) 10%, rgba(255, 255, 255, 0.09) 11%, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.11) 14%, rgba(255, 255, 255, 0.11) 15%, rgba(255, 255, 255, 0.12) 16%, rgba(249, 249, 249, 0.12) 17%, rgba(255, 255, 255, 0.13) 18%, rgba(250, 250, 250, 0.13) 19%, rgba(255, 255, 255, 0.14) 20%, rgba(250, 250, 250, 0.14) 21%, rgba(255, 255, 255, 0.15) 22%, rgba(251, 251, 251, 0.15) 23%, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0.17) 26%, rgba(251, 251, 251, 0.17) 27%, rgba(255, 255, 255, 0.18) 28%, rgba(255, 255, 255, 0.18) 29%, rgba(255, 255, 255, 0.19) 30%, rgba(255, 255, 255, 0.19) 31%, rgba(255, 255, 255, 0.2) 32%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.21) 34%, rgba(255, 255, 255, 0.21) 35%, rgba(255, 255, 255, 0.22) 36%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.23) 38%, rgba(252, 252, 252, 0.23) 39%, rgba(255, 255, 255, 0.24) 40%, rgba(253, 253, 253, 0.24) 41%, rgba(255, 255, 255, 0.25) 42%, rgba(253, 253, 253, 0.25) 43%, rgba(255, 255, 255, 0.26) 44%, rgba(253, 253, 253, 0.27) 45%, rgba(255, 255, 255, 0.28) 46%, rgba(253, 253, 253, 0.29) 47%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.31) 49%, rgba(255, 255, 255, 0.32) 50%, rgba(255, 255, 255, 0.33) 51%, rgba(253, 253, 253, 0.34) 52%, rgba(255, 255, 255, 0.35) 53%, rgba(255, 255, 255, 0.36) 54%, rgba(255, 255, 255, 0.37) 55%, rgba(255, 255, 255, 0.38) 56%, rgba(255, 255, 255, 0.39) 57%, rgba(255, 255, 255, 0.4) 58%, rgba(255, 255, 255, 0.41) 59%, rgba(255, 255, 255, 0.42) 60%, rgba(255, 255, 255, 0.43) 61%, rgba(255, 255, 255, 0.44) 62%, rgba(255, 255, 255, 0.46) 63%, rgba(253, 253, 253, 0.48) 64%, rgba(255, 255, 255, 0.49) 65%, rgba(255, 255, 255, 0.51) 66%, #ffffff 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(227, 227, 227, 0.03) 3%, rgba(255, 255, 255, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(255, 255, 255, 0.06) 6%, rgba(255, 255, 255, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(255, 255, 255, 0.08) 9%, rgba(255, 255, 255, 0.09) 10%, rgba(255, 255, 255, 0.09) 11%, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.11) 14%, rgba(255, 255, 255, 0.11) 15%, rgba(255, 255, 255, 0.12) 16%, rgba(249, 249, 249, 0.12) 17%, rgba(255, 255, 255, 0.13) 18%, rgba(250, 250, 250, 0.13) 19%, rgba(255, 255, 255, 0.14) 20%, rgba(250, 250, 250, 0.14) 21%, rgba(255, 255, 255, 0.15) 22%, rgba(251, 251, 251, 0.15) 23%, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0.17) 26%, rgba(251, 251, 251, 0.17) 27%, rgba(255, 255, 255, 0.18) 28%, rgba(255, 255, 255, 0.18) 29%, rgba(255, 255, 255, 0.19) 30%, rgba(255, 255, 255, 0.19) 31%, rgba(255, 255, 255, 0.2) 32%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.21) 34%, rgba(255, 255, 255, 0.21) 35%, rgba(255, 255, 255, 0.22) 36%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.23) 38%, rgba(252, 252, 252, 0.23) 39%, rgba(255, 255, 255, 0.24) 40%, rgba(253, 253, 253, 0.24) 41%, rgba(255, 255, 255, 0.25) 42%, rgba(253, 253, 253, 0.25) 43%, rgba(255, 255, 255, 0.26) 44%, rgba(253, 253, 253, 0.27) 45%, rgba(255, 255, 255, 0.28) 46%, rgba(253, 253, 253, 0.29) 47%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.31) 49%, rgba(255, 255, 255, 0.32) 50%, rgba(255, 255, 255, 0.33) 51%, rgba(253, 253, 253, 0.34) 52%, rgba(255, 255, 255, 0.35) 53%, rgba(255, 255, 255, 0.36) 54%, rgba(255, 255, 255, 0.37) 55%, rgba(255, 255, 255, 0.38) 56%, rgba(255, 255, 255, 0.39) 57%, rgba(255, 255, 255, 0.4) 58%, rgba(255, 255, 255, 0.41) 59%, rgba(255, 255, 255, 0.42) 60%, rgba(255, 255, 255, 0.43) 61%, rgba(255, 255, 255, 0.44) 62%, rgba(255, 255, 255, 0.46) 63%, rgba(253, 253, 253, 0.48) 64%, rgba(255, 255, 255, 0.49) 65%, rgba(255, 255, 255, 0.51) 66%, #ffffff 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(227, 227, 227, 0.03) 3%, rgba(255, 255, 255, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(255, 255, 255, 0.06) 6%, rgba(255, 255, 255, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(255, 255, 255, 0.08) 9%, rgba(255, 255, 255, 0.09) 10%, rgba(255, 255, 255, 0.09) 11%, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.11) 14%, rgba(255, 255, 255, 0.11) 15%, rgba(255, 255, 255, 0.12) 16%, rgba(249, 249, 249, 0.12) 17%, rgba(255, 255, 255, 0.13) 18%, rgba(250, 250, 250, 0.13) 19%, rgba(255, 255, 255, 0.14) 20%, rgba(250, 250, 250, 0.14) 21%, rgba(255, 255, 255, 0.15) 22%, rgba(251, 251, 251, 0.15) 23%, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0.17) 26%, rgba(251, 251, 251, 0.17) 27%, rgba(255, 255, 255, 0.18) 28%, rgba(255, 255, 255, 0.18) 29%, rgba(255, 255, 255, 0.19) 30%, rgba(255, 255, 255, 0.19) 31%, rgba(255, 255, 255, 0.2) 32%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.21) 34%, rgba(255, 255, 255, 0.21) 35%, rgba(255, 255, 255, 0.22) 36%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.23) 38%, rgba(252, 252, 252, 0.23) 39%, rgba(255, 255, 255, 0.24) 40%, rgba(253, 253, 253, 0.24) 41%, rgba(255, 255, 255, 0.25) 42%, rgba(253, 253, 253, 0.25) 43%, rgba(255, 255, 255, 0.26) 44%, rgba(253, 253, 253, 0.27) 45%, rgba(255, 255, 255, 0.28) 46%, rgba(253, 253, 253, 0.29) 47%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.31) 49%, rgba(255, 255, 255, 0.32) 50%, rgba(255, 255, 255, 0.33) 51%, rgba(253, 253, 253, 0.34) 52%, rgba(255, 255, 255, 0.35) 53%, rgba(255, 255, 255, 0.36) 54%, rgba(255, 255, 255, 0.37) 55%, rgba(255, 255, 255, 0.38) 56%, rgba(255, 255, 255, 0.39) 57%, rgba(255, 255, 255, 0.4) 58%, rgba(255, 255, 255, 0.41) 59%, rgba(255, 255, 255, 0.42) 60%, rgba(255, 255, 255, 0.43) 61%, rgba(255, 255, 255, 0.44) 62%, rgba(255, 255, 255, 0.46) 63%, rgba(253, 253, 253, 0.48) 64%, rgba(255, 255, 255, 0.49) 65%, rgba(255, 255, 255, 0.51) 66%, #ffffff 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.hero-section.landing-page-hero .overlay .moreinfo-open-btn,
.hero-section.landing-page-hero .overlay .moreinfo-close-btn {
  bottom: inherit;
  top: 90vh;
}
.hero-section.landing-page-hero + section {
  margin-top: -5rem;
  background: none;
}
.hero-section.landing-page-hero + section .section {
  background: none;
}
.hero-section.landing-page-hero + section .section .container {
  position: relative;
  z-index: 11;
}
.hero-section.bottom-align-title .overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09023e+0,09023e+100&0+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(9, 2, 62, 0) 0%, rgba(9, 2, 62, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(9, 2, 62, 0) 0%, rgba(9, 2, 62, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(9, 2, 62, 0) 0%, rgba(9, 2, 62, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0009023e', endColorstr='#e609023e', GradientType=0);
  /* IE6-9 */
  align-items: flex-end;
}
.hero-section.bottom-align-title .overlay .header-info {
  margin-bottom: 3rem;
}
.hero-section.bottom-align-title .overlay .header-info .title-with-separator span {
  display: inline-block;
}
.hero-section .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
}
.hero-section .owl-carousel .owl-nav button {
  width: 4.4375rem;
  height: 4.4375rem;
  margin-left: 3px;
  font-size: 0;
  background: url(/static/images/streamline-icon-keyboard-arrow-right@16x16.svg) center no-repeat rgba(0, 0, 0, 0.5);
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.hero-section.hero-height-50,
.hero-section.hero-height-50 > img {
  height: 50vh;
  overflow: hidden;
}
.hero-section.hero-height-55 > img,
.hero-section.hero-height-55 {
  height: 55vh;
  overflow: hidden;
}
.hero-section.hero-height-60 > img,
.hero-section.hero-height-60 {
  height: 60vh;
  overflow: hidden;
}
.hero-section.hero-height-65 > img,
.hero-section.hero-height-65 {
  height: 65vh;
  overflow: hidden;
}
.hero-section.hero-height-70 > img,
.hero-section.hero-height-70 {
  height: 70vh;
  overflow: hidden;
}
.hero-section.hero-height-75 > img,
.hero-section.hero-height-75 {
  height: 75vh;
  overflow: hidden;
}
.hero-section.hero-height-80 > img,
.hero-section.hero-height-80 {
  height: 80vh;
  overflow: hidden;
}
.hero-section.hero-height-85 > img,
.hero-section.hero-height-85 {
  height: 85vh;
  overflow: hidden;
}
.hero-section.hero-height-90 > img,
.hero-section.hero-height-90 {
  height: 90vh;
  overflow: hidden;
}
.hero-section.hero-height-95 > img,
.hero-section.hero-height-95 {
  height: 95vh;
  overflow: hidden;
}
.hero-section.hero-height-100 > img,
.hero-section.hero-height-100 {
  height: 100vh;
  overflow: hidden;
}
.hero-section .text-left-align {
  text-align: left;
}
.hero-section .text-left-align .title-with-separator::after {
  margin: 0;
}
.right-full-slider .owl-carousel .owl-stage-outer {
  margin-right: -100vw;
}
.right-full-slider .owl-carousel .owl-nav .owl-prev,
.right-full-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  background: var(--color-red-5);
  color: var(--color-white);
  width: 3.5rem;
  height: 3.5rem;
  transform: rotate(45deg);
  border: none;
  outline: none;
}
.right-full-slider .owl-carousel .owl-nav .owl-prev i,
.right-full-slider .owl-carousel .owl-nav .owl-next i {
  transform: rotate(-45deg);
  font-size: 2rem;
}
.right-full-slider .owl-carousel .owl-nav .owl-prev {
  left: 1rem;
}
.right-full-slider .owl-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
.right-full-slider .owl-carousel .owl-nav .owl-next {
  right: -2rem;
}
.lead-paragraph-section {
  text-align: center;
}
.image-overlap-block {
  position: relative;
}
.image-overlap-block .background-image {
  max-width: 75%;
}
.image-overlap-block .front-image {
  position: absolute;
  right: 0.625rem;
  top: 0;
  width: 47.5%;
  bottom: 0;
  display: flex;
  align-items: center;
}
.image-overlap-block.right-image-overlap-block .background-image {
  float: right;
}
.image-overlap-block.right-image-overlap-block .front-image {
  left: 0.625rem;
  right: auto;
}
.image-overlap-block h2 {
  color: var(--color-blue-1);
  margin-bottom: 1.5rem;
}
.image-overlap-block h2 span {
  font-size: 3.75rem;
  line-height: 5rem;
  color: var(--color-red-4);
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
.image-overlap-block .lead {
  color: var(--color-grey-2);
  margin: 1.25rem 0;
}
.image-overlap-block p {
  color: var(--color-grey-1);
  margin-bottom: 1.25rem;
}
.card-image-promo-title-with-slider .overlay {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card-image-promo-title-with-slider .overlay .text-wrap h3 {
  line-height: 2.25rem;
}
.card-image-promo-title-with-slider .overlay .text-wrap p {
  color: var(--color-white);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.card-image-promo-title-with-slider .overlay .text-wrap .extra-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.card-image-promo-title-with-slider .overlay:hover {
  background: rgba(9, 2, 62, 0.8);
}
.card-image-promo-title-with-slider .overlay:hover .text-wrap .extra-text {
  max-height: 20rem;
  transition: max-height 0.5s ease-in;
}
.card-image-promo-with-bottom-align-title .image-wrap-with-gradient-overlay video {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all ease 0.25s;
  pointer-events: none;
}
.card-image-promo-with-bottom-align-title .image-wrap-with-gradient-overlay.video-active video {
  opacity: 1;
  pointer-events: auto;
}
.card-image-promo-with-bottom-align-title .image-wrap-with-gradient-overlay .overlay {
  text-align: center;
  padding: 3rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09053d+0,09053d+100&0+1,0.6+100 */
  background: -moz-linear-gradient(top, rgba(9, 5, 61, 0) 0%, rgba(9, 5, 61, 0) 50%, rgba(9, 5, 61, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(9, 5, 61, 0) 0%, rgba(9, 5, 61, 0) 50%, rgba(9, 5, 61, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(9, 5, 61, 0) 0%, rgba(9, 5, 61, 0) 50%, rgba(9, 5, 61, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0009053d', endColorstr='#9909053d', GradientType=0);
  /* IE6-9 */
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-image-promo-with-bottom-align-title .image-wrap-with-gradient-overlay .overlay .text-wrap h2 {
  line-height: 2.5rem;
  min-height: 5.5rem;
}
.card-image-promo-with-bottom-align-title .image-wrap-with-gradient-overlay .overlay .text-wrap .btn-wrap {
  margin-top: 2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.card-image-promo-with-bottom-align-title .image-wrap-with-gradient-overlay .overlay:hover .text-wrap .btn-wrap {
  max-height: 6rem;
  transition: max-height 0.5s ease-in;
}
.card-image-promo-with-center-align-title .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
  padding: 3rem;
}
.card-image-promo-with-center-align-title .overlay .bottom-separator::after {
  height: 0.125rem;
}
.card-image-promo-with-center-align-title .image-wrap-with-simple-overlay:hover .overlay {
  background: rgba(217, 13, 67, 0.8);
}
.tabs-list-with-image-and-hidden-content .left-block {
  display: flex;
  z-index: 1;
  margin-right: -33.3333%;
}
.tabs-list-with-image-and-hidden-content .left-block .nav-tabs-wrap {
  padding: 4.5rem 3.75rem;
  background: rgba(9, 2, 62, 0.61);
  width: 90%;
}
.tabs-list-with-image-and-hidden-content .left-block .nav-tabs-wrap h4 {
  color: var(--color-grey-3);
}
.tabs-list-with-image-and-hidden-content .left-block .nav-tabs-wrap .nav-tabs {
  margin-top: 2rem;
  border: none;
  display: block;
}
.tabs-list-with-image-and-hidden-content .left-block .nav-tabs-wrap .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  background: none;
  font-size: 1rem;
  line-height: 1.25rem;
  color: var(--color-white);
  padding: 1rem 0;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.tabs-list-with-image-and-hidden-content .left-block .nav-tabs-wrap .nav-tabs .nav-item:first-child .nav-link {
  padding-top: 0;
}
.tabs-list-with-image-and-hidden-content .left-block .nav-tabs-wrap .nav-tabs .nav-item:last-child .nav-link {
  padding-bottom: 0;
}
.tabs-list-with-image-and-hidden-content .tab-content .moreinfo-open-btn,
.tabs-list-with-image-and-hidden-content .tab-content .moreinfo-close-btn {
  position: absolute;
  font-size: 1.5rem;
  right: 3rem;
  bottom: 2rem;
  z-index: 11;
}
.tabs-list-with-image-and-hidden-content .tab-content .more-popup-content {
  background: rgba(9, 2, 62, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  margin: auto;
  padding: 4.5rem 4rem;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
}
.tabs-list-with-image-and-hidden-content .tab-content .more-popup-content.active {
  opacity: 1;
  pointer-events: auto;
  right: 0.625rem;
}
.tabs-list-with-image-and-hidden-content .tab-content .more-popup-content h5 {
  color: var(--color-white);
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.tabs-list-with-image-and-hidden-content .tab-content .more-popup-content p {
  color: var(--color-grey-3);
  margin-bottom: 1rem;
}
.tabs-list-with-image-and-hidden-content .tab-content .more-popup-content .moreinfo-close-btn {
  right: 2.375rem;
}
.card-news-grid {
  z-index: 2;
  position: relative;
}
.card-news-grid .section-header h3 {
  color: var(--color-grey-1);
}
.card-news-grid .item {
  padding: 0.625rem;
}
.card-news-grid .item .image-wrap img {
  height: 260px;
  object-fit: cover;
}
.card-news-grid .item .text-wrap {
  padding-top: 1rem;
}
.card-news-grid .item .text-wrap .category-tag {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--color-grey-2);
}
.card-news-grid .item .text-wrap h4 {
  color: var(--color-blue-1);
}
.card-news-grid .item .text-wrap h5 {
  color: var(--color-blue-1);
  margin-top: 0.625rem;
  margin-bottom: 1rem;
}
.card-news-grid .item .text-wrap .show-btn {
  display: inline-block;
  width: 2rem;
}
.card-news-grid .item .text-wrap .close-btn {
  display: none;
}
.card-news-grid .item .text-wrap .show-more-text {
  display: none;
  padding: 1.25rem 0 0;
}
.card-news-grid .item .text-wrap .show-more-text p.created-date {
  color: var(--color-grey-2);
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: normal;
  margin-bottom: 1rem;
}
.card-news-grid .item .text-wrap .show-more-text .text {
  color: var(--color-grey-1);
}
.card-news-grid .item .text-wrap .show-more-text .link-with-arrow {
  color: var(--color-red-5);
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1rem;
  font-size: 0.875rem;
  margin: 2rem 0 0;
}
.card-news-grid .item.active {
  box-shadow: 0 0.5rem 1rem rgba(103, 116, 129, 0.3);
  position: relative;
  background: var(--color-white);
  transform-origin: center;
  z-index: 111;
  padding: 1.25rem;
  margin: -0.625rem;
}
.card-news-grid .item.active .show-more-text,
.card-news-grid .item.active .close-btn {
  display: block;
}
.card-news-grid .item.active .show-btn {
  display: none;
}
.card-news-grid.right-full-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.card-news-grid.right-full-slider .owl-carousel .owl-nav .owl-next,
.card-news-grid.right-full-slider .owl-carousel .owl-nav .owl-prev {
  top: 25%;
  background: var(--color-white);
  color: var(--color-blue-1);
}
.instagram-section h4 {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
.events-section .text-wrap {
  padding: 1rem 0;
  width: 75%;
}
.events-section .text-wrap h4 {
  color: var(--color-blue-1);
  line-height: 1.75rem;
}
.events-section .text-wrap .event-date {
  margin: 0;
  margin-top: 0.5rem;
  color: var(--color-grey-2);
}
.events-section .text-wrap .event-date.bottom-separator::after {
  height: 0.125rem;
  width: 2.5rem;
  right: auto;
}
.card-gray-bg-promo-with-title-and-icon .section-header span {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  margin-left: 0.5rem;
}
.card-gray-bg-promo-with-title-and-icon .text-wrap {
  background: var(--color-grey-4);
  padding: 5.5rem 4rem;
  text-align: center;
  height: 100%;
}
.card-gray-bg-promo-with-title-and-icon .text-wrap img,
.card-gray-bg-promo-with-title-and-icon .text-wrap object,
.card-gray-bg-promo-with-title-and-icon .text-wrap .icon-wrap {
  margin: 0 auto 4.25rem;
  height: 18.125rem;
  width: 18.125rem;
}
.card-gray-bg-promo-with-title-and-icon .text-wrap .icon-wrap i {
  position: relative;
  color: var(--color-grey-4);
  font-size: 8rem;
  z-index: 11;
  height: 18.125rem;
  width: 18.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.card-gray-bg-promo-with-title-and-icon .text-wrap .icon-wrap i:after {
  content: "";
  display: block;
  border-radius: 50%;
  background: var(--color-red-1);
  height: 18.125rem;
  width: 18.125rem;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.card-gray-bg-promo-with-title-and-icon .text-wrap h1 {
  margin-bottom: 1rem;
  color: var(--color-red-1);
}
.card-gray-bg-promo-with-title-and-icon .text-wrap .lead {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.card-gray-bg-promo-with-title-and-icon .text-wrap p {
  color: var(--color-grey-2);
}
.card-image-with-title-text-overlay {
  text-align: center;
  color: var(--color-white);
}
.card-image-with-title-text-overlay .section-header {
  text-align: left;
}
.card-image-with-title-text-overlay .image-wrap-with-simple-overlay h2 {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -2px;
}
.card-image-with-title-text-overlay .image-wrap-with-simple-overlay h2 span {
  font-size: 5.5rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
.card-image-with-title-text-overlay .image-wrap-with-simple-overlay p {
  color: var(--color-white);
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}
.card-image-with-title-text-overlay .image-wrap-with-simple-overlay .overlay {
  align-items: center;
  justify-content: center;
}
.card-image-with-title-text-overlay .image-wrap-with-simple-overlay .moreinfo-open-btn,
.card-image-with-title-text-overlay .image-wrap-with-simple-overlay .moreinfo-close-btn {
  position: absolute;
  font-size: 1.5rem;
  right: 3rem;
  bottom: 2rem;
  z-index: 11;
}
.card-image-promo-with-title-text .image-wrap-with-gradient-overlay {
  height: 100%;
}
.card-image-promo-with-title-text .image-wrap-with-gradient-overlay img {
  height: 100%;
}
.card-image-promo-with-title-text .overlay {
  color: var(--color-white);
  text-align: center;
  padding: 3rem;
}
.card-image-promo-with-title-text .overlay .text-wrap h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  color: var(--color-white);
  margin-bottom: 1rem;
}
.card-image-promo-with-title-text .overlay .text-wrap p {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.card-image-promo-with-title-text .overlay .text-wrap .btn {
  display: block;
}
.card-image-promo-with-title-text .item {
  margin-bottom: 0.625rem;
}
.card-image-promo-with-title-text .item .overlay {
  text-align: left;
}
.card-image-promo-with-more-text {
  background: var(--color-blue-1);
}
.card-image-promo-with-more-text .item {
  margin-bottom: 1.25rem;
}
.card-image-promo-with-more-text .item .overlay {
  color: var(--color-white);
  text-align: center;
  padding: 3rem;
}
.card-image-promo-with-more-text .item .overlay .hover-more-text {
  background: var(--color-white);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  top: 0;
  padding: 3rem;
  opacity: 0;
  transition: all ease 0.5s;
}
.card-image-promo-with-more-text .item .overlay .hover-more-text .bottom-separator::after {
  height: 0.125rem;
  width: 2.5rem;
  background: var(--color-red-1);
}
.card-image-promo-with-more-text .item .overlay .hover-more-text h5 {
  color: var(--color-blue-1);
  margin-bottom: 2rem;
}
.card-image-promo-with-more-text .item .overlay .hover-more-text p {
  color: var(--color-grey-2);
  margin-bottom: 2rem;
  text-align: left;
}
.card-image-promo-with-more-text .item:hover .overlay .hover-more-text {
  opacity: 1;
  bottom: 0;
}
.card-image-promo-with-more-text .btn-wrap {
  padding: 4rem 0;
  text-align: center;
}
.image-wrap-with-gradient-overlay .overlay .text-wrap .date {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.photo-gallery-grid .photo-gallery-row {
  margin-left: -0.375rem;
  margin-right: 0.375rem;
}
.photo-gallery-grid .photo-gallery-row > div {
  padding: 0.375rem;
}
.alert-bar {
  background: var(--color-red-4);
  text-align: center;
  z-index: 999;
  position: relative;
  padding: 0.75rem 0;
}
.alert-bar a {
  color: var(--color-white);
  font-size: 0.875rem;
  display: block;
  text-decoration: underline;
}
.alert-bar .close-btn {
  position: absolute;
  right: 1.25rem;
  top: 0.75rem;
}
.alert-bar .close-btn i {
  font-size: 1.25rem;
}
.post-detail-page .main-header,
.scroll-up .main-header,
.header-hover .main-header,
.with-white-menu .main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-white);
  z-index: 999;
}
.post-detail-page .main-header:before,
.scroll-up .main-header:before,
.header-hover .main-header:before,
.with-white-menu .main-header:before {
  display: none;
}
.post-detail-page .main-header .before-active,
.scroll-up .main-header .before-active,
.header-hover .main-header .before-active,
.with-white-menu .main-header .before-active {
  display: none;
}
.post-detail-page .main-header .after-active,
.scroll-up .main-header .after-active,
.header-hover .main-header .after-active,
.with-white-menu .main-header .after-active {
  display: block;
}
.post-detail-page .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link,
.scroll-up .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link,
.header-hover .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link,
.with-white-menu .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: var(--color-grey-1);
}
.post-detail-page .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active,
.scroll-up .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active,
.header-hover .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active,
.with-white-menu .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link.active,
.post-detail-page .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.scroll-up .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.header-hover .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.with-white-menu .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.post-detail-page .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.scroll-up .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.header-hover .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus,
.with-white-menu .main-header .navbar-expand-lg .navbar-nav .nav-item .nav-link:focus {
  color: var(--color-red-1);
}
.scroll-up .main-header {
  top: 0 !important;
}
.scroll-up .main-header .top-action-icons li a {
  color: var(--color-blue-1);
}
.social-section {
  background: var(--color-red-4);
  padding: 3.25rem 0;
  text-align: center;
}
.social-section h3 {
  color: var(--color-white);
  display: inline-flex;
  padding-right: 3rem;
  line-height: 2.25rem;
}
.social-section .social-icons {
  display: inline-flex;
}
.social-section .social-icons a {
  height: 2.375rem;
  width: 2.375rem;
  margin-right: 0.5rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.75rem;
  line-height: normal;
}
.team-page {
  background: var(--color-blue-1);
  color: var(--color-white);
}
.team-page .hero-bg-section {
  padding: 5.5rem 0 0;
  margin-top: 6rem;
}
.team-page .hero-bg-section h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 2rem;
}
.team-page .hero-bg-section .lead {
  margin-bottom: 4rem;
  color: var(--color-white);
}
.team-section {
  padding-bottom: 6rem;
}
.team-section .item {
  margin-bottom: 3.25rem;
  text-align: center;
}
.team-section .item .image-wrap {
  overflow: hidden;
  position: relative;
}
.team-section .item .image-wrap .item-desc {
  min-height: 13rem;
  padding-top: 1rem;
}
.team-section .item .image-wrap .item-desc h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 2.25rem;
}
.team-section .item .image-wrap .overlay {
  background: var(--color-white);
  text-align: left;
  padding: 0 2rem 2rem;
  margin-top: 50%;
  opacity: 0;
  transition: all ease 0.5s;
}
.team-section .item .image-wrap .overlay h3,
.team-section .item .image-wrap .overlay h5 {
  text-align: center;
  color: var(--color-blue-2);
}
.team-section .item .image-wrap .overlay h5 {
  font-size: 1.5rem;
}
.team-section .item .image-wrap .overlay p {
  color: var(--color-blue-2);
}
.team-section .item .image-wrap:hover .overlay {
  opacity: 1;
  margin-top: 0;
}
footer {
  background: var(--color-blue-1);
  padding: 4.5rem 0 2.5rem;
  color: var(--color-white);
}
footer .goog-te-combo {
  position: relative;
  top: 0.5rem;
}
footer h4 {
  color: var(--color-white);
  padding: 1.5rem 0;
}
footer .phone-no {
  font-size: 2rem;
  line-height: 2rem;
  color: var(--color-grey-3);
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  margin-bottom: 1.25rem;
}
footer .address {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--color-grey-3);
}
footer .other-info {
  color: var(--color-grey-2);
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding-top: 1.25rem;
}
footer .other-info span:first-child {
  padding-right: 1rem;
}
footer .btn {
  margin-bottom: 0.75rem;
}
footer ul {
  margin: 0;
}
footer ul li a {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--color-grey-3);
  padding-top: 1.5rem;
  display: block;
}
footer ul li:first-child a {
  padding: 0;
}
footer .bottom-content {
  margin-top: 6rem;
}
footer .bottom-content .copyright-text {
  color: var(--color-grey-3);
  margin: 0;
}
footer .bottom-content .country-text {
  display: flex;
  justify-content: right;
  align-items: center;
}
footer .bottom-content .country-text span {
  display: inline-flex;
}
footer .bottom-content .country-text span.icon {
  margin-right: 1rem;
}
.fixed-breadcrumb {
  transition: all ease 0.25s;
  text-align: left;
  position: fixed;
  top: -5rem;
  left: 0;
  right: 0;
  z-index: 88;
  display: flex;
  align-items: center;
  background: var(--color-white);
  opacity: 0;
  max-width: 100%;
  justify-content: space-evenly;
  padding: 0.625rem 0;
  box-shadow: 0 0 5px rgba(35, 44, 66, 0.2);
}
.fixed-breadcrumb .logo {
  margin-left: 2rem;
  line-height: 0;
}
.fixed-breadcrumb .breadcrumb {
  margin: 0;
  background: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.fixed-breadcrumb .breadcrumb li {
  color: var(--color-blue-1);
}
.fixed-breadcrumb .breadcrumb li.active {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.fixed-breadcrumb .breadcrumb li a {
  color: var(--color-blue-1);
}
.fixed-breadcrumb .breadcrumb li + li {
  margin-left: 1.5rem;
}
.fixed-breadcrumb .breadcrumb li + li:before {
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f105";
  position: relative;
  left: -0.75rem;
  top: 1px;
  color: var(--color-red-6);
  font-weight: 900;
}
.scroll-down .fixed-breadcrumb {
  top: 0;
  opacity: 1;
}
.card-news-by-topic .item .image-wrap-with-simple-overlay .overlay {
  padding: 1.5rem 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,0.75+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bf000000', GradientType=0);
  /* IE6-9 */
}
.card-news-by-topic .item .image-wrap-with-simple-overlay .overlay .text-wrap h3 {
  margin-bottom: 5rem;
  line-height: 2.25rem;
}
.card-staff-picks .item {
  background: var(--color-grey-4);
  display: flex;
  align-items: center;
}
.card-staff-picks .item > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.card-staff-picks .item .text-wrap {
  padding: 2.5rem 2rem;
}
.card-staff-picks .item .text-wrap h4 {
  line-height: 1.75rem;
}
.card-staff-picks .item .text-wrap p {
  padding: 1.5rem 0;
}
.bullet-list-v2 ul,
.check-list ul {
  padding: 2rem 0;
  list-style: none;
}
.bullet-list-v2 ul li,
.check-list ul li {
  padding-left: 2.25rem;
  line-height: 1.75rem;
  position: relative;
  list-style: none;
  border-bottom: 2px solid var(--color-grey-4);
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.bullet-list-v2 ul li:before,
.check-list ul li:before {
  font-family: var(--font-family-fontawesome_5_pro);
  font-weight: bold;
  content: "\f058";
  color: var(--color-red-4);
  font-size: 1.25rem;
  position: absolute;
  left: 0;
}
.bullet-list-v2 ul li:before {
  content: "\f105";
}
.blockquote-section blockquote {
  font-size: 1.5rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 2rem;
  color: var(--color-blue-1);
  position: relative;
}
.blockquote-section blockquote small {
  font-size: 0.75rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  color: var(--color-grey-2);
}
.blockquote-section blockquote:before {
  content: "“";
  display: block;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  color: var(--color-red-4);
  font-size: 9rem;
}
.blockquote-section blockquote.text-center:before {
  margin-bottom: 1rem;
}
.blockquote-section blockquote.text-left {
  padding-left: 6rem;
}
.blockquote-section blockquote.text-left:before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 6rem;
}
.blockquote-section blockquote.text-left + small {
  padding-left: 6rem;
}
.grey-bg {
  background-color: var(--color-grey-4);
}
.community-section .category-block {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}
.community-section .category-block .image-wrap {
  margin-bottom: 1.5rem;
}
.community-section .category-block .image-wrap img.avtar {
  height: 11.25rem;
  width: 11.25rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-white);
}
.explore-more-section .image-wrap {
  position: relative;
}
.explore-more-section .image-wrap .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}
.explore-more-section .image-wrap .overlay h4:after {
  display: block;
  content: "";
  margin: 1rem auto;
  width: 2.5rem;
  height: 2px;
  background-color: var(--color-red-5);
}
.image-slider-section .image-slider {
  position: relative;
}
.image-slider-section .image-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: 4.5rem;
  padding: 0 2rem;
  margin: auto;
}
.image-slider-section .image-slider .owl-carousel .owl-nav button {
  height: 4.5rem;
  width: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #09053d;
  background-color: var(--color-white);
  font-weight: bold;
}
.image-slider-section .caption-pagination {
  font-size: 0.875rem;
}
.image-slider-section .caption-pagination p {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  margin: 0.5rem 0;
}
.short-hero {
  height: 70vh;
}
.accordion-section {
  padding: 7.5rem 0;
}
.accordion-section .accordion {
  border-bottom: 1px solid #a7a9ac;
}
.accordion-section .accordion .card {
  border-radius: 0;
  border: none;
  background: none;
}
.accordion-section .accordion .card .card-header {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
  border-top: 1px solid var(--color-grey-3);
}
.accordion-section .accordion .card .card-header h2 {
  font-size: 1.5rem;
  line-height: 1.25rem;
  color: var(--color-blue-2);
}
.accordion-section .accordion .card .card-header h2 button {
  color: var(--color-blue-2);
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.25rem;
  padding: 2rem 0;
  justify-content: flex-start;
  border: none;
}
.accordion-section .accordion .card .card-header h2 button i,
.accordion-section .accordion .card .card-header h2 button svg,
.accordion-section .accordion .card .card-header h2 button object {
  color: var(--color-red-5);
  height: 1.25rem;
  margin-right: 1.25rem;
  transition: all ease 0.3s;
  transform-origin: center;
  position: relative;
  top: 3px;
}
.accordion-section .accordion .card .card-header h2 button.btn[aria-expanded="true"] i,
.accordion-section .accordion .card .card-header h2 button.btn[aria-expanded="true"] svg {
  transform: rotate(45deg);
}
.accordion-section .accordion .card .card-body {
  font-size: 1rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.75rem;
}
.table-content table thead tr th {
  background: var(--color-blue-1);
  color: var(--color-white);
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  border: none;
}
.table-content table tbody tr:nth-child(odd) {
  background: rgba(238, 240, 241, 0.6);
}
.table-content table tbody tr th {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.table-content table tbody tr td,
.table-content table tbody tr th {
  padding: 1rem 2rem;
  border: none;
  color: var(--color-grey-1);
}
.saac-tabs-section .nav-tabs {
  margin: -3.75rem 0 0;
  border: 0;
  position: relative;
  z-index: 11;
}
.saac-tabs-section .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  background-color: var(--color-red-4);
  color: var(--color-white);
  border: none;
  min-height: 3.75rem;
  align-items: center;
  display: inline-flex;
  padding: 0.5rem 2.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.saac-tabs-section .nav-tabs .nav-item .nav-link.active {
  background-color: var(--color-white);
  color: var(--color-blue-2);
}
.landing .main-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(9, 5, 61, 0.65) 50%, rgba(9, 5, 61, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(9, 5, 61, 0.65) 50%, rgba(9, 5, 61, 0) 100%);
  background: linear-gradient(to bottom, rgba(9, 5, 61, 0.65) 50%, rgba(9, 5, 61, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a609053d', endColorstr='#0009053d', GradientType=0);
}
.landing .hero-section {
  overflow: hidden;
}
.landing .hero-section .overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+0,ffffff+0,808080+1,ffffff+1,ffffff+1,bfbfbf+1,ffffff+2,cccccc+2,ffffff+2,ffffff+2,dbdbdb+3,ffffff+3,ffffff+3,e3e3e3+3,ffffff+4,e6e6e6+4,ffffff+4,ffffff+4,eaeaea+5,ffffff+5,ebebeb+5,ffffff+5,ffffff+6,eeeeee+6,ffffff+6,ffffff+7,f1f1f1+7,ffffff+7,ffffff+8,f2f2f2+8,ffffff+8,f3f3f3+8,ffffff+8,ffffff+9,f4f4f4+9,ffffff+9,ffffff+10,f5f5f5+10,ffffff+10,f5f5f5+10,ffffff+10,ffffff+11,f6f6f6+11,ffffff+11,f6f6f6+11,ffffff+11,ffffff+12,f7f7f7+12,ffffff+12,ffffff+13,f8f8f8+13,ffffff+13,ffffff+14,f8f8f8+14,ffffff+14,f8f8f8+14,ffffff+14,ffffff+15,f8f8f8+15,ffffff+15,ffffff+16,f9f9f9+16,ffffff+16,f9f9f9+16,ffffff+16,ffffff+17,f9f9f9+17,ffffff+17,f9f9f9+17,ffffff+18,ffffff+18,fafafa+18,ffffff+18,ffffff+19,fafafa+19,ffffff+20,ffffff+20,fafafa+20,ffffff+20,fafafa+21,ffffff+21,ffffff+21,fafafa+21,ffffff+22,ffffff+22,fbfbfb+22,ffffff+22,fbfbfb+23,ffffff+23,ffffff+23,fbfbfb+23,ffffff+24,fbfbfb+24,ffffff+24,ffffff+24,fbfbfb+25,ffffff+25,ffffff+26,fbfbfb+26,ffffff+26,ffffff+26,fbfbfb+27,ffffff+27,fbfbfb+27,ffffff+27,ffffff+27,fbfbfb+27,ffffff+28,fbfbfb+28,ffffff+28,ffffff+28,fcfcfc+29,ffffff+29,fcfcfc+29,ffffff+29,ffffff+30,fcfcfc+30,ffffff+30,fcfcfc+30,ffffff+30,ffffff+31,fcfcfc+31,ffffff+31,ffffff+32,fcfcfc+32,ffffff+32,ffffff+33,fcfcfc+33,ffffff+33,fcfcfc+33,ffffff+33,ffffff+34,fcfcfc+34,ffffff+34,ffffff+35,fcfcfc+35,ffffff+35,fcfcfc+35,ffffff+35,ffffff+36,fcfcfc+36,ffffff+36,fcfcfc+36,ffffff+36,ffffff+37,fcfcfc+37,ffffff+37,ffffff+38,fcfcfc+38,ffffff+38,ffffff+39,fcfcfc+39,ffffff+39,fcfcfc+39,ffffff+40,fdfdfd+40,ffffff+40,fdfdfd+40,ffffff+40,ffffff+41,fdfdfd+41,ffffff+41,fdfdfd+41,ffffff+42,ffffff+42,fdfdfd+42,ffffff+42,fdfdfd+43,ffffff+43,ffffff+43,fdfdfd+43,ffffff+44,ffffff+44,fdfdfd+45,ffffff+45,ffffff+45,fdfdfd+45,ffffff+46,fdfdfd+46,ffffff+46,ffffff+46,fdfdfd+47,ffffff+47,ffffff+47,fdfdfd+47,ffffff+48,fdfdfd+48,ffffff+48,ffffff+48,fdfdfd+49,ffffff+49,fdfdfd+49,ffffff+49,ffffff+50,fdfdfd+50,ffffff+50,ffffff+51,fdfdfd+51,ffffff+51,ffffff+51,fdfdfd+52,ffffff+52,fdfdfd+52,ffffff+52,fdfdfd+52,ffffff+53,fdfdfd+53,ffffff+53,ffffff+53,fdfdfd+54,ffffff+54,fdfdfd+54,ffffff+54,ffffff+55,fdfdfd+55,ffffff+55,fdfdfd+55,ffffff+55,ffffff+56,fdfdfd+56,ffffff+56,ffffff+57,fdfdfd+57,ffffff+57,ffffff+58,fdfdfd+58,ffffff+58,fdfdfd+58,ffffff+58,ffffff+59,fdfdfd+59,ffffff+59,ffffff+60,fdfdfd+60,ffffff+60,fdfdfd+60,ffffff+60,ffffff+61,fdfdfd+61,ffffff+61,fdfdfd+61,ffffff+61,ffffff+62,fdfdfd+62,ffffff+62,ffffff+63,fdfdfd+63,ffffff+63,ffffff+64,fdfdfd+64,ffffff+64,fdfdfd+64,ffffff+65,fdfdfd+65,ffffff+65,fdfdfd+65,ffffff+65,ffffff+66,fdfdfd+66,ffffff+66&0+0,0.25+43,1+99 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(227, 227, 227, 0.03) 3%, rgba(255, 255, 255, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(255, 255, 255, 0.06) 6%, rgba(255, 255, 255, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(255, 255, 255, 0.08) 9%, rgba(255, 255, 255, 0.09) 10%, rgba(255, 255, 255, 0.09) 11%, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.11) 14%, rgba(255, 255, 255, 0.11) 15%, rgba(255, 255, 255, 0.12) 16%, rgba(249, 249, 249, 0.12) 17%, rgba(255, 255, 255, 0.13) 18%, rgba(250, 250, 250, 0.13) 19%, rgba(255, 255, 255, 0.14) 20%, rgba(250, 250, 250, 0.14) 21%, rgba(255, 255, 255, 0.15) 22%, rgba(251, 251, 251, 0.15) 23%, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0.17) 26%, rgba(251, 251, 251, 0.17) 27%, rgba(255, 255, 255, 0.18) 28%, rgba(255, 255, 255, 0.18) 29%, rgba(255, 255, 255, 0.19) 30%, rgba(255, 255, 255, 0.19) 31%, rgba(255, 255, 255, 0.2) 32%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.21) 34%, rgba(255, 255, 255, 0.21) 35%, rgba(255, 255, 255, 0.22) 36%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.23) 38%, rgba(252, 252, 252, 0.23) 39%, rgba(255, 255, 255, 0.24) 40%, rgba(253, 253, 253, 0.24) 41%, rgba(255, 255, 255, 0.25) 42%, rgba(253, 253, 253, 0.25) 43%, rgba(255, 255, 255, 0.26) 44%, rgba(253, 253, 253, 0.27) 45%, rgba(255, 255, 255, 0.28) 46%, rgba(253, 253, 253, 0.29) 47%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.31) 49%, rgba(255, 255, 255, 0.32) 50%, rgba(255, 255, 255, 0.33) 51%, rgba(253, 253, 253, 0.34) 52%, rgba(255, 255, 255, 0.35) 53%, rgba(255, 255, 255, 0.36) 54%, rgba(255, 255, 255, 0.37) 55%, rgba(255, 255, 255, 0.38) 56%, rgba(255, 255, 255, 0.39) 57%, rgba(255, 255, 255, 0.4) 58%, rgba(255, 255, 255, 0.41) 59%, rgba(255, 255, 255, 0.42) 60%, rgba(255, 255, 255, 0.43) 61%, rgba(255, 255, 255, 0.44) 62%, rgba(255, 255, 255, 0.46) 63%, rgba(253, 253, 253, 0.48) 64%, rgba(255, 255, 255, 0.49) 65%, rgba(255, 255, 255, 0.51) 66%, #ffffff 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(227, 227, 227, 0.03) 3%, rgba(255, 255, 255, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(255, 255, 255, 0.06) 6%, rgba(255, 255, 255, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(255, 255, 255, 0.08) 9%, rgba(255, 255, 255, 0.09) 10%, rgba(255, 255, 255, 0.09) 11%, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.11) 14%, rgba(255, 255, 255, 0.11) 15%, rgba(255, 255, 255, 0.12) 16%, rgba(249, 249, 249, 0.12) 17%, rgba(255, 255, 255, 0.13) 18%, rgba(250, 250, 250, 0.13) 19%, rgba(255, 255, 255, 0.14) 20%, rgba(250, 250, 250, 0.14) 21%, rgba(255, 255, 255, 0.15) 22%, rgba(251, 251, 251, 0.15) 23%, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0.17) 26%, rgba(251, 251, 251, 0.17) 27%, rgba(255, 255, 255, 0.18) 28%, rgba(255, 255, 255, 0.18) 29%, rgba(255, 255, 255, 0.19) 30%, rgba(255, 255, 255, 0.19) 31%, rgba(255, 255, 255, 0.2) 32%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.21) 34%, rgba(255, 255, 255, 0.21) 35%, rgba(255, 255, 255, 0.22) 36%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.23) 38%, rgba(252, 252, 252, 0.23) 39%, rgba(255, 255, 255, 0.24) 40%, rgba(253, 253, 253, 0.24) 41%, rgba(255, 255, 255, 0.25) 42%, rgba(253, 253, 253, 0.25) 43%, rgba(255, 255, 255, 0.26) 44%, rgba(253, 253, 253, 0.27) 45%, rgba(255, 255, 255, 0.28) 46%, rgba(253, 253, 253, 0.29) 47%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.31) 49%, rgba(255, 255, 255, 0.32) 50%, rgba(255, 255, 255, 0.33) 51%, rgba(253, 253, 253, 0.34) 52%, rgba(255, 255, 255, 0.35) 53%, rgba(255, 255, 255, 0.36) 54%, rgba(255, 255, 255, 0.37) 55%, rgba(255, 255, 255, 0.38) 56%, rgba(255, 255, 255, 0.39) 57%, rgba(255, 255, 255, 0.4) 58%, rgba(255, 255, 255, 0.41) 59%, rgba(255, 255, 255, 0.42) 60%, rgba(255, 255, 255, 0.43) 61%, rgba(255, 255, 255, 0.44) 62%, rgba(255, 255, 255, 0.46) 63%, rgba(253, 253, 253, 0.48) 64%, rgba(255, 255, 255, 0.49) 65%, rgba(255, 255, 255, 0.51) 66%, #ffffff 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(191, 191, 191, 0.01) 1%, rgba(255, 255, 255, 0.02) 2%, rgba(227, 227, 227, 0.03) 3%, rgba(255, 255, 255, 0.04) 4%, rgba(255, 255, 255, 0.05) 5%, rgba(255, 255, 255, 0.06) 6%, rgba(255, 255, 255, 0.07) 7%, rgba(255, 255, 255, 0.08) 8%, rgba(255, 255, 255, 0.08) 9%, rgba(255, 255, 255, 0.09) 10%, rgba(255, 255, 255, 0.09) 11%, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.11) 14%, rgba(255, 255, 255, 0.11) 15%, rgba(255, 255, 255, 0.12) 16%, rgba(249, 249, 249, 0.12) 17%, rgba(255, 255, 255, 0.13) 18%, rgba(250, 250, 250, 0.13) 19%, rgba(255, 255, 255, 0.14) 20%, rgba(250, 250, 250, 0.14) 21%, rgba(255, 255, 255, 0.15) 22%, rgba(251, 251, 251, 0.15) 23%, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.16) 25%, rgba(255, 255, 255, 0.17) 26%, rgba(251, 251, 251, 0.17) 27%, rgba(255, 255, 255, 0.18) 28%, rgba(255, 255, 255, 0.18) 29%, rgba(255, 255, 255, 0.19) 30%, rgba(255, 255, 255, 0.19) 31%, rgba(255, 255, 255, 0.2) 32%, rgba(255, 255, 255, 0.2) 33%, rgba(255, 255, 255, 0.21) 34%, rgba(255, 255, 255, 0.21) 35%, rgba(255, 255, 255, 0.22) 36%, rgba(255, 255, 255, 0.22) 37%, rgba(255, 255, 255, 0.23) 38%, rgba(252, 252, 252, 0.23) 39%, rgba(255, 255, 255, 0.24) 40%, rgba(253, 253, 253, 0.24) 41%, rgba(255, 255, 255, 0.25) 42%, rgba(253, 253, 253, 0.25) 43%, rgba(255, 255, 255, 0.26) 44%, rgba(253, 253, 253, 0.27) 45%, rgba(255, 255, 255, 0.28) 46%, rgba(253, 253, 253, 0.29) 47%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0.31) 49%, rgba(255, 255, 255, 0.32) 50%, rgba(255, 255, 255, 0.33) 51%, rgba(253, 253, 253, 0.34) 52%, rgba(255, 255, 255, 0.35) 53%, rgba(255, 255, 255, 0.36) 54%, rgba(255, 255, 255, 0.37) 55%, rgba(255, 255, 255, 0.38) 56%, rgba(255, 255, 255, 0.39) 57%, rgba(255, 255, 255, 0.4) 58%, rgba(255, 255, 255, 0.41) 59%, rgba(255, 255, 255, 0.42) 60%, rgba(255, 255, 255, 0.43) 61%, rgba(255, 255, 255, 0.44) 62%, rgba(255, 255, 255, 0.46) 63%, rgba(253, 253, 253, 0.48) 64%, rgba(255, 255, 255, 0.49) 65%, rgba(255, 255, 255, 0.51) 66%, #ffffff 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  /*.moreinfo-open-btn,
      .header-info {
        display: none;
      }*/
}
.landing .hero_overlap_section {
  position: relative;
  z-index: 11;
  background: none;
  margin-top: -16vw;
}
.landing.scroll-up .main-header::before {
  background: none;
}
.multiple-buttons-block {
  margin: 1rem -0.625rem;
}
.multiple-buttons-block .btn {
  margin: 0 0.625rem;
}
.photo-gallery-grid .photo-gallery-row .image-wrap-with-overlay {
  position: relative;
}
.photo-gallery-grid .photo-gallery-row .image-wrap-with-overlay a {
  display: block;
}
.photo-gallery-grid .photo-gallery-row .image-wrap-with-overlay a:before {
  display: flex;
  align-items: center;
  font-family: var(--font-family-fontawesome_5_pro);
  justify-content: center;
  color: var(--color-white);
  font-size: 6rem;
  background: rgba(0, 0, 0, 0.4);
  content: "\f067";
  font-weight: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.4s;
}
.photo-gallery-grid .photo-gallery-row .image-wrap-with-overlay:hover a:before {
  opacity: 1;
  pointer-events: all;
}
.contact-form .form-group {
  margin-bottom: 3rem;
}
.contact-form .form-group label {
  font-size: 1.8rem;
  color: var(--color-blue-1);
  line-height: 2.4rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.contact-form .form-group label .asteriskField {
  color: var(--color-red-4);
  padding: 1rem;
}
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
  min-height: 5.8rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--color-grey-2);
  border-radius: 0;
  border: 1px solid #707070;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  padding: 1.6rem 3rem;
}
.filter-list-wrap.staff-list-filter {
  margin-bottom: 2rem;
}
.sub-section .card-image-promo-with-title-text .image-wrap-with-gradient-overlay:hover .overlay {
  background: rgba(217, 13, 67, 0.8);
}
.goog-te-banner-frame {
  display: none;
}
.full-width-promo .image-wrap-with-simple-overlay img {
  max-height: 680px;
}
.alert-box-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-red-4);
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.alert-box-wrap a {
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-decoration: underline;
}
.alert-box-wrap a.close-alert {
  text-decoration: none;
  right: 3rem;
  position: absolute;
  font-size: 1.5rem;
}
.caption-on {
  overflow: hidden;
}
.caption-on .hero-section .header-info,
.caption-on .main-header {
  display: none;
}
.college-map img {
  height: inherit;
  object-fit: cover;
}
.post-detail-page .top-action-icons li a,
.news-detail .top-action-icons li a {
  color: var(--color-blue-1);
  font-size: 2.4rem;
}
a:focus-visible,
a:focus-within {
  outline: none;
  box-shadow: none;
}
.staff-detail .hero-section {
  height: 65vh;
}
.staff-detail .hero-section h1.title-with-separator {
  margin-bottom: 3rem;
}
.staff-detail .hero-section > img {
  height: 80vh;
  object-fit: cover;
}
.staff-detail .hero-section .overlay {
  align-items: flex-end;
  justify-content: center;
}
.staff-detail .hero-section .overlay .container > .row {
  justify-content: center;
  text-align: center;
}
.staff-detail .block-TwoColumnBlock h5 {
  color: var(--color-grey-2);
}
.staff-detail .devider {
  height: 0.5rem;
  width: 100%;
  background: #eef0f1;
  margin: 2rem 0;
}
.staff-detail .team-section .team-grid .item {
  text-align: left;
}
.staff-detail .team-section .team-grid .item a p {
  margin: 1rem 0;
  color: var(--color-grey-2);
}
.staff-detail .team-section .team-grid .item h3 {
  margin: 0;
}
.staff-detail .related-alumni-list h3 {
  color: #1a0979 !important;
  margin-bottom: 2rem;
}
.staff-detail .related-alumni-list a h3 {
  color: var(--color-grey-1) !important;
}
.share-icons {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 99;
}
.share-icons .btn-group button {
  height: 4rem;
  width: 4rem;
  background: #a7082b;
  color: #fff;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
}
.share-icons .btn-group button::after {
  display: none;
}
.share-icons .btn-group ul {
  padding-left: 0;
  margin: 0.25rem 0;
}
.share-icons .btn-group ul li {
  list-style: none;
  margin-bottom: 0.25rem;
}
.share-icons .btn-group ul li a,
.share-icons .btn-group ul li .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a7082b;
  border: 1px solid #a7082b;
  color: #fff;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
  border-radius: 50%;
}
.share-icons .btn-group ul li .dropdown-toggle {
  margin: 1rem 0;
}
.share-icons .btn-group ul li .dropdown-toggle::after {
  display: none;
}
.share-icons .btn-group .dropdown-menu {
  min-width: 40px;
  margin: 0;
  background: none;
  padding: 0;
  border: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .booking-event-list .image-wrap {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) {
  .with-white-menu .hero {
    position: relative;
  }
  .with-white-menu .hero .overlay {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
  }
  .with-white-menu .hero .overlay h1 {
    font-size: 6rem;
    letter-spacing: -0.01em;
    line-height: 1.125;
    color: #fff;
  }
  .with-white-menu .hero .overlay p.lead {
    color: #fff;
  }
  body.menu-open {
    overflow: hidden;
  }
  .image-overlap-block .subtal-parallax {
    padding-top: 75px;
  }
  .desktop-hide {
    display: none;
  }
  .container,
  .container-fluid {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .row > div {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  header .mobile-header {
    display: none;
  }
  header .main-navbar {
    position: static;
  }
  header .main-navbar .navbar-expand-lg {
    position: static;
  }
  header .main-navbar .navbar-expand-lg .navbar-nav li .dropdown-toggle {
    position: relative;
  }
  header .main-navbar .navbar-expand-lg .navbar-nav li .dropdown-toggle:after {
    display: inline-block;
    display: none;
  }
  header .main-navbar .navbar-expand-lg .navbar-nav li .dropdown-menu {
    position: absolute;
    left: 0;
    z-index: -1;
    display: block;
    justify-content: space-evenly;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    /*  height         : 65vh;*/
    padding-top: 8.4rem;
    padding-bottom: 5.4rem;
    transform: translateY(3.2rem);
  }
  header .main-navbar .navbar-expand-lg .navbar-nav li .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateY(3.2rem);
    transition: opacity 0.2s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
    transition-delay: 0.3s;
  }
  header .main-navbar .navbar-expand-lg .navbar-nav li:hover .dropdown-menu {
    z-index: 100;
    visibility: initial;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.395, 0, 0.135, 1);
    transition-delay: 0.25s;
    transform: unset;
  }
  header .main-navbar .navbar-expand-lg .navbar-nav li:hover .dropdown-menu .dropdown-item {
    opacity: 1;
    transform: unset;
  }
}
.card-cta-block .image-wrap {
  overflow: hidden;
}
.card-cta-block .image-wrap a {
  display: block;
  max-width: 30vw;
  height: 20vw;
  object-fit: cover;
}
.card-cta-block .text-wrap h4 {
  margin-top: 0.75rem;
}
.card-cta-block .text-wrap h4 a {
  color: var(--color-blue-1);
}
.two-column-section h2.title-with-separator {
  letter-spacing: -1px;
}
.zoom-on-scroll .container {
  transition: transform 0.5s ease;
}
.zoom-on-scroll.zoom--scrolled .container {
  transform: scale(1.2);
}
.template-homepage {
  position: relative;
}
.template-homepage .owl-carousel.hero-section {
  height: 100vh;
}
.template-homepage .owl-carousel.hero-section .owl-item {
  background: #000;
}
.template-homepage .owl-carousel.hero-section .owl-item > img {
  opacity: 0.5;
  transition: opacity ease 2s;
}
.template-homepage .owl-carousel.hero-section .owl-item .header-info > * {
  position: relative;
  left: 10%;
  opacity: 0;
}
.template-homepage .owl-carousel.hero-section .owl-item.active > img {
  animation-name: zoominout;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 1;
}
.template-homepage .owl-carousel.hero-section .owl-item.active .header-info h1 {
  animation-name: lefttoright;
  animation-duration: 4.75s;
  animation-delay: 0.5s;
}
.template-homepage .owl-carousel.hero-section .owl-item.active .header-info p {
  animation-name: lefttoright;
  animation-duration: 4.75s;
  animation-delay: 0.75s;
}
.template-homepage .owl-carousel.hero-section .owl-item.active .header-info .btn {
  animation-name: lefttoright;
  animation-duration: 4.75s;
  animation-delay: 0.9s;
}
.template-homepage .hero-section {
  height: 100vh;
}
.template-homepage .hero-section video,
.template-homepage .hero-section img.full {
  height: 100vh;
  object-fit: cover;
}
@keyframes lefttoright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@keyframes zoominout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  html {
    font-size: 8px;
  }
  .btn-wrap .btn {
    margin-top: 0.625rem;
  }
  .wrapper .card-gray-bg-promo-with-title-and-icon .text-wrap {
    padding: 6.8rem 1.6rem;
    height: 6.125rem;
    width: auto;
    height: 100%;
  }
  .wrapper .card-gray-bg-promo-with-title-and-icon .text-wrap h1 {
    font-size: 3.25rem;
  }
  .wrapper .card-gray-bg-promo-with-title-and-icon .text-wrap .lead {
    margin-top: 1.8rem;
  }
  .wrapper .card-gray-bg-promo-with-title-and-icon .text-wrap img {
    margin: 0 auto 1rem;
    height: 12.125rem;
    width: 12.125rem;
  }
  .wrapper .card-gray-bg-promo-with-title-and-icon .text-wrap .icon-wrap {
    height: 13rem;
  }
  .wrapper .card-gray-bg-promo-with-title-and-icon .text-wrap .icon-wrap i {
    height: inherit;
    width: inherit;
    font-size: 5rem;
  }
  .wrapper .card-gray-bg-promo-with-title-and-icon .text-wrap .icon-wrap i:after {
    height: 12.125rem;
    width: 12.125rem;
  }
  .wrapper header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 15px;
  }
  h1.serendipity {
    margin-top: 2rem;
  }
  .row > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hide-mobile {
    display: none;
  }
  .section {
    padding: 2rem 0;
  }
  .btn {
    margin-bottom: 0.75rem;
    margin-right: 0;
  }
  header .desktop-header {
    display: none;
  }
  header .mobile-header {
    padding: 1rem;
  }
  header .mobile-header .logo {
    margin: 0rem;
  }
  header .mobile-header ul {
    padding: 0;
    list-style: none;
  }
  header .mobile-header .top-menu-icons {
    margin: 0;
  }
  header .mobile-header .top-menu-icons > li {
    display: inline-flex;
    vertical-align: middle;
    line-height: 0;
  }
  header .mobile-header .top-menu-icons > li > a {
    padding: 0.75rem;
    display: block;
  }
  header .mobile-header .top-menu-icons > li > a object {
    object-fit: cover;
    width: 2.4rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: rgba(30, 47, 66, 0.95);
    padding: 2.5rem 2rem;
    transform: translate3d(-100%, 0, 0);
    transform: translate(-100%);
    pointer-events: none;
    transition: all ease 0.3s;
    text-align: left;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-header {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-header .left-text-wrap {
    flex: 1;
    align-items: center;
    display: inline-flex;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-header .left-text-wrap p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--color-grey-4);
    margin-left: 1rem;
    margin-bottom: 0;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-header .left-text-wrap .menu-back-link {
    color: var(--color-grey-4);
    font-size: 1.8rem;
    display: none;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-header .search-form {
    flex: 1;
    margin-right: 2rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-header .search-form .form-control {
    border: none;
    border-radius: 0;
    padding: 1rem;
    line-height: 2rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .main-menu-items {
    margin-left: 0rem;
    position: relative;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .main-menu-items li a {
    line-height: normal;
    color: var(--color-white);
    display: block;
    font-family: var(--font-family-helvetica-neue-lt-pro);
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 1.4667rem;
    padding: 0.5rem 0;
    margin: 0.25rem 0;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .main-menu-items li.has-submenu > a::after {
    float: right;
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    font-weight: 400;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .main-menu-items .submenu-items {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: -110vw;
    transition: all ease 0.5s;
    max-width: 100vw;
    z-index: 99;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .main-menu-items > li.active .submenu-items {
    margin: 0;
    position: relative;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-1-item {
    margin: 2rem 0;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-1-item li a {
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--color-grey-3);
    display: block;
    padding: 0.625rem 0;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar {
    padding: 0;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav {
    width: 100%;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li {
    border-top: 1px solid var(--color-grey-2);
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li > a {
    color: var(--color-white);
    font-family: var(--font-family-helvetica-neue-lt-pro);
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem 0;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li > a.dropdown-toggle::after {
    float: right;
    margin-right: 1rem;
    font-family: var(--font-family-fontawesome_5_pro);
    content: "\f078";
    margin-left: 0.5rem;
    border: none;
    font-weight: 400;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li .dropdown-menu {
    background: none;
    position: relative;
    padding: 0;
    border: none;
    margin: 1.5rem 0;
    font-size: 1rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li .dropdown-menu .dropdown-item {
    color: var(--color-grey-3);
    line-height: normal;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    font-size: 1.0667rem;
    margin: 0.25rem 0;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0rem;
    padding-bottom: 1.5rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li.show .dropdown-toggle::after {
    content: "\f077";
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .navbar .navbar-nav li:last-child {
    border-bottom: 1px solid var(--color-grey-2);
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .card-image-promo-with-center-align-title {
    margin-top: 1.5rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .menu-footer .list-2-item .card-image-promo-with-center-align-title .image-wrap-with-simple-overlay {
    margin-bottom: 1.25rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .popular-searches h6 {
    font-size: 0.75rem;
    color: var(--color-grey-3);
    margin-bottom: 2rem;
  }
  header .mobile-header .top-menu-icons > li .menu-wrap .popular-searches ul li a {
    font-size: 1.0667rem;
    color: var(--color-white);
    line-height: normal;
    padding: 0.625rem 0;
    display: block;
  }
  header .mobile-header .top-menu-icons > li.active .menu-wrap {
    pointer-events: auto;
    visibility: visible;
    transform: translateZ(0);
    opacity: 1;
  }
  header .mobile-header .top-menu-icons > li.submenu-active .menu-wrap {
    background: rgba(9, 2, 62, 0.95);
  }
  header .mobile-header .top-menu-icons > li.submenu-active .menu-wrap .menu-header .left-text-wrap object {
    display: none;
  }
  header .mobile-header .top-menu-icons > li.submenu-active .menu-wrap .menu-header .left-text-wrap p {
    display: none;
  }
  header .mobile-header .top-menu-icons > li.submenu-active .menu-wrap .menu-header .left-text-wrap .menu-back-link {
    display: block;
  }
  header .mobile-header .top-menu-icons > li.submenu-active .menu-wrap .main-menu-items > li > a {
    display: none;
  }
  header .mobile-header .menu-header .search-form {
    position: relative;
  }
  header .mobile-header .menu-header .search-form .form-control {
    padding-right: 6rem;
  }
  header .mobile-header .menu-header .search-form button {
    border: none;
    background: none;
    color: var(--color-blue-1);
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5rem;
  }
  .title-with-separator {
    line-height: 3rem;
    font-size: 3rem;
  }
  .hero-section {
    height: 100vh;
  }
  .hero-section .mobile-version video {
    height: 100vh;
    object-fit: cover;
  }
  .hero-section > img {
    height: 100%;
  }
  .scroll-down .fixed-breadcrumb .logo {
    margin: 0;
  }
  .lead-paragraph-section .btn-wrap {
    padding: 0 2.25rem;
  }
  .image-overlap-block .front-image {
    right: 1rem;
  }
  .image-overlap-block h2 {
    margin-top: 2rem;
  }
  .card-image-promo-with-center-align-title .image-wrap-with-simple-overlay {
    margin-bottom: 1rem;
  }
  .card-image-promo-with-bottom-align-title .image-wrap-with-gradient-overlay {
    margin-bottom: 1rem;
  }
  .card-image-promo-with-title-text .item {
    padding: 0;
    margin-bottom: 0.625rem;
  }
  .card-gray-bg-promo-with-title-and-icon .text-wrap {
    margin-bottom: 1rem;
  }
  .card-image-with-title-text-overlay .image-wrap-with-simple-overlay > img {
    min-height: 550px;
    object-fit: cover;
    max-height: 84vh;
  }
  .card-image-with-title-text-overlay .image-wrap-with-simple-overlay .overlay h2 span {
    line-height: 6rem;
  }
  .card-image-with-title-text-overlay .image-wrap-with-simple-overlay .overlay p {
    margin-top: 1.2rem;
  }
  .card-staff-picks .item {
    display: block;
    margin-bottom: 1rem;
  }
  .card-staff-picks .item > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-news-by-topic .item {
    margin-bottom: 1rem;
  }
  .card-image-promo-with-more-text .item {
    margin-bottom: 1rem;
  }
  .team-page .hero-bg-section h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .events-section .item {
    margin-bottom: 1rem;
  }
  .events-section .item .text-wrap {
    width: 100%;
  }
  .card-news-grid .item {
    margin-bottom: 1rem;
  }
  .social-section {
    padding: 2rem 0;
  }
  .social-section h3 {
    padding: 0;
    margin-bottom: 2.5rem;
  }
  .tabs-list-with-image-and-hidden-content .nowrap-row {
    flex-wrap: wrap;
  }
  .tabs-list-with-image-and-hidden-content .left-block {
    width: 100%;
    margin: 0;
  }
  footer {
    padding: 2rem 1.5rem;
  }
  footer .btn {
    display: inline-block;
  }
  footer .bottom-content {
    margin-bottom: 5.5rem;
    margin-top: 3.5rem;
  }
  footer .bottom-content .country-text {
    justify-content: left;
    margin-bottom: 2rem;
  }
  .card-cta-block .image-wrap {
    overflow: hidden;
  }
  .card-cta-block .image-wrap a {
    background: none !important;
    max-width: 100%;
    min-height: 10rem;
    height: auto;
    min-height: 13rem;
  }
}
.post-detail-page .post-detail-content .fixed-breadcrumb li {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.post-detail-page .post-detail-content p,
.post-detail-page .post-detail-content li {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  line-height: 3.85rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
.post-detail-page .post-detail-content h3 {
  color: var(--color-blue-1);
  margin-bottom: 1rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.post-detail-page .post-detail-content .full-width-image .image-desc p {
  font-size: 1.4rem;
  font-style: italic;
}
.post-detail-page .main-header {
  position: relative;
}
.post-detail-page .main-header .card-news-grid a h6 {
  color: var(--color-white) !important;
}
.post-detail-page .main-header:before {
  background: transparent;
}
.post-detail-page .hero-bg-section.bg-white {
  padding: 5rem 0 1rem;
  text-align: center;
}
.post-detail-page .hero-bg-section.bg-white h1 {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 5.6rem;
  color: var(--color-red-4);
  line-height: 4.8rem;
}
.post-detail-page .hero-bg-section.bg-white p {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 2rem;
  color: var(--color-grey-2);
  margin: 1.5rem;
}
.post-detail-page .hero-bg-section.bg-white .lead {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  position: relative;
  font-size: 2rem;
  line-height: 3.5rem;
}
.post-detail-page .hero-bg-section.bg-white .lead:after {
  position: relative;
  margin: 1.5rem auto 0;
  content: "";
  display: block;
  height: 2px;
  width: 5rem;
  background: var(--color-red-5);
}
.post-detail-page .image-caption {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 4.8rem;
}
.post-detail-page .image-desc p {
  font-style: italic;
  font-size: 1.4rem;
  line-height: 4.8rem;
  margin: 0 0 1rem;
}
.post-detail-page .two-column-images .container > .row {
  margin: 0;
}
.post-detail-page .two-column-images .container > .row > div {
  padding: 0;
}
.post-detail-page .post-share-section .post-share-block {
  border-bottom: 1px solid var(--color-grey-3);
}
.post-detail-page .post-share-section .post-share-block ul {
  padding: 0;
  text-align: center;
}
.post-detail-page .post-share-section .post-share-block ul li {
  list-style: none;
  display: inline-block;
  padding: 1rem;
}
.post-detail-page .post-share-section .post-share-block ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue-1);
  border: 1px solid var(--color-blue-1);
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
}
.post-detail-page .author-profile-block {
  color: var(--color-blue-1);
}
.post-detail-page .author-profile-block .image-wrap {
  padding: 0 1.5rem;
}
.post-detail-page .author-profile-block .image-wrap img.avtar {
  border-radius: 50%;
  overflow: hidden;
}
.post-detail-page .author-profile-block .profile-detail {
  padding-left: 2rem;
}
.post-detail-page .author-profile-block .profile-detail p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.5rem 0;
  margin: 0;
}
.post-detail-page .inner-page-content h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.post-detail-page .inner-page-content p,
.post-detail-page .inner-page-content li {
  font-size: 2.2rem;
  line-height: 3.85rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
.post-detail-page .inner-page-content .card-news-grid .news-slider p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.post-detail-page .description img {
  max-width: 100% !important;
}
.post-detail-page .description .bee-popup-col-w12 .bee-popup-image + .bee-popup-image {
  margin-top: 1rem !important;
}
.post-detail-page .description .bee-popup-row-content .bee-popup-col-w3 img,
.post-detail-page .description .bee-popup-row-content .bee-popup-col-w6 img,
.post-detail-page .description .bee-popup-row-content .bee-popup-col-w4 img {
  padding-right: 0.75rem;
}
.post-detail-page .description .bee-popup-row-content .bee-popup-col-w3:last-child img,
.post-detail-page .description .bee-popup-row-content .bee-popup-col-w6:last-child img,
.post-detail-page .description .bee-popup-row-content .bee-popup-col-w4:last-child img {
  padding-right: 0;
}
.post-detail-page .description .bee-popup-row-content .bee-popup-col-w3 .bee-popup-image img {
  aspect-ratio: 1.33333333;
}
.medium {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
.card-news-grid.right-full-slider .owl-carousel .owl-stage-outer {
  display: flex;
  flex-direction: column;
}
.card-news-grid.right-full-slider .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.card-news-grid.right-full-slider .owl-carousel .owl-stage-outer .owl-stage .item {
  min-height: 100%;
}
/*Down Arrow Animation*/
.arrow-down {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
}
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 30px, 0);
  }
}
/* Prefix Support */
.arrow-down {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}
.search-results .search-results-wrap .form-group input {
  height: 3.5rem;
  border-radius: 0;
  border: none;
  border: 1px solid var(--color-grey-3);
}
.search-results .search-results-wrap .search-result-block {
  padding: 2rem 0;
  border-bottom: 1px solid var(--color-grey-3);
}
.search-results .search-results-wrap .search-header form {
  width: 100%;
}
.search-results .search-results-wrap .search-header form .input-group {
  border: 1px solid var(--color-blue-2);
}
.search-results .search-results-wrap .search-header form .input-group input {
  min-height: 5rem;
  border: none;
  padding: 0.5rem 2rem;
  outline: none;
  box-shadow: none;
  margin: 0;
}
.search-results .search-results-wrap .search-header form .input-group .input-group-text {
  padding: 0px;
  border: none;
}
/*Down Arrow Animation*/
@media (min-width: 992px) {
  .card-image-promo-with-title-text .container-fluid > .row {
    margin: 0 -5px;
    justify-content: space-between;
  }
  .card-image-promo-with-title-text .container-fluid > .row .item {
    padding: 0 5px;
  }
  .blog-grid .background-block,
  .news-grid .background-block {
    height: 31.77vw;
  }
  .blog-grid .image-wrap-with-gradient-overlay img,
  .news-grid .image-wrap-with-gradient-overlay img {
    height: 31.77vw;
    width: 33vw;
  }
  .blog-grid .image-wrap-with-gradient-overlay.big-image img,
  .news-grid .image-wrap-with-gradient-overlay.big-image img {
    width: 66.47vw;
    height: 31.77vw;
  }
}
.all-booking-events-page .booking-filter-list ul {
  padding: 0;
}
.all-booking-events-page .booking-filter-list ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
.all-booking-events-page .booking-filter-list ul li a {
  display: inline-flex;
  padding: 1rem;
}
.all-booking-events-page .booking-filter-list ul li.active a {
  color: var(--color-red-1);
}
.all-booking-events-page .tablist ul {
  padding: 0;
  margin: 0;
}
.all-booking-events-page .tablist ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
.all-booking-events-page .tablist ul li a {
  display: block;
  padding: 1rem 1.5rem;
}
.all-booking-events-page .tablist ul li a:hover {
  background: var(--color-red-1);
  color: white;
}
.all-booking-events-page .tablist ul li.active a {
  background: var(--color-red-1);
  color: white;
}
.all-booking-events-page .booking-event-list {
  margin-top: 15px;
  padding-bottom: 2rem;
}
.all-booking-events-page .booking-event-list .image-wrap {
  margin-bottom: 1.5rem;
}
.all-booking-events-page .booking-event-list .media {
  padding: 3rem 3rem 0;
}
.all-booking-events-page .booking-event-list .media:nth-child(even) {
  background: rgba(238, 240, 241, 0.28);
}
.all-booking-events-page .filters-wrap .search-group {
  border: 1px solid var(--color-grey-4);
  overflow: hidden;
}
.all-booking-events-page .filters-wrap .search-group input {
  height: 44px;
  font-size: 14px;
  border: none;
  padding-left: 10px;
}
.all-booking-events-page .filters-wrap .search-group .input-group-text {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  min-width: 44px;
}
.all-booking-events-page .filters-wrap .search-group .input-group-text button {
  border: none;
  height: 44px;
  width: 44px;
  font-size: 20px;
  background: #fff;
  color: var(--color-red-1);
  cursor: pointer;
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 1;
}
.all-booking-events-page .filters-wrap .search-group .input-group-text button.clear-search {
  opacity: 0;
  pointer-events: none;
}
.all-booking-events-page .filters-wrap .search-group.active .input-group-text button.clear-search {
  opacity: 1;
  pointer-events: all;
}
.event-detail .hero-section {
  max-height: inherit;
}
.event-detail .hero-section,
.event-detail .hero-section > img {
  width: 100%;
  height: auto;
}
.event-detail .hero-section .overlay,
.event-detail .hero-section > img .overlay {
  align-items: flex-end;
  padding: 2rem;
}
.event-detail .share-icons {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 99;
}
.event-detail .share-icons ul {
  padding-left: 0;
  margin: 0.25rem 0;
}
.event-detail .share-icons ul li {
  list-style: none;
  margin-bottom: 0.25rem;
}
.event-detail .share-icons ul li a,
.event-detail .share-icons .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
.event-detail .share-icons .dropdown-toggle {
  margin: 1rem 0;
}
.event-detail .share-icons .dropdown-toggle:after {
  display: none;
}
.event-detail .share-icons .dropdown-menu {
  min-width: 40px;
  margin: 0;
  background: none;
  padding: 0;
  border: none;
}
.event-detail .news-meta {
  margin-top: 2rem;
}
.event-detail .news-meta .blog-info li a {
  color: var(--color-grey-1);
}
.event-detail .news-meta .blog-info li a i,
.event-detail .news-meta .blog-info li a svg {
  margin-right: 0.5rem;
}
.event-detail .news-meta .blog-info li + li {
  padding-left: 1.25rem;
}
.event-detail .news-meta .list-inline li {
  display: inline-block;
}
.event-detail .booking-info-block {
  background-color: var(--color-grey-4);
}
.event-detail .booking-info-block .image-wrap .image {
  width: 100%;
  padding-bottom: 71.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-grey-1);
  background-position: center;
}
.event-detail .booking-info-block .block-content {
  color: var(--color-grey-2);
}
.event-detail .booking-info-block .block-content i,
.event-detail .booking-info-block .block-content svg {
  margin-right: 0.5rem;
}
.event-detail .booking-info-block .block-content .date,
.event-detail .booking-info-block .block-content .time,
.event-detail .booking-info-block .block-content .address {
  padding: 0.5rem 0;
}
.popover-grid-content a .image-wrap {
  position: relative;
}
.popover-grid-content a.active .text-wrap h4 i:before {
  content: "\f106";
}
.popover-grid-content .text-wrap {
  position: absolute;
  left: 1rem;
  bottom: 0;
  background: white;
  padding: 1.2rem 2rem 0.4rem;
}
.popover-grid-content .text-wrap h4 {
  position: relative;
  font-size: 2.4rem;
}
.popover-grid-content .text-wrap h4 i {
  font-size: 1.6rem;
  color: var(--color-red-4);
  padding: 0 0.5rem;
}
.popover-grid-content .full-item {
  margin-bottom: 1.5rem;
}
.popover-grid-content .full-item .item-content {
  padding: 2rem 0;
}
.popover-grid-content .full-item .image-slider-wrap {
  padding: 0;
  position: relative;
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-item .slide img {
  border-radius: 0;
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-nav {
  position: absolute;
  left: -2.4rem;
  right: -2.4rem;
  top: 0;
  bottom: 0;
  height: 10rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-nav button {
  font-size: 3rem;
  line-height: 5rem;
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  color: var(--color-red-4);
  background: var(--color-white);
  pointer-events: all;
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-nav button span {
  font-size: 0;
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-nav button.owl-prev:after {
  content: "\f104";
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-nav button:after {
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f105";
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  display: none;
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-dots button {
  height: 1rem;
  width: 1rem;
  background: rgba(26, 9, 121, 0.35);
  margin: 0 0.5rem;
  border-radius: 50%;
}
.popover-grid-content .full-item .image-slider-wrap .owl-carousel .owl-dots button.active {
  background: #1a0979;
}
.popover-grid-content .container > .row > .item {
  margin-bottom: 2rem;
}
.popover-grid-content .slide-content h4 {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 3.2rem;
  line-height: 4.8rem;
  color: var(--color-red-4);
}
.popover-grid-content .slide-content p {
  font-size: 2rem;
  line-height: 3.2rem;
  color: var(--color-grey-2);
}
.popover-grid-content .slide-content ul {
  padding: 0;
}
.popover-grid-content .slide-content ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: var(--color-grey-1);
  margin-bottom: 0.75rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  list-style: none;
}
.popover-grid-content .slide-content ul li:before {
  position: absolute;
  left: 0;
  font-family: var(--font-family-fontawesome_5_pro);
  content: "\f105";
  font-weight: 600;
  color: var(--color-red-4);
  font-size: 1.6rem;
  top: -0.6rem;
}
.popover-grid-content .caption {
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 4.8rem;
  color: var(--color-grey-1);
}
.popover-grid-content .counter {
  text-align: right;
  font-size: 1.4rem;
  color: #707070;
  line-height: 4.8rem;
  font-family: var(--font-family-helvetica-neue-lt-pro);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
.popover-grid-content .owl-carousel.owl-drag .owl-item:hover {
  transform: none;
}
/* Tool tip Css */
[data-tooltip] {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: var(--color-red-1);
}
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  z-index: 1000;
  padding: 0.5rem 1rem;
  width: auto;
  background: var(--color-red-1);
  color: var(--color-white);
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  bottom: 100%;
  left: 50%;
  margin-left: -80px;
  border-radius: 0.25rem;
  white-space: nowrap;
}
[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip-top:before {
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: var(--color-red-1);
}
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
  margin-left: -80px;
}
.tooltip-top:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip-top:hover:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip-left:before {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: var(--color-red-1);
  top: 16px;
}
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
  margin-left: 0;
  margin-bottom: -16px;
}
.tooltip-left:hover:before {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}
.tooltip-left:hover:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}
.tooltip-bottom:before {
  top: 100%;
  bottom: auto;
  left: 50%;
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: var(--color-red-1);
}
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
.tooltip-bottom:hover:before {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}
.tooltip-bottom:hover:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}
.tooltip-right:before {
  bottom: 0;
  left: 100%;
  margin-bottom: auto;
  margin-top: auto;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: var(--color-red-1);
  top: 0;
  height: 12px;
}
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
  margin-left: 0;
  margin-bottom: -16px;
}
.tooltip-right:hover:before {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}
.tooltip-right:hover:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}
.block-PageThumbnailsBlock .image-wrap-with-simple-overlay {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .mmenu-open {
    overflow: hidden;
  }
  .filter-list-wrap {
    margin-bottom: 2rem;
  }
  .filter-list-wrap .filter-search-wrap {
    height: 5rem;
    position: relative;
    z-index: 1;
    max-width: 100%;
    border: 1px solid var(--color-blue-1);
  }
  .filter-list-wrap .filter-search-wrap .input-group input {
    height: 5rem;
    opacity: 1;
    padding-left: 1.5rem;
    padding-right: 5.5rem;
  }
  .filter-list-wrap .filter-search-wrap .input-group button {
    height: 5rem;
    cursor: pointer;
  }
  footer .btn-wrap {
    margin: 0 -0.6rem;
  }
  footer .btn-wrap .btn {
    margin: 0 0.6rem 1.2rem;
  }
  .card-gray-bg-promo-with-title-and-icon .container > .row {
    justify-content: center;
  }
  .card-gray-bg-promo-with-title-and-icon .container > .row > div {
    margin-bottom: 2rem;
  }
  .card-gray-bg-promo-with-title-and-icon .container > .row > div .text-wrap {
    padding: 3.8rem 2.6rem;
  }
}
@media (max-width: 767px) {
  .event-detail .booking-info-block .block-content {
    padding: 2rem;
  }
  .card-image-promo-title-with-slider .item {
    margin-bottom: 1.6rem;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a img {
    max-width: 50%;
    flex: 0 0 50%;
    border-radius: 0;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a .overlay {
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    height: auto;
    align-items: flex-start;
    text-align: left;
    padding: 2rem;
    border-radius: 0;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a .overlay .text-wrap {
    padding: 1.5rem;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a .overlay .text-wrap h3 {
    color: var(--color-blue-1);
    font-size: 2rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a .overlay .text-wrap .extra-text {
    max-height: 100%;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a .overlay .text-wrap .extra-text p {
    margin: 0;
  }
  .card-image-promo-title-with-slider .item .image-wrap-with-simple-overlay a .overlay .text-wrap .extra-text p + .btn {
    margin-top: 1rem;
  }
  .btn-wrap .btn {
    margin-right: 0;
    display: block;
  }
  .btn-wrap .btn + .btn {
    margin-top: 1.2rem;
  }
  .instagram-section h4 {
    font-size: 2rem;
  }
  .card-image-promo-with-title-text .item,
  .card-image-promo-with-title-text .item .image-wrap-with-gradient-overlay > img {
    height: 400px;
  }
  .blockquote-section blockquote.text-left {
    padding: 0 3rem;
  }
  .blockquote-section blockquote.text-left::before {
    top: -5rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .blockquote-section blockquote.text-left p {
    text-align: center;
  }
  .card-news-grid .item.active {
    margin: 1rem;
    box-shadow: none;
  }
  .background-block {
    height: auto;
  }
  .card-news-grid .item .text-wrap {
    padding: 2rem;
  }
  body .accordion-section .accordion .card .card-header h2 button {
    padding-left: 3.5rem;
    position: relative;
  }
  body .accordion-section .accordion .card .card-header h2 button i {
    position: absolute;
    top: 3rem;
    left: 0;
  }
  body .accordion-section .accordion .card .card-body {
    padding-left: 3.25em;
  }
}
.template-homepage .event-alert-modal .close {
  position: absolute;
  right: -1.5rem;
  background: #fff;
  height: 3rem;
  width: 3rem;
  z-index: 11;
  opacity: 1 !important;
  top: -1.5rem;
  border-radius: 50%;
  font-size: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 0;
}
.template-homepage .event-alert-modal .close span {
  display: block;
  height: 0.5rem;
}
.template-homepage .event-alert-modal p {
  margin: 1rem 0 0;
}
.template-homepage .event-alert-modal .modal-footer {
  border: none;
  justify-content: center;
}
.template-homepage .event-alert-modal .modal-footer a {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.template-homepage .event-alert-modal .btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.125rem;
  vertical-align: bottom;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .team-section .item .image-wrap .overlay p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
