/* Variables */

:root {
	--blue: #343383;
}

/* HTML ELEMENTS */

body {
	font-family: sofia-pro, sans-serif;
	font-style: normal;
}

h2 {
	color: var(--blue);
	font-family: meno-banner, serif;
	font-weight: 400;
}

footer,
footer h2 {
	color: var(--blue);
	font-family: sofia-pro, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

footer h2 {
	margin-bottom: 1rem;
}

footer a {
	text-decoration: none;
}

footer a + a {
	margin-left: 0.75rem;
}

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

video {
	max-width: 100%;
	height: auto;
}

/* CUSTOM CLASSES */

.brushed-bg {
	background-image: url(images/brushed-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.brushed-bg .container {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.btn-vdora {
	color: #fff;
	background-color: var(--blue);
	border-color: var(--blue);
	border-radius: 0.4rem;
}

.btn-vdora:hover {
	color: var(--blue);
	background-color: white;
	border-color: var(--blue);
}

.btn-vdora-link {
	color: var(--blue);
}

.btn-vdora-link:hover {
	color: var(--blue);
	text-decoration: underline;
	text-underline-position: below;
}

.btn-vdora-link:focus {
	box-shadow: 0 0 0 0.25rem rgba(52, 51, 131, 0.5);
}

.btn-vdora-white {
	color: var(--blue);
	background-color: white;
	border-color: white;
	border-radius: 0.4rem;
}

.btn-vdora-white:hover {
	color: #fff;
	background-color: var(--blue);
	border-color: var(--blue);
}

.footer_phone-number {
	color: var(--blue);
}

.footer_phone-number:hover {
	color: var(--blue);
	text-decoration: underline;
	text-underline-position: below;
}

.intro_h1 {
	font-family: meno-banner, serif;
	font-weight: 400;
	margin-bottom: 1rem;
}

.intro_h2 {
	color: var(--bs-body-color);
	font-weight: 700;
	letter-spacing: 2px;
}

.intro-text {
	font-family: meno-banner, serif;
	font-weight: 700;
	letter-spacing: 2px;
}

.logo-container {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.mb-6 {
	margin-bottom: 4.5rem;
}

.modal-header,
.modal-footer {
	border: none;
}

.portal {
	width: 100px;
	height: 100px;
}

.services-list {
	color: var(--blue);
	list-style: none;
	padding-left: 0;
	position: relative;
}

.services-list li {
	display: flex;
	align-items: center;
}

.services-list li:not(:last-child) {
	margin-bottom: 0.75rem;
}

.services-list li img {
	height: 1.5rem;
	width: 1.5rem;
	margin-right: 0.5rem;
}

/*
.services-list li {
	position: relative;
}
.services-list li::before {
	background-image: url(portal.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -35px;
	content: "";
	display: inline-block;
	height: 3rem;
	width: 3rem;
} */

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

/* MEDIA QUERIES */

@media screen and (min-width: 576px) {
	.footer-bg {
		border-bottom: 1px solid rgba(1, 2, 2, 0.15);
	}
}

@media screen and (min-width: 992px) {
	.brushed-bg_header-col {
		max-width: 364px;
	}

	.footer_border {
		border-right: 1px solid #c9d6e2;
	}

	.logo-container {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}

	.services-list {
		padding-left: 2rem;
	}

	.services-list li img {
		height: 3rem;
		width: 3rem;
		margin-right: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.brushed-bg_header-col {
		max-width: 388px;
	}
}

@media screen and (min-width: 1400px) {
}

/* EMBEDDED COGNITO FORM STYLES */

.cog-cognito .cog-label {
	font-size: 1rem;
	padding: 0 8px 0.5rem 0 !important;
}

.cog-cognito .cog-required .cog-label:after {
	color: #343383;
}

.cog-cognito .cog-choice-option label span {
	padding-left: 0.5rem;
}

.cog-cognito input[type="text"],
.cog-cognito textarea {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #495057;
	background-color: #f6f6f6;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cog-cognito button.cog-button {
	color: white;
	background-color: #343383;
	border-color: #343383;
	border-radius: 0.4rem;
	text-transform: uppercase;
	padding: 0.375rem 0.75rem;
}

.cog-cognito button.cog-button:hover {
	color: white;
	background-color: #25245c;
	border-color: #25245c;
}

.cog-cognito button.cog-button {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.cog-cognito button.cog-button-section {
	padding: 0 !important;
}

.cog-cognito .cog-forms-form .cog-validation {
	font-family: sofia-pro, sans-serif !important;
	background: transparent !important;
	color: red !important;
	padding: 0.25rem 0 0 0 !important;
	margin: 0 !important;
}

.cog-cognito .cog-span-24 .cog-span-12 {
	width: 100%;
}

.cog-cognito .cog-label {
	color: #343383;
	font-weight: 700;
}

.cog-cognito .cog-helptext {
	font-size: 0.875em;
	padding-left: 0 !important;
}

.cog-cognito .cog-helptext p {
	margin-bottom: 0;
}

.cog-cognito .cog-editor {
	padding-left: 0 !important;
}

.cog-cognito .cog-error-message {
	background-color: var(--blue) !important;
}
