:root {
  --primary: #0E2443;
  --secondary: #6c747d;
  --success: #28a745;
  --danger: #bd1222;
  --warning: #f4ad00;
  --info: #17a0b8;
  --dark: #2A2A2A;
  --light: #E8E8EE;
  --default_body_bg: #ffffff;
  --default_body: #000000;
  --default_link: #0000ff;
  --default_link_hover: #0093ff;
  --header_bg: #000000;
  --header: #ffffff;
  --header_link: #c4dcff;
  --header_link_hover: #0093ff;
  --footer_bg: #000000;
  --footer: #ffffff;
  --footer_link: #c4dcff;
  --footer_link_hover: #0093ff;
  --default_nav: #ffffff;
  --default_nav_bg: #333333;
  --default_nav_link: #c2c2c2;
  --default_nav_link_bg: ;
  --default_nav_link_hover: #bd1222;
  --default_nav_link_hover_bg: #;
  --prehead_bg: #646464;
  --prehead: #ffffff;
  --prehead_link: #c4dcff;
  --prehead_link_hover: #0093ff;
  --sub_footer_bg: #ffffff;
  --sub_footer: #444444;
  --sub_footer_link: #000000;
  --sub_footer_link_hover: #0000ff;}

body {
  color: var(--default_body);
  font-size: 20px;}

a {
  color: var(--default_link);}

a:hover {
  color: var(--default_link_hover);}

.tab-content .item-information {
  position: absolute;
  top: 0;
  bottom: auto;}

header {
  color: var(--header);
  background-color: var(--header_bg);}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;}

header a {
  color: var(--header_link);}

header a:hover {
  color: var(--header_link_hover);}

footer {
  color: var(--header);
  background-color: var(--footer_bg);}

footer a {
  color: var(--footer_link);}

footer a:hover {
  color: var(--footer_link_hover) !important;}

.bg-prehead {
  color: var(--prehead);
  background-color: var(--prehead_bg);}

#below-hero {
  position: relative;
  width: 100%;}

#below-hero .btn {
  border: 2px solid var(--danger);
  border-radius: 50px;
  transition: background-color 0.25s ease,
      color 0.25s ease,
      transform 0.25s ease;}

#below-hero .btn:hover {
  transform: translateY(-2px);}

#below-hero .ticker-column {
  min-width: 0;}

#below-hero .below-hero-tickers {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;}

#below-hero .ticker {
  --ticker-gap: 1.5rem;
  --ticker-duration: 15s;
  --ticker-distance: 0px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;}

#below-hero .ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;}

#below-hero .ticker-set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--ticker-gap);
  padding-right: var(--ticker-gap);}

#below-hero .ticker-item {
  display: inline-block;
  flex: 0 0 auto;
  color: #292929;
  line-height: 1.05;
  white-space: nowrap;}

#below-hero .ticker-ltr {
  margin-bottom: 2rem;}

#below-hero .ticker-ltr .ticker-item {
  font-size: 70px;
  font-weight: 700;}

#below-hero .ticker-rtl .ticker-item {
  font-size: 35px;
  font-weight: 700;}

#below-hero .ticker-ltr .ticker-track {
  animation: ticker-continuous-rtl
    var(--ticker-duration)
    linear
    infinite;}

#below-hero .ticker-rtl .ticker-track {
  animation: ticker-continuous-ltr
    var(--ticker-duration)
    linear
    infinite;}

.ticker-item a {
  color: #000000;}

.ticker-item a:hover {
  color: var(--danger);}

.banner-headline {
  font-size: 50px;}

#leadership-funds .headline {
  font-size: 40px;}

#leadership-funds .bullets {
  font-size: 30px;}

#leadership-funds .btn {
  border: 2px solid var(--danger);
  border-radius: 50px;}

#take-action .btn {
  border: 2px solid var(--danger);
  border-radius: 50px;}

footer .paid-by {
  border: 1px solid #ffffff;}

footer .container {
  border-top: 3px solid #70707070;}

.dropdown-menu .nav-link {
  color: #000 !important;}

.menu-list-main .dropdown-menu {
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  left: 27px;}

.menu-list-main .dropdown-menu .nav-item {
  width: 100%;}

.menu-list-main .dropdown-menu .nav-link {
  width: 100%;
  padding: 20px;
  white-space: nowrap;
  margin-left: 0px !important;}

.menu-list-main .dropdown-menu .nav-link:hover {
  color: var(--danger) !important;}

.menu-list-main .dropdown-menu .nav-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;}

.positioner .nav-link {
  text-align: center;}

.what-we-do-video {
  --site-header-height: 0px;}

.what-we-do-video {
  position: relative;
  left: 50%;
  width: 100vw;
  height: calc(100dvh - var(--site-header-height)) !important;
  min-height: calc(100vh - var(--site-header-height)) !important;
  margin-left: -50vw;
  overflow: hidden;
  background: #000;}

.what-we-do-video .video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;}

.what-we-do-video .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  margin: 0;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;}

.quote-author {
  color: #999999;}

.chairman-profile-image {
  width: 55px;
  height: 55px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;}

.networks-banner {
  background-color: #555555;}

.networks-banner .networks a {
  font-size: 35px;
  color: #ffffff;
  padding: 0 17px;}

.home-article-tabber p.card-text {
  font-size: 16px;
  font-weight: 300;}

.item-information {
  position: absolute;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  padding-top: 3px;}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);}

.card-footer {
  padding: 20px 0;
  background-color: rgb(0 0 0 / 0%);
  border-top: 1px solid rgb(0 0 0 / 0%);
  font-size: 20px;}

.grey-bottom-line {
  height: 6px;
  width: 170px;
  background-color: var(--light);}

.view-articles-link {
  color: var(--dark);
  border: 2px solid;
  font-size: 22px;
  padding: 4px 30px;}

.newsletter-inputs, #newsletter-form .btn {
  height: 44px;}

.home-newsletter-bar .networks a {
  font-size: 25px;
  margin-right: 10px;
  color: #ffffff;}

.separator-line-news {
  flex: 1;
  border-top: 3px solid var(--primary);
  margin-top: 37px !important;}

.donation-dollar-amount {
  font-size: 150px;}

amount-sub-heading {
  margin-top: -30px;}

.white-divider {
  width: 5px;
  height: 100%;
  background-color: white;}

.btn-outline.btn-white {
  color: #ffffff;
  border: 4px solid;
  font-weight: 900;
  width: 100%;}

#donation-box .networks a {
  color: white;
  font-size: 30px;
  margin-right: 25px;}

#newsletter-form-second .btn {
  height: 44px;}

.separator-line-video {
  flex: 1;
  border-top: 6px solid var(--primary);
  margin-top: 37px !important;}

.view-more-vids {
  font-size: 26px;
  border: 4px solid var(--primary) !important;}

#video .video-slide > a:first-child,
#video .video-slide > a:first-child img {
  display: block;}

#video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: 0;
  font-size: 3rem;
  transform: translate(-50%, -50%);}

#video .play-btn i,
#video .play-btn svg {
  color: #fff !important;
  fill: currentColor !important;}

.thumbnail-image {
  position: relative;}

.thumbnail-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: 0;
  transform: translate(-50%, -50%);}

.play-btn {
  font-size: 45px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}

.play-btn svg {
  color: #ffffff;}

.scrolling-banner-stack .smooth-scroll-banner + .smooth-scroll-banner {
  margin-top: -10px;}

.smooth-scroll-banner {
  padding: var(--wp--preset--spacing--70);
  background: transparent;
  overflow: hidden;
  height: 100px;
  line-height: 1;}

.scrolling-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;}

.scrolling-track {
  display: inline-flex;
  white-space: nowrap;
  width: max-content;}

.scroll-left {
  animation: scroll-left 12s linear infinite;}

.scroll-right {
  animation: scroll-right 12s linear infinite;}

.scrolling-text {
  font-family: var(--wp--preset--font-family--cal-sans, sans-serif);
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  margin: 0 !important;
  padding-right: 20px;
  transition: color 0.3s ease, text-decoration 0.3s ease;}

.scrolling-text:hover {
  color: #b91c1c;
  text-decoration: underline;}

.scrolling-text-primary {
  font-size: var(--wp--preset--font-size--gigantic, 2.25rem);}

.scrolling-text-secondary {
  font-size: 1.6rem;}

.quote-banner {
  background-color: #1d1d22;}

label.error {
  color: #ffffff;
  background: #bf1f2e;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  font-size: 15px;}

.donation-popup {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 302px;
  padding: 18px;
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(120%, 120%);
  transition: opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.6s ease;}

.donation-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);}

.donation-popup__card {
  position: relative;
  min-height: 335px;
  padding: 62px 25px 35px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.12);}

.donation-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 11px;
  color: #fff;
  background-color: #b81217;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;}

.donation-popup__close:hover {
  background-color: #8f0d11;}

.donation-popup__close:focus-visible {
  outline: 3px solid rgba(184, 18, 23, 0.3);
  outline-offset: 2px;}

.donation-popup__content {
  text-align: center;}

.donation-popup__content h2 {
  margin: 0 0 20px;
  color: #262626;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.35;}

.donation-popup__content p {
  margin: 0 0 23px;
  color: #333;
  font-size: 16px;
  line-height: 1.15;}

.donation-popup__link {
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;}

.donation-popup__link:hover {
  color: #b81217;
  text-decoration: underline;}

.bg-prehead a {
  color: var(--prehead_link);}

.bg-subfoot {
  color: var(--sub_footer);
  background-color: var(--sub_footer_bg);}

.bg-subfoot a {
  color: var(--sub_footer_link);}

.bg-navbar {
  color: var(--default_nav);
  background-color: var(--default_nav_bg);}

.navbar-nav .nav-link {
  color: var(--default_nav_link);
  background-color: var(--default_nav_link_bg);}

.navbar-nav .nav-link:hover {
  color: var(--default_nav_link_hover);
  background-color: var(--default_nav_link_hover_bg);}

.text-black {
  color: #000000;}

.bg-black {
  background-color: #000000;}

.btn-black {
  background-color: #000000;
  border-color: #000000;}

.btn-black:hover {
  background-color: #333;}

.text-primary {
  color: var(--primary) !important;}

.bg-primary {
  background-color: var(--primary) !important;}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary);}

.text-secondary {
  color: var(--secondary) !important;}

.bg-secondary {
  background-color: var(--secondary) !important;}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary);}

.text-success {
  color: var(--success);}

.bg-success {
  background-color: var(--success) !important;}

.btn-success {
  background-color: var(--success) !important;
  border-color: var(--success);}

.text-danger {
  color: var(--danger) !important;}

.bg-danger {
  background-color: var(--danger) !important;}

.btn-danger {
  background-color: var(--danger) !important;
  border-color: var(--danger);}

.text-warning {
  color: var(--warning);}

.bg-warning {
  background-color: var(--warning) !important;}

.btn-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning);}

.text-info {
  color: var(--info);}

.bg-info {
  background-color: var(--info) !important;}

.btn-info {
  background-color: var(--info) !important;
  border-color: var(--info);}

.text-dark {
  color: var(--dark) !important;}

.bg-dark {
  background-color: var(--dark) !important;}

.btn-dark {
  background-color: var(--dark) !important;
  border-color: var(--dark);}

.text-light {
  color: var(--light) !important;}

.bg-light {
  background-color: var(--light) !important;}

.btn-light {
  background-color: var(--light) !important;
  border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));}

body {
}

h1, h2, h3, h4, h5, h6 {
}

.text-accent {
}

.text-script {
}

.navbar-nav .nav-link {
}

.scale {
  width: 100%;
  height: auto;}

section.first.article {
  padding-top: 75px;}

img {
  max-width: 100% !important;
  height: auto;}

.scale-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;}

.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;}

.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;}

.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;}

.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;}

.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;}

.pagination-controller {
  display: block;
  padding: 0 0 70px;}

.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;}

.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;}

.pagination li:last-child {
}

.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;}

.pagination > li:hover {
}

.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;}

.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;}

.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;}

.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;}

.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;}

a.dropdown-toggle > b.caret {
  display: none !important;}

li.dropdown:hover ul.dropdown-menu {
  display: block;}

.nav b.caret {
  display: none;}

section.first {
  padding-top: 70px;}

.contact-page {
  margin-top: 110px;}

footer a.nav-link:hover {
  color: #fff;}

.item-information {
  position: absolute;
  bottom: 0;}

.item.news-article-block {
  position: relative;}

a.article-title {
  font-weight: 600;}

.text-shadow {
  text-shadow: 1px 1px 1px #000;}

.item-information {
  background-color: rgba(0, 0, 0, 0.51);
  display: block;
  width: 100%;
  padding-top: 3px;}

h1.ruled span {
  color: #000000;}

.row.follow-us {
  border-bottom: 1px dotted #000000;}

.card p {
  font-size: 10px;}

.card a.network {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 13px;}

.card a.network {
  transition: all .2s ease-in-out;}

.utility-newsletter-button {
  background-color: #316531;}

.card a.network:hover {
  background-color: #316531;
  border-radius: 0;
  transform: scale(1.1);}

.sticky-2 {
  position: sticky;
  top: 80px;}

a.utility-link {
  color: #316531;
  text-decoration: none;}

a.utility-link:hover {
  color: #224622;}

.bio-font-awesome {
  font-size: 20px;
  color: #ffffff;}

.bio-font-awesome:hover {
  color: #429042;}

.underlay-rev {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
  background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
  background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
  border-bottom: 1px solid #9a9898;
  border-top: 1px solid #9a9898;}

.bio-hero-background {
  background-color: #ff000000 !important;
  color: #ffffff;}

section.bio-body {
  background-color: #ffffff;}

section.first.bio-hero {
  background-color: #b4b5b8 !important;
  padding: 90px 0 30px 0;}

.mask-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
  mask-image: linear-gradient(to right, transparent 0%, black 36%);}

.bio-hero-background {
  padding-top: 0 !important;}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;}

.bg-cover {
  background-size: cover;
  background-position: right;}

.live-area {
  position: relative;}

.bg-10-white {
  background-color: rgba(246, 246, 246, 0.5);}

.donation-form input[type=radio], .donation-form input[type=checkbox] {
  display: none;}

.donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  transition: all 0.5s ease;}

.donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #438843;
  background-color: #438843;
  text-shadow: none;
  transition: all 0.3s ease;}

.utility-title {
  font-size: 30px;}

.donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #316431;
  background-color: #316431;
  text-shadow: none;
  transition: all 0.5s ease;}

.text-small {
  font-size: medium;}

.text-accent {
}

.text-script {
}

h4.text-script.text-accent {
}

.cover {
  background-size: cover;}

.content-body li {
  margin: 0 0 20px 0;}

.shareaholic-service-parler {
  background-color: #A51300 !important;}

a.shareaholic-service-parler:before {
  content: "" !important;
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;}

a.pminc {
}

a.structure {
}

.parler-icon {
  width: 15px;
  vertical-align: unset;}

.navbar-brand {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 285px;
  height: 85px;
  background-size: contain;
  content: "";
  text-align: left;
  color: #fff;
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/gatorpac_com/media/picture/6a63/c2b0/836b/80f6/98c9/4a9e/original_logo-gator-pac_copy.png?1784922802);}

.off-content {
  margin: 0 auto;
  text-align: center;}

.navbar-toggler {
  z-index: 999;}

.positioner {
  padding-top: 120px !important;}

.navbar-nav .nav-link {
  font-size: 20px !important;
  font-weight: 400;
  margin-left: 20px;}

.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

.is-active .line {
  background-color: #ffffff;}

.hamburger:hover {
  cursor: pointer;}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);}

.menu-list-main {
  justify-content: flex-end;}

div#navbarNavMain {
  display: inline-block !important;}

nav#header {
  color: var(--default_nav);
  transition: background-color 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);}

.bg-glass {
  background-color: rgb(0 0 0 / 85%) !important;}

@media (max-width: 10000px) {
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);  }

}

@media (max-width: 10000px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;  }

}

@media only screen and (max-width: 1199px) {
  div#navbarNavMain {
    display: none !important;  }

}

@media (max-width: 767.98px) {
  #below-hero .ticker {
    --ticker-gap: 1rem;  }

  #below-hero .ticker-ltr {
    margin-bottom: 1.25rem;  }

  #below-hero .ticker-ltr .ticker-item {
    font-size: clamp(2.25rem, 12vw, 4rem);  }

  #below-hero .ticker-rtl .ticker-item {
    font-size: clamp(1.15rem, 6vw, 1.8rem);  }

}

@media (prefers-reduced-motion: reduce) {
  #below-hero .ticker-track {
    animation: none !important;
    transform: none !important;  }

}

@media (max-width: 1199px) {
  .banner-headline {
    font-size: 40px;  }

}

@media (max-width: 991px) {
  #banner-video .right-image {
    min-height: 320px;  }

}

@media (max-width: 551px) {
  #banner-video .right-image {
    min-height: 230px;  }

}

@media (max-width: 767.98px) {
  .what-we-do-video {
    --site-header-height: 75px;  }

}
