/************************  SLIDESHOW ************************** */

.slideshow {
	display: none;
}

@media screen and (min-width: 48em) {
	.slideshow:before {
	content: '';
	background: #126634;
	width: 100%;
	height: 5.65px;
	position: absolute;
	top: -12px;
}

.slideshow {
	display: block;
	border-bottom: 5.65px solid #126634;
	overflow: hidden;
}

.slideshow-caption {
	position: absolute;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	background: #126634;
	color: #fff;
	padding: 20px 30px;
	font-size: 3vw;
	line-height: 1;
	width: 52%;
}

.homeslide4.cycle-slide .slideshow-caption {
	display: none;
}

.homeslide1 .slideshow-caption {
	right: 0;
	top: 4.6875rem;
}

.homeslide2 .slideshow-caption {
	left: 0;
	bottom: 2.8125rem;
	text-align: right;
}

.homeslide3 .slideshow-caption {
	left: 0;
	top: 4.0625rem;
	text-align: right;
}

#slideshow_container {
	display: block;
	position : relative;
	width : 100%;
	height : auto;
	z-index : 10;
	background-color: white;
}

.slideshow {
	margin: 7px auto 0;
	display: block;
	z-index: 0;
}

.slideshow img {
	width : 100%;
}


}

@media screen and (min-width: 75em) {
	#slideshow_container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


}

@media screen and (min-width: 99em) {
	.slideshow-caption {
	font-size: 3.125rem;
}


}

/************************ WELCOME************************* */

.welcome-container {
	padding : 40px 0 20px;
	color: #153056;
}

.welcome-container img {
	width: 100%;
	max-width: 997px;
}

.welcome-container h1 span {
	color: #106634;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 1.5rem;
	display: block;
}

.welcome-container h1 {
	color: #27387e;
	font-family: 'PT Serif', serif;
	font-size: 10vw;
}

.welcome-container h1:after {
	content: '';
	background: #11a049;
	width: 184px;
	height: 4px;
	position: relative;
}

@media screen and (min-width: 34em) {
	.welcome-container h1 {
	font-size: 2.5rem;
}


}

@media screen and (min-width: 48em) {
	.welcome-container {
	text-align : center;
	display: flex;
	padding : 40px 0;
}

.welcome-text p.button {
	margin-left: auto;
	max-width: 345px;
}

.welcome-container img {
	align-self: center;
	width: 53%;
}

.welcome-container h1 {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


}

@media screen and (min-width: 72em) {
	.welcome-container h1 {
	font-size: 3.4375rem;
}

.welcome-container h1 span {
	font-size: 2.1875rem;
}

.welcome-text p {
	text-align: left;
	margin: 50px 15px 30px 30px;
	font-family: 'PT Serif', serif;
	font-size: 1.25rem;
	line-height: 1.5;
	max-width: 35rem;
	color: #153056;
}


}

/************************ OUR LOCATIONS ************************* */

.our-locations-state {
	text-align: center;
}

.state-image-container {
	position: relative;
	display: inline-block;
	margin: 5px;
}

.our-locations-text h1 {
	color: #126634;
	font-family: 'PT Serif', serif;
	font-size: 10vw;
}

.our-locations-text h1:after {
	content: '';
	background: #126634;
	width: 184px;
	height: 4px;
	position: relative;
	bottom: -25px;
}

.our-locations-text h1 span {
	color: #27387e;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 1.5rem;
	display: block;
}

.our-locations-state-title, .our-locations-state p {
	font-family: 'Nanum Gothic', sans-serif;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 900;
	color: #27397e;
}

.our-locations-state p {
	font-size: 1.5rem;
	margin: 0 0 50px 0;
}

.our-locations-state a {
	text-decoration: none;
}

img.our-location-state-image {
	position: absolute;
	margin: auto;
	right: -24px;
	top: 52px;
	z-index: 1;
}

img.our-location-state-background {
	transform: scale(.9);
	transition: all .5s;
}

.our-locations-state a:hover >.state-image-container > img.our-location-state-background, .our-locations-state a:focus >.state-image-container > img.our-location-state-background {
	transform: scale(1);
}

.our-locations-states-container {
	max-width: 75rem;
	justify-content: space-around;
	margin: 50px auto;
}

@media screen and (min-width: 34em) {
	.our-locations-text h1 {
	font-size: 2.5rem;
}


}

@media screen and (min-width: 48em) {
	.our-locations-text h1 {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
}

.our-locations-states-container {
	display: flex;
}


}

@media screen and (min-width: 72em) {
	.our-locations-text h1 {
	font-size: 3.4375rem;
}

.our-locations-text h1 span {
	font-size: 2.1875rem;
}

.our-locations-state-title {
	font-size: 3.75rem;
	margin-bottom: 10px;
}

.our-locations-state p {
	font-size: 2.1875rem;
	margin: 0 0 10px;
}


}

/******************* STAY CONNECTED ******************** */

.home-stayconnected-wrapper {
	background-color: #27397e;
	margin : 25px 0;
	padding : 0 0 3px;
}

.stayconnected-social-container {
	max-width: 75rem;
	margin: 0 auto -20px;
	display: flex;
	justify-content: center;
	padding: 31px 0 0 0;
}

.stayconnected-social-container a {
	color: #fff;
	font-size: 1.5rem;
	border: 3px solid;
	border-radius: 50%;
	padding: 7px 10px;
	transition: .5s all;
	display: inline-block;
}

.stayconnected-social-container a:hover, .stayconnected-social-container a:focus {
	background-color: #126634;
	transform: scale(.9);
}

.stayconnected-social-icons i.fab.fa-facebook-f {
	padding: 0 3px;
}

.home-stayconnected-header img {
	width : 95%;
	max-width : 799px;
	margin : 0 auto;
	display : block;
	padding : 15px 0;
}

.home-section-title, .home-section-secondary {
	font-family: 'PT Serif', serif;
	font-size: 2rem;
	color : #fff;
	max-width: 75rem;
	margin: 20px auto;
	text-align : center;
	padding : 0 15px;
}

.home-section-title span {
	background-color: #27397e;
	position: relative;
	padding: 0 15px;
}

.home-section-title:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	margin-top: 14px;
}

.home-section-secondary {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 2.1875rem;
	padding: 30px 15px 0px;
}

.home-stayconnected-mobile img {
	margin-right: 10px;
}

.home-notices-container, .home-facebook-container {
	margin: 15px;
	padding: 20px 20px 10px;
	z-index: 1;
	background: #fff;
}

.feed-container {
	min-height : 300px;
}

.blog-title-home {
	font-family: 'PT Serif', serif;
	color: #27397e;
	font-size: 1.59rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 25px;
}

.blog-title-home:after {
	content: '';
	width: 100%;
	height: 2.5px;
	background: #22b24b;
	position: absolute;
	left: 0;
	bottom: -11px;
}

.blog-post-home p {
	text-align: left;
	font-family: 'PT Serif', serif;
	color: #27397e;
}

.home-facebook-background {
	display: none;
}

.home-stayconnected-container p.button a {
	text-transform: none;
}

img.blog-image-home {
	width: 95px;
	height: 95px;
	object-fit: cover;
	border: 3px solid #27397E;
	float: left;
	margin: 6px 15px 0 0;
}

@media screen and (min-width: 48em) {
	.stayconnected-social-container {
	margin: 0 auto -75px;
	justify-content: flex-end;
	padding-right: 10px;
}

.home-section-title {
	font-size: 3.4375rem;
	margin-bottom: 65px;
}

.home-section-secondary {
	padding: 30px 15px 10px;
}


}

@media screen and (min-width: 65em) {
	.home-stayconnected-container {
	display: flex;
	margin: 0px;
	justify-content : center;
	padding : 10px 0 30px;
}

.home-stayconnected-container > div {
	width: 45%;
	max-width : 33.5em;
	background-color: #fff;
	margin: 0 15px;
}

.home-stayconnected-header img {
	padding : 30px 0;
}

.home-notices-background {
	margin-top: 0px;
}

.home-notices-container {
	margin: 0px;
}

.home-notices-background {
	margin-left : 20px;
	padding: 0px;
	background-color : #fff;
}

.home-facebook-container, .home-notices-container {
	border-top: 20px solid #fff;
	border-bottom: 5px solid #fff;
	border-right: 40px solid #fff;
	border-left: 40px solid #fff;
	z-index: 1;
	background: #fff;
	margin : 0 auto;
	padding : 15px 0 0 0;
    min-height: 18.4375rem;
}

.home-facebook-container {
	text-align: center;
}

.home-facebook-background {
	display : block;
	margin-left: 20px;
	background-color : #fff;
}


}

/************************* FAST FACTS *********************** */

/********* DID YOU KNOW *********** */

.didYouKnow-container {
	font-family: 'Nanum Gothic', sans-serif;
	color: #27397e;
	display: flex;
	text-align: center;
	line-height: 1.1;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 50rem;
	margin: auto;
}

.didYouKnow-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 15px;
}

.didYouKnow-number {
	font-size: 2.42rem;
	font-weight: 900;
	padding: 20px 0;
}

.didYouKnow-section {
	width: 16rem;
	margin: 20px auto;
	padding: 1%;
}

.didYouKnow-fact {
	font-size: 1.3425rem;
	line-height: 1.5;
	font-family: 'PT Serif', serif;
	color: #575757;
}

@media screen and (min-width: 75em) {
	.didYouKnow-container {
	max-width: 75rem;
}


}

/************************ TESTIMONIALS ************************* */

.testimonials-title {
	position: relative;
	color: #27397e;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 900;
	font-size: 2.75rem;
	letter-spacing: 3px;
	line-height: 1.5;
}

.testimonials-title span {
	background: #fff;
	padding: 0 15px;
}

.testimonials-subtitle {
	position: relative;
	font-family: 'Nanum Gothic', sans-serif;
	color: #27397e;
	font-size: 1.3rem;
}

.testimonials-subtitle span {
	background: #fff;
	padding: 0 15px;
}

#testimonials-container img {
	width: 90%;
	max-width: 550px;
}

#newsItem {
	max-width: 90rem;
	margin: 50px auto;
}

.nt-title {
	font-family: 'Andada', serif;
	font-size: 1.25rem;
	text-align: left;
	padding: 5px 0 0 0;
	display: block;
	color: #623166;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

/*
.owl-theme .owl-controls .owl-page span {
	background: #010743;
}

.owl-theme .owl-controls .owl-page span {
	opacity: 0.25;
	background: #010743;
}

*/

.fa {
	font-size : 12px;
}

i.fa.fa-angle-double-right {
	font-size: 16px !important;
}

.owl-pagination {
	display: none;
}

.owl-theme .owl-controls .owl-buttons div {
	background:#fff !important;
	filter: Alpha(Opacity=100);
	opacity: 1 !important;
	transition: .5s all;
	position:relative;
	color: #27387e !important;
	font-family: 'PT Serif', serif;
	border-radius: 3px !important;
	font-size: 1.25rem  !important;
}

.owl-theme .owl-controls .owl-buttons div:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -2px;
	border-radius: inherit;
	background: linear-gradient(to right, #21b24b, #126634);
}

.owl-prev {
	padding: 14px 12px 17px 40px !important;
	margin-right: 70px!important;
}

.owl-prev:after {
	content: '\f060';
	font-family: 'FontAwesome';
	left: 0;
	position: absolute;
	padding: 4px 10px;
}

.owl-next {
	padding: 14px 40px 17px 12px !important;
}

.owl-next:after {
	content: '\f061';
	font-family: 'FontAwesome';
	right: 0;
	position: absolute;
	padding: 4px 10px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: underline;
	background: #363636 !important;
	transform: scale(.95);
	color: #fff !important;
}

#nt-container {
	text-align : left;
	margin: 15px 11px;
}

.item {
	margin : 0 10px;
}

.item p {
	margin-left : 0px;
	padding-right: 0;
}

.testimial-background {
	font-family: 'Nanum Gothic', sans-serif;
	background-color: #27397e;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	padding: 20px;
	margin: 20px 5px;
}

.testimial-background p span {
	text-align: right;
	display: block;
}

p.byline {
	text-align: right;
}

@media screen and (min-width: 48em) {
	.item {
	display: flex;
	align-items: center;
}

.testimonials-title {
	font-size: 3.75rem;
}

.testimonials-subtitle {
	font-size: 2.1875rem;
}

.testimonials-title:before {
	content: '';
	width: 100%;
	height: 24px;
	background: #126634;
	position: absolute;
	top: 39px;
	z-index: -1;
}

.testimonials-subtitle:before {
	content: '';
	width: 100%;
	height: 5px;
	background: #22b24b;
	position: absolute;
	top: 10px;
	z-index: -1;
}

#testimonials-container img {
	width: 50%;
}

.testimial-background {
	margin: 20px 20px 20px 40px;
	width: 60%;
}


}

@media screen and (min-width: 72em) {
	#testimonials-container img {
	width: 90%;
}

.testimonials-title span {
	margin-left: 45%;
}

.testimonials-subtitle span {
	margin-left: 51%;
}


}

@media screen and (min-width: 76em) {
	.item {
	margin-left: 0;
}

.testimial-background {
	font-size: 1.8rem;
	padding: 20px 40px;
	margin: 20px 40px;
}


}

