/* GENERAL */
* {
  font-family: Oxygen;
}

body a, body a:visited, body a:hover {
  color: #B2271A;
  text-decoration: none;
}

*::-moz-focus-inner, *:focus {
  outline: 1px solid rgba(255, 255, 255, 0.2);
}

html, body {
  overflow-x: hidden;
}

body p {
  margin: 0;
}

/* hiding edit button */
.sp-pagebuilder-page-edit {
  display: none !important;
}

.modal {
  background: #2C393E;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal.active .modal-box {
  display: block;
}
.modal.fade hiddee {
  background: rgba(0, 0, 0, 0.7);
}

.modal-box {
  width: 500px;
  background: #fff;
  color: #4d4d4d;
  display: none;
  position: relative;
}

/* HEADER ELEMENTS */
.before-header {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  margin-bottom: -50px;
  position: relative;
  z-index: 999;
  height: 50px;
  display: flex;
  align-items: flex-start;
  position: fixed;
  transition: 0.5s;
  pointer-events: none;
}
@media (max-width: 768px) {
  .before-header {
    height: 40px;
    margin-bottom: -40px;
  }
}
.before-header.hidden {
  visibility: hidden;
  pointer-events: none;
}
.before-header.investor-presentation {
  background: #B2271A;
  color: #fff;
}
.before-header.stock-ticker {
  background: linear-gradient(rgb(44, 57, 62), rgba(44, 57, 62, 0.5));
  border-bottom: 1px solid #4F6067;
}
.before-header.open {
  height: auto;
}

.header {
  display: flex;
  justify-content: center;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 175px;
  background-color: rgba(178, 39, 28, 0);
  transition: 0.5s;
}
.header.has-before-header {
  height: 165px;
}
.header.has-before-header .top-header {
  margin-top: 65px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#7c1c14, rgba(50, 20, 10, 0.9));
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.header .top-header {
  position: absolute;
  margin-top: 65px;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  width: 100%;
  transition: 0.5s;
}
.header .top-header .container {
  display: flex;
}
.header .top-header .logo {
  z-index: 99;
  position: relative;
}
.header .top-header .logo .logo-image {
  width: 185px;
  height: 85px;
  opacity: 1;
  transition: 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .top-header .logo .logo-image.logo-image-light {
  position: absolute;
  left: 0;
  opacity: 0;
}
.header .top-header .navigation {
  position: relative;
  z-index: 99;
  flex: 1;
}

.hero {
  padding-top: 175px;
}

.floating .before-header.stock-ticker {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(44, 57, 64, 0.5);
  pointer-events: all;
}
.floating .header {
  height: 100px;
}
.floating .header::before {
  opacity: 1;
}
.floating .header .top-header {
  margin-top: 5px;
}
.floating .header.has-before-header {
  height: 140px;
}
.floating .header.has-before-header .top-header {
  margin-top: 50px;
}

/* MOBILE NAV */
@media (max-width: 1200px) {
  .top-header {
    padding: 0 20px;
  }
  .top-header .top-nav .mobile-nav-open {
    display: block;
  }
  .top-header .top-nav .nav-item {
    display: none;
  }
  .floating .header.has-before-header {
    height: 150px;
  }
  .floating .header.has-before-header .top-header {
    margin-top: 50px;
  }
}
.mobile-nav-active .before-header {
  display: none;
}
.mobile-nav-active .top-header {
  transition: 0.3s;
  z-index: 9999;
  background: rgb(44, 57, 62);
  margin: 0;
  width: 100%;
  left: 0;
  transform: none;
  padding: 50px 0;
  max-width: none;
  height: 100vh;
  flex-direction: column;
  align-items: flex-end;
  top: 0;
  position: fixed;
  overflow-y: auto;
  margin-top: 0 !important;
}
.mobile-nav-active .top-header .container {
  flex-direction: column;
  align-items: flex-end;
}
.mobile-nav-active .top-header .logo {
  margin-right: 70px;
}
.mobile-nav-active .top-header .logo .logo-image {
  -o-object-position: bottom;
     object-position: bottom;
}
.mobile-nav-active .top-header .navigation {
  align-self: flex-end;
  margin-right: 20px;
}
.mobile-nav-active .top-header .navigation .sppb-section {
  padding-top: 20px;
}
.mobile-nav-active .top-header .navigation .top-nav {
  flex-direction: column;
  align-items: flex-end;
}
.mobile-nav-active .top-header .navigation .top-nav .mobile-nav-open {
  display: none;
}
.mobile-nav-active .top-header .navigation .top-nav .mobile-nav-close {
  display: block;
}
.mobile-nav-active .top-header .navigation .top-nav .mobile-nav-close {
  display: block;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item {
  padding: 10px 30px;
  margin-bottom: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  text-align: right;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item .submenu {
  position: relative;
  opacity: 1;
  background: transparent;
  margin-bottom: -15px;
  margin-right: -15px;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item .submenu a {
  padding: 5px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item .submenu .has-children a {
  padding-right: 15px;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item .submenu .has-children a::after {
  content: none;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item .submenu .has-children .submenu-container {
  display: block;
  position: relative;
  padding-top: 2px;
  left: 0;
  top: 5px;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item .submenu .has-children .submenu-container .submenu {
  padding: 0 25px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 6px 0 0;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item .submenu .has-children .submenu-container .submenu a {
  padding-right: 15px;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item a {
  text-align: right;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item.active {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item.active a::after {
  width: 1px;
  height: calc(100% + 20px);
  right: -30px;
  left: auto;
  top: -10px;
  background: rgba(255, 255, 255, 0.1);
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item a::after {
  width: 1px;
  height: 0px;
  right: -30px;
  left: auto;
  top: -10px;
}
.mobile-nav-active .top-header .navigation .top-nav .nav-item:nth-last-child(3) {
  padding: 10px 30px !important;
}

/* HOMEPAGE ELEMENTS */
.homepage-map {
  background-position: calc(50% - 270px) calc(50% + 90px) !important;
}
@media (max-width: 1000px) {
  .homepage-map {
    background-position: center calc(50% + 150px) !important;
  }
}

.homepage-bottom-info {
  margin: 0 auto !important;
  position: relative;
  top: 200px;
}

/* DROPFILES TABS */
.styled-tabs {
  margin-top: -45px;
}
.styled-tabs .sppb-tab .sppb-tab-content {
  margin-top: 30px;
}
.styled-tabs .sppb-tab ul > li > a {
  background-color: #2D3336;
  font-size: 20px;
  color: #FFF;
  padding: 8px 30px;
  cursor: pointer;
}
.styled-tabs .sppb-tab ul > li.active > a {
  background-color: #FFF;
  font-size: 20px;
  color: #B2271A;
}
.styled-tabs .sppb-tab ul > li.active a:hover, .styled-tabs .sppb-tab ul > li.active a:focus {
  background-color: #FFF;
  color: #B2271A;
}

/* OTHER ELEMENTS */
.committee-heading {
  display: flex;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  height: 100px;
}
.committee-heading h3 {
  display: flex;
  justify-content: center;
}

.spaced-list li {
  line-height: 30px;
  margin-bottom: 10px;
}

.white-border-bottom {
  border-bottom: 1px solid #fff;
}

.white-2-underline {
  border-bottom: 2px solid #fff;
  padding-bottom: 1px;
}

.investor-popup-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.investor-popup-button button {
  background: #2C393E;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
}

/* FOOTER ELEMENTS */
.footer {
  padding: 50px 0 100px;
}

/* SCALING */
@media (max-width: 1000px) {
  body .hero .inner-hero h1 {
    font-size: 35px;
  }
  body .homepage-bottom-info {
    box-shadow: none !important;
  }
  .sppb-nav-modern > li a {
    padding: 8px 14px !important;
  }
}
@media (max-width: 768px) {
  .sppb-nav-modern > li {
    float: none;
    margin: 0 -15px;
  }
}
@media (max-width: 650px) {
  body .hero .inner-hero h1 {
    font-size: 24px;
  }
}
a.red-callout {
  color: #fff;
  text-transform: uppercase;
  background: #B2271A;
  padding: 8px 20px;
  font-weight: 700;
  border: none;
  display: inline-block;
  cursor: pointer;
}
a.red-callout:visited {
  color: #fff;
}
a.red-callout:hover {
  color: #fff;
}
a.red-callout.button-spacing {
  margin: 15px 0;
}
a.red-callout.small {
  padding: 5px 15px;
}

#why-work-accordion .sppb-panel-heading {
  padding-left: 40px !important;
  margin-bottom: 5px;
}
#why-work-accordion .sppb-panel-heading .sppb-accordion-icon-wrap {
  position: absolute;
  left: 0;
}

.floating-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8px;
}
.floating-cta i {
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .floating-cta {
    position: absolute;
    right: 20px;
    top: -50px;
  }
}/*# sourceMappingURL=northview.css.map */