html {
	scroll-behavior: smooth;
	box-shadow: none!important;
}

@font-face {
  font-family: gilroy-regular;
  src: url(gilroy_regular.ttf);
}

@font-face {
  font-family: gilroy-semi;
  src: url(gilroy_semibold.ttf);
}

@font-face {
  font-family: gilroy-bold;
  src: url(gilroy_bold.ttf);
}

@font-face {
  font-family: raleway-bold;
  src: url(raleway_bold.ttf);
}

body {
	font-family: 'Raleway', sans-serif!important;
}

h1 {
	font-family: raleway-bold;
}

.font-raleway-bold {
	font-family: raleway-bold!important;
}

.bg-tint-brand {
	background-color: rgba(14,80,119,.7);
	background-blend-mode: multiply;
}

.bg-tint-dark {
	background-color: rgba(0,0,0,.7);
	background-blend-mode: multiply;
}

.bg-tint-light {
	background-image: linear-gradient(to top, rgba(255,255,255,.4), rgba(255,255,255,0.9));
	background-blend-mode: multiply;
}


.bg-brand {
	background: #0e5077;
}

.bg-brand-dark {
	background: #043d5f;
}

.bg-sub-brand {
	background: #25a2c7;
}

.bg-accent {
	background: #4ab98b;
}

.bg-light {
	background-color: #f8f8f8!important;
}

.text-brand {
	color: #0e5077;
}

.text-success, .text-accent {
	color: #4ab98b!important;
}

.text-sub-brand {
	color: #25a2c7;
}

.border-brand {
	border-color: #0e5077!important;
}

.border-bold {
	border-width: medium!important;
}

.features-list {
	list-style: none;
	list-style-image: url('../img/tick.svg');
	list-style-position: outside;
}

.features-list li {
	margin-bottom: .5em;
}

.main-nav-item {
	padding: 6px 10px!important;
	font-size: 14px!important;
	color: #777777!important;
}

.sub-nav-item {
	padding: 8px 15px!important;
	font-size: 15px!important;
}

.sub-nav-item:hover {
	background: #043d5f;
}


.btn-quiz {
	border-color: #ADAEB2!important;
	color: #ADAEB2!important;
}

.btn-quiz:hover {
	border-color: #0e5077!important;
	color: #0e5077!important;
}

.btn-discover-brand {
	font-weight: bolder;
	align-items: center;
	display: flex;
	width: fit-content;
}

.btn-discover-brand:hover {
	color: #0e5077!important;
}

.btn-discover-brand .fas {
	font-size: 1.4em;
}

.btn-outline-brand {
	border-color: #0e5077!important;
	border-width: medium!important;
	color: #0e5077!important;
	background: transparent;
}

.btn-outline-brand:hover {
	color: white!important;
	background: #0e5077!important;
}

.footer-brand {
	display: grid;
	grid-template-columns: auto 1fr auto;
}

.footer-logo {
	width: 80%;
}

.footer-accordion li {
	padding: 8px 0px;
}

.social-icon {
	font-size: 1.4em; 
	padding: 5px 10px; 
	width: 36px; 
	height: 36px;
	text-align: center;
}

mark {
	background: yellow;
}

@media only screen and (max-width: 600px) {
	.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.footer-brand {
		grid-template-columns: 1fr;
	}

	.footer-logo {
		width: 46%;
	}
}

@media only screen and (max-width: 768px) {
	#help-quiz-segment {
		background-image: none!important;
	}
}