a {
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-image .15s ease-in-out;
}
body {
	color: #2a2a2a;
}
.nothing-you-could-do-regular {
	font-family: "Nothing You Could Do", cursive;
	font-weight: 400;
	font-style: normal;
}
html .btn-secondary {
	background-color: #a9c7b8;
	border-color: #a9c7b8 #a9c7b8 #a9c7b8;
	color: #65776e;
	font-weight: 700;
}
html .btn-secondary:hover {
	background-color: #00a1f2 !important;
	border-color: #00a1f2 #00a1f2 #00a1f2;
	color: #65776e;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.025em !important;
}
@media (max-width: 1365px) {
	h1.text-9 {
		font-size: 2em !important;
	}
}
@media (max-width: 1125px) {
	h1.text-9 {
		font-size: 1.65em !important;
	}
}
@media (max-width: 991px) {
	h1.text-13,
	h1.text-11 {
		font-size: 3.25em !important;
	}
	h1.text-9 {
		font-size: 2em !important;
	}
}
@media (max-width: 767px) {
	h1.text-13,
	h1.text-11 {
		font-size: 2.425em !important;
	}
	h1.text-13.mb-5 {
		margin-bottom: 1.5rem !important; 
	}
}
h3 {
	color: #204d88;
	font-weight: 700;
	text-transform: none;
}
a {
	color: #1f4c87;
	font-weight: 600;
}
p {
	color: rgba(0, 0, 0, 0.9);
	margin-bottom: 1rem;
}
footer p {
	color: rgba(255, 255, 255, 0.7);
}
.social-links {
	width: 100%;
	margin-top: 1rem !important;
	padding-left: 98px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 2rem;
}
.page-header {
	margin: 0;
	background-position: center center;
	background-color: #a9c7b8;
	padding: 0 !important;
	height: 420px;
	
}
.page-header h1 {
	top: auto;
	bottom: 4rem;
	right: 4rem;
	max-width: calc(720px - 4rem);
	color: rgba(0, 0, 0, 0.4) !important;
	text-align: left;
	line-height: 85% !important;
	padding-left: 1rem;
}
@media (min-width: 1440px) {
	.page-header h1 {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.page-header h1 {
		padding: 0 1rem 0 2rem !important;
		font-size: 3rem !important;
		right: 0;
	}
}
@media (max-width: 767px) {
	.page-header h1 {
		bottom: 2.7rem;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: 0 auto !important;
		padding: 0 1rem !important;
		font-size: 2.6rem !important;
	}
}

.cover-photo {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.cover-photo {
	}
}


.yt-container iframe {
    max-width: 100%;
	width: 350px;
	height: 185px;
	border-radius: 1.25rem;
}
@media (min-width: 575px) {
	.yt-container iframe {
		width: 350px;
		height: 185px;
	}
}
@media (min-width: 768px) {
	.yt-container iframe {
		width: 560px;
		height: 296px;
	}
}
@media (min-width: 1125px) {
	.yt-container iframe {
		width: 900px;
		height: 475px;
	}
}

.main .container {
	font-size: 17px;
}
@media (max-width: 1199px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 100% !important;
	}
}
.main .container h3, .main .container p {
	margin-bottom: 2rem;
}
.main .container h4 {
	font-size: 1.65em;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 2.6rem;
	text-align: center;
}
@media (max-width: 576px) {
	.page-header h1 {
		font-size: 3.25em !important;
	    padding: 0 2rem !important;
	}
	.main .container h3 {
		line-height: 1.1;
		text-align: center;
		font-size: 1.3em;
	}
	.main .container h4 {
		font-size: 1.3em;
	}
	.main .container h4.text-start {
		text-align: center !important
	}
}

.main .container strong {
	font-weight: 600;
}

@media (max-width: 767px) {
	.text-6 {
		font-size: 1.4em !important;
		line-height: 1.4;
	}
}

header.header-subpage {
	background-color: #ffffff;
}
html #header.header-transparent,
html #header.header-subpage.header-transparent {
	position: relative;
}

.header-logo img {
	height: auto !important;
	width: 225px !important;
}
@media (min-width: 1400px) {
	.header-logo img {
		height: auto !important;
		width: 300px !important;
		max-width: 87%;
	}
	.header-subpage .header-logo img {
		width: 225px !important;
	}
}
@media (max-width: 767px) {
	.header-logo img {
		padding-left: 1rem !important;
	}
}
@media (max-width: 576px) {
	section.video h1.text-10 {
		font-size: 1.65em !important;
		margin-bottom: 1rem !important;
		margin-top: 3rem;
	}
	section.video h1.text-15 {
		font-size: 3.35em !important;
	}
	section.video p.text-6 {
		margin-top: 1rem;
		line-height: 1.4;
		font-size: 1.3em !important;
	}
	.text-12 {
		font-size: 2.1em !important;
	}
}

.sticky-header-active .header-logo img {
	height: 75px !important;
	width: auto !important;
}
@media (max-width: 991px) {
	html #header.header-transparent .header-nav-main:before {
		width: 100%;
	}
	#header .header-nav-main nav {
		max-height: 1000vh;
		padding: 0 15px;
	}
}
#header .header-nav-main nav > ul > li > a {
	font-size: 16px;
}
#header .header-nav-features.header-nav-features-light .header-nav-top-icon, #header .header-nav-features.header-nav-features-light .header-nav-top-icon-img {	color: #1f4c87 !important;
	color: #1f4c87;
}
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a	{
		color: #1f4c87 !important;
	}
	#header .header-nav-main nav > ul > li > a:hover	{
		color: #1f4c87 !important;
	}
}
html .bg-color-dark, html .header-custom.bg-dark {
	background-color: #bcd4c8 !important;
}
.sticky-header-active #header.header-no-border-bottom .header-custom.bg-dark {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) !important;
}
/*
.overlay {
	background-image: url(/video/i-95-harnett-county-v12.jpg) !important; 
	background-size: cover !important; 
	background-position: center center !important;
}
*/
.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
	opacity: 0;
}
#header .header-btn-collapse-nav {
	background: transparent;
	color: #000000;
}
#header .header-nav-features .header-nav-features-dropdown {
	background: transparent;
	padding: 17px 0;
	box-shadow: none;
}
@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
		border-radius: 2px !important;
		border-top-left-radius: 0 !important;
	}
}
.simple-search .btn {
	background-color: #ffffff;
}
#header .header-nav-features .header-nav-features-dropdown:before {
	opacity: 0;
}
#header .header-nav-features.header-nav-features-light:before, #header .header-nav-features.header-nav-features-light:after {
	background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
	#header .header-nav.header-nav-links nav > ul > li > a, 
	#header .header-nav.header-nav-line nav > ul > li > a {
		border-top: solid 4px transparent;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0.9rem !important;
		margin-right: 0.9rem !important;
		width: auto;
	}
	#header .header-nav.header-nav-links nav > ul > li:hover > a, 
	#header .header-nav.header-nav-line nav > ul > li:hover > a {
		border-top: solid 4px #71a28a;
		color: #143158 !important;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0.9rem !important;
		margin-right: 0.9rem !important;
	}
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
		background: #1f4c87;
		margin-top: 0;
		border-radius: 0.3rem !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		padding: 1.25rem 1.75rem;
	}
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
		color: #ffffff;
		border-bottom-color: rgba(255, 255, 255, 0.15);
		padding: 6px !important;
		font-size: .9375rem;
		font-weight: 500;
	}
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, 
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a, 
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:active > a, 
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.active > a, 
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a, 
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.accessibility-open > a {
		background-color: transparent;
		color: #eece38;
	}
	#header .header-nav.header-nav-links nav > ul > li > a, 
	#header .header-nav.header-nav-links nav > ul > li:hover > a, 
	#header .header-nav.header-nav-line nav > ul > li > a, 
	#header .header-nav.header-nav-line nav > ul > li:hover > a {
		margin-top: 25px !important;
		height: auto;
		font-weight: 700;
	}
	#header.header-subpage .header-nav.header-nav-links nav > ul > li > a, 
	#header.header-subpage .header-nav.header-nav-links nav > ul > li:hover > a, 
	#header.header-subpage .header-nav.header-nav-line nav > ul > li > a, 
	#header.header-subpage .header-nav.header-nav-line nav > ul > li:hover > a {
		margin-top: 19px !important;
		height: auto;
	}
}
@media (min-width: 1400px) {
	#header .header-nav.header-nav-links nav > ul > li > a, 
	#header .header-nav.header-nav-links nav > ul > li:hover > a, 
	#header .header-nav.header-nav-line nav > ul > li > a, 
	#header .header-nav.header-nav-line nav > ul > li:hover > a {
		margin-top: 31px !important;
		height: auto;
		font-weight: 700;
	}
}

html .bg-color-blue, html .bg-blue {
	background-color: #1f4c87 !important;
}
html .bg-color-dark, html .bg-gray {
	background-color: #eaeaea !important;
}
html .bg-green {
	background-color: #71a28a !important;
}
html .green-text {
	color: #71a28a;
}
html .blue-text {
	color: #1f4c87;
}
html .yellow-text {
	color: #efce38;
}

.carousel.home {
	height: 590px;
}
.carousel.home .carousel-image {
	height: 100%;
}
.carousel.home .carousel-content {
	height: 100%;
}
@media (max-width: 767px) {
	.carousel.home {
		height: 675px;
	}
	.carousel.home .carousel-image {
		height: 325px;
	}
	.carousel.home .carousel-content {
		height: 350px;
	}
}
@media (max-width: 576px) {
	.carousel.home {
		height: 620px;
	}
	.carousel.home .carousel-image {
		height: 275px;
	}
	.carousel.home .carousel-content {
		height: 345px;
	}
}
.carousel.home .carousel-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.carousel.home .carousel-content .carousel-text {
	padding: 3rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
@media (max-width: 1365px) {
	.carousel.home .carousel-content .carousel-text {
		padding: 2rem;
	}
}
.carousel.home .carousel-content .carousel-text hr {
	background: rgba(255, 255, 255, 0.1);
	max-width: 80%;
	margin: 2.5rem auto;
	height: 5px;
	border-radius: 10px;
}
.carousel.home .carousel-content .carousel-text h2 {
	font-weight: 600;
	font-size: 2.7em;
	line-height: 50px;
}
@media (max-width: 1365px) {
	.carousel.home .carousel-content .carousel-text h2 {
		font-weight: 700;
		font-size: 2.2em;
		line-height: 42px;
	}
}
@media (max-width: 991px) {
	.carousel.home .carousel-content .carousel-text h2 {
		font-size: 1.75em;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.carousel.home .carousel-content .carousel-text .mt-5 {
		margin-top: 1rem !important;
	}
}
.carousel.home .carousel-control-next, .carousel.home .carousel-control-prev {
	width: 3rem;
	height: 100%;
}
.carousel.home .carousel-indicators {
	max-width: calc(100% - 100px);
}
@media (max-width: 768px) {
	.carousel.home .carousel-control-next, .carousel.home .carousel-control-prev {
		display: none;
	}
}

.border-radius-custom {
	border-radius: 37px;
	overflow: hidden;
}

.map {
	max-height: 600px;
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.085);
}
.map .map-county, .map .map-state, .map .map-eastcoast {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 768px) {
	.map {
		height: 400px;
		max-width: 100%;
		border-top-right-radius: 0;
	}
}

.map .map-county {
    background-image: url(/downloads/Counties_map_outlines.svg);
    background-size: 59%;
    background-position: top 56% left 62%;
}
.map .map-state {
    background-image: url(/downloads/nc_map_outlines-new.svg);
    background-size: 145%;
    background-position: top 40% left 89%;
}
.map .map-eastcoast {
	background-image: url(/downloads/EastCoast_map.jpg);
	background-size: auto 100%;
}
@media (max-width: 767px) {
	.map .map-county {
		background-size: cover;
		background-position: top -7rem left -2rem;
	}
	.map .map-state {
		background-size: cover;
		background-position: top -5rem left -55rem;
	}
	.map .map-eastcoast {
		background-size: cover;
		background-position: center center;
	}
}
.map-nav {
	position: relative;
	z-index: 9999;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.tabs-navigation-simple .nav-tabs .nav-link,
.tabs-navigation-simple .nav-tabs .nav-link:hover {
	padding: 0.75rem 3rem 0.95rem 1.5rem !important;
	margin: 0 0 -1px 0 !important;
}
.nav-tabs {
	width: auto;
	margin: 0 auto;
}
.tabs-navigation .nav-tabs > li {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	.tabs-navigation .nav-tabs > li {
		display: block;
		width: 100%;
		margin: 0 3rem;
	}
}


html body .tabs.tabs-horizontal .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-horizontal .nav-tabs li .nav-link:hover,
html body .tabs.tabs-horizontal .nav-tabs .nav-link.active,
html.dark body .tabs.tabs-horizontal .nav-tabs .nav-link.active,
html body .tabs.tabs-horizontal .nav-tabs .nav-link.active:hover,
html.dark body .tabs.tabs-horizontal .nav-tabs .nav-link.active:hover,
html body .tabs.tabs-horizontal .nav-tabs .nav-link.active:focus,
html.dark body .tabs.tabs-horizontal .nav-tabs .nav-link.active:focus {
	background-color: #1f4c87 !important;
	border-top-color: transparent !important;
	border-right: 0;
	color: #ffffff;
}
.tabs-horizontal .nav-tabs > li .nav-link {
	border-top-color: transparent !important;
	border-right: 0;
}
.tabs-horizontal .nav-tabs > li .nav-link.active:before {
	content: '\f078';
	top: 48%;
}

@media (max-width: 991px) {
	.tabs-horizontal .nav-tabs > li .nav-link.text-5 {
		font-size: 1rem !important;
	}
}


.map-content {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 400px;
	border-top-right-radius: 37px;
	padding: 1rem 2rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.15));
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
	.map-content {
		display: none;
	}
}
.map-content h2 {
	margin-bottom: 0.5rem;
	color: #ffffff;
}
.map-content p {
	line-height: 1.7;
}
.graph-paper {
/*
	background-size: 40px 40px;    
	background-size: 40px 40px;    
	background-image: repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 40px),repeating-linear-gradient(-90deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 40px);
*/
}



.feature-box .feature-box-info {
	padding-top: 0.33rem;
}
.feature-box .icon-featured {
    background-color: #1f4c87;
	margin: 0;
    width: 45px;
    height: 45px;
	line-height: 45px;
	font-size: 1.75rem;
}
.feature-box .fa-check:before {
    padding-left: 7px;
}


.partners .mx-auto {
	max-width: 750px;
}
.partners h2 {
	margin: 0 4rem 2rem 4rem;	
}
@media (max-width: 768px) {
	.partners h2 {
		margin: 0 4rem 0.5rem 4rem;	
	}
	.partners .img-fluid {
		max-width: 250px;
		margin: 1.5rem 0;
	}
}
@media (max-width: 576px) {
	.partners .img-fluid {
		max-width: 200px;
		margin: 1.5rem 0;
	}
}




html .btn {
	padding: 0.5rem 1.5rem 0.6rem 1.5rem;
	text-transform: uppercase;
}
html .btn-primary {
	background-color: #1f4c87;
	border-color: #1f4c87;
}
.btn em.fa:not(.fa-bars),
.btn em.fas:not(.fa-bars),
.btn i.fa:not(.fa-bars),
.btn i.fas:not(.fa-bars) {
	font-size: 90%;
}
.btn i.fas.fa-bars {
	font-size: 180%;
	color: #1f4c87;
}

html body .btn-light {
	background-color: #71a28a;
	border-color: #71a28a;
	color: #ffffff;
}
html body .btn-light:hover {
	color: #000000;
}
html body .btn-light-transparent {
	border: 0;
	background-color: rgba(255, 255, 255, 0.3);
	color: rgba(0, 0, 0, 0.675);
}
html body .btn-light-transparent:hover {
	background-color: rgba(255, 255, 255, 0.45);
	color: rgba(0, 0, 0, 1);
}


.lead {
	letter-spacing: -0.025em;
	font-weight: 400 !important;
}
@media (max-width: 767px) {
	.lead {
		font-size: 1.1em !important;
	}
}


html .counters .counter-primary {
	margin: 0.75rem 0;
	background-color: rgba(0, 0, 0, 0.35);
	min-height: 150px;
	padding: 2rem 0;
	border-radius: 2px;
}
html .bg-green .counters .counter-primary {
	background-color: #98b3a5;
}
html .counters .counter-primary label {
	margin-top: 0.5rem;
	font-size: 110%;
}
html .counters .counter-primary [class*="fa-"], html .counters .counter-primary .icons, html .counters .counter-primary strong {
	color: #95afc1;
}
html .bg-green .counters .counter-primary strong {
	color: #66786f;

}
.slider-scroll-button {
	z-index: 5;
}

img.harnett-map {
	width: 90%;
	max-width: 1200px;
}

#zpepropertiesframecontainer {
	border: 0 !important;
}
/*
.targeted-industries {
	background-image: url(/downloads/targeted-industries-bg.jpg);
	background-size: cover;
	background-position: top center;
}
*/

a.callout {
	border-radius: 18px;
	border: solid 10px #71a28a;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.15));
}
a.callout i.fas {
	color: rgba(255, 255, 255, 0.675) !important;
}
a.callout h4 {
	color: #ffffff;
}
a.callout:hover {
	border: solid 10px #efce38;
	background-color: #efce38 !important;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
	color: #000000 !important;
	text-decoration: none;
}
a.callout:hover i.fas {
	color: rgba(0, 0, 0, 0.35) !important;
}
a.callout:hover h4 {
	color: #000000;
}


.employer {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 1rem;
}
.employer h4 {
	font-size: 1.2em !important;
	margin-bottom: 0.5rem !important;
}
.employer img {
	max-width: 328px;
}


.slogan {
	bottom: 60px;
	left: 0;
}
@media (max-width: 1199px) {
	.slogan {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.slogan {
		bottom: 100px;
		left: 0;
	}
	.slogan h1,
	section.video h1.text-15	{
		font-size: 2.75rem !important;
	}
	.slogan h2.text-7	{
		font-size: 1.3rem !important;
	}
}
.slogan h1, .slogan h2 {
	text-align: center;
}
.slogan h2 {
	letter-spacing: -0.013em;
}
.slogan h2.font-weight-bold {
	font-weight: 600 !important;
}
.slogan .heading h2 {
	letter-spacing: 0.1em !important;
}
.slogan .heading.heading-border {
	margin-bottom: 0;
}
.slogan .heading.heading-middle-border h2 {
	background: transparent;
	font-weight: 300 !important;
}
.slogan .heading.heading-middle-border:after {
    border-top: 1px solid #eaeaea;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    left: 0;
}
.slogan .heading.heading-middle-border:after,
.slogan .heading.heading-middle-border:before {
    top: 35%;
	width: 27.5%;
	opacity: 0.3;
	border-top-width: 3px;
}
@media (max-width: 1199px) {
	.slogan .heading.heading-middle-border:after,
	.slogan .heading.heading-middle-border:before {
		width: 25%;
	}
}
@media (max-width: 767px) {
	.slogan .heading.heading-middle-border:after,
	.slogan .heading.heading-middle-border:before {
		width: 15%;
	}
}

.staff-card {
	border-left: solid 7px rgba(0, 0, 0, 0.225);
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0.25rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 1rem;
	height: 100%;
	transition: all 250ms ease;
}
.staff-card:hover {
	border-left: solid 7px #a9c7b8;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

section.page-body img {
	width: 100%;
	max-width: 525px;
	height: auto;
}

.card-type-10 h2 {
	font-size: 1.75em;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
@media (max-width: 550px) {
	.card-type-10 h2 {
		font-size: 1.5em;
		line-height: 1.4;
		margin: 1.5rem 0 !important;
	}
}

.card-type-17:not(.card-type-17-detail) {
	padding: 1rem;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
section.page-body .card-type-17 img {
	max-width: 100%;
	border-radius: 2px;
}
.featured {
	background-color: #efce38;
	padding: 3px 12px;
	text-transform: uppercase;
	border-bottom-right-radius: 4px;
}


@media (max-width: 550px) {
	.breadcrumb {
		font-size: 14px !important;
	}
}

.card-type-10-detail h2 {
	font-size: 2.25em;
	font-weight: 500;
	margin-bottom: 1.75rem;
}
@media (max-width: 550px) {
	.card-type-10-detail h2 {
		font-size: 1.25em;
		line-height: 1.4;
		margin: 1.5rem 0 !important;
	}
}
.box-date {
	display: inline-block;
	margin: 0 auto;
	padding: 1.25rem 3.75rem;
	border-left: solid 7px rgba(0, 0, 0, 0.225);
	background-color: rgba(0, 0, 0, 0.075);
	border-radius: 0.25rem;
	color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 767px) {
	.box-date {
		margin-bottom: 1.5rem;
		border-left: 0;
		border-top: solid 7px rgba(0, 0, 0, 0.225);
		padding: 1rem 3rem;
	}
}
.card-type-17 h2,
.card-type-11 h2,
.card-type-16 h2 {
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 0.5rem;
	line-height: 31px;
}
@media (max-width: 550px) {
	.card-type-17 h2,
	.card-type-11 h2,
	.card-type-16 h2 {
		font-size: 1.25em;
		line-height: 1.4;
		margin: 1.5rem 0 !important;
	}
}
.card-type-17-detail h2,
.card-type-11-detail h2,
.card-type-16-detail h2 {
	font-size: 2.25em;
	font-weight: 500;
	margin-bottom: 1.75rem;
	line-height: 42px;
}
@media (max-width: 550px) {
	.card-type-17-detail h2,
	.card-type-16-detail h2,
	.card-type-11-detail h2 {
		font-size: 1.25em;
		line-height: 1.4;
		margin: 1.5rem 0 !important;
	}
}
.card-type-17 img,
.card-type-16 img,
.card-type-11 img {
	max-height: 342px;
	object-fit: cover;
	object-position: center center;
}
.card-type-17-detail img,
.card-type-16-detail img,
.card-type-11-detail img {
	max-height: 1000px;
	object-fit: fill;
}
.list.list-icons i.fas {
	color: #1f4c87 !important;
}

.carousel-10, .carousel-11, .carousel-16 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    margin: 0 auto;
}
.carousel-16 .carousel-content,
.carousel-10 .carousel-content,
.carousel-11 .carousel-content {
	min-height: 525px;
}
@media (max-width: 550px) {
	.carousel-16 .carousel-content,
	.carousel-10 .carousel-content,
	.carousel-11 .carousel-content {
		min-height: 465px;
	}
}
.carousel-16 .carousel-content p,
.carousel-10 .carousel-content p,
.carousel-11 .carousel-content p {
	color: rgba(255, 255, 255, 0.75);
}
.carousel-16 .carousel-content a,
.carousel-10 .carousel-content a,
.carousel-11 .carousel-content a {
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
}
.carousel-16 .carousel-content img,
.carousel-10 .carousel-content img,
.carousel-11 .carousel-content img {
	max-width: 95%;
	margin: 0 auto 1.5rem auto;
	object-fit: cover;
	object-position: center center;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
}
.carousel-16 .carousel-content h2,
.carousel-10 .carousel-content h2,
.carousel-11 .carousel-content h2 {
	font-size: 1.65em;
}
@media (max-width: 550px) {
	.carousel-16 .carousel-content h2,
	.carousel-10 .carousel-content h2,
	.carousel-11 .carousel-content h2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		font-size: 1.35em;
	}
}
@media (max-width: 550px) {
	.text-9 {
		font-size: 1.75em !important;
	}
}

.carousel-16 .carousel-control-next,
.carousel-10 .carousel-control-next,
.carousel-11 .carousel-control-next,
.carousel-16 .carousel-control-prev,
.carousel-10 .carousel-control-prev,
.carousel-11 .carousel-control-prev {
	top: auto;
	bottom: 17px;
	z-index: 9999;
}
.carousel-16 .carousel-control-next-icon,
.carousel-10 .carousel-control-next-icon,
.carousel-11 .carousel-control-next-icon,
.carousel-16 .carousel-control-prev-icon,
.carousel-10 .carousel-control-prev-icon,
.carousel-11 .carousel-control-prev-icon {
	height: 25px;
}

#footer {
	background-color: #1f4c87;
	border-color: transparent;
}
@media (max-width: 767px) {
	#footer .container-xl-custom {
		padding: 0 3rem;
	}
	#footer .container-xl-custom .row.py-5 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
#footer .footer-ribbon {
	background: #71a28a;
}
#footer .footer-ribbon:before {
    border-right-color: #4a705d;
    border-left-color: #4a705d;
}

#footer .logo img {
	width: 220px;
	height: auto;
	opacity: 0.9 !important;
	margin-top: 0.75rem;
}

#footer a:not(.btn):not(.no-footer-css) {
	color: rgba(255, 255, 255, 0.7);
}

	
#footer .footer-copyright.footer-copyright-style-2,
html .scroll-to-top {
	background-color: rgba(0, 0, 0, 0.15);
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
	line-height: 26px;
}
.list.list-icons.list-icons-sm li {
	margin-bottom: 0;
	margin-top: 5px;
}
#footer .footer-copyright p {
	color: rgba(255, 255, 255, 0.7);
}
