.home-container {
	background: #f2f2f2;
	margin: 30px 1px;
	padding: 20px 0;
}

.slideshow-text-background {
	background-color: #fff;
}

.slideshow-text-container {
	font-family: var(--secondary-font);
	color: var(--primary-color);
	font-size: clamp(2rem,3vw,2.9375rem);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
}

.slideshow-text-container a {
	font-size: 1.5rem;
	text-transform: none;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	background: var(--primary-color);
	padding: 12px 20px;
	display: block;
	border-radius: 5px;
	max-width: 13.4375rem;
	margin: 30px auto 0;
	text-align: left;
}

.slideshow-text-container a:hover > i, .slideshow-text-container a:focus > i {
	padding-left: 5px;
}

.slideshow-text-container a i {
	transition: .5s all;
}

@media screen and (min-width: 52em) {
	.carousel .controls button {
	top: auto !important;
	bottom: 15px;
}

.slideshow-text-background {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 7px 6.72px 0.28px rgb(3 15 50 / 10%);
	max-width: 35.625rem;
	border-radius: 5px;
	position: absolute;
	padding: 45px 30px;
	bottom: 11%;
	left: 6%;
}


}

/*********** WELCOME Container ************* */

.welcome-wrapper {
	background: url(/accnt_798874/site_798875/Graphics/graphic_fastfacts_bkgd1.jpg);
	position: relative;
}

.welcome-container {
	max-width : 75em;
	margin-left : auto;
	margin-right : auto;
	padding : 15px 0;
	color: var(--primary-color);
}

.welcome-container img {
	display: none;
}

.fastfacts-text ul {
	font-size: 1.5rem;
	line-height: 1.3;
}

.fastfacts-text {
	max-width: 35rem;
}

@media screen and (min-width: 48em) {
	.welcome-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.welcome-container img {
	margin: -50px 0 -100px 10px;
	width: 40%;
	max-width: 520px;
	display: block;
}

.fastfacts-text ul li {
	margin: 0 0 15px 0;
}


}

/*********** HOME Text Buttons ************* */

.home-text-buttons-wrapper {
	color: var(--primary-color);
	position: relative;
	margin: 40px 20px 50px;
}

.home-text-buttons {
	text-align: center;
	font-family: var(--secondary-font);
	font-size: clamp(1.3rem,3vw,1.75rem);
	line-height: 1.2;
}

.home-text-buttons a {
	font-size: 1.375rem;
	line-height: 1;
	font-family: var(--secondary-font);
	list-style: none;
	padding: 15px 0px;
	text-decoration : none;
	transition: all 0.4s ease;
	position : relative;
	text-align : center;
	width : 100%;
	display : block;
}

.home-text-button-arrow {
	position: absolute;
	bottom: -34px;
	display: flex;
}

.home-text-buttons a:hover::after, .home-text-buttons a:focus::after {
	width: 100%;
}

.home-text-buttons a .fa, .home-text-buttons a .far, .home-text-buttons a .fas {
	padding: 0px 10px 10px;
}

.home-text-button-arrow i {
	border: 1px solid;
	color: var(--primary-color);
	border-radius: 50%;
	padding: 10px;
	background: #fff;
	transition: .5s all;
}

.home-text-button-arrow a:hover i {
	margin-left: 10px;
}

.home-text-button-text {
	padding: 10px;
}

.home-text-buttons-icon {
	background: var(--secondary-color);
	width: 122px;
	height: 122px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-text-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid var(--secondary-color);
	border-radius: 5px;
	padding: 20px 0 29px;
	margin-bottom: 35px;
	position: relative;
}

.home-text-buttons-icon i {
	font-size: 3.5rem;
	color: #fff;
}

.home-text-buttons a {
	text-align : center;
	margin : 0;
	padding : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	padding: 20px 10px 13px;
	align-items: center;
}

@media screen and (min-width: 36em) {
	.home-text-buttons-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width : 95em;
	margin : 0px 10px;
	justify-content : space-around;
}

.home-text-buttons {
	width: 45%;
}


}

@media screen and (min-width: 48em) {
	.home-text-buttons {
	width: 31%;
}


}

@media screen and (min-width: 65em) {
	.home-text-buttons {
	width: 17%;
}


}

@media screen and (min-width: 79em) {
	.home-text-buttons-container {
	margin : 0px auto;
}


}

/*********** HOME GRAPHIC BOXES ************* */

.home-boxes-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 17px auto 10px;
	max-width: 75em;
}

a .home-box:hover, a .home-box:focus-within, a:focus .home-box {
	transform: scale(.95);
	transition: all 0.3s ease;
	z-index : 1;
}

.home-boxes-container a {
	position: relative;
	transition: all 0.5s ease;
	max-width: 235px;
}

a .home-box {
	max-width : 180px;
	width: 100%;
	position: relative;
	display: flex;
	overflow : hidden;
	background-color: rgb(255, 255, 255);
	margin : 5px;
}

a .home-box img {
	width: 100%;
	/*    margin-bottom: -8px;
	*/
}

.home-box::after {
	content: '';
	width: 100%;
	height: auto;
	outline: 2px solid #fff;
	outline-offset: -10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index : 1000;
	position : absolute;
	top : 0;
	right : 0;
	bottom : 5px;
	left : 0;
}

.home-button-text {
	font-size: 1.375rem;
	color: #fff;
	position: absolute;
	bottom: 0;
	margin: 0 auto 7px;
	width: 100%;
	text-align: center;
	background-color: rgba(10,23,68,.702);
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	padding: 15px 0;
	z-index : 10;
}

.home-button-text span {
	font-size: 1.125rem;
}

.home-graphicbutton-container {
	min-width: 180px;
	min-height : 180px;
}

@media screen and (min-width: 76em) {
	.home-boxes-container {
	justify-content: space-between;
}

a .home-box {
	max-width : 235px;
}


}

/*********** HOME FACEBOOK FEED ************* */

.facebook-feed {
	display: none;
}

@media screen and (min-width: 75em) {
	.facebook-feed {
	display: block;
}


}

/************************ MAP ************************** */

.map {
	display : none;
}

@media screen and (min-width: 61.25em) {
	.map {
	display : block;
	margin-left : 10px;
}

.map-link {
	display : none;
}


}

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


}

/************************PHOTO HOME NEWS ************************* */

#home-news-container {
	display: flex;
	flex-direction: column;
	margin: auto;
	padding: 0px 15px 5px;
}

.home-news-item {
	padding-bottom: 30px;
	border-bottom: 1px solid;
}

#home-news-title-container {
	position: relative;
	text-align: center;
}

#home-news-title, .testimonials-title, .home-stayconnected-title {
	font-family: var(--secondary-font);
	text-transform: uppercase;
	font-weight: 700;
	font-size: clamp(2rem, 3vw, 2.8755rem);
	line-height: 1.1;
}

#home-news-subtitle, .testimonials-subtitle, .home-stayconnected-subtitle {
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1;
}

.home-news-item p {
	margin : 15px 0 0;
}

.news-image img {
	outline: 2px solid var(--primary-color);
	outline-offset: -15px;
	border: 5px solid var(--primary-color);
	width : 100%;
	max-width : 390px;
	margin-top: 30px;
}

.home-news-item img {
	width: 82%;
	border-radius: 0 0 5px 5px;
	margin: 0 0 -6px 25px;
	max-width: 346px;
}

@media screen and (min-width: 48em) {
	#home-news-container {
	flex-direction: row;
	padding: 40px 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.home-news-item {
	width: 31%;
	margin: 1%;
	border: 1px solid;
	border-radius: 5px;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
}

.home-news-item:last-child {
	margin-right: 0;
}

.home-news-item img {
	width: 100%;
	margin: auto auto 0;
}


}

@media screen and (min-width: 65em) {
	.home-news-item {
	width: 18%;
	margin: 1%;
	border: 1px solid;
	border-radius: 5px;
	padding-bottom: 0;
}


}

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

.home-stayconnected-text {
	max-width: 75rem;
	margin: 135px auto 0px;
}

.home-stayconnected-container, .home-stayconnected-text {
	display: none;
}

.home-twitter-container {
	max-width: 500px;
	margin: auto;
}

.home-stayconnected-social .social-container {
	display : block;
	margin : auto;
	padding : 0;
}

.home-stayconnected-social .social-container i {
	font-size: 2.5rem;
	padding : 10px 5px;
	transition: all 0.3s ease;
}

.home-facebook-background .skip a:focus {
	color: #fff;
	background: var(--primary-color);
}

@media screen and (min-width: 48em) {
	.home-stayconnected-text {
	display: block;
	padding-left: 4%;
}

.stayconnected-title-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content :space-between;
	align-items : center;
}

.home-stayconnected-mobile {
	display: none;
}

.home-stayconnected-container {
	display: block;
	margin: 0;
	text-align: center;
	padding : 25px;
}

.home-stayconnected-container {
	display: flex;
	max-width: 75rem;
	margin: auto;
}

.home-stayconnected-container > div {
	width: 42%;
}

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

.home-twitter-background {
	position: relative;
	margin: 0 4%;
}

.home-facebook-container, .home-twitter-container {
	width: 100%;
	max-width: 25.8875rem;
	border: 10px solid #f2f2ef;
	border-radius: 5px;
	z-index: 1;
	background: #f2f2ef;
	height: 31.25rem;
	position: relative;
}

.home-facebook-text, .home-twitter-text {
display: none;
}

.home-facebook-background:before {
	content: '';
	width: 100%;
	height: 99%;
	background: var(--primary-color);
	position: absolute;
	left: -12px;
	top: -12px;
	z-index: -1;
	border-radius: 5px;
}

.home-twitter-background:before {
	content: '';
	width: 96%;
	height: 99%;
	background: var(--secondary-color);
	position: absolute;
	right: -12px;
	bottom: -12px;
	z-index: -1;
	border-radius: 5px;
}

.home-facebook-background {
	position: relative;
	margin: 0 4%;
}


}

@media screen and (min-width: 67em) {

.home-facebook-container, .home-twitter-container {
	padding-left: 3.8rem;
}


.home-facebook-text, .home-twitter-text {
       display: block;
	font-family: var(--secondary-font);
	font-size: 2.875rem;
	font-weight: 700;
	text-transform: uppercase;
	transform: rotateY(0deg) rotate(-90deg);
	position: absolute;
	left: -51px;
	bottom: 100px;
}

}

@media screen and (min-width: 81.25em) {
	.home-twitter-background {
	padding: 0 0 0 20px;
}


}

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

.didYouKnow-container {
	display: flex;
	color: #0a1744;
	text-align: center;
	line-height: 1.1;
	flex-wrap: wrap;
	justify-content: center;
	max-width : 75rem;
	margin : auto;
}

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

.didYouKnow-number {
	font-size: 3rem;
	font-weight: 900;
}

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

.didYouKnow-fact {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.5;
}

.didYouKnow-section img {
	max-height: 100px;
}

@media screen and (min-width: 66em) {
	.didYouKnow-section {
	width: 18%;
}


}

/************************ HOME NEWS ************************* */

.nt-title {
	font-family: var(--secondary-font);
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 0 0 0;
	display: block;
	color: var(--primary-color);
}

.news-text-container {
	margin: 25px;
}

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

.owl-theme .owl-controls .owl-page span {
	background: #fff !important;
}

.owl-theme .owl-controls .owl-page span {
	opacity: 0.25;
	background: #fff !important;
}

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

.owl-pagination {
	text-align: right;
}

.owl-buttons {
	display: none;
}

.owl-theme .owl-controls .owl-buttons div {
	display : inline-block;
	background: #00524F !important;
	filter: Alpha(Opacity=100);
	opacity: 1 !important;
	transition: all .2s ease-in-out;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover, .owl-theme .owl-controls.clickable .owl-buttons div:focus {
	text-decoration: underline;
	background: var(--primary-color) !important;
	transform: scale(.95);
}

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

.readmore-link {
	display: inline-block;
	margin-top: 5px;
	margin-left : 0px;
}

a.readmore-link:hover, a.readmore-link:focus {
	color: #010743;
	text-decoration: none;
}

.readmore-link:hover, .readmore-link:focus {
	color: #3e3d3d;
	text-decoration: underline;
}

.home-news-seeall {
	text-align: right;
	margin: 30px;
}

.home-news-seeall a {
	font-family: var(--secondary-font);
	font-size: 1.5rem;
	text-decoration: none;
	border: 1px solid;
	border-radius: 5px;
	padding: 10px 20px;
	transition: .5s all;
}

.home-news-seeall a:hover, .home-news-seeall a:focus {
	background: var(--primary-color);
	color: #fff;
}

@media screen and (min-width: 48em) {
	#nt-container {
	margin: 15px 20px 15px 0px;
}

.home-news-seeall {
	margin: 0 30px 0 0;
}


}

/************************ Testimonials ************************* */

.testimonials-wrapper {
	background: #fbf5e9;
	margin: 30px 0;
}

.testimonials-wrapper .owl-wrapper {
	margin-left: -10px;
}

#testimonials-container {
	text-align : left;
	max-width: 75em;
	padding-top: 50px;
	margin: 0 20px;
}

.testimonials-text p {
	margin: 0;
}

.item p {
	border-bottom: 1px solid rgba(255, 255, 255, 0.349);
	padding: 0 0 20px 0;
}

#testimonialsItem-background {
	background: var(--primary-color);
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin: 20px;
}

.testimonial-subpage {
	border-bottom: 2px solid #64CCC9;
}

.testimonials-singleline {
	content: '';
	width: 100%;
	border-top : 10px solid #00524F;
}

.owl-theme .owl-controls .owl-page span {
	width: 14px !important;
	height: 14px !important;
	margin: 5px 4px !important;
}

.author {
	font-family: var(--secondary-font);
	font-size: 1.5625rem;
	margin: 15px 20px;
}

@media screen and (min-width: 48em) {
	#testimonials-container {
	display: flex;
	margin: auto;
}

.testimonials-text {
	width: 40%;
	margin: 50px 5% 30px;
}

.item p {
	font-size: 1.25rem;
}

#testimonialsItem-background {
	width: 40%;
	max-width: 33rem;
	background: var(--primary-color);
	color: #fff;
	border-radius: 5px;
	padding: 50px;
	margin: 80px 0 -80px;
}

.testimonials-wrapper {
	padding-bottom : 20px;
	margin-bottom: 115px;
}

.testimonials-wrapper .owl-wrapper {
	margin-left: 0;
}


}

/************************ HOME TRUMBA ************************** */

.homeTrumba {
	margin: 10px 15px;
}

.homeTrumbaOption2 {
	margin-left: 20px;
}

@media screen and (min-width: 48em) {
	.homeTrumba {
	margin: 10px 0 10px -5px;
}

.homeTrumbaOption2 {
	margin-left: 0px;
}


}

