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

.white-popup-block {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 50rem;
	margin: 20px auto;
}

.column20 {
	margin-bottom: 25px;
}

a.popup-modal-dismiss:hover, a.popup-modal-dismiss:focus {
	background-color: var(--primary-color);
}

a.popup-modal {
	display: none;
}

a.popup-modal.check {
	display: block;
}

@media screen and (min-width: 30em) {
	.cm-contacts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.contact {
	width: 50%;
}

.contact-img p {
	word-break: break-word;
}


}

@media screen and (min-width: 48em) {
	.contact-img img {
	border: 3px solid #fff;
	outline: 2px solid #164674;
	max-width: 160px;
}


}

@media screen and (min-width: 54em) {
	.contact {
	width: 33%;
}


}

/*********************** HEADER PHOTOS***************************** */

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

/*********************** FAQ***************************** */

.backtotop {
	font-size : .8em;
	display:block;
	text-align:right;
	padding-right: 20px;
}

.faq-question {
	font-weight: 600;
}

#top {
	scroll-margin-top: 18rem;
}

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


}

/************************  FORMS ************************** */

.sr-only {
	height: auto;
	position: relative;
}

tr {
	display:inline
}

td {
	margin:10px;
	width:96%;
	display:inline-block
}

form {
	margin: 20px;
	width : 90%;
}

input {
	display:block
}

textarea {
	min-height:110px;
	width: 100%;
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
	display:inline-block;
	width:3%;
	margin-left:15px;
	margin-top: 10px;
	float:left;
	position: absolute;
}

input[type=text] {
	padding-left: 5px;
	width: 100%;
}

.blog-subscribe input[type=text] {
	padding-left: 5px;
	width: 93%;
	margin-bottom: 5px;
}

.commentForm input[type=text] {
	margin-top: 0px
}

label[for=rateprocess_2], label[for=rateprocess_3], label[for=rateprocess_4], label[for=rateprocess_5], label[for=rateprocess_6] {
	width: 12%;
}

td h2 {
	margin-left:0
}

label {
	margin-top:-5px;
	margin-bottom: 5px;
}

.frm-field {
	margin: 5px 20px 5px 0px;
}

.frm-field label {
	display: block;
	width: 100%;
	padding: 10px 0;
	height: auto;
	overflow: auto;
	position: relative;
}

.frm-field fieldset {
	border: 0 none;
	padding: 0;
}

.frm-field fieldset legend {
	left: 0;
}

.frm-field fieldset label {
	padding-right: 8px;
	margin-left: 42px;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
	width: 3%;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

@media screen and (min-width: 48em) {
	form {
	margin: 20px 20px 20px 0px;
}

.sidebar-content form {
	margin: 20px;
	width : 90%;
}


}

@media screen and (min-width: 78em) {
	form {
	width : 100%;
}

.search form {
	width : 97%;
}


}

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

.map {
	display : none;
}

.map-link {
	display : block;
}

@media screen and (min-width: 65em) {
	.map {
	display : block;
	margin: 20px 0 0 0;
}

.map-link {
	display : none;
}


}

/*********************** POP UP PROFILE***************************** */

a.popup-modal.Yes {
	display: inline-block;
	color: #164674;
	border: 1px solid #0d3e6a;
	padding: 0px 10px;
	text-decoration: none;
	margin-top: 4px;
}

a.popup-modal.Yes:hover, a.popup-modal.Yes:focus {
	background-color: #164674;
	color: #fff;
}

.white-popup-block {
	position: relative;
	background: #FFF;
	padding: 0px;
	width:auto;
	max-width: 800px;
	margin: 20px auto;
	padding-bottom: 20px;
}

.column20 {
	margin-bottom: 25px;
}

a.popup-modal-dismiss {
	padding: 6px 20px;
	margin: 13px auto 0px;
	display: block;
	width: 40px;
	bottom: 10px;
	left: 30px;
	background-color: #000;
	color: white;
	border-radius: 7px;
}

#emergencyAlert p a.popup-modal-dismiss {
	width: 80px;
}

.profileInfo h2 {
	margin-top : 0px;
	color : #fff;
}

.contact.admin {
	text-align: center;
}

.profilePhoto {
	padding: 5px;
}

.profilePhoto img {
	margin: 12px auto;
	display: block;
	border: 3px solid #fff;
	outline: 3px solid #164674;
	max-width: 185px;
}

.profileInfo {
	background-color: var(--primary-color);
	color: #fff;
	padding: 20px;
	border-bottom: 20px solid var(--secondary-color);
}

.profileInfo a {
	color: #fff;
}

.profileBio p {
	margin: 10px 0;
}

.profileName {
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	line-height: 1.3;
}

.profileEmptySpace {
	min-height: 20px;
	background-color: #D3D3D3;
}

.profileSubtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #164674;
	margin-bottom: 10px;
}

.profileBioContainer {
	padding: 20px;
}

.profilePosition {
	border-top: 1px solid rgba(255,255,255,.3);
	padding: 10px 0 0;
	margin: 10px 0 0;
}

.profileEmail i {
	padding: 0 8px 0 0;
}

@media screen and (min-width: 37em) {
	.row1, .row2 {
	display: flex;
}

.profilePhoto {
	padding: 0;
}

.profilePhoto img {
	margin: 0;
	border: 0;
	outline: 0;
}

.profileInfo {
	flex-grow: 2;
}

.profileEmptySpace {
	width: 185px;
}

.profileBioContainer {
	padding: 20px;
	width: 70%;
}


}

/*******************************************************************	
      QUICK LINKS	
 ****************************************************************** */	
.quicklinks-navigation {
	padding: 15px 0;
	border-top: 1px solid #fff;
}

.quicklinks-navigation a, .quicklinks-navigation li {
	color: #fff;
}

.quicklinkscontainer-wrapper {
	display : none;
	max-width : 125rem;
	margin : auto;
}

.quicklinkscontainer-mobile {
	display : none;
}

.quicklink-section {
	position : relative;
	margin : 5px auto;
}

.quicklinks-mobile-title {
	font-size: 1.1rem;
	font-size: clamp(1.1rem,2vw,1.125rem);
	color: #fff;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	list-style: none;
	padding: 7px 10px;
	text-decoration: none;
	transition: all 1.2s;
	position: relative;
}

.quicklinks-navigation ul {
	margin: 0 0 0 40px;
	padding: 0;
}

.quicklinkscontainer-mobile li {
	list-style-type: none;
	border-bottom: 1px solid #66bf11;
	line-height: 1.2;
}

.quicklinks-mobile-title:hover &gt; .quicklinks-mobile-title:before,	
a.quicklinks-mobile:focus {
	text-decoration: none;
	transition: all 1.2s;
}

.quicklinkscontainer-mobile ul {
	margin: 5px 15px 5px 0px;
	text-align: left;
	color: #500416;
}

a.quicklinks-mobile {
	text-decoration: none;
}

.quicklink-icon i {
	color: #605e5e;
	font-size: 2.5rem;
	border: 1px solid #67bf11;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s all;
}

.quicklink-section ul {
	color: #fff;
	min-width: 215px;
	margin: 0;
	padding: 0;
}

.quicklink-section ul li a {
	color : #003a62;
	font-size: 1rem;
}

#quicklinkscontainer-header {
	display: none;
}

@media screen and (min-width: 48em) {
	.quicklinkscontainer-mobile {
	display: flex;
	z-index: 100;
	padding: 5px 0px;
	margin: 35px 10px 50px auto;
	justify-content: space-between;
	min-width: 393px;
}

.quicklinks-navigation {
	display: none;
}

.quicklinkscontainer-wrapper {
	display: block;
}

#quicklinkscontainer-header {
	display: inline;
}

div#quicklinkscontainer-navigation {
	display: none;
}

.quicklink-section {
	transition: all 0.3s ease;
	position: relative;
	margin: 5px 0px;
	width : 20%;
}

.quicklink-section &gt; div {
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	margin-top: 16px;
	border: 2px solid #66bf11;
	right : 0;
}

a.quicklinks-mobile {
	text-decoration: none;
	transition: all 0.3s ease;
	color: #03426a;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

a.quicklinks-mobile:hover i, a.quicklinks-mobile:focus i {
	transform: scale(.9);
}

a.quicklinks-mobile:hover &gt; .quicklink-icon img:first-child {
	opacity: 0;
	transition: all 1.2s;
}

.quicklink-icon img:first-child {
	position: absolute;
}

.quicklinks-mobile-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 6px 5px 0;
	color: #431347;
	font-size: .77rem;
	text-transform: uppercase;
	font-weight: 500;
}

.quicklink-section ul li a {
	color: #000;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition: .5s all;
	padding: 3px 10px;
	display: inline-block;
}

.quicklink-section ul li a:hover, .quicklink-section ul li a:focus {
	padding-left: 15px;
}

.quicklinks-search-container {
	display: flex;
	align-items: center;
	justify-content : flex-end;
}


}

@media screen and (min-width: 70em) {
	.quicklink-section &gt; div {
	right : initial;
}


}

/********** QUICKLINKS BOXES ********* */

.home-quicklinks-boxes {
	margin: 20px;
}

.quicklink-box {
	position: relative;
}

.quicklink-box img {
	width: 100%;
}

.quicklinks-title-background {
	position: absolute;
	width: 100%;
	bottom: 30px;
}

.quicklink-title {
	font-family: 'Heebo', sans-serif;
	color: #fff;
	text-shadow: 0px 1px 5.1px rgba(0, 0, 12, 0.67);
	font-weight: 900;
	font-size: clamp(1.75rem,4vw,2.1875rem);
	padding: 16px;
	text-align: center;
	text-transform : uppercase;
	line-height : 1;
}

.home-quicklinks-boxes a:hover, .home-quicklinks-boxes a:focus {
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(.95);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(.95);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(.95);
	transition: all 200ms ease-in;
	transform: scale(.95);
}

@media screen and (min-width: 35em) {
	.home-quicklinks-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.home-quicklinks-boxes a {
	width: 49.6%;
}


}

@media screen and (min-width: 64em) {
	.home-quicklinks-boxes {
	justify-content: space-between;
	max-width: 100%;
	margin: auto;
}

.home-quicklinks-boxes a {
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


}

@media screen and (min-width: 75em) {
	.quicklink-title {
	color: #fff;
	text-shadow: 0px 1px 5.1px rgba(0, 0, 12, 0.67);
	padding: 16px;
	text-align: center;
}


}

/**************** SEARCH ************************ */

.search_item {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
}

.search_item_title {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.search_item_body, .search_item_body p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
}

label.search-label {
	color: transparent;
	position: absolute;
}

.search-result-container {
	margin: 20px;
}

.form-field {
	display: flex;
}

input#sitesearch {
	margin: 0;
	padding-left: 10px;
}

input#btnSubmit {
	margin: 0 0 0 10px;
	border: 0;
	padding: 10px;
	background: transparent;
	border: 1px solid;
	width: auto;
}

input#btnSubmit:hover {
	color: #000;
	background-color: #fff;
	outline: 1px solid;
}

@media screen and (min-width: 48em) {
	.search_item {
	padding: 15px 20px 15px 0;
}

.search-result-container {
	margin: 20px 20px 20px 0px;
}


}

/************************  TRUMBA ************************** */

.home-trumba {
	margin: 10px 20px;
}

.main-trumba {
	margin: 20px 20px 0;
}

@media screen and (min-width: 48em) {
	.main-trumba {
	margin: 20px 20px 20px 0;
}


}

/************************  NEWS ************************** */

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

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

.owl-theme .owl-controls .owl-page span {
	background: #174632;
}

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

.fa {
	font-size : 12px;
}

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

.owl-pagination {
	display: none;
}

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

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

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

.readmore-link {
	display: inline-block;
	margin: 5px 20px 14px;
}

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

a.readmore-link:hover &gt; i, a.readmore-link:focus &gt; i {
	margin-left: 4px;
}

.item {
	margin-left : 10px;
}

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

h2.newstitle {
	background: transparent;
	color: #431347;
	padding: 0;
}

@media screen and (min-width: 48em) {
	.news-article-container {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 30px 0 35px;
}

.news-article-image {
	width: 200px !important;
	height : 200px;
	align-self: flex-start;
	outline: 5px solid #431347;
	outline-offset: -5px;
	margin: 5px 10px 0 0 !important;
	object-fit : cover;
}

h2.newstitle {
	margin-top: 0;
}


}

@media screen and (min-width: 78em) {
	.item, .news-article-image {
	margin-left: 0;
}

h2.newstitle {
	margin-left: 20px;
}

.news-article-text .newsItem p {
	margin-left: 20px;
}


}

/************************  WEB LINKS ************************** */

#weblinksimage {
	display: none;
}

.weblinks-smallview {
	display : block;
}

area:focus {
	outline: 1px solid #000!important;
}

@media screen and (min-width: 61.25em) {
	.weblinks-smallview {
	display : none;
}

#weblinksimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width : 640px;
}


}

/********* Rollover BOXES *********** */

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

.subpage-box-quicklink {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 900;
	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;
}

.subpage-box-quicklink-avid {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_avid.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-communityed {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_CommunityEducation.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-gifted {
	background-image: url( 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_EnhancedLearningPrg_Gifted.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-educationfoundation {
	background-image: url( 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_EducationFoundation.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-preschool {
	background-image: url( 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_Preschool.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-kindergarten {
	background-image: url( 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_Kindergarten.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-specialeducation {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_SpecialEducation.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-socialwork {
	background-image: url( 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_SocialWork.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-adulteducation {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_AdultEducation.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-buildingop {
	background-image: url( 	 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_BuildingOperationsFacilities.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-businessservices {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_BusinessServices.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-childnutrition {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_ChildNutrition.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-curriculum {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_CurriculumInstruction.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-familyresource {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_FamilyResourceCenter.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-hr {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_HumanResources.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-informationtech {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_InformationTech2.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-procurement {
	background-image: url( 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_ProcurementPurchasing.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-transportation {
	background-image: url( 	 	 	https://tb2cdn.schoolwebmasters.com/accnt_701259/site_701260/Graphics/graphic_button_Transportation.png);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}

.subpage-box-quicklink-text .quicklinks-title {
	font-size: 1.25rem;
	font-size : clamp(1.25rem,6.5vw,1.75rem);
	color: #fff;
	line-height : 1;
	background-color: rgba(0, 40, 87,0.6);
	padding : 30px 15px;
	display: block;
	margin : 0;
}

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

.quicklink-button {
	display : none;
}

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

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

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

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

.subpage-box-quicklink-text .quicklinks-title {
	font-size : clamp(1.25rem,3.5vw,1.75rem);
}


}

@media screen and (min-width: 78em) {
	.subpage-box-quicklink {
	width: 32.5%;
	margin: auto .35%;
	height : 491px;
	border: 0;
}

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

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

.subpage-box-quicklink-text .quicklinks-title {
	font-size: 2rem;
	margin : 15px 0px 60px;
	background-color: transparent;
	padding : 0;
	line-height : 1.2;
}

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

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

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


}

/********* Responsive Videos *********** */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */

padding-top: 25px;
	height: 0;
	margin: 15px 20px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-content .videoWrapper {
	margin : 0 20px;
}

@media screen and (min-width: 48em) {
	.main-content .videoWrapper, .main-content-fullwidth .videoWrapper {
	margin : 0 20px 0 0;
}


}

@media screen and (min-width: 78em) {
	.main-content-fullwidth .videoWrapper {
	margin : 0;
}


}

/********** LINKED GRAPHICS HOVER ***** */

a.graphic-link img {
	transition: .5s all;
}

a.graphic-link:hover &gt; img {
	transform: scale(.95);
}

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