/* BASE *//* HTML ELEMENTS */
html, body { height:100%; }
a {
	-moz-transition: color .25s;
	-webkit-transition: color .25s;
	transition: .2s ease;
	color: #2372b7;
}
a:hover {
	text-decoration: none;
	color: #07508f;
}
a:focus { outline: 1px solid;}
body {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	min-width: 320px;
	overflow-y: scroll;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.15;
	margin: 0;
	padding: 0;
}
h1 { font-size: 48px; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 40px; font-weight: bold; margin-bottom: 10px; }
h3 { font-size: 36px; font-weight: bold; margin-bottom: 5px; }
h4 { font-size: 30px; font-weight: bold; }
h5 { font-size: 24px; font-weight: bold; }
h6 { font-size: 20px; font-weight: bold; }
p {font-size: 24px;}
img { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
.btn-primary a { color: #fff; font-weight: bold; font-size: 20px; }
/* BASE *//* UTILITIES */
.clear { clear:both; }
.linkify { cursor: pointer; }

/* bootstrap updates */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive-1by1 {
	padding-bottom: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive .video-play-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/trans-1by1-play.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.dropdown-backdrop { position: static; }
.modal-backdrop { z-index: 0; }


/* COMPONENTS */

/* COMPONENTS *//* STRUCTURE */

#wrapper {
	position: relative;
	height: 100%;
}

/* COMPONENTS *//* STRUCTURE *//* Main */

.lay-root-blank #main, .lay-root-poster #main {
	background-color: transparent;
}

/* COMPONENTS *//* STRUCTURE *//* Footer */

#footer {
	background: #05142C;
	padding: 25px 20px;
	font-size: 18px;
	color: #fff !important;
}
.footer-links {
	text-align: left;
	max-width: 1600px;
	margin: auto;
}
.footer-top {
    margin-bottom: 10px;
}
@media(max-width: 399px) {
	#footer { font-size: 14px; }
}

@media(min-width: 992px) {
	#footer { padding: 25px 40px; }
}

/* COMPONENTS *//* CONTENT *//* PageHead (Title) */

#page-head {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 200px;
	position: relative;
}
.isSubpage #page-head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#page-head h1 { color: #fff; position: relative; }
@media (min-width: 768px) {
	#page-head { padding-top: 250px;	}

}
@media (min-width: 992px) {
	#page-head {
		padding-top: 320px;
		padding-bottom: 15px;
	}
}
@media (min-width: 1200px) {
	#page-head {
		padding-top: 360px;
		padding-bottom: 110px;
	}
}
#page-head h1 a { text-transform: uppercase; }


/* COMPONENTS *//* CONTENT *//* Breadcrumbs */

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	line-height: 0;
}
.breadcrumb li {
	font-size: 0px;
	line-height: 0px;
}
.breadcrumb a {
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	vertical-align: middle;
	color: #fff;
}
.breadcrumb > li + li:before {
	content: "\007C";
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	padding: 0 5px;
	vertical-align: middle;
}
.breadcrumb a.page-action {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	display: inline-block;
	font-size: 0;
	height: 22px;
	width: 22px;
}
.breadcrumb a.page-action .icon {
	display: inline-block;
	height: 22px;
	width: 22px;
}
@media (min-width: 768px) {
	.breadcrumb li {
		font-size: 18px;
		line-height: 22px;
	}
}

/* COMPONENTS *//* CONTENT *//* Content Sections */
.lay-copy{
	position: relative;
	background-color: #EBEBEB;
}
#content {
	position: relative;
	padding: 40px 20px;
	background-color: #fff;
	z-index: 1;
}
#sidebar{
	position: relative;
	padding: 40px 20px;
	padding-bottom: 80px;
	z-index: 1;
	background: #EBEBEB;
} 
@media (min-width: 768px) {
	#content {	padding: 40px;	}
	#sidebar{ padding: 40px; }
}
@media (min-width: 1080px) {
	#content {	padding: 40px 60px;	}
	#sidebar{ padding: 40px 60px; }
}


/* RAISED CONTENT AREA ABOVE 1200PX */

@media(min-width: 1200px){
	.subpage-layout { position: relative; margin: 0 40px; }
	.isSubpage #content {	top: -100px; max-width: 1600px;	margin: auto; padding: 0; background-color: #ffffff00;}
	.isSubpage .pagegroup {
		background: white;
		padding: 40px 60px;
		border-radius: 5px;
		margin-bottom: 40px;
	}
	#sidebar { margin: 0 -40px; margin-top: -80px;}
}
@media(min-width: 1400px){
	.subpage-layout { margin: 0 60px; }
	#sidebar { margin: 0 -60px; margin-top: -80px; }
}

/* COMPONENTS *//* CONTENT *//* PageGroups */

.pagegroup {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.pagegroup {
		margin-bottom: 40px;
	}
}

.pagegroup_textblocks .article {
	margin-bottom: 20px;
}
.isHome .pagegroup_textblocks .article {
	margin-bottom: 0;
}
.page-home-new .pagegroup_textblocks .article {
	margin-bottom: 0;
}
.group-layout-row {
	margin-bottom: 20px;
}

.pagegroup .pagegroup-title h2, .element_textblocks .table-of-contents .group-header, .pagegroup_posttypes h1.title, #related-links::before {
	padding-bottom: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: 1px solid #00000040;
	text-align: center;
}
.isHome .pagegroup .pagegroup-title h2 { border: 0; }
@media(min-width: 1200px){
	.pagegroup .pagegroup-title h2, .element_textblocks .table-of-contents .group-header, .pagegroup_posttypes h1.title, #related-links::before  { 
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

/* COMPONENTS *//* CONTENT *//* Sidebar */

#sidebar-inner { position: relative; display: flex; flex-direction: column-reverse; width: 100%; justify-content: center;}

/* COMPONENTS *//* CONTENT *//* Related Links */

#related-links::before {
	content: 'Related';
	display: block;
	font-weight: bold;
	font-size: 40px;
	border: none;
}
#related-links li a {
	border-top: 1px solid #c4c4c480;
	color: inherit;
	padding: 15px 0;
	font-size: 24px;
	padding-right: 60px;
    display: flex;
    align-items: center;
}
#related-links li a:after {
	content: '';
	position: absolute;
	right: 20px;
	background: url(../images/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
	background-position: center;
}
#related-links li a:hover, #related-links li a:focus {
	background: #c4c4c444;
}

/* RELATED LINKS 2 COL */
ul#related-links {min-width: 250px;}
@media(min-width: 1200px){
	ul#related-links {
		display: flex;
		flex-wrap: wrap;
		column-gap: 40px;
		width: 1100px;
		margin: auto;
	}
	#related-links::before { flex-basis: 100%; margin-bottom: 20px;	padding-bottom: 20px; }
	#related-links li {
		flex-basis: calc(50% - 20px);
	}
}

/* COMPONENTS *//* CONTENT *//* Embeds */
.post .embed-responsive {
	margin-bottom: 20px;
}
.recordList .media .embed-responsive {
	margin: 20px;
}

/* COMPONENTS *//* CONTENT *//* Footer Columns */
.footer-cols {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
}
.footer-cols>section {
	padding: 30px;
}

.footer-cols h3,.footer-cols h4 {
	font-family: 'Lato';
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	text-shadow: 1px 1px 1px #444;
	text-transform: uppercase;
}
.footer-cols h3 {
	font-size: 36px;
}
.footer-cols h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.footer-cols address, .footer-cols p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 20px;
	text-shadow: inherit;
}
.footer-cols strong {
	text-transform: uppercase;
}

.footer-cols ul {
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.footer-cols ul:last-child {
	margin: 0;
}
.footer-cols ul li {
	margin: 0;
	padding: 0;
}
.footer-cols li>a {
	display: block;
	padding: 15px;
	text-shadow: 1px 1px 1px #444;
	transition: background-color .3s;
}

.footer-cols .btn {
	border-radius: 3px;
	border-width: 0;
	display: block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	margin-bottom: 10px;
	padding: 15px;
	text-align: left;
	text-shadow: 1px 1px 1px #444;
	transition: background-color .3s;
}

.footer-cols li>a, .footer-cols .btn {
	display: flex;
	align-items: center;
	min-height: 55px;
}
.footer-cols .icon {
	flex: none;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}

.footer-cols p {
	max-width: 350px;
}
.footer-cols .btn {
	max-width: 250px;
}

@media (min-width: 768px) {
	.footer-cols {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: table;
		margin: 0;
		padding: 0;
		table-layout: fixed;
		width: 100%;
	}
	.footer-cols>section {
		display: table-cell;
		vertical-align: top;
		width: 33.3%;
	}
	.footer-cols>section:nth-child(2) {
		width: 33.4%;
	}
}


.posttypelayout_tiles .post-item {
	position: relative;
	padding: 10px;
}
.posttypelayout_tiles .post-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*opacity: .5;*/
	width: 100%;
}
.posttypelayout_tiles article {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	
	background-color: rgba(62, 92, 125, .5);
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 20px;
}
.posttypelayout_tiles article header {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1em;
	max-height: 124px; /* (5 x line-height) + 3 to avoid clipping */
	min-height: 0;
	overflow: hidden;
	padding-bottom: 3px;
}
.posttypelayout_tiles article footer {
	margin-top: 12px;
}
.posttypelayout_tiles article .post-type {
	display: none;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-shadow: 1px 1px 5px #333;
	text-transform: uppercase;
}
.posttypelayout_tiles article .post-teaser {
	display: none;
	max-height: 120px; /* line-height x 5 */
	overflow: hidden;
}
.posttypelayout_tiles article h1 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}
.posttypelayout_tiles article h1 a {
	display: block;
	text-shadow: 1px 1px 5px #333;
	transition: color 0s;
}
.posttypelayout_tiles article h1 a:hover, .posttypelayout_tiles article h1 a:focus {
	text-shadow: 1px 1px 1px #333;
}
.posttypelayout_tiles .hero article {
	font-size: 20px;
}
.posttypelayout_tiles .hero article .post-type {
	display: block;
}
.posttypelayout_tiles .hero article .post-teaser {
	display: block;
	max-height: 150px; /* line-height x 5 */
}

@media (min-width: 500px) {
	.posttypelayout_tiles .post-items::after {
		clear: both;
	}
	.posttypelayout_tiles .post-items::before, .posttypelayout_tiles .post-items::after {
		content: " ";
		display: table;
	}
	.posttypelayout_tiles .post-item {
		float: left;
		width: 50%;
	}
	.posttypelayout_tiles .post-item.hero {
		float: none;
		width: 100%;
	}
	.posttypelayout_tiles .post-item.hero header {
		font-size: 32px;
		max-height: 179px; /* (5 x line-height) + 3 to avoid clipping */
	}
}
@media (min-width: 992px) {
	.posttypelayout_tiles .post-item {
		float: left;
		width: 25%;
	}
	.posttypelayout_tiles .post-item.hero {
		float: left;
		width: 50%;
	}
}


/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Action Blocks */

.action-block-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.action-block-item {
	position: relative;
	
	width: 50%;
}
.action-block-item::before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.action-block-item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	
	font-size: 16px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
.action-block-item a .icon {
	display: block;
	flex-shrink: 0;
	height: 40px;
	width: 40px;
}
.action-block-item a .title {
	display: block;
	flex-shrink: 0;
	height: 54px;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
@media (min-width: 600px) {
	.action-block-item {
		width: 33.3%;
	}
	.action-block-item a {
		font-size: 18px;
		line-height: 20px;
	}
	.action-block-item a .title {
		height: 60px;
	}
}
@media (min-width: 1055px) {
	.action-block-item {
		width: 16.6%;
	}
	.action-block-item a .title {
		height: 60px;
	}
}

/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Carousel */
.element_textblocks .layout_carousel {
	position: relative;
}
.element_textblocks .layout_carousel .owl-wrapper {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.element_textblocks .layout_carousel .owl-item {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.element_textblocks .layout_carousel .owl-item .text-item {
	flex-basis: 0;
	flex-grow: 1;
}

.element_textblocks .layout_carousel .carousel-next, .element_textblocks .layout_carousel .carousel-prev {
	position: absolute;
	top: 55%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 160px;
	opacity: .5;
	width: 50px;
}
.element_textblocks .layout_carousel .carousel-next {
	right: 0;
}
.element_textblocks .layout_carousel .carousel-prev {
	left: 0;
}
.element_textblocks .layout_carousel .carousel-next:hover, .element_textblocks .layout_carousel .carousel-prev:hover {
	opacity: 1;
}
.element_textblocks .layout_carousel .carousel-next {
	background-image: url(../images/panel_slider_arrow_next.png);
}
.element_textblocks .layout_carousel .carousel-prev {
	background-image: url(../images/panel_slider_arrow_prev.png);
}

/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Panels */
.element_textblocks .layout_panels {
	position: relative;
}
.element_textblocks .layout_panels .text-items {
	box-shadow: 0px -1px rgba(0, 0, 0, .15) inset;
}
.element_textblocks .layout_panels .text-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: -1px -1px 0 rgba(0, 0, 0, .15) inset;
	padding: 35px;
	padding-bottom: 70px;
}
.element_textblocks .layout_panels .text-item a, .element_textblocks .layout_panels .text-item h1, .element_textblocks .layout_panels .text-item h2, .element_textblocks .layout_panels .text-item h3 {
	color: inherit;
}
.element_textblocks .layout_panels .text-item .btn {
	display: inline-block;
	margin-top: 1em;
}
@media (min-width: 768px) {
	.element_textblocks .layout_panels .text-items {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.element_textblocks .layout_panels .text-item {
		flex-basis: 100%;
		flex-grow: 1;
		flex-shrink: 1;
		padding: 50px;
		padding-bottom: 100px;
	}
}


/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Panels (Slider) */
.element_textblocks .layout_panels-slider {
	overflow: hidden;
	width: 100%;
}
.element_textblocks .layout_panels-slider .text-items {
	left: 0px;
	
	display: block;
	height: 525px;
	margin: 0 auto;
	transition: all 200ms ease;
	transform: translate3d(0px, 0px, 0px);
	width: 9999px;
}
.element_textblocks .layout_panels-slider .text-item {
	background-position: center bottom;
	background-size: contain;
	display: block;
	float: left;
	height: 525px;
	padding: 35px;
	width: 300px;
}
@media (min-width: 768px) {
	.element_textblocks .layout_panels-slider .text-items {
		height: 700px;
	}
	.element_textblocks .layout_panels-slider .text-item {
		height: 700px;
		width: 400px;
		padding: 50px;
	}
}


.panels-slider-next, .panels-slider-prev {
	position: absolute;
	top: 55%;
	z-index: 1;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 160px;
	opacity: .5;
	width: 50px;
}
.panels-slider-next {
	right: 0;
}
.panels-slider-prev {
	left: 0;
}
.panels-slider-next:hover, .panels-slider-prev:hover {
	opacity: 1;
}

.element_textblocks .layout_panels-slider .panels-slider-next {
	background-image: url(../images/panel_slider_arrow_next.png);
}
.element_textblocks .layout_panels-slider .panels-slider-prev {
	background-image: url(../images/panel_slider_arrow_prev.png);
}

/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Captions */
.layout_captions .text-item {
	position: relative;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	
	background-color: #fff;
}
.layout_captions .text-item+.text-item {
	box-shadow: 0px 1px rgba(0, 0, 0, .15) inset;
}
.layout_captions .text-item .image {
	position: relative;
	
	background-color: #666;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.layout_captions .text-item .image::before {
	content: " ";
	display: block;
	padding-top: 75%;
}
.layout_captions .text-item .block {
	position: relative;
	
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	padding: 20px;
}
@media (min-width: 576px) {
	.layout_captions .text-item {
		flex-direction: row;
	}
	.layout_captions .text-item .image {
		min-width: 30%;
	}
	.layout_captions .text-item .image::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 0;
		
		border-top: 15px solid transparent;
		border-right: 15px solid #fff;
		border-bottom: 15px solid transparent;
		height: 0;
		transform: translateY(-50%);
		width: 0;
	}
}


/* EVENTS *//* Tiles (Upcoming) */
.eventtypelayout_tilesupcoming {
	padding: 40px 20px;
	padding-bottom: 10px;
}

.eventtypelayout_tilesupcoming .pagegroup-title h2 {
	text-align: center;
	font-size: 50px;
	color: #FFFFFF;
	text-transform: none;
	margin-bottom: 20px;
}
@media(min-width: 991px){
	.eventtypelayout_tilesupcoming .pagegroup-title h2 { font-size: 60px; }
}
.eventtypelayout_tilesupcoming .event-items {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.eventtypelayout_tilesupcoming .event-item {
	transition: background-color .2s, color .2s;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 100%;
	border: 0;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
	align-items: center;
	padding: 40px;
	text-align: center;
}

.eventtypelayout_tilesupcoming .event-item .weekday-month {
	font-size: 24px;
	text-transform: uppercase;
	color: #222C36;
}
.eventtypelayout_tilesupcoming .event-item .day {
	font-size: 90px;
	font-weight: 900;
	line-height: 94px;
}
.eventtypelayout_tilesupcoming .event-item .title {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
}
@media (max-width: 399px) {
	.eventtypelayout_tilesupcoming .event-item .day {
		font-size: 60px;
		line-height: 74px;
	}
}

@media(min-width: 768px) {
	.eventtypelayout_tilesupcoming .event-items {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 20px;
	}
	.eventtypelayout_tilesupcoming .event-item {
		flex-basis: calc(50% - 15px);
	}
}

/* Additional links below event grid */
.event-links {
	padding: 20px;
	padding-top: 0;
}
.event-links .element { max-width: 1200px; margin: auto;}
.event-links .article{
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
}
.event-links a {
	text-align: center;
	font-size:24px;
	color: #FFEE9A;
	padding: 8px;
	font-weight: bold;
}
.event-links a:hover { color: #fff; }
	

@media (min-width: 1080px) {
	.eventtypelayout_tilesupcoming { padding: 40px; }
	.eventtypelayout_tilesupcoming .element { max-width: 1600px; margin: auto; }
	.eventtypelayout_tilesupcoming .event-item {
		padding: 30px 20px;
		flex-basis: calc(25% - 15px);
	}
	.event-links .article {
		flex-direction: row;
		justify-content: space-around;
	}
}
@media (min-width: 1400px) {
	.eventtypelayout_tilesupcoming { padding: 40px 60px; }
}
/* Alerts */
.site-alert { background-color: #e59e23; color: #fff; font-size: 24px; font-weight: 200; line-height:30px; }
.site-alert a { color:inherit; }
.site-alert a:hover { color:inherit; text-decoration:underline; }
.site-alert.urgent { background-color: #d50000; }
.site-alert .alert-title::before { text-transform:uppercase; position:absolute; top:15px; left:0; }
.site-alert.urgent .alert-title::before { content:"Alert!"; }
.site-alert .alert-title { padding:45px 0 15px 0; position:relative; display:block; z-index:5; }
.site-alert .alert-close { background: url(../images/icon_close.png) center center no-repeat; cursor: pointer; display: block; float: right; width: 60px; height: 60px; z-index:10; position:relative; }

@media (min-width:350px) {
	.site-alert .alert-title { padding:15px 0 15px 40px; }
	.site-alert.urgent .alert-title { padding-left: 100px; }
}

#announcements-wrapper { background-color: #222; color: #fff; }
#announcements-wrapper ul, #announcements-wrapper li { list-style: none; margin: 0; padding: 0; }
#announcements-wrapper a { display: block; color: #fff; line-height: 30px; padding: 15px 0; }
#announcements-wrapper a:focus, #announcements-wrapper a:hover { color: #fff; text-decoration: underline;}
