:root {
	--white: #FFF;
	--dark-grey: #B3B2B2;
	--light-grey: #F5F5F5;
	--gold: #C5AF8F;
}

html {
  scroll-behavior: smooth;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */
.bg-light-grey {
	background-color: var(--light-grey);
}
.bg-gold {
	background-color: var(--gold);
}
.bg-orange img {
	max-width: 70px;
	margin-bottom: 20px;
}
.border-bottom-green {
	border-bottom: solid 6px var(--green);
}
.border-bottom-orange {
	border-bottom: solid 6px var(--orange);
}
.bg-gold p {
	color: var(--white)
}
.bg-gold h3 {
	color: var(--white)
}

.bg-centered {
	background-position: center;
}



/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	padding: 3px 15px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	color: var(--dark-grey);
	font-size: 18px;
	font-weight: 400;
}



/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 5%;*/
}

.logo {
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	/*max-width: 350px;l
	min-width: 200px;*/
}

.banner-image {
	width: 100%;
	height: auto;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	display: flex;
	flex-direction: column;
}




/* ----------------------------------------------------- Slider Styles ---------------------------------------------------------------- */


.psac-post-img-wrap {
	border-bottom: solid 6px var(--orange);
}

.psac-post-carousel.psac-design-2 .psac-post-margin-content {
	background-color: white;
	
}

.psac-post-carousel.psac-design-2 .psac-post-carousel-content {
	border: none !important;
}

/*remove links from post slider*/
.psac-link-overlay {
	display: none;
}

.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus {
    background: var(--orange) !important;
    color: #fff;
    border-color: var(--orange) !important;
}
.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
    color: var(--green) !important;
    border: 2px solid var(--green) !important;
}

.psac-slider-and-carousel .owl-nav {
	top: 100% !important;
}
.psac-post-carousel.psac-design-2 .psac-post-margin-content {
	/*height: 25vh;*/
}
.psac-post-carousel.psac-design-2 .psac-post-title {
	/*position: absolute;
    top: 215px;
    left: 0;
	width: 100%;*/
	font-size: 20px !important;
	line-height: 22px !important;
	background-color: var(--orange);
	padding: 5px;
}
h2.psac-post-title {
	text-decoration: none;
}
.psac-post-title a, .psac-post-categories a {
	color: #fff !important;
	cursor: default !important;
    pointer-events: none !important;
}
.psac-slider-and-carousel .owl-nav {
	width: 108% !important;
    left: -4%;
}


/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */

.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5%;
}


.testimonial {
	margin-bottom: 40px;
	padding: 30px;
}


.photo-credit {
	position: absolute;
	bottom: 15px;
	font-size: 13px;
	color: #fff;
}


/* ----------------------------------------------------- Metaslider Styles ---------------------------------------------------------------- */

.slides {
	padding: 0px !important;
}
.ms-image {
	display: block !important;
	height: 60vh !important;
	position: relative !important;
}
.ms-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	background-color: rgba(0,55,98,0.65);
}

.metaslider .caption-wrap {
    background: none !important;
	opacity: 1 !important;
}
.caption-wrap .caption {
	position: absolute;
	bottom: 5%;
	left: 0%;
	right: 0%;
	padding: 20px 35px !important;
	background-color: rgba(197,175,143,0.7);
	width: auto;
	font-family: 'Roboto', sans-serif;
	color: var(--white);
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	line-height: initial;
}

.metaslider .flexslider .slides > li img
{
	height: inherit;
}



/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */

a.button, .tab-content a {
	width: 100%;
	text-align: center;
	border: solid 1px #707070;
	color: var(--dark-grey);
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px 0;
	text-decoration: none !important;
	margin-top: 5%;
}

.caldera-grid .btn-default {
    color: var(--white) !important;
    background-color: var(--gold) !important;
    border: none !important;
	width: 100%;
}
.caldera-grid .btn-default:hover {
    color: var(--white) !important;
    background-color: var(--gold) !important;
    border: none !important;
}

.caldera-grid .form-control {
	border: none !important;
}

.caldera-grid .form-control, .caldera-grid output {
	color: #B3B2B2 !important;
	
}
/* ----------------------------------------------------- Footer Styles ---------------------------------------------------------------- */

footer {
	padding: 50px 5%;
}
footer p, footer a {
	color: var(--dark-grey);
	font-size: 14px;
}



/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

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


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
	.menu a {
		font-size: 16px;
	}
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.slider-image {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}
	.menu a {
		font-size: 15px;
	}
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 


/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
	
	
}


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.caption-wrap .caption {
 	   font-size: 30px;
	}
}


/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	.testimonial {
		margin-bottom: 40px;
		padding: 18px;
	}
	.bg-orange img {
    	max-width: 50px;
	}
}


/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {
	.caption-wrap .caption {
 	   	font-size: 25px;
		padding: 16px 20px !important;
	}
	.menu li {
		padding: 1px 12px 2px 12px;
	}
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	

}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
	
}


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.bg-orange img {
    	max-width: 40px;
	}
	.psac-post-short-content {
		font-size: 14px !important;
    	line-height: 19px !important;
	}

}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 650px) {
	.psac-slider-and-carousel .owl-nav {
		width: 118% !important;
		left: -9%;
	}
	
	.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
    	background: rgba(255,255,255,1) !important;
	}
}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	

}


/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 450px) {

}