@import url('/_resources/_css/print.css');

.rwd-table {
	margin: 1em 0;
	min-width: 300px;
	width: 100%;
}


.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:first-child {
	/* padding-top: .5em; */
}
.rwd-table td:last-child {
	padding-bottom: .5em;
}
.rwd-table td:before {
	content: attr(data-th) ""; 
	font-size: .9em;
	width: 8em; /*Matt - Mobile version was too crammed at previous 5.5*/
	display: inline-block;
}

@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
}
.rwd-table th, .rwd-table td {
	text-align: left;
}

@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}

	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 0;
	}
}


.rwd-table {
	/*  background: #fbfbfb; */
	color: #7d7d7d
		border-radius: .4em;
	overflow: hidden;
}


table.rwd-table.border {
	border: 1px solid #efefef;
}

.rwd-table tr {
	border-color: #fbfbfb;
}


.rwd-table tr:nth-child(odd) {
	border-color: #fbfbfb;
	background: #F2F2F2;
}



.rwd-table th, .rwd-table td {
	margin: .1em .2em;
}

@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		padding: .5em !important;
	}


}

.rwd-table th, .rwd-table td:before {
	color: #6d6d6d;
}


/* Added by J.George */

/* Text Color */

.purpletext {
	color: #5f5ba1 !important; /* Purple */
}

.lightbluetext {
	color: #7babdc; /* Light Blue */
}

/* Hero Image - Alternative to Master Slider */

img.center {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* Google Translate Hover Color */

a.goog-te-menu-value:hover span {
	color: #3470b7 !important;  
}


/* Anchor Tag, prevents text from displaying under gray menu bar. */

.anchor {
	position:relative;
	top: -50px; /* or whatever value you need */
	float: left;
}

/* Note Boxes */

.note-box {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #aaa;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	margin: 1rem 0;
	overflow: hidden; }
.note-box .card-label {
	border-color: transparent #333 transparent transparent;
	border-color: rgba(255, 255, 255, 0) #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

.note-box.note {
	border-color: #3470b7; }
.note-box.note .card-label {
	border-color: transparent #3470b7 transparent transparent;
	border-color: rgba(255, 255, 255, 0) #3470b7 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

.note-box.secondary {
	border-color: #adb2bd; }
.note-box.secondary .card-label {
	border-color: transparent #adb2bd transparent transparent;
	border-color: rgba(255, 255, 255, 0) #adb2bd rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

.note-box.info {
	border-color: #89c4f4; }
.note-box.info .card-label {
	border-color: transparent #89c4f4 transparent transparent;
	border-color: rgba(255, 255, 255, 0) #89c4f4 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

.note-box.alert {
	border-color: #f22613; }
.note-box.alert .card-label {
	border-color: transparent #f22613 transparent transparent;
	border-color: rgba(255, 255, 255, 0) #f22613 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

.note-box.success {
	border-color: #87d37c; }
.note-box.success .card-label {
	border-color: transparent #87d37c transparent transparent;
	border-color: rgba(255, 255, 255, 0) #87d37c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }

.note-box.warning {
	border-color: #f89406; }
.note-box.warning .card-label {
	border-color: transparent #f89406 transparent transparent;
	border-color: rgba(255, 255, 255, 0) #f89406 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }


.note-box .card-label {
	border-style: solid;
	border-width: 0 70px 40px 0;
	float: right;
	height: 0px;
	width: 0px;
	transform: rotate(360deg); }
.note-box .note-box-content {
	padding: 0.5rem 1.5rem 0.875rem; }
.note-box.radius {
	border-radius: 0.6rem; }
.note-box .label-text {
	color: #ffffff;
	background-color: #000000;
	font-size: 0.75rem;
	font-weight: bold;
	position: relative;
	right: -40px;
	top: 2px;
	white-space: nowrap;
	transform: rotate(30deg); 
}




/* Responsive Lists */

.text2columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 400px;
	-moz-column-width: 400px;
	column-width: 400px;	
}

.text3columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 350px;
	-moz-column-width: 350px;
	column-width: 350px;	
}

.text4columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	column-width: 250px;	
}

.text5columns {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	-webkit-column-width: 150px;
	-moz-column-width: 150px;
	column-width: 150px;
}




/* Green Chevron Bullets */
.list-chevrons {
	/* position:relative; */
	list-style: none;		 
} 

.list-chevrons ul {
	list-style: none;	 
}		 

.list-chevrons li:before {
	content: "\f054"; /* fa-chevron-right */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

/* FILE icons for Links */

.pdf:after {
	content: "\f1c1"; /* fa-file-pdf-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 

.word:after {
	content: "\f1c2"; /* fa-file-word-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 

.excel:after {
	content: "\f1c3"; /* fa-file-excel-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 

.powerpoint:after {
	content: "\f1c4"; /* fa-file-powerpoint-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 


.genericfile:after {
	content: "\f0f6"; /* fa-file-text-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 

.genericpicture:after {
	content: "\f1c5"; /* fa-file-picture-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 

.videoicon:after {
	content: "\f1c8"; /* fa-file-video-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 


.audioicon:after {
	content: "\f028"; /* fa-volume-up */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 

.podcasticon:after {
	content: "\f2ce"; /* podcast */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 

.formsicon:after {
	content: "\e211"; /* pen-field */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 


/* Contact Lists */


.usercircle:before {
	content: "\f2bd"; /* fa-user-circle-o was \f2be */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.contactphone:before {
	content: "\f095"; /* fa-phone */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.fax:before {
	content: "\f1ac"; /* fa-fax */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.location:before {
	content: "\f041"; /*  fa-map-marker */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.campusmapicon:before {
	content: "\f279"; /*  fa-map */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.mail:before {
	content: "\f0e0"; /* fa-envelope */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.hours:before {
	content: "\f017"; /* fa-clock-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.website:before {
	content: "\f0ac"; /* fa-globe */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 
.briefcase_icn:before {
	content: "\f0b1"; /* fa fa-briefcase */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
}
.newsletter:before {
	content: "\f1ea"; /* fa-newspaper-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.facebookicon:before {
	content: "\f082"; /* fa-facebook-square */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.signupicon:before {
	content: "\f044"; /* fa-pencil-square-o */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 


.twittericon:before {
	content: "\f081"; /* fa-twitter-square */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.vimeoicon:before {
	content: "\f194"; /* fa-vimeo-square */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.googleplusicon:before {
	content: "\f0d4"; /* fa-google-plus-square */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.youtubeicon:before {
	content: "\f166"; /* fa-youtube-square */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.wordpressicon:before {
	content: "\f19a"; /* fa-wordpress */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.pinteresticon:before {
	content: "\f0d3"; /* fa-pinterest-square */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.linkedinicon:before {
	content: "\f08c"; /* fa-linkedin-square */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 

.yelpicon:before {
	content: "\f1e9"; /* fa-yelp */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 


.snapchaticon:before {
	content: "\f1dc";  
	font-family:'foundation-icons';
	color: #7dc545;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
} 



/* Foundation Icons */

/* 
* Foundation Icons v 3.0
* Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
* MIT License
*/

@font-face {
	font-family: "foundation-icons";
	src: url("/_resources/_assets/fonts/foundation-icons.eot");
	src: url("/_resources/_assets/fonts/foundation-icons.eot?#iefix") format("embedded-opentype"),
		url("/_resources/_assets/fonts/foundation-icons.woff") format("woff"),
		url("/_resources/_assets/fonts/foundation-icons.ttf") format("truetype"),
		url("/_resources/_assets/fonts/foundation-icons.svg#fontcustom") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
	font-family: "foundation-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit;
}

.fi-address-book:before { content: "\f100"; }
.fi-alert:before { content: "\f101"; }
.fi-align-center:before { content: "\f102"; }
.fi-align-justify:before { content: "\f103"; }
.fi-align-left:before { content: "\f104"; }
.fi-align-right:before { content: "\f105"; }
.fi-anchor:before { content: "\f106"; }
.fi-annotate:before { content: "\f107"; }
.fi-archive:before { content: "\f108"; }
.fi-arrow-down:before { content: "\f109"; }
.fi-arrow-left:before { content: "\f10a"; }
.fi-arrow-right:before { content: "\f10b"; }
.fi-arrow-up:before { content: "\f10c"; }
.fi-arrows-compress:before { content: "\f10d"; }
.fi-arrows-expand:before { content: "\f10e"; }
.fi-arrows-in:before { content: "\f10f"; }
.fi-arrows-out:before { content: "\f110"; }
.fi-asl:before { content: "\f111"; }
.fi-asterisk:before { content: "\f112"; }
.fi-at-sign:before { content: "\f113"; }
.fi-background-color:before { content: "\f114"; }
.fi-battery-empty:before { content: "\f115"; }
.fi-battery-full:before { content: "\f116"; }
.fi-battery-half:before { content: "\f117"; }
.fi-bitcoin-circle:before { content: "\f118"; }
.fi-bitcoin:before { content: "\f119"; }
.fi-blind:before { content: "\f11a"; }
.fi-bluetooth:before { content: "\f11b"; }
.fi-bold:before { content: "\f11c"; }
.fi-book-bookmark:before { content: "\f11d"; }
.fi-book:before { content: "\f11e"; }
.fi-bookmark:before { content: "\f11f"; }
.fi-braille:before { content: "\f120"; }
.fi-burst-new:before { content: "\f121"; }
.fi-burst-sale:before { content: "\f122"; }
.fi-burst:before { content: "\f123"; }
.fi-calendar:before { content: "\f124"; }
.fi-camera:before { content: "\f125"; }
.fi-check:before { content: "\f126"; }
.fi-checkbox:before { content: "\f127"; }
.fi-clipboard-notes:before { content: "\f128"; }
.fi-clipboard-pencil:before { content: "\f129"; }
.fi-clipboard:before { content: "\f12a"; }
.fi-clock:before { content: "\f12b"; }
.fi-closed-caption:before { content: "\f12c"; }
.fi-cloud:before { content: "\f12d"; }
.fi-comment-minus:before { content: "\f12e"; }
.fi-comment-quotes:before { content: "\f12f"; }
.fi-comment-video:before { content: "\f130"; }
.fi-comment:before { content: "\f131"; }
.fi-comments:before { content: "\f132"; }
.fi-compass:before { content: "\f133"; }
.fi-contrast:before { content: "\f134"; }
.fi-credit-card:before { content: "\f135"; }
.fi-crop:before { content: "\f136"; }
.fi-crown:before { content: "\f137"; }
.fi-css3:before { content: "\f138"; }
.fi-database:before { content: "\f139"; }
.fi-die-five:before { content: "\f13a"; }
.fi-die-four:before { content: "\f13b"; }
.fi-die-one:before { content: "\f13c"; }
.fi-die-six:before { content: "\f13d"; }
.fi-die-three:before { content: "\f13e"; }
.fi-die-two:before { content: "\f13f"; }
.fi-dislike:before { content: "\f140"; }
.fi-dollar-bill:before { content: "\f141"; }
.fi-dollar:before { content: "\f142"; }
.fi-download:before { content: "\f143"; }
.fi-eject:before { content: "\f144"; }
.fi-elevator:before { content: "\f145"; }
.fi-euro:before { content: "\f146"; }
.fi-eye:before { content: "\f147"; }
.fi-fast-forward:before { content: "\f148"; }
.fi-female-symbol:before { content: "\f149"; }
.fi-female:before { content: "\f14a"; }
.fi-filter:before { content: "\f14b"; }
.fi-first-aid:before { content: "\f14c"; }
.fi-flag:before { content: "\f14d"; }
.fi-folder-add:before { content: "\f14e"; }
.fi-folder-lock:before { content: "\f14f"; }
.fi-folder:before { content: "\f150"; }
.fi-foot:before { content: "\f151"; }
.fi-foundation:before { content: "\f152"; }
.fi-graph-bar:before { content: "\f153"; }
.fi-graph-horizontal:before { content: "\f154"; }
.fi-graph-pie:before { content: "\f155"; }
.fi-graph-trend:before { content: "\f156"; }
.fi-guide-dog:before { content: "\f157"; }
.fi-hearing-aid:before { content: "\f158"; }
.fi-heart:before { content: "\f159"; }
.fi-home:before { content: "\f15a"; }
.fi-html5:before { content: "\f15b"; }
.fi-indent-less:before { content: "\f15c"; }
.fi-indent-more:before { content: "\f15d"; }
.fi-info:before { content: "\f15e"; }
.fi-italic:before { content: "\f15f"; }
.fi-key:before { content: "\f160"; }
.fi-laptop:before { content: "\f161"; }
.fi-layout:before { content: "\f162"; }
.fi-lightbulb:before { content: "\f163"; }
.fi-like:before { content: "\f164"; }
.fi-link:before { content: "\f165"; }
.fi-list-bullet:before { content: "\f166"; }
.fi-list-number:before { content: "\f167"; }
.fi-list-thumbnails:before { content: "\f168"; }
.fi-list:before { content: "\f169"; }
.fi-lock:before { content: "\f16a"; }
.fi-loop:before { content: "\f16b"; }
.fi-magnifying-glass:before { content: "\f16c"; }
.fi-mail:before { content: "\f16d"; }
.fi-male-female:before { content: "\f16e"; }
.fi-male-symbol:before { content: "\f16f"; }
.fi-male:before { content: "\f170"; }
.fi-map:before { content: "\f171"; }
.fi-marker:before { content: "\f172"; }
.fi-megaphone:before { content: "\f173"; }
.fi-microphone:before { content: "\f174"; }
.fi-minus-circle:before { content: "\f175"; }
.fi-minus:before { content: "\f176"; }
.fi-mobile-signal:before { content: "\f177"; }
.fi-mobile:before { content: "\f178"; }
.fi-monitor:before { content: "\f179"; }
.fi-mountains:before { content: "\f17a"; }
.fi-music:before { content: "\f17b"; }
.fi-next:before { content: "\f17c"; }
.fi-no-dogs:before { content: "\f17d"; }
.fi-no-smoking:before { content: "\f17e"; }
.fi-page-add:before { content: "\f17f"; }
.fi-page-copy:before { content: "\f180"; }
.fi-page-csv:before { content: "\f181"; }
.fi-page-delete:before { content: "\f182"; }
.fi-page-doc:before { content: "\f183"; }
.fi-page-edit:before { content: "\f184"; }
.fi-page-export-csv:before { content: "\f185"; }
.fi-page-export-doc:before { content: "\f186"; }
.fi-page-export-pdf:before { content: "\f187"; }
.fi-page-export:before { content: "\f188"; }
.fi-page-filled:before { content: "\f189"; }
.fi-page-multiple:before { content: "\f18a"; }
.fi-page-pdf:before { content: "\f18b"; }
.fi-page-remove:before { content: "\f18c"; }
.fi-page-search:before { content: "\f18d"; }
.fi-page:before { content: "\f18e"; }
.fi-paint-bucket:before { content: "\f18f"; }
.fi-paperclip:before { content: "\f190"; }
.fi-pause:before { content: "\f191"; }
.fi-paw:before { content: "\f192"; }
.fi-paypal:before { content: "\f193"; }
.fi-pencil:before { content: "\f194"; }
.fi-photo:before { content: "\f195"; }
.fi-play-circle:before { content: "\f196"; }
.fi-play-video:before { content: "\f197"; }
.fi-play:before { content: "\f198"; }
.fi-plus:before { content: "\f199"; }
.fi-pound:before { content: "\f19a"; }
.fi-power:before { content: "\f19b"; }
.fi-previous:before { content: "\f19c"; }
.fi-price-tag:before { content: "\f19d"; }
.fi-pricetag-multiple:before { content: "\f19e"; }
.fi-print:before { content: "\f19f"; }
.fi-prohibited:before { content: "\f1a0"; }
.fi-projection-screen:before { content: "\f1a1"; }
.fi-puzzle:before { content: "\f1a2"; }
.fi-quote:before { content: "\f1a3"; }
.fi-record:before { content: "\f1a4"; }
.fi-refresh:before { content: "\f1a5"; }
.fi-results-demographics:before { content: "\f1a6"; }
.fi-results:before { content: "\f1a7"; }
.fi-rewind-ten:before { content: "\f1a8"; }
.fi-rewind:before { content: "\f1a9"; }
.fi-rss:before { content: "\f1aa"; }
.fi-safety-cone:before { content: "\f1ab"; }
.fi-save:before { content: "\f1ac"; }
.fi-share:before { content: "\f1ad"; }
.fi-sheriff-badge:before { content: "\f1ae"; }
.fi-shield:before { content: "\f1af"; }
.fi-shopping-bag:before { content: "\f1b0"; }
.fi-shopping-cart:before { content: "\f1b1"; }
.fi-shuffle:before { content: "\f1b2"; }
.fi-skull:before { content: "\f1b3"; }
.fi-social-500px:before { content: "\f1b4"; }
.fi-social-adobe:before { content: "\f1b5"; }
.fi-social-amazon:before { content: "\f1b6"; }
.fi-social-android:before { content: "\f1b7"; }
.fi-social-apple:before { content: "\f1b8"; }
.fi-social-behance:before { content: "\f1b9"; }
.fi-social-bing:before { content: "\f1ba"; }
.fi-social-blogger:before { content: "\f1bb"; }
.fi-social-delicious:before { content: "\f1bc"; }
.fi-social-designer-news:before { content: "\f1bd"; }
.fi-social-deviant-art:before { content: "\f1be"; }
.fi-social-digg:before { content: "\f1bf"; }
.fi-social-dribbble:before { content: "\f1c0"; }
.fi-social-drive:before { content: "\f1c1"; }
.fi-social-dropbox:before { content: "\f1c2"; }
.fi-social-evernote:before { content: "\f1c3"; }
.fi-social-facebook:before { content: "\f1c4"; }
.fi-social-flickr:before { content: "\f1c5"; }
.fi-social-forrst:before { content: "\f1c6"; }
.fi-social-foursquare:before { content: "\f1c7"; }
.fi-social-game-center:before { content: "\f1c8"; }
.fi-social-github:before { content: "\f1c9"; }
.fi-social-google-plus:before { content: "\f1ca"; }
.fi-social-hacker-news:before { content: "\f1cb"; }
.fi-social-hi5:before { content: "\f1cc"; }
.fi-social-instagram:before { content: "\f1cd"; }
.fi-social-joomla:before { content: "\f1ce"; }
.fi-social-lastfm:before { content: "\f1cf"; }
.fi-social-linkedin:before { content: "\f1d0"; }
.fi-social-medium:before { content: "\f1d1"; }
.fi-social-myspace:before { content: "\f1d2"; }
.fi-social-orkut:before { content: "\f1d3"; }
.fi-social-path:before { content: "\f1d4"; }
.fi-social-picasa:before { content: "\f1d5"; }
.fi-social-pinterest:before { content: "\f1d6"; }
.fi-social-rdio:before { content: "\f1d7"; }
.fi-social-reddit:before { content: "\f1d8"; }
.fi-social-skillshare:before { content: "\f1d9"; }
.fi-social-skype:before { content: "\f1da"; }
.fi-social-smashing-mag:before { content: "\f1db"; }
.fi-social-snapchat:before { content: "\f1dc"; }
.fi-social-spotify:before { content: "\f1dd"; }
.fi-social-squidoo:before { content: "\f1de"; }
.fi-social-stack-overflow:before { content: "\f1df"; }
.fi-social-steam:before { content: "\f1e0"; }
.fi-social-stumbleupon:before { content: "\f1e1"; }
.fi-social-treehouse:before { content: "\f1e2"; }
.fi-social-tumblr:before { content: "\f1e3"; }
.fi-social-twitter:before { content: "\f1e4"; }
.fi-social-vimeo:before { content: "\f1e5"; }
.fi-social-windows:before { content: "\f1e6"; }
.fi-social-xbox:before { content: "\f1e7"; }
.fi-social-yahoo:before { content: "\f1e8"; }
.fi-social-yelp:before { content: "\f1e9"; }
.fi-social-youtube:before { content: "\f1ea"; }
.fi-social-zerply:before { content: "\f1eb"; }
.fi-social-zurb:before { content: "\f1ec"; }
.fi-sound:before { content: "\f1ed"; }
.fi-star:before { content: "\f1ee"; }
.fi-stop:before { content: "\f1ef"; }
.fi-strikethrough:before { content: "\f1f0"; }
.fi-subscript:before { content: "\f1f1"; }
.fi-superscript:before { content: "\f1f2"; }
.fi-tablet-landscape:before { content: "\f1f3"; }
.fi-tablet-portrait:before { content: "\f1f4"; }
.fi-target-two:before { content: "\f1f5"; }
.fi-target:before { content: "\f1f6"; }
.fi-telephone-accessible:before { content: "\f1f7"; }
.fi-telephone:before { content: "\f1f8"; }
.fi-text-color:before { content: "\f1f9"; }
.fi-thumbnails:before { content: "\f1fa"; }
.fi-ticket:before { content: "\f1fb"; }
.fi-torso-business:before { content: "\f1fc"; }
.fi-torso-female:before { content: "\f1fd"; }
.fi-torso:before { content: "\f1fe"; }
.fi-torsos-all-female:before { content: "\f1ff"; }
.fi-torsos-all:before { content: "\f200"; }
.fi-torsos-female-male:before { content: "\f201"; }
.fi-torsos-male-female:before { content: "\f202"; }
.fi-torsos:before { content: "\f203"; }
.fi-trash:before { content: "\f204"; }
.fi-trees:before { content: "\f205"; }
.fi-trophy:before { content: "\f206"; }
.fi-underline:before { content: "\f207"; }
.fi-universal-access:before { content: "\f208"; }
.fi-unlink:before { content: "\f209"; }
.fi-unlock:before { content: "\f20a"; }
.fi-upload-cloud:before { content: "\f20b"; }
.fi-upload:before { content: "\f20c"; }
.fi-usb:before { content: "\f20d"; }
.fi-video:before { content: "\f20e"; }
.fi-volume-none:before { content: "\f20f"; }
.fi-volume-strike:before { content: "\f210"; }
.fi-volume:before { content: "\f211"; }
.fi-web:before { content: "\f212"; }
.fi-wheelchair:before { content: "\f213"; }
.fi-widget:before { content: "\f214"; }
.fi-wrench:before { content: "\f215"; }
.fi-x-circle:before { content: "\f216"; }
.fi-x:before { content: "\f217"; }
.fi-yen:before { content: "\f218"; }
.fi-zoom-in:before { content: "\f219"; }
.fi-zoom-out:before { content: "\f21a"; }




/* External Link */

.externallink:after {
	content: "\f08e"; /* fa-external-link */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #777777;
	font-size: 1.125em;
	margin-left: 9px;
	top: 0;
	left: 0;
} 	 	

/* Art Gallery Footer  */

.artgalleryfooterbgrnd {
	/* background-color: #99a062; */
	background-color: #f0f0f0;
	padding-top: 20px;
	border-top: 2px solid #99a062;
}


/* .End J.George */


/*SNIPPIT STYLES FOR 50/50 Block*/

.contrain_img {
	display:block;
	overflow:hidden;
	width:100%;
	max-height:250px;
	margin:0 auto;
}

.contrain_img img { 
	display:cover;
	width:100%;
	height:100%;
}


/*CTE Program Brochure Snippit*/

.prgm_btn_small, .prgm_btn_med {
	margin-top:15px;
	margin-bottom:15px;
}
.prgm_btn_lrg {
	margin-top:100px
}
.ctr_txt {
	text-align:center;
}
.cte_container p, .cte_containertext p {
	color:#FFFFFF;
	font-size:1.5em;
	line-height:100%;
}
.cte_containertext {
	//margin-left:15px;
}
.cte_download {
	display:block;
	text-align: right;
	margin-right: 25px;
	margin-bottom:25px;
}
.bottom_vert {
	//margin-bottom:-50px;
	padding-bottom:0px;
	vertical-align: bottom;
	position:absolute;
	bottom:0px;
	display:inline-block;
}
.left_top {
	position:relative;
	top:0px;
	right:0px;
}
.cte_noscroll {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height:350px;
}
.cte_noscroll img {
	height:300px;
}
.cte_parallaxscroll{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	padding:30px;
	min-height:400px;
}

.cte_brochure p {
	color:#FFF;
	font-size:1.5em;
	line-height:1.5em;
}
.cte_brochure h1,.cte_brochure h2,.cte_brochure h3,.cte_brochure h4,.cte_brochure h5,.cte_brochure h6 {
	color:#51b8f2;
	font-size:2em;
	line-height:100%;
}	

/*Accordion Styles for Table Transformation ID "ou_accordion-row. Updated by Matt 9/17 to include new class from table transformation*/

/* Accordion */
#AccordionWithIcons span.fontawesome_accordionlink, .AccordionWithIcons span.fontawesome_accordionlink {
	position: absolute;
	top: 30px;
	padding-right: 15px;
    line-height: initial;
}
#AccordionWithIcons ul.accordion .accordion-navigation > a, .AccordionWithIcons ul.accordion .accordion-navigation > a, .accordion dd > a {
	padding: 3px;
	margin-bottom: -.5em !important;
}
#AccordionWithIcons li.accordion-navigation > a:after, .AccordionWithIcons li.accordion-navigation > a:after  {
	transition: all 0.5s ease both;
	content: "\f0da";
	/* fa-caret-right */

	float: right;
	/* Right or Left */

	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';
	color: #7dc545;
	font-size: 1.563em;
	margin-right: 9px;
	padding-top: 22px;/*Changed from 14px - Matt 7/2016*/
	left: 0;
}
#AccordionWithIcons li.accordion-navigation.active > a:after, .AccordionWithIcons li.accordion-navigation.active > a:after  {
	content: "\f0d7";
	/* fa-caret-down */

	margin-right: 5px;
	color: #3470b7;
}
#AccordionWithIcons ul.accordion .accordion-navigation > a, .AccordionWithIcons ul.accordion .accordion-navigation > a  {
	position: relative;
	z-index: 10;
	margin-bottom: 1em !important; /*Matt B. 5/2018*/
	/* border-radius: 3px; */

	border-radius: 200px 0 0 200px;
	-moz-transition: ease 0.4s all;
	-o-transition: ease 0.4s all;
	-webkit-transition: ease 0.4s all;
	transition: ease 0.4s all;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background-color: rgba(235, 235, 235, 0.5);
}
#AccordionWithIcons ul.accordion .accordion-navigation > a:hover, .AccordionWithIcons ul.accordion .accordion-navigation > a:hover {
	transition: background-color 1s ease;
	background-color: rgba(125, 197, 69, 0.3);
}
#AccordionWithIcons ul.accordion .accordion-navigation.active, .AccordionWithIcons ul.accordion .accordion-navigation.active {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	/* border-radius: 3px; */

	border-radius: 200px 0 0 0;
}
#AccordionWithIcons ul.accordion .accordion-navigation.active > a, .AccordionWithIcons ul.accordion .accordion-navigation.active > a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background-color: rgba(52, 112, 183, 0.3);
	/* Color of menu item when selected*/
}
#AccordionWithIcons ul.accordion .accordion-navigation > .content, .AccordionWithIcons ul.accordion .accordion-navigation > .content {
	padding: 0.6rem 0.9375rem;
	height: 0;
	opacity: 0;
	display:none;/*Matt B. 5/2018*/
	/* transition: ease-out 0.3s all; */
}
#AccordionWithIcons ul.accordion .accordion-navigation > .content.active, .AccordionWithIcons ul.accordion .accordion-navigation > .content.active {
	height: auto;
	padding: 0.9375rem;
	opacity: 1;
	margin: 0 0 1em 0;
	-moz-transition: ease 0.3s all;
	-o-transition: ease 0.3s all;
	-webkit-transition: ease 0.3s all;
	transition: ease-out 0.2s all;
	display:block;/*Matt B. 5/2018*/
	/*
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s; */
}
/* Accordion Icons */

#AccordionWithIcons .ac, .AccordionWithIcons .ac{
	display: inline-block;
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';
	line-height: 80px font-size: 80px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin-right: 20px;
}
#AccordionWithIcons .fontawesomeac, .AccordionWithIcons .fontawesomeac {
	display: inline-block;
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';
	line-height: 75px;/*Changed from 80px - Matt 7/2016*/
	font-size: 40px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding-left: 1px;/*Added - Matt 7/2016*/
	margin-right: 20px;
}
#AccordionWithIcons .accordionicon, .AccordionWithIcons .accordionicon {
	border-radius: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* For IE8 and earlier */

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#AccordionWithIcons .accordionicon:hover, .AccordionWithIcons .accordionicon:hover  {
	border-radius: 50%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#AccordionWithIcons .accordioniconbgrnd, .AccordionWithIcons .accordioniconbgrnd{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #7dc545;
	border: 3px solid #fff;
	box-shadow: 0 3px 3px 0 rgba(125, 197, 69, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#AccordionWithIcons .accordioniconbgrnd:hover, .AccordionWithIcons .accordioniconbgrnd:hover {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #7dc545;
	border: 3px solid #fff;
	box-shadow: 0 0 0 0px white, 0 0 0 3px #3470b7, 0 0 20px 10px rgba(52, 112, 183, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#AccordionWithIcons .accordioniconsimgs, .AccordionWithIcons .accordioniconsimgs {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #7dc545;
	border: 3px solid #fff;
	box-shadow: 0 3px 3px 0 rgba(125, 197, 69, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#AccordionWithIcons .accordioniconsimgs:hover, .AccordionWithIcons .accordioniconsimgs:hover {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #7dc545;
	border: 3px solid #fff;
	box-shadow: 0 0 0 0px white, 0 0 0 3px #3470b7, 0 0 20px 10px rgba(52, 112, 183, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#AccordionWithIcons .accordion .accordion-navigation > a, .AccordionWithIcons .accordion .accordion-navigation > a {
	font-size: 1.25em;
	font-weight: bold;
	//background-color: #D3D3D3;
}




/* Pure CSS read more/show less toggle. */

.read-more-state {
	display: none;
}


.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
	content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
	content: 'Show less';
}

.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #666;
	font-size: .9em;
	line-height: 2;
	border: 1px solid #ddd;
	border-radius: .25em;
}



/* Phone Links */

.list-work-times a[href^="tel"] {
  color: #FFFFFF;
}

.list-work-times a[href^="tel"]:hover {
  color: #4096FA;
}

.list-work-times a[href^=tel]:before {
  	content: "\f095"; /* fa-phone */
	font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Brands';	 
	color: #CCCCCC;
	font-size: 1.125em;
	margin-right: 9px;
	top: 0;
	left: 0;
}




/* Hide interiorMenuBtn <span>Menu</span> */
li#interiorMenuBtn span {
    display: none;
}