/* General Styling */

body {
	background: #f4f4f4;
	color: #212529;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}

body .container {
	background-color: #f4f4f4;
}

#content-body > .container {
    min-height: 550px;
}

a {
	color: #ee762c;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #ee762c;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 500;
}


/* Page Header */

header {
	background-color: transparent;
}

header .container {
    padding: 0;
	background-color: transparent;
}

header > .container {
	max-width: 100%;
}

.header-logo .container {
    padding-left: 12px;
}


header img {
	max-width: 100%;
	height: auto !important;
}

.header-banner {
	background-color: #7a5f42;
}

.header-logo {
	padding: 10px 0;
}


/* Navigation */

.navbar {
	background: #f4f4f4;
}

.navbar .offcanvas {
	background-color: #f4f4f4;
}
	
.navbar .offcanvas .nav-link {
	color: #1D3F74;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.4s;
}

.navbar .offcanvas .nav-link:hover,
.navbar .offcanvas .nav-link:focus {
	background-color: #f4f4f4;
	color: #EE762C;
	text-decoration: none;
}

.navbar .offcanvas .nav-item.active .nav-link {
	background-color: #f4f4f4;
	color: #EE762C;
	font-weight: 700;
}

.navbar-toggler {
	min-width: 44px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 25px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	background: #EE762C;
}

.navbar-toggler .navbar-toggler-icon {
	filter: invert(1);
}

.navbar-toggler:hover .navbar-toggler-icon,
.navbar-toggler:focus .navbar-toggler-icon {
	filter: invert(0);
}

.navbar .offcanvas .offcanvas-header .btn-close {
	filter: invert(1);
	opacity: 1;
}


/* Page Footer */

footer {
	background: #7A5F42 url('https://s3.amazonaws.com/ppwebassets/release/34706/277dd3bb-3b49-4b5a-ad7c-9932e380bda8.jpg') center no-repeat;
	background-size: cover;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
}

footer .container {
	padding-bottom: 1px;
	background: transparent;
}

footer .container a {
	color: #EE762C;
	text-decoration: underline;
}

footer .container a:hover,
footer .container a:focus {
	color: #EE762C;
	text-decoration: none;
}

footer img {
	margin: 0 auto;
}

footer .social a {
	margin: 20px 5px;
	text-decoration: none;
}


/* Buttons */

.btn-primary {
	background-color: #1d3f74;
	border: 2px solid #1d3f74;
	color: #ffffff;
}

.btn-primary:hover, 
.btn-primary:focus {
	background-color: #EE762C;
	border-color: #EE762C;
	color: #ffffff;
}

.btn-outline-primary, 
.btn-right, .btn-left {
	background-color: #ffffff;
	border: 2px solid #1d3f74;
	color: #1d3f74;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus, 
.btn-right:hover, .btn-left:hover,
.btn-right:focus, .btn-left:focus {
	background-color: #e8ebee;
	border-color: #EE762C;
	color: #EE762C;
}

.btn-search {
	background-color: #EE762C;
	border: 2px solid #EE762C;
	color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
}


/* Search Results */

.search-results-info h2 {
	color: #7a5f42;
}

.search-result-title {
	color: #1d3f74;
}


.search-result-title:hover,
.search-result-title:focus {
	color: #EE762C;
}


/* Modals */

.custom-knockout-modal .modal-content .modal-header {
	background-color: #1d3f74;
}

.modal-title {
	color: #ffffff;
	font-size: 2rem;
}

.custom-knockout-modal .modal-content .modal-header .btn-close {
	filter: invert(1);
}

#large-image-popup-template-modal .row a {
	color: #EE762C;
}


/* Social Media Links */

.social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	display: inline-block;   
}

.social a {
	display: grid;
	width: 30px;
	height: 30px;
	margin: 10px 5px;
	background-color: #ffffff;
	place-items: center;
	font-size: 1rem;
	color: #7A5F42 !important;
	text-decoration: none;
}

.social a:hover {
	color: #EE762C !important;
}