/*
Theme Name: SDMAC
Author: SDMAC
Description: SDMAC Theme
Text Domain: SDMAC
Version: 2.0
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Colors
# Elements
# Navigation
# Content
# Modules
# Footer
# Forms
# Accessibility
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
* {
    margin: 0;
}
html, body {
    height: 100%;
}

html {
	background-color: #ffffff;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

html {
	background-color: #ffffff;
	scroll-behavior: smooth;
}

body {
	color: #1F3754;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	position: relative;
}

blockquote {
    margin: 0 0 0 30px;
    border-left: 3px solid #C52126;
    padding-left: 15px;
}

a {
	color: #C52126;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #C52126;
	text-decoration: underline;
}

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

.large-text {
	font-size: 1.75rem;
	width: auto;
}

li,
p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Inter', serif;
	font-weight: 400;
}

.lora {
	font-family: 'Lora', serif;
}

.inter {
	font-family: 'Inter', sans-serif;
}

#wpadminbar {
	position: fixed;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 24px;
}

h5 {
	font-size: 26px;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.white {
	color: #FFFFFF;
}
.red {
	color: #C52126;
}
.blue {
	color: #1F3754;
}
.light-blue {
	color: #ABCAED;
}
.black {
	color: #243752;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-red {
	color: #ffffff;
	background-color: #C52126;
}
.bg-blue {
	color: #ffffff;
	background-color: #1F3754;
}
.bg-light-blue {
	background-color: #ABCAED;
}
.bg-black {
	background-color: #243752;
}
.grayscale {
	filter: grayscale(1);
}

.bg-blue a:hover {
	color: #A3CBF0 !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a.button,
.button {
	background: #C52126;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	padding: 5px 30px;
	border-radius: 10px;
	border: 2px solid #C52126;
	border-color: #C52126;
	color: #ffffff !important;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-transform: none;
}

a.button:hover,
.button:hover {
	background: none;
	border: 2px solid #C52126;
	color: #C52126 !important;
	text-decoration: none;
}

.wpfront-button {
	background: #ffffff !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-size: 16px !important;
	font-weight: normal !important;
	padding: 5px 30px !important;
	border-radius: 10px !important;
	border: 2px solid #ffffff !important;
	border-color: #ffffff !important;
	color: #C52126 !important !important;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out !important;
	text-transform: none !important;
}

.wpfront-button:hover {
	background: none !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	text-decoration: none !important;
	text-shadow: none !important;
	font-weight: normal !important;
}

.rounded-10 {
	border-radius: 10px !important;
	border: 1px solid #1F3754 !important;
}

.card-img-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rounded-10-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #1F3754;
}

.rounded-15 {
	border-radius: 15px;
}

.rounded-30 {
	border-radius: 30px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
[aria-current="page"] {
    border-bottom: 3px solid #C52126;
}

nav {
	font-family: 'Inter', sans-serif;
	text-transform: none;
	height: 120px;
}

nav li a {
	font-size: 16px;
	transition: all 0.2s ease-in-out;
}

nav li a:hover {
	color: #C52126;
	text-decoration: none;
}

.logo-nav {
	width: 200px;
	height: auto;
}

li.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

li.menu-item a:hover {
	color: #C52126 !important;
}

#menu-sequential i:hover {
	color: #C52126 !important;
}

nav.fixed-top { 
    position:fixed; 
    top: 0; 
}

body.admin-bar nav.fixed-top {
	top:32px;
}

@media all and (max-width:782px) {
    /*body.admin-bar nav.fixed-top {
        top:46px;
    }*/
}

#searchModal {
	background-color:rgba(255, 255, 255, 1);
	z-index: 9999999;
}

#searchModal input {
	font-size: 24px;
	height: 60px;
	padding: 0px 30px;
	border-radius: 30px;
}

#searchModal i {
	color: #1F3754;
	font-size: 28px;
}

.modal-content {
	background-color:rgba(255, 255, 255, 0.8) !important;
	border: none;
	border-radius: .3rem;
	outline: 0;
}

button.modal-search-button {
	border: none;
	background: none;
}

.navbar-light .navbar-nav .nav-link {
	color: #1F3754;
}

.navbar-nav .nav-link {
	font-weight: bold;
}
.dropend .dropdown-toggle {
	margin-left: 1em;
}
.dropdown-item:hover {
	background-color: #1F3754;
	color: #ffffff;
}
.dropdown-item:hover a {
	color: #ffffff;
}
.dropdown .dropdown-menu {
	display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
	display: block;
	margin-top: -10px;
	margin-left: 0px;
}
.dropdown-item a {
	color: #ffffff !important;
	font-weight: 500;
}

.dropdown .dropdown-menu a:hover {
	color: #ffffff !important;
}

@media screen and (min-width: 769px) {
	.dropend:hover > .dropdown-menu {
		position: absolute;
		top: 0;
		left: 100%;
	}
	.dropend .dropdown-toggle {
		margin-left: 0.5em;
	}
}

.icn-mobile-search i:hover {
	color: #C52126 !important;
}

.responsive-menu-pro-inner:hover, 
.responsive-menu-pro-inner::before:hover, 
.responsive-menu-pro-inner::after:hover {
    background-color: #C52126 !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
	margin-top: 0px;
}

.nav-link {
	padding: 10px 15px 0px;
	color: #1F3754;
}

.wpfront-notification-bar div.wpfront-close {
	border: none !important;
    background-color: none !important;
    color: #ffffff !important;
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    cursor: pointer !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: bold !important;
    line-height: 0 !important;
    font-size: 18px !important;
    padding: 5px 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-transform: lowercase !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
	margin-top: 120px;
}

.lead {
	font-size: 1.25rem;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}

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


/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.hero-homepage {
	width:100%;
	height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-hero-homepage {
	background: rgba(255,255,255, 0.3);
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	padding: 10px 45px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	border-color: #ffffff;
	color: #ffffff !important;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
}

.button-hero-homepage:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #1F3754 !important;
	text-decoration: none;
}

.hero-interior {
	height: 325px;
	position: relative;
	width:100%;
}

.hero-interior-page-title {
	position: absolute;
	top: 250px;
	left: 0;
}

.hero-interior-page-title h1 span {
	background: rgba(163,203,240, 0.5);
	padding: 30px 60px;
}

.hero-interior-page-title h1 {
	text-align: center;
}

.fluid-two-up.bg-blue a,
.fluid-two-up.bg-blue {
	color: #ffffff;
}

.stats-container {
	min-height: 550px;
	position: relative;
	width:100%;
}

.stat-circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;    
	background: rgba(31,55,84, 0.85);
	color: #fff;
	outline: 2px solid #ABCAED;
    outline-offset: -10px;
    vertical-align: middle;
    padding: 40px 15px 0px;
    margin: 0 auto;
}

.stat-circle p {
	font-size: 16px;
	line-height: 20px;
}

.card {
	border: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer p {
	font-size: 12px;
	line-height: 18px;
}

.logo-footer {
	width: 300px;
}

footer .footer-outbound-links a {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

footer .footer-outbound-links a:hover {
	color: #A3CBF0;
	text-decoration: none;
}

footer .bg-red span {
	font-size: 18px;
}

footer a.button,
footer .button {
	background: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	padding: 5px 30px;
	border-radius: 10px;
	border: 2px solid #ffffff;
	border-color: #ffffff;
	color: #C52126 !important;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-transform: none;
}

footer a.button:hover,
footer .button:hover {
	background: none;
	border: 2px solid #ffffff;
	color: #ffffff !important;
	text-decoration: none;
}

footer .footer-legal-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

footer i.social {
	font-size: 18px;
}

footer i.social:hover {
	color: #1F3754;
}

footer .footer-tagline {
	font-size: 24px;
	font-weight: normal;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#mc4wp-form-1 label {
	display: none;
}

#mc4wp-form-1 [type=text],
#mc4wp-form-1 [type=email] {
	width: 400px;
}

#mc4wp-form-1 input {
	padding: 15px 15px;
}

#mc4wp-form-1 [type=button], 
#mc4wp-form-1 [type=submit], 
#mc4wp-form-1 button {
	background: #C52126;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	padding: 5px 30px;
	border-radius: 10px;
	border: 2px solid #C52126;
	border-color: #C52126;
	color: #ffffff !important;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-transform: none;
}

#mc4wp-form-1 [type=button]:hover, 
#mc4wp-form-1 [type=submit]:hover, 
#mc4wp-form-1 button:hover {
	background: none;
	border: 2px solid #C52126;
	color: #C52126 !important;
	text-decoration: none;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.cky-consent-container .cky-consent-bar {
	background: #ffffff;
	border: 1px solid #B71234 !important;
	padding: 20px 26px;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	border-radius: 6px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/*---------- X-Large ----------*/
@media (max-width: 1399px) {
	li.menu-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.icn-mobile-search {
		right: 1em;
	}
}

/*---------- Large ------------*/
@media (max-width: 1199px) {
	.hero-interior-page-title {
		top: 255px;
	}
	.icn-mobile-search {
		margin-right: 30px;
	}
	.icn-mobile-search i {
		font-size: 22px;
	}
	#rmp_menu_trigger-280 {
		top: 40px;
		right: 2em;
	}
	.trigger-mobile-placement {
		top: 90px !important;
	}
}

/*---------- Medium -----------*/
@media (max-width: 991px) {
	h1 {
		font-size: 48px;
	}
	.hero-interior-page-title {
		top: 260px;
	}
	.icn-mobile-search {
		margin-right: 15px;
	}
	.icn-mobile-search i {
		font-size: 22px;
	}
	#rmp_menu_trigger-280 {
		top: 2.5em;
		right: 2.5em;
	}
	.trigger-mobile-placement {
		top: 90px !important;
	}
}

/*---------- Small ------------*/
@media (max-width: 767px) {
	.hero-interior-page-title {
		top: 270px;
	}
	.hero-interior-page-title h1 span {
		font-size: 38px;
		padding: 10px 15px;
	}
	.icn-mobile-search {
		margin-right: 5px;
	}
	.icn-mobile-search i {
		font-size: 22px;
	}
	#mc4wp-form-1 [type=text],
	#mc4wp-form-1 [type=email] {
		width: 300px;
	}
	.icn-mobile-search {
		margin-right: 1em;
	}
	#rmp_menu_trigger-280 {
		top: 2.5em;
		right: 0.8em;
	}
}

/*---------- X-Small ----------*/
@media (max-width: 576px) {

	.logo-nav {
		width: 180px;
	}
	.hero-interior-page-title h1 span {
		font-size: 30px;
		padding: 10px 15px;
	}
	.hero-interior-page-title {
		top: 275px;
	}
	.icn-mobile-search {
		margin-right: 60px;
	}
	.icn-mobile-search i {
		font-size: 22px;
	}

	#mc4wp-form-1 [type=text],
	#mc4wp-form-1 [type=email] {
		width: 280px;
	}
	/*#rmp_menu_trigger-280 {
		top: 40px;
		right: 0.8em;
	}*/
	.trigger-mobile-placement {
		top: 40px !important;
	}
	
}


