<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********** BANNER HOME CONTAINER ************* */

img.home-header-photo {
	width: 100%;
}

.banner-home-wrapper {
	position : relative;
	margin-top : 10px;
}

.banner-text-wrapper {
	max-width : 75rem;
	margin: auto;
}

.banner-text {
	padding : 10px 20px;
}

.banner-text p {
	font-family: 'Poppins', sans-serif;
	font-weight : 400;
	font-size : 1.25rem;
	margin : 20px;
	text-align : center;
	line-height: 1.2;
	animation: moveInTop 1s ease-out .75s;
	animation-fill-mode: backwards;
}

.banner-text p.button {
	margin : 20px auto;
	border : 0px;
}

.banner-text p.button a {
	background-color: #66be10;
	color: #000;
	padding: 10px 10px;
	text-decoration: none;
	width: 90%;
	margin: 10px auto;
	font-size: 1.25rem;
	transition: all 0.3s ease;
	animation: moveInBottom 1s ease-out .75s;
	animation-fill-mode: backwards;
}

.banner-text p.button a:hover, .banner-text p.button a:focus {
	transform: translate(0px, -3px);
}

.banner-text p.button a:before,
.banner-text p.button a:after {
	content: none;
}

@media screen and (min-width: 48em) {
	.banner-home-wrapper {
	margin-top : 0px;
	min-height: 352px;
}


}

@media screen and (min-width: 65em) {
	.banner-text-wrapper {
	position: absolute;
	right: 65px;
	top: 0;
	bottom: 6px;
	background: rgba(0, 0, 0,0.5);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.banner-text {
	background-color: transparent;
	max-width : 36.125rem;
}

.banner-text p {
	font-size : 1.875rem;
	color : #fff;
}

.banner-text p.button a {
	font-size : 1.625rem;
	margin-top: 40px;
}


}

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

.welcome-wrapper {
	background-color : #0a1744;
	position: relative;
	border-top : 1px solid #0A1744;
}

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

.welcome-container h1 {
	color: #fff;
	background-color : #0a1744;
	font-family: 'Poppins', sans-serif;
	font-size: 2.5rem;
	text-align : center;
	box-shadow: 0 0;
}

@media screen and (min-width: 48em) {
	.welcome-topline {
	content: '';
	height: 10px;
	background: #179E98;
	margin-top: 55px;
}

.welcome-container h1 {
	margin: -50px auto 25px;
	max-width: 550px;
}


}

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

.home-text-buttons-wrapper {
	background-color: rgba(10, 23, 68, 0.82);
	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: 'Poppins', sans-serif;
	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-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: #0a1744;
}

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

.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 {
	background-color: transparent;
	margin-top : -70px;
	margin-bottom : 0px;
}


}

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

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

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

.home-text-buttons-wrapper {
	margin-top : -130px;
}


}

/********* HOME QUICK LINK BOXES *********** */

.home-box-quicklinks-container {
	display: flex;
	margin: 20px auto;
	flex-direction: column;
}

.home-box-quicklink {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 400;
	text-shadow: 1.21px 4.851px 4.75px rgba(0, 0, 0, 0.5);
	text-align: center;
	position: relative;
	width: 94%;
	overflow: hidden;
	height: 150px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	margin: 0 auto;
}

.home-box-quicklink-1 {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Graphics/graphic_home_EducationalServices_bkgd.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.home-box-quicklink-2 {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Graphics/graphic_home_Events_bkgd.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.home-box-quicklink-3 {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Graphics/graphic_home_TechBits_bkgd.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.home-box-quicklink-4 {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Graphics/graphic_home_StaffResources_bkgd.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.home-box-quicklink-5 {
	background-image: url(/accnt_67464/site_67465/Graphics/graphic_home_TechInitiative_bkgd1.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.home-box-quicklink-text .quicklinks-title {
	font-size : clamp(1.5rem,2vw,2.1875rem);
	color: #fff;
	line-height : 1;
	font-weight: 700;
	background-color: rgba(67,19,71,0.85);
	border-bottom: 13px solid rgba(102,190,16,.85);
	padding : 30px 15px;
	display: block;
	margin : 0;
}

.home-box-quicklink-text p {
	display : none;
}

.quicklink-button {
	display : none;
}

.home-box-quicklink-text {
	position: absolute;
	transition: all .5s ease-in-out;
	margin : auto 32.5px;
	top: 0;
	right : 0;
	bottom: 0;
	left: 0;
	height : 85px;
}

.home-box-quicklink a:hover &gt; div &gt; .home-box-quicklink-text, .home-box-quicklink a:focus &gt; div &gt; .home-box-quicklink-text {
	transform: scale(.95);
}

@media screen and (min-width: 43.75em) {
	.home-box-quicklinks-container {
	flex-direction: row;
	flex-wrap: wrap;
}

.home-box-quicklink {
	width: 49.25%;
}


}

@media screen and (min-width: 75em) {
	.home-box-quicklink {
	width: 19.3%;
	margin: auto .35%;
	height : 362px;
	border: 0;
}

.home-box-quicklink-text {
	padding: 50px 0px 60px;
	transition: all .5s ease-in-out;
	height: 300px;
	bottom: -237px;
	right : unset;
	left : unset;
	top: unset;
	margin : unset;
}

.home-box-quicklink a:hover &gt; div &gt; .home-box-quicklink-text, .home-box-quicklink a:focus &gt; div &gt; .home-box-quicklink-text {
	height: 86%;
	background-color: rgba(67, 19, 71,0.6);
	color: #fff;
	bottom: 0px;
	transform: none;
}

.home-box-quicklink-text .quicklinks-title {
	margin : 15px 0px 35px;
}

.home-box-quicklink-text p {
	font-size: 1.25rem;
	line-height: 1.6;
	display : block;
}

.quicklink-button {
	display : block;
	color: var(--primary-color);
	background-color: #fff;
	text-shadow: none;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 12px;
	text-transform: uppercase;
	display: block;
	max-width: 185px;
	margin: 20px auto;
	transition: all 0.3s ease;
}

.quicklink-button:hover, .quicklink-button:focus {
	transform: translate(0px, -3px);
}


}

/************************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: 'Poppins', sans-serif;
}

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

#home-news-title {
	position: relative;
	font-family: 'Poppins', sans-serif;
	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: #03426A;
}

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

#home-news-title-line {
	width: 100%;
	height: 10px;
	background-color: #00524F;
	position: absolute;
	top: 38px;
}

.news-image img {
	outline: 2px solid #03426A;
	outline-offset: -15px;
	border: 5px solid #03426A;
	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;
}

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


}

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

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

.home-youtube-container {
	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-stayconnected-social .social-container i:hover, .home-stayconnected-social .social-container a:focus &gt; i, .home-stayconnected-social .social-container i:hover, .home-stayconnected-social .social-container a:focus &gt; i {
	color: #0a1744;
	transform: scale(.9);
}

.home-instagram-container, .home-youtube-container {
	z-index: 0;
}

@media screen and (min-width: 48em) {
	.stayconnected-title-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content :space-between;
	align-items : center;
	max-width: 75em;
	background-color : #fff;
	margin : 0 auto;
	padding : 30px 20px;
}

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

.stayconnected-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.1875rem;
	color: #8d0102;
}

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

.home-instagram-title, .home-youtube-title {
	font-family: 'Poppins', sans-serif;
	font-weight : 900;
	font-size : 1.875rem;
	color : #fff;
	line-height : 1.2;
	text-align : left;
	padding : 5px 15px;
}

.home-instagram-title {
	background-color : #005999;
}

.home-youtube-title {
	background-color : #b30000;
}


}

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

.home-stayconnected-container &gt; div {
	width: 50%;
}

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

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

.home-youtube-background {
	display: flex;
	align-items: center;
	padding: 20px;
}

.home-instagram-container, .home-youtube-container {
	width: 100%;
	max-width : 36.125rem;
	z-index: 0;
	background: #fff;
	height : 30.3125rem;
	box-shadow: 0.484px 1.941px 3.96px 0.04px rgba(0, 0, 0, 0.28);
}

.home-instagram-background {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
}


}

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


}

/************** PUBLIC NOTICES AND UPCOMING EVENTS ************* */

#container-home h1 {
	font-weight: 500;
	border-top: 2px solid var(--secondary-color);
	margin-bottom: 20px;
}

#container-home h3 {
	font-weight: 500;
	font-size: clamp(1.75rem, 3vw, 2.1875rem);
	color: #000;
	margin: 0 28px 20px;
}

#container-home h3:after {
	background: #000;
}

#container-home ul {
	font-size: 1.25rem;
	padding-left: 60px;
}

#container-home a {
	color: #000;
	text-decoration: none;
}

#container-home a:hover, #container-home a:focus {
	text-decoration: underline;
}

.upcoming-events-home {
	margin: 0 17px;
}

.upcoming-events-button {
	text-align: right;
	margin: 20px 0 10px;
}

.upcoming-events-button a {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	color: #fff !important;
	background-color: var(--primary-color);
	padding: 6px 15px;
}

@media screen and (min-width: 48em) {
	#container-home .sidebar-content {
	width: 37%;
}

#container-home .sidebar-content:before {
	background: var(--secondary-color);
}


}

@media screen and (min-width: 75em) {
	#container-home {
	position: relative;
	margin-top: 40px;
}

#container-home:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30%;
	z-index: -1;
	background-color: #66be10;
	left: 0;
	border-bottom: 20px solid white;
}

#container-home .sidebar-content:before {
	top: -45px;
	padding-bottom: 80px;
}


}

/********* DID YOU KNOW / FAST FACTS *********** */

.didYouKnow-container {
	font-family: 'Poppins', sans-serif;
	font-weight : 400;
	display: flex;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	flex-wrap: wrap;
	justify-content: center;
	max-width : 75rem;
	font-size: 1.25rem;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	margin: auto;
}

.didYouKnow-section {
	width: clamp(18.75rem, 25vw, 22.25rem);
	padding: 1%;
	height: 18rem;
	background-color : var(--primary-color);
	margin-bottom: 20px;
}

.didYouKnow-section i {
	font-size : 7rem;
	padding : 20px 0 5px;
}

.didYouKnow-section:nth-of-type(2n) {
	background-color : #fff;
}

.didYouKnow-section:nth-of-type(3n) {
	background-color : #8d0102;
}

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

.didYouKnow-title {
	font-size: clamp(1.5rem, 2vw, 2.5rem);
	padding : 10px 0;
	font-weight: 700;
}

.didYouKnow-number span, .didYouKnow-fact span {
	color : #0b2d58;
}

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

.didYouKnow-wrapper {
	max-width : 125rem;
	margin : 0 auto 40px;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Graphics/graphic_FastFacts_bkgd.jpg);
	background-size : cover;
	background-attachment: fixed;
	padding : 50px 0;
	border : 0px;
}

.didYouKnow-section:nth-of-type(2n) {
	background-color : #e4e3e4;
	color: #605e5e;
}

.didYouKnow-section:nth-of-type(2n) {
	background-color : #e4e3e4;
}

.didYouKnow-section:nth-of-type(3n) {
	background-color : #66be10;
	color: #000;
}

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

.didYouKnow-number span, .didYouKnow-fact span {
	color : #0b2d58;
}

.didYouKnow-text {
	padding: 0 14px;
}

@media screen and (min-width: 60em) {
	.didYouKnow-container {
	flex-direction: row;
	padding: 74px 0;
}

.didYouKnow-section {
	margin-bottom: 0px;
}


}

@media screen and (min-width: 75em) {
	.didYouKnow-wrapper {
	max-width : 125rem;
	margin : 40px auto;
}


}

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

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

#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-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: #03426A !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;
}

.item {
	margin-left : 20px;
}

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

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


}

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

.owl-theme .owl-controls .owl-buttons div {
	padding: 7px 15px !important;
	font-size: 1rem !important;
}


}

/***************** NEWS PAGE CARDS *************** */

.news-cards-wrapper {
	background-color : #e4e3e4;
	padding : 20px 0;
}

.news-title-wrapper {
	font-family: 'Poppins', sans-serif;
	margin: 0 auto;
	padding-bottom: 5px;
	line-height: 1.2;
	width: 93.2%;
	position: relative;
}

.news-container-title {
	font-size: clamp(2rem,3vw,3.75rem);
	color: var(--primary-color);
	line-height: 1;
	font-weight: 700;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news-container-title:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #66be10;
	position: absolute;
	bottom: 9px;
	margin-left: 10px;
}

.news-container-seeall a {
	color: var(--primary-color);
	transition: all 0.5s ease;
	margin: 5px 0;
	display: none;
}

.news-cards-container {
	margin: 5px auto 0 !important;
	width : 80%;
}

.image-wrapper {
	width: 100%;
	overflow: hidden;
}

img.news-cards-image {
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	-webkit-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	transition: ease all 0.5s;
}

img.news-cards-image:hover {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
}

.news-cards-text .newstitle {
	margin: 0px 20px;
	font-size : 1.4rem;
}

.news-cards-text a.readmore-link {
	background-color: var(--primary-color);
	color: #fff;
	padding: 3px 10px;
	margin: 0 20px 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: none;
	font-size: .9rem;
}

.news-cards-text a.readmore-link:hover, .news-cards-text a.readmore-link:focus {
	background-color: #fff;
	color: var(--primary-color);
	transition: all 0.5s ease;
}

.news-card {
	margin: 0px auto;
	max-width : 25.3125rem;
	background-color : #fff;
	position : relative;
	padding-bottom : 40px;
}

.slick-next, .slick-prev {
	width : 46px !important;
	height : 48px !important;
	transition: ease all 0.5s;
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
	transition: ease all 0.5s;
}

.slick-prev:focus, .slick-next:focus {
	border : 1px solid #000;
}

.slick-prev:hover, .slick-next:hover {
	top: 49%;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	float: none !important;
	height: auto !important;
}

.slick-prev:before, .slick-next:before {
	color: #000;
	background: var(--secondary-color);
	font-size: 40px;
	opacity: 1 !important;
	border-radius: 50%;
	padding: 3px 13px;
}

.slick-prev:before {
	content: '\f104' !important;
}

.slick-next:before {
	content: '\f105' !important;
}

@media screen and (min-width: 37.5em) {
	.news-cards-wrapper {
	padding : 20px 0 15px;
}

.news-container-seeall a {
	text-decoration : none;
	padding : 5px;
}

.news-container-seeall a:hover, .news-container-seeall a:focus {
	background-color : #8d0102;
	color : #fff;
	transition: all 0.5s ease;
}

.news-cards-container {
	width : 90%;
}

.news-card {
	margin: 20px .5% 20px .5%;
}

.news-container-seeall {
	position: absolute;
	right: 0;
	top: -11px;
}


}

@media screen and (min-width: 48em) {
	.news-cards-container {
	display: flex;
	flex-wrap: wrap;
}

.news-card {
	width: 45%;
}

.news-cards-text p {
	margin : 15px 20px;
}

.slick-prev:before, .slick-next:before {
	padding: 10px 20px;
}


}

@media screen and (min-width: 56.25em) {
	.news-cards-container {
	width : 94%;
}


}

@media screen and (min-width: 78em) {
	.news-cards-text p {
	margin-left: 20px;
}


}

/************************ Upcoming Events ************************* */

/*********** Upcoming Events ************* */

.upcoming-events-home {
	margin : 0 20px;
	margin-bottom : 10px;
}

.upcomingevents-button  p {
	margin : 0;
}

.upcomingevents-button  p a {
	background-color : #8d0102;
	color : #fff;
	padding : 5px;
	margin: 0 20px 15px;
	text-decoration : none;
}

.upcomingevents-button  p a:hover, .upcomingevents-button  p a:focus {
	background-color : #f7fcff;
	color : #8d0102;
	transition: all 0.5s ease;
}

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

.upcomingevents-button  p {
	margin : 0;
}

.upcomingevents-button  p a {
	float: right;
}


}

@media screen and (min-width: 78em) {
	.upcomingevents-button  p a {
	margin: 0 0px 15px;
}


}

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

.testimonials-wrapper {
	margin: 20px;
}

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

.testimonials-title {
	font-size: 1.7rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	display: block;
	color: #0A1744;
	margin: -17px 20px 0px 0px;
	text-transform: uppercase;
}

.testimonials-shadow {
	display: block;
	font-size: 8vw;
	font-family: 'Poppins', sans-serif;
	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: 'Poppins', sans-serif;
	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) {
	.quote {
	margin: 0;
}

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


}

/************** KEYFRAMES  **************** */

@keyframes moveInLeft {
	0% {
	opacity: 0;
	transform: translateX(-100px);
}

80% {
	transform: translateX(10px);
}

100% {
	opacity: 1;
	transform: translate(0);
}


}

@keyframes moveInRight {
	0% {
	opacity: 0;
	transform: translateX(100px);
}

80% {
	transform: translateX(-10px);
}

100% {
	opacity: 1;
	transform: translate(0);
}


}

@keyframes moveInBottom {
	0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translate(0);
}


}

@keyframes moveInTop {
	0% {
	opacity: 0;
	transform: translateY(-30px);
}

100% {
	opacity: 1;
	transform: translate(0);
}


}

</pre></body></html>