/**** HOME VIDE ****/

.home-video {
    margin: 0 20px;
}

@media screen and (min-width: 48em) {
    
.home-video {
    margin: -13px 0 0 0;
} 
    

}


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

.welcome-wrapper {
	background-color : var(--primary-color);
	position: relative;
    padding-top: 15px;
}

.welcome-container {
	max-width: 75em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	color: #fff;
}

.welcome-container a {
	color: #fff;
}

.welcome-button {
	text-align: center;
	margin: 20px auto;
	background: #fff;
	border-radius: 47px;
	max-width: 575px;
	padding: 7px 20px;
	display: flex;
	align-items: center;
}

a.welcome-button-link {
	font-family: var(--secondary-font);
	text-transform: uppercase;
	text-decoration: none;
	color: var(--primary-color);
	padding: 10px 20px;
	font-size: 1.4375rem;
	margin: auto;
	display: flex;
	align-items: center;
	text-align: left;
	transition: .5s all;
}

a.welcome-button-link:hover, a.welcome-button-link:focus {
	transform: scale(.95);
}

i.fa-regular.fa-clock-rotate-left {
	color: #b1bfd6;
	font-size: 2rem;
	margin: 0px 15px 0 0;
}

@media screen and (min-width: 68em) {
	.welcome-button {
	margin: 20px auto;
}

.welcome-gold:before {
	content: '';
	display: block;
	position: absolute;
	left: -35px;
	top: 0;
	background: linear-gradient(116deg, var(--secondary-color) 50%, transparent 50%);
	height: 100%;
	width: 32%;
	z-index: 2;
}

.welcome-white:before {
	content: '';
	display: block;
	position: absolute;
	left: -29px;
	top: 0;
	background: linear-gradient(116deg, white 50%, transparent 50%);
	height: 100%;
	width: 32%;
	z-index: 1;
}


}

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

.home-text-buttons-wrapper {
	background-color: var(--secondary-color);
	color: #fff;
	position: relative;
}

.home-text-buttons {
	text-align : center;
}

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

.home-text-buttons a:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '';
	color: transparent;
	background: #fff;
	height: 3px;
	transition: all .5s;
}

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

.home-text-buttons a:hover, .home-text-buttons a:focus {
	background-color: var(--secondary-color);
}

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

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

.home-text-buttons {
	text-align : center;
	margin : 0;
	padding : 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.home-text-buttons a {
	font-size: 1.25rem;
	padding: 20px 10px 13px;
}


}

@media screen and (min-width: 68em) {
	.home-text-buttons-wrapper {
	margin-bottom : 0px;
}


}

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

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

.home-text-buttons a {
	font-size: 1.375rem;
	padding: 47px 0px 42px;
}


}

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

.home-boxes-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0px auto 27px;
	max-width: 43em;
}

.home-boxes-container a:hover > .home-box, .home-boxes-container a:focus > .home-box {
	transform: scale(.95);
	z-index : 1;
}

.home-box {
	position: relative;
	display: flex;
	overflow : hidden;
	background-color: rgb(255, 255, 255);
	margin : 5px;
	transition: all 0.3s ease;
}

a .home-box img {
	border: 5px solid var(--secondary-color);
	outline: 11px solid var(--primary-color);
	padding: 5px;
}

.home-button-text {
	font-family: var(--secondary-font);
	font-size: 1.25rem;
	color: var(--primary-color);
	position: absolute;
	bottom: 0;
	margin: 0 42px 28px;
	width: 72%;
	text-align: center;
	background-color: rgba(255,255,255,.9);
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	padding: 6px 0;
	z-index: 10;
}

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

.home-graphicbutton-container {
	width: 157px;
	height: 156px;
	margin: 32px;
}

@media screen and (min-width: 58em) {
	.home-boxes-container {
	max-width: 60em;
}


}

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


}

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

.facebook-feed {
	display: none;
}

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


}

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

.map {
	display : none;
}

.map-home img {
	width: 100%;
	max-width: 2000px;
}

@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-background {
	background: #E6EEEE;
}

#home-news-container {
	display: flex;
	flex-direction: column;
	max-width: 75rem;
	margin: auto;
	padding: 60px 15px 5px;
	font-family: var(--primary-font);
}

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

#home-news-title {
	position: relative;
	font-family: var(--primary-font);
	font-size: 2.2rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	max-width: 81.25rem;
	margin: 0 auto 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

div#home-news-title img, .home-news-title-text {
	background: #fff;
	display: inline-block;
}

#home-news-title img {
	padding: 0 15px;
	align-self: center;
	width: 25%;
	max-width: 106px;
}

.home-news-title-text {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	color: var(--primary-font);
}

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

#home-news-title-line {
	width: 100%;
	height: 10px;
	background-color: var(--primary-color);
	position: absolute;
	top: 38px;
}

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

.home-news-item:first-of-type {
	margin-top: -50px;
}

.home-news-item:last-of-type {
	margin-bottom: 30px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover, .owl-theme .owl-controls.clickable .owl-buttons div:focus {
	text-decoration: underline;
	transform: scale(.9);
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0 !important;
}

.owl-theme .owl-controls {
    margin-top: -10px !important;
    margin-right: 15px !important;
}

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

#home-news-title {
	font-size: 3.75rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#home-news-title img {
	padding: 0 25px 0 40px;
}

.home-news-title-text {
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 0;
}

.home-news-item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
}

.home-news-item:first-of-type {
	margin-top: 0px;
}

.home-news-item:last-of-type {
	margin-bottom: 0px;
}

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

.news-image img {
	margin-top: 0;
}
    
.owl-theme .owl-controls {
    margin-right: 0 !important;
}

}


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

.home-social-title {
	background: var(--primary-color);
	color: #fff;
	font-family: var(--primary-font);
	font-size: 1.875rem;
	padding: 10px;
	position: relative;
}

.home-social-title:after {
	content: '';
	width: 100%;
	height: 3px;
	background: var(--secondary-color);
	position: absolute;
	left: 0;
	bottom: -6px;
}

.home-facebook-container, .home-social-title {
	display: none;
}

.home-social-title.home-news-title {
	display: block;
	text-align: center;
}

.home-social-background {
	background: white;
}

.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;
}

@media screen and (min-width: 48em) {
	.home-stayconnected-mobile {
	display: none;
}

.home-facebook-container {
	display: block;
	margin-top: 20px;
}

.home-social-title {
	display: block;
}

.home-stayconnected-background {
	margin: 10px 0;
	text-align: center;
	background-color: #a7b7d1;
	padding : 25px;
}


}

@media screen and (min-width: 65em) {
	.home-stayconnected-container {
	display: flex;
	max-width: 75rem;
	margin: auto;
}

.home-social-background {
	margin-right: 3%;
}

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


}

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


}

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

.didYouKnow-container {
	font-family: var(--primary-font);
	display: flex;
	color: var(--primary-color);
	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 18px;
	padding: 1%;
}

.didYouKnow-fact {
	font-weight: 900;
	font-size: 1.1875rem;
	line-height: 1.2;
    margin-top: 20px;
}

.didYouKnow-section:first-child .didYouKnow-fact {
    margin-top: -5px;
}

.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.25rem;
	text-align: left;
	padding: 5px 0 0 0;
	display: block;
	color: var(--primary-color);
}

.item p {
	margin-top: 0;
	margin-bottom: 0;
}

.item .readmore-link {
	display: inline-block;
	margin-top: 5px;
	margin-left: 0px;
	font-size: .9rem;
}

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

.owl-theme .owl-controls .owl-page span {
	background: var(--primary-color);
}

.owl-theme .owl-controls .owl-page span {
	opacity: 0.25;
	background: var(--primary-color);
}

.fa {
	font-size : 12px;
}

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

.owl-pagination {
	display: none;
}

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

.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(--secondary-color) !important;
	color: #000 !important;
	transform: scale(.95);
}

#nt-container {
	text-align : left;
}

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

a.readmore-link:hover, a.readmore-link:focus {
	color: var(--primary-color);
	text-decoration: none;
}

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

.item {
	margin-left : 20px;
}

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

.owl-theme .owl-controls .owl-buttons div {
	background: var(--primary-color) !important;
	padding: 0px 10px !important;
	font-size: .75rem !important;
}

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


}

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

.testimonials-wrapper {
	margin: 20px;
}

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

.testimonials-title {
	font-size: 1.7rem;
	font-family: var(--primary-font);
	font-weight: 200;
	display: block;
	color: #0A1744;
	margin: -17px 20px 0px 0px;
	text-transform: uppercase;
}

.testimonials-shadow {
	display: block;
	font-size: 8vw;
	font-family: var(--primary-font);
	font-weight: 700;
	display: block;
	color: #00524F;
	opacity: 0.1;
	margin-left: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: -5;
	top: -10px;
}

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

.quote-container {
	margin: 0 20px;
}

.quote-subcontainer {
	border-bottom: 2px solid #64CCC9;
	padding-bottom: 10px;
}

.quote {
	margin: 20px;
	position: relative;
}

.quote p::before {
	content: "\f10d";
	font-family: fontawesome;
	font-size: 2rem;
	position: relative;
	left: -20px;
	z-index: -10;
	color: #DEF4F4;
	margin-right: -30px;
}

.quote p::after {
	content: "\f10e";
	font-family: fontawesome;
	font-size: 2rem;
	position: absolute;
	z-index: -10;
	color: #DEF4F4;
	margin-left: -5px;
}

.quote p {
	margin-left: 0;
}

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

.author {
	font-family: var(--primary-font);
	text-align: right;
}

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

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

@media screen and (min-width: 38em) {
	.testimonials-shadow {
	font-size: 3rem;
	margin-left: 50px;
}


}

@media screen and (min-width: 48em) {
	.testimonials-wrapper {
	padding-bottom : 20px;
}

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

.testimonials-title {
	font-size: 3.125rem;
	margin: -2px 20px 0px 0px;
}

.testimonials-shadow {
	font-size: 4.4rem;
}


}

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

.testimonials-wrapper {
	margin : 0;
}

.testimonials-title {
	margin: 5px 20px 22px 12px;
	letter-spacing: 2px;
}

.testimonials-shadow {
	font-size: 6.7rem;
	margin-top: 25px;
	margin-left: 123px;
	letter-spacing: 3px;
}


}

/************************ 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;
}


}

