/**************************************************************************************************
* General styling - Front End                                                                     *
***************************************************************************************************/
body {
	font-family: "Lato", sans-serif;
	background-color: white;
    color: #404041;
}

.page-container {
	background-color: transparent;
	position: relative;
	min-height: 100vh;
}

/* Increase default width of Bootstratp 5 "container-xxl" */
@media (min-width: 1400px) {
	.container-xxl {
		max-width: 1600px; /* ??? update this for production - 1600px or increase this to 1920px ??? */
	}
}

/* Container and page content Side bars adjustment */
.container-xxl {
	padding-left: 0;
	padding-right: 0;
}

.page-container {
  padding-left: 5%;
  padding-right: 5%;
}

.i_sidebars {
	padding-left: 5%;
	padding-right: 5%;
}

.page-container .full-width {
	margin-left: -5.5556%;
	margin-right: -5.5556%;
}

.page-container .full-width-right {
  margin-right: -5.5556%;
}

.page-container .full-width-left {
  margin-left: -5.5556%;
}
/* End - Container and page content Side bars adjustment */

/* Block overlapping adjustments */
.i_ybars {
	padding-bottom: 6rem !important;
}

.i_ybars-reverse {
	padding-top: 6rem !important;
}

.i_ybars-both {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.i_block {
  overflow: hidden;
	margin-top: -2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
	position: relative;
}

.i_block-banner {
	padding-bottom: 2rem;
	padding-top: 100px; /* adjust for navbar height */
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
	height: 100vh;
	/* min-height: 100vh; */
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.i_block-banner {
		height: auto;
		/* min-height: 0; */
	}
}

.i_block-first {
	margin-top: -2rem;
	position: relative;
}

@media (max-width: 767px) {
	.i_block-first {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
	}
}

.i_block-last {
	margin-bottom: -2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden;
	position: relative;
	z-index: 2;
}

.i_block-rounded-bottom {
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
  overflow: hidden;
}
/* End - Block overlapping adjustments */

/**************************************************************************************************
* Typography                                                                                      *
***************************************************************************************************/
h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  color: #002857;
}

.hero-banner-press-release h1,
.hero-banner-short h1 strong,
.hero-banner h1,
.home-hero-banner h1 strong,
.display-black {
  font-weight: 900;
  /*font-size: 64px;*/
  /*line-height: 68px;*/
  font-size: 4rem;
  line-height: 4.25rem;
  letter-spacing: -7;
}

@media (max-width: 767px) {
  .hero-banner-press-release h1,
  .hero-banner-short h1 strong,
  .hero-banner h1,
  .home-hero-banner h1 strong,
  .display-black {
    /*font-size: 42px;*/
    /*line-height: 52px;*/
    font-size: 2.625rem;
    line-height: 3.25rem;
    letter-spacing: 0;
  }
}

.hero-banner-short h1,
.home-hero-banner h1,
.display-semibold {
  font-weight: 400; /* SemiBold font not available, use Regular */
  /*font-size: 64px;*/
  /*line-height: 68px;*/
  font-size: 4rem;
  line-height: 4.25rem;
  letter-spacing: -7;
}

@media (max-width: 767px) {
  .hero-banner-short h1,
  .home-hero-banner h1,
  .display-semibold {
    /*font-size: 42px;*/
    /*line-height: 52px;*/
    font-size: 2.625rem;
    line-height: 3.25rem;
    letter-spacing: 0;
  }
}

h1 {
  font-weight: 700;
  /*font-size: 52px;*/
  /*line-height: 62px;*/
  font-size: 3.25rem;
  line-height: 3.875rem;
  letter-spacing: -7;
}

@media (max-width: 767px) {
  h1 {
    /*font-size: 42px;*/
    /*line-height: 52px;*/
    font-size: 2.625rem;
    line-height: 3.25rem;
    letter-spacing: 0;
  }
}

h2 {
  font-weight: 700;
  /*font-size: 42px;*/
  /*line-height: 52px;*/
  font-size: 2.625rem;
  line-height: 3.25rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  h2 {
    /*font-size: 32px;*/
    /*line-height: 38px;*/
    font-size: 2rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}

h3 {
  font-weight: 700;
  /*font-size: 32px;*/
  /*line-height: 38px;*/
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0;
}

h4 {
  font-weight: 700;
  /*font-size: 24px;*/
  /*line-height: 30px;*/
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0;
}

h5 {
  font-weight: 700;
  /*font-size: 18px;*/
  /*line-height: 24px;*/
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

h6 {
  color: #0099A8;
  font-weight: 700;
  /*font-size: 18px;*/
  /*line-height: 24px;*/
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -7;
}

p {
  font-weight: 400;
  /*font-size: 16px;*/
  /*line-height: 21px;*/
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
}

.quote-block-quote p,
.home-hero-banner p,
p.body-xxl {
  font-weight: 400;
  /*font-size: 24px;*/
  /*line-height: 32px;*/
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -3;
}

@media (max-width: 767px) {
  .quote-block-quote p,
  .home-hero-banner p,
  p.body-xxl {
    /*font-size: 18px;*/
    /*line-height: 24px;*/
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}

.hero-banner-press-release p,
.cta-dark p,
p.body-xl {
  font-weight: 400;
  /*font-size: 18px;*/
  /*line-height: 24px;*/
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -7;
}

a {
  color: #0043AF;
}

a:hover {
  color: #0099A8;
}

.blue {
  color: #0099A8;
}

.dark-blue {
  color: #002857;
}

/**************************************************************************************************
* Buttons and CTA Links                                                                           *
***************************************************************************************************/
.cta-button {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1rem;
	text-align: center !important;
	color: white;
	border: none;
	border-radius: 2rem;
	padding: 0.5rem 2rem;
	min-width: 150px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
}

.cta-button a {
	text-decoration: none;
	margin: -0.5rem -2rem;
	padding: 0.5rem 2rem;
	display: inline-block;
}

/* CTA Button Primary */
.cta-button-primary {
	background-color: #B01E59;
}

.cta-button-primary a,
.cta-button-primary a:hover {
	color: white;
}

.cta-button-primary:hover {
	background-color: #0099A8;
}

/* CTA Button Navbar */
.cta-button-navbar {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #B01E59;
}

.cta-button-navbar a {
	color: #B01E59;
}

.cta-button-navbar a:hover {
	color: white;
}

.cta-button-navbar:hover {
	background-color: #B01E59;
}

/* CTA Links **************************************************************************************/
.cta-link {
	margin-bottom: 1rem;
	display: inline-block;
}

.cta-link a {
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px dotted #0043AF;
	text-transform: uppercase;
	font-weight: bold;
}

.cta-link-white a {
	color: white;
	border-color: white;
}

.cta-link-dark a {
	color: #0043AF;
	border-color: #0043AF;
}

.cta-link-with-icon img {
	margin-right: 5px;
	display: inline-block;
	width: 20px !important; /* fix when the link is in blocks with other images */
	height: 20px !important; /* fix when the link is in blocks with other images */
}

.cta-link-with-icon a {
	color: #0043AF;
	border-color: #0043AF;
}

/**************************************************************************************************
* Top Menu Navbar                                                                                 *
***************************************************************************************************/
.top-navbar {
  z-index: 1000;
}

/* Don't show the FE top-navbar in the backend preview mode */
/*.user-logged-in .top-navbar {*/
/*  display: none;*/
/*}*/

/* Don't use fixed FE top-navbar in the backend preview mode (it blocks Drupal BE menus) */
.user-logged-in .navbar.fixed-top {
  position: relative;
  z-index: 10; /* fix for FE menu going over the BE menu, and dropdowns not opening in the BE (IO8412-34) */
}
/* End - Don't use fixed FE top-navbar in the backend preview mode */

/* Fix for displaying the FE navbar in the back end preview mode (IO8412-32) */
#block-investon-primary-local-tasks {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  background-color: white;
  border: solid thin darkblue;
}
/* End - Fix for displaying the FE navbar in the back end preview mode (IO8412-32) */

.top-navbar,
.top-navbar a {
	/*font-size: 18px;*/
	/*line-height: 22px;*/
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.top-navbar .cta-button-navbar a {
	font-size: 1rem;
}

.top-navbar .nav-link {
	color: black;
}

/* Fix for alignment with the side padding of the rest of the page (left/right) */
.top-navbar .navbar-first-row li:last-of-type a {
	padding-right: 0;
}

.top-navbar .navbar-second-row li:first-of-type a {
	padding-left: 0;
}
/* End - Fix for alignment with the side padding of the rest of the page (left/right) */

@media (min-width: 992px) {
	.top-navbar .navbar {
		padding-top: 0;
		padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
	}
}

@media (min-width: 992px) {
	.top-navbar .navbar-brand {
		display: none;
	}
}

.top-navbar .navbar-logo {
	position: absolute;
	top: 10px;
	margin-left: 5%;
}

@media (max-width: 991px) {
	.top-navbar .navbar-logo {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-first-row {
		background-color: #002857;
		padding-right: 5%;
		height: 70px;
		align-items: center;
	}

	.navbar-first-row .nav-link {
		color: white !important;
	}

	.navbar-second-row {
		padding-left: 5%;
		align-items: center;
		height: 70px;
	}

}

.cta-button-navbar {
	margin-right: 5%;
	margin-top: 0;
}

/* Navbar mobile adjustments */
@media (max-width: 991px) {
	.navbar {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 1rem;
		padding-bottom: 1rem;
		background-color: #002857;
	}

	.navbar .nav-link {
		color: white;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.navbar-toggler {
		border: 2px solid white;
	}

	.navbar .navbar-toggler[aria-expanded="true"] {
		color: #0099AB !important;
	}
	.navbar .navbar-toggler:focus{
		color: #0099AB;
	}

	.cta-button-navbar {
		background-color: #B01E59;
		border: 0;
	}

	.cta-button-navbar a {
		color: white;
	}

	.cta-button-navbar:hover {
		background-color: #0099AB;
	}

}

/* Mega menu - desktop view */
.megamenu .dropdown-item:hover {
	background-color: transparent !important;
}

.megamenu {
	border: 0;
	border-radius: 0 0 2rem 2rem;
}

.megamenu .cta-link-with-icon {
	white-space: normal;
	display: flex;
}

.megamenu .cta-link-with-icon img {
	height: 30px !important;
	width: 30px !important;
}

.megamenu .cta-link-with-icon a {
	padding-bottom: 2px;
}

@media (min-width: 992px) {
	.navbar-container {
		position: relative; /* this is important for positioning of the mega menu */
	}

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		/* right: 0; */
		width: 100%;
		margin-top: 0;
		padding-left: 5%;
		padding-top: 2rem;
		min-height: 300px;
	}

	.megamenu .megamenu-first-col a {
		font-size: 1.5rem;
	}

	.megamenu .megamenu-first-col .cta-link-with-icon img {
		height: 40px !important;
		width: 40px !important;
	}

	.has-megamenu .dropdown-toggle.show {
		color: #002857;
	}
}

/* Mega menu - mobile view */
@media (max-width: 991px) {
	.navbar .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		min-height: 0;
		margin-top:0;
	}

	.navbar .megamenu {
		padding: 1.5rem;
		padding-left: 0.5rem;
	}

  .navbar .dropdown-menu.megamenu.show {
    margin-bottom: 1rem;
  }
}

/**************************************************************************************************
* Subscribe dropdown                                                                              *
***************************************************************************************************/
#subscribeDropdown .no-arrow::after {
	display: none;
}

#subscribeDropdown .megamenu {
	padding-top: 3rem;
	padding-right: 5%;
	/* min-height: 80vh; */
}

#subscribeDropdown .subscribe-text {
	padding-right: 10%;
}

#subscribeDropdown .subscribe-text h2 {
	color: #002857;
	margin-bottom: 1.5rem;
}

#subscribeDropdown .subscribe-form-full-width {
	width: 100%;
}

#subscribeDropdown .subscribe-form-caps {
	text-transform: uppercase;
}

#subscribeDropdown .subscribe-form input,
#subscribeDropdown .subscribe-form select {
	margin-bottom: 1.5rem;
	border: 0;
	border-bottom: 1px solid #e4e4e4;
}

#subscribeDropdown .subscribe-form select {
	background-color: transparent;
}

#subscribeDropdown .subscribe-form-checkbox-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.5rem;
}

#subscribeDropdown .subscribe-form .subscribe-form-checkbox {
	margin-right: 0.5rem;
	margin-bottom: 0;
}

#subscribeDropdown .subscribe-form a {
	color: #0043AF;
	text-decoration: none;
}

#subscribeDropdown .submit-form-recaptcha {
	width: 200px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#subscribeDropdown .submit-form-recaptcha img {
	width: 100%;
}

#subscribeDropdown .subscribe-form-button {
	text-transform: uppercase;
	color: white;
	background-color: #0043AF;
	border: 0;
	border-radius: 2rem;
	padding: 0.5rem 2rem;
	margin-top: 1rem;
	margin-bottom: 3rem;
}

/**************************************************************************************************
* Footer                                                                                          *
***************************************************************************************************/
footer {
	background-color: #002857;
	color: white;
	padding-top: 5rem;
	padding-bottom: 2rem;
}

footer,
footer p,
footer a {
  font-size: 0.875rem;
	/* line-height: 17px; */
}

.footer-logos img {
	width: 350px;
	height: auto;
}

@media (max-width: 767px) {
  .footer-logos img {
    width: 335px;
  }
}

.footer-stay-updated {
	margin-bottom: 3rem;
}

@media (max-width: 767px) {
	.footer-stay-updated {
		margin-top: 3rem;
	}
}

.footer-stay-updated-title {
	font-weight: 900 !important;
	font-size: 1.75rem;
	margin-bottom: 0.75rem;
}

.footer-stay-updated-text {
	font-weight: 900 !important;
	font-size: 0.9rem;
	width: 65%;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.footer-stay-updated-text {
		width: 80%;
	}
}

.cta-button-footer {
	background-color: #002857;
	color: white;
	border: 1px solid white;
}

.cta-button-footer a {
	color: white !important;
	font-size: 0.875rem;
	font-weight: bold;
}

.footer-links-and-legal {
	display: flex;
	align-items: start;
	justify-items: center;
	flex-direction: column;
}

@media (max-width: 767px) {
	.footer-links-and-legal {
		flex-direction: row;
		align-items: start;
		/* justify-items: center; */
		margin-bottom: 2rem;
	}

	.footer-legal {
		padding-left: 5rem;
	}
}

.footer-legal span {
	margin-left: 1rem;
}

.footer-links {
	display: flex;
	align-items: center;
	justify-items: center;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.footer-links {
		flex-direction: column;
		align-items: start;
	}
}

.footer-links div {
	border-right: 1px solid white;
	margin-right: 1rem;
}

.footer-links div:last-child {
	border-right: none;
}

@media (max-width: 767px) {
	.footer-links div {
		border-right: 0 solid white;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.footer-links a {
		margin-right: 0 !important;
		white-space: nowrap; /* fix for leaving whole link text on a single line */
	}
}

.footer-links a {
	margin-right: 1rem;
	text-decoration: none;
	color: white !important;
}

.footer-follow-us {
	display: flex;
	align-items: center;
	justify-items: center;
}

@media (max-width: 767px) {
	.footer-follow-us {
		flex-direction: column;
		align-items: start;
	}
}

.footer-follow-us p {
	margin-right: 2rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.footer-follow-us p {
		margin-bottom: 1rem;
	}
}

.footer-follow-us a {
	text-decoration: none;
	margin-right: 0.5rem;
}

.footer-logos-sm {
	display: flex;
	flex-wrap: wrap;
}

.footer-logos-sm img {
	width: 40px;
	height: auto;
}

/**************************************************************************************************
* EU Cookie Compliance (GDPR Compliance) pop up                                                   *
***************************************************************************************************/
.eu-cookie-compliance-message p {
  font-size: 1rem;
  font-weight: normal;
}

.eu-cookie-compliance-default-button {
  background-color: white;
  color: #002857;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  margin-left: 0 !important;
  margin-right: 1rem !important;
  text-transform: uppercase;
  border: none;
  font: inherit;
  font-weight: bold;
  background-image: unset;
  box-shadow: none;
  text-shadow: none;
}

@media (max-width: 767px) {
  .eu-cookie-compliance-default-button {
    width: 100%;
  }
}

.eu-cookie-compliance-buttons {
  max-width: 100%;
}

@media (max-width: 767px) {
  .eu-cookie-compliance-buttons {
    width: 100%;
  }
}
