@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p {
	line-height: 1.6em;
}
a {
	color:#a1002e;
}
a:visited {
	color:#a1002e;
}
a:active {
	color:#a1002e;
}
a:hover {
	color:#f1094b;
}

p {
	line-height:1.3em;
}

h1 {
	font-size:1.6em;
	font-weight:normal;
	color:#fff;
	background:#a1002e;
	padding:20px 5% 20px 10%;
	margin:0px;
    text-align: left;
}
.h1 {
	font-size:2.2em;
	font-weight:bold;
	color:#333;
	padding:0;
	margin:10px 0;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	margin:10px 0 5px 0;
	color:#a1002e;
}
h2 em {
    color:#b81c41;
    font-size:1.1em;
}
.h2blacktitle {
	color:#000;
	border-bottom:2px solid #000;
}
h3 {
	font-size: 1.6em;
	font-weight:normal;
	margin:30px 0px;
	color:#000;
	line-height: 1.2em;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	margin:20px 0 5px 0;
	text-transform:uppercase;
	color:#333;
	padding:0px;
}
h5 {
    font-size:1.4em;
}
h6 {
    font-size: 1.1em;
    font-weight:bold;
    padding:0px;
    margin:5px 0px;
    line-height:1em;
}
sup {
    font-size:.4em;
}

.unbold {
	font-weight:normal;
}

header {
	padding: 30px 5%;
	background:#fff;
}
.logo {
	width: 30%;
	float:left;
}

nav {
	width:70%;
	float:left;
}
.navarrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent; 
	border-bottom:10px solid #404041; 
	position:absolute;
	left:30px;
	top:-10px;
}


section {
	background:#fff;
	padding:20px 0px;
	position: relative;
}
.contain {
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.col-half {
	width: 50%;
	float: left;
	position: relative;
}
.col-third {
	width: 33%;
	float: left;
	position: relative;
}
.col-fourth {
	width: 25%;
	float: left;
	position: relative;
}
.col-twothirds {
	width: 66%;
	float: left;
	position: relative;
}
.col-threefourths {
	width: 75%;
	float: left;
	position: relative;
}

.pad-left {
	padding-left: 5%;
}
.pad-right {
	padding-right: 5%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 5%;
}

.welcome {
	font-size:1em;
}
.bluetext {
	color:#0057b8;
}
.blueblock {
	background:#ccddf2;
	padding:30px 0;
}
.quicklinkcontainer {
    margin:150px auto 30px auto;
    padding:0;
}
.quicklinkblock{
	position: relative;
    height:420px;
    width:29.33%;
    float:left;
    margin:15px 2%;
	background: rgb(229,229,229);
	background: linear-gradient(180deg, rgba(229,229,229,1) 0%, rgba(191,189,190,1) 100%);
    border-radius:8px;
	padding:0 3% 30px 3%;
}
.quicklinkblock img {
    display:block;
    height:150px;
    width:auto;
    margin:-75px auto 30px auto;
}
.quicklinkblock p {
    margin:0px 0 10px 0;
	color:#2a73c3;
	font-size:1em;
}
.quicklinkblock h3 {
    margin:0 0 20px 0;
	text-transform: uppercase;
	font-size:1.2em;
	text-align: center;
}
.quicklinkblock .qlbtn {
	position: absolute;
	bottom:20px;
	left:0px;
	width:100%;
}

.linkarrow, .linkarrow:visited, .linkarrow:active {
	color:#777;
	text-decoration:none;
	font-size:.8em;
}
.linkarrow:hover {
	color:#0057b8;
}
.morelink, .morelink:visited, .morelink:active {
	color:#777;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}
.morelink:hover {
	color:#0057b8;
}

.circle-text {
	shape-outside: circle(55%);
	width:25%;
	height:auto;
	float:left;
	margin-right:5%;
	margin-bottom:20px;
}
.blocklink, .blocklink:visited, .blocklink:active {
	background:#777;
	width:auto;
	float:right;
	padding:20px;
	color:#ddd;
	text-decoration:none;
	font-weight:bold;
}
.blocklink:hover {
	color:#fff;
	background:#0057b8;
}
.homenews {
	padding:5px;
	margin:0 auto;
}
.news-tease {
	position:relative;
	width:30%;
	float:left;
	margin:30px 1.11%;
	padding:20px;
	border-right:1px solid #ccc;
	font-size:1em;
	line-height: 1.6em;
}
.news-tease:last-child {
	border-right:none;
}
.newsicon {
	width:12px;
	height:12px;
	position: absolute;
	top:30px;
	right:20px;
}
.newsicon2 {
	width:15px;
	height:15px;
	position: relative;
	margin:0 0 0 20px;
	vertical-align: baseline;
}
.news-tease h4 {
    margin-top:0px;
	text-transform: none;
	border-bottom:1px dashed #aaa;
	padding-right:20px;
}
.news-tease a, .news-tease a:visited, .news-tease a:active {
	text-decoration:none;
}
.news-tease h4 a, .news-tease h4 a:active, .news-tease h4 a:visited {
	color:#0057b8;
}
.news-tease h4 small {
    font-size:.7em;
}
.newstease-date {
	text-align: center;
	line-height: 1em;
	padding: 5px 0;
	margin-bottom:5px;
}
.newstease-date h3 {
	font-size:1.1em;
	margin:0px;
	padding:0px;
}
.news-tease p {
	margin:5px 0px;
	line-height: 1.4em;
	font-size: .9em;
    display:block;
}
.news-tease p a {
    color:#777;
}

.homevent-block {
	
}
.homevent-block .datesquare {
	width:12%;
	float:left;
	padding:10px 0 0 0;
	background:#f2f2f2;
	color:#555;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	margin-right:5%;
	margin-bottom:20px;
	position:relative;
	line-height: 1.2em;
}
.homevent-block .datesquare:after {
  content: "";
  display: block;
  padding-bottom: 20%;
}
.homevent-block .datesquare span {
	display:block;
	color:#333;
	font-size:1.4em;
}
.homevent-block .datesquare small {
	display:block;
	color:#aaa;
	font-size:.7em;
    margin:8px 0 0 0;
    line-height: .8em;
}
.rightarrow {
	width: 0; 
	height: 0; 
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent; 
	border-left:20px solid #f2f2f2; 
	position:absolute;
	right:-15px;
	top:10px;
}
.homevent-block h4 {
    margin-top:0px;
	text-transform: none;
	border-bottom:1px dashed #aaa;
	padding-top:10px;
}
.homevent-block a, .homevent-block a:visited, .homevent-block a:active {
	text-decoration:none;
}
.homevent-block h4 a, .homevent-block h4 a:active, .homevent-block h4 a:visited {
	color:#0057b8;
}
.homevent-block h4 small {
    font-size:.7em;
}
.homevent-block p {
	margin:5px 0px;
	line-height: 1.4em;
	font-size: .9em;
    display:block;
}
.homevent-block p a {
    color:#777;
}



.searchresult {
    display:block;
    margin:50px;
    width:340px;
    float:left;
}

.allcaps {
	text-transform:uppercase;
}
.infobox {
	display:block;
	margin:20px auto;
    border-radius:12px;
	background: rgb(0,92,191);
	background: linear-gradient(90deg, rgba(0,92,191,1) 0%, rgba(158,1,47,1) 100%);
	padding:2px;
}
.infobox div {
	display:block;
	background: rgb(229,229,229);
	background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 50%, rgba(240,240,240,1) 100%);
	padding:15px 30px;
	text-decoration: none;
	font-size:1em;
	font-weight:400;
    border-radius:10px;
}
.ebolainfobox {
	font-size:1.6em;
	text-align:center;
}

#floater {
	position:absolute;
	top:20px;
	right: 31%;
	z-index: 300;
}

.showmobile {
	display:none;
}
.nomobile {
	display:block;
}

.imgleft {
	float:left;
	margin-right:20px;
}
.imgrt {
	float:right;
	margin-left:20px;
}
.pageimg {
	border:6px solid #FFF;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
hr {
	border: 0;
    height: 1px;
	margin:5px 0;
	background:#a1002e;
}

.articleimg {
	border:6px solid #FFF;
	box-shadow: 3px 3px 4px #555;
    width:42%;
    float:right;
    margin:0px 0px 45px 4%;
}
.vision-left {
	width:450px;
	float:left;
	height:320px;
	overflow:hidden;
}
.vision-right {
	width:475px;
	float:right;
}
div.c2a {
	display:inline-block;
	margin:20px auto;
    border-radius:50px;
	background: rgb(0,92,191);
	background: linear-gradient(90deg, rgba(0,92,191,1) 0%, rgba(158,1,47,1) 100%);
	padding:2px;
}
div.c2a a {
	display:block;
	background: rgb(229,229,229);
	background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(242,242,242,1) 50%, rgba(229,229,229,1) 100%);
	padding:10px 25px;
	text-decoration: none;
	font-size:1.2em;
	font-weight:400;
    border-radius:50px;
	color:#a1002e;
	text-align: center;
}
div.c2a a:hover {
	background: #a1002e;
	color:#fff;
}
.list{
    margin:30px 8%;
    padding:0;
}
.list li{
    display: list-item;
    list-style: none;
	list-style-image:url(https://nanomixdx.com/images/bullet.gif);
	list-style-position: outside;
	padding-bottom:12px;
	padding-left:0px;
	line-height:1.2em;
}
.list em a{
	color:#0057b8;
	font-size:.9em;
}
.jobslist{
    margin:30px 8%;
    padding:0;
}
.jobslist li{
    display: list-item;
    list-style: none;
	list-style-image:url(https://nanomixdx.com/images/bullet.gif);
	list-style-position: outside;
	padding-bottom:22px;
	padding-left:10px;
	line-height:1.2em;
	font-weight:bold;
}
.jobslist li a {
	background:#a1002e;
	color:#fff;
	font-size:.7em;
	padding:1px 10px;
	margin:0px 5px;
	border-radius:4px;
	text-decoration: none;
}

.highlight {
    background:#f1f6fc;
    padding:30px;
    border-radius:5px;
    margin:30px 0px;
}
.highlight li {
    font-weight:bold;
    font-size:1.1em;
	line-height:1.6em;    
}
.ebolaemaillink {
	width:350px;
	float:right;
	font-size:1.1em;
	text-align:right;
}

.newslist  li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.gif) 0px 7px no-repeat;
	padding:1px 0px 5px 18px;
	margin: 8px 0 12px 0;
	list-style-position: outside;
	clear:both;
	width:100%;
    line-height: 1.5em;
	position: relative;
}	
.newslist li strong {
    font-size:1em;
}
.newslist a, .newslist a:active, .newslist a:visited {
	text-decoration:none;
}

.newsdate {
	width:16%;
	margin-right:5px;
	display:block;
	float:left;
	font-size:.8em;
}
.newsitem {
	width:83%;
	float:left;
}
h3.yearlink {
	background:#bbb;
	color:#000;
	border-radius:5px;
	font-size:1em;
	padding:10px 30px 10px 10px;
	cursor:pointer;
	position: relative;
}
h3.yearlink::after {
	content: "\25BC";
	position:absolute;
	right:10px;
	top:10px;
}
.yearContent{
	display: none;
	margin:0;
	padding:1%;
	position:relative;
	line-height:1.6em;
}

.bioblock {
	padding:30px;
	line-height:1.6em;
	border-bottom:2px solid #ccc;
}
.bioblock img {
	margin: 0 10px 3px 0;
	width:100px;
	height:100px;
	border-radius:50px;
	float:left;
	border:2px solid #555;
	box-shadow: 4px 4px 0px #ccc;
}
.bioblock h3 {
	margin:10px 0 5px 0;
}
.bioblock em {
	font-weight:bold;
	margin:0 0 30px 0;
	color:#444;
}
.bioblock em strong {
	color:#111;
}
.redunderline {
	border-bottom:2px solid #a1002e;
}
.center {
	text-align:center;
}
address {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:10px 0 10px 20px;
	font-style:normal;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.thumbs {
	text-align:center;
}
.thumbs img {
	cursor:pointer;
	border-radius:5px;
	border:1px solid #000;
	margin:10px;
}

.table {
	border:1px solid #cccccc;
	width:600px;
	margin:50px auto;
	}
.table th {
	background-color:#62A1B1;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding:3px 0 3px 8px;
	border:1px solid #FFFFFF;
	text-align:left;
	}
.table td {
	color:#000000;
	border:1px solid #FFFFFF;
	padding:8px;
	font-size:.9em;
	font-weight:normal;
	line-height:1.2em;
}
.stripe1 {
	background-color:#D3DfE4;
	}		
.stripe2 {
	background-color:#EAF0F2;
	}				


.directions {
	font-size:.8em;
}
#vidcontainer {
	text-align:center;
	width:100%;
	margin:0 auto;
}

#vidnav {
	text-align:center;
	margin:30px 0;
}
#vidnav a, #vidnav a:active, #vidnav a:visited {
	background:#777;
	padding:10px;
	border-radius:7px;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	margin:20px;
}
#vidnav a:hover {
	background:#0057b8;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
    border:thin solid #ccc;
}
.vidplayer {
	position:relative;
	width:100%;
	height:auto;
    
}

.vjs-fullscreen {padding-top: 0px}

.clear {
	clear:both;
}
.ctr {
	text-align:center;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:0 auto 10px auto;
	background:#2d2c2c;
	color:#fff;
	position: relative;
	padding-top:50px;
}
fieldset strong {
	color:#a80532;
	font-size:1.1em;
}
legend {
	font-size:32px;
	font-weight:bold;
	color:#fff;
	position: absolute;
	top:0px;
}
#emailform div {
	margin:10px;
	text-align:left;
	position: relative;
}
label {
	float:left;
	margin:0 1% 0 0;
	width:30%;
    padding:10px 0;
	font-size:.9em;
}
#submit {
	text-align:center;
}
.submitbtn {
	text-align:center;
}
input {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin-top:8px;
	padding:1% 3%;
	width:69%;
	position: relative;
}
textarea {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin-top:8px;
	padding:2% 3%;
	height:120px;
	width:69%;
}
select {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin-top:8px;
	padding:1% 3%;
	width:69%;
	cursor:pointer;
}
input[type=checkbox], input[type=radio]{
	width:auto;
	vertical-align:bottom;
}

.button{
	font-size:20px;
	border-radius: 5px;
	border:none;
	padding:3%;
	background-color: #a80532;
	text-align: center;
	color:#fff;
	cursor:pointer;
	width:100%;
	transition: background 0.65s ease;
}
button.button {
	background:#2d2c2c;
	padding:1% 3%;
	width:auto;
	margin:0 auto;
}
.button:hover{
	background-color: #ce083f;
	color:#fff;
	cursor:pointer;
}


.unoCme {
	display:none;
	visibility: hidden;
}

footer {
	font-size:.7em;
	margin:0 auto;
	padding:20px;
	background:#a1002e;
	color:#fff;
	line-height:1.6em;
}
footer h2, footer h3 {
	color:#fff;
	font-weight:400;
}
footer a, footer a:visited, footer a:active {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#ddd;
}
.footerlinks a {
	display:block;
}
.copyright {
	margin-top:30px;
	font-size:.9em;
}
#credit {
	clear:both;
	width:100%;
	text-align:right;
	font-size:.8em;
	margin:50px 0 0px 0;
}

/* slider styles */
.slide_wrap {
	width: 100%;
	height: 480px;
	margin: 0px!important;
	position:relative;
	padding:0px!important;
}
.slide_wrap ul {
	display: none;
	padding:0px!important;
	margin:0px!important;
}
.lcms_contents_fullheight .lcms_content {
	top: 0;
}
.lcms_nopadding .lcms_content {
	padding: 0;	
}
.lcms_txt_padding .lcms_content {
	padding: 25px;	
	overflow: auto;
	font-size: 15px;
	line-height: 20px;
	background: none;
}
.lcms_content > p {
	line-height: 1.4em;    
}
.lcms_content {
	background: none !important;
}
.mynavleft,
.mynavright {
	color: #aaa;
	opacity: 0.7;
	cursor: pointer;
	position: relative;
	top: -250px;
	margin-top: -10px;
	width: 40px;
	filter: none !important;
	z-index: 9999;
	transform: none;
	transition: opacity .2s ease;
}
.mynavleft {
	left: 30px;
	right: auto;
}
.mynavright {
	right: 30px;
	left: auto;
	float: right;
}
.mynavleft:hover, 
.mynavright:hover {
	opacity: 1;    
}
@media screen and (max-width:1200px) { 
	#extra_nav_left, 
	#extra_nav_right {
		width: 30px;
		top: -33vh;
	}
	#extra_nav_left {
		left: 18px;
	}
	#extra_nav_right {
		right: 18px;
	}
}
/* end slider styles */
.home-slider-container {
	width:100%;
	padding:0px;
	margin:0px;
	position: relative;
	background: none !important;
	overflow:hidden;
}
.home-slider-img {
	width:100%;
	display:block;
	height:auto;
	margin:0;
	position: relative;
}
.home-slider-img img{
	display:block;
	width:100%;
		object-fit: cover;
		object-position: left top;
}
.home-slider-info {
	display:block;
	width:45%;
	background:rgba(255,255,255,.6);
	position:absolute;
	top:0px;
	right:5%;
	z-index: 5;
	border-radius:0 0 10px 10px;
	padding:40px 60px;
	color:#000;
}
.home-slider-info h2 {
	color:#000;
	padding:10px 0 30px 0;
	border-bottom:5px solid #a1002e;
}
.home-slider-info p {
	font-size:1.2em;
	display:block;
	position: relative;
	padding:0 0 0 20px;
	margin:30px 0;
}
.home-slider-info p:before {
	content: url("../images/bullet.png");
	position: absolute;
	top:3px;
	left:-10px;
}

@media (min-width: 1600px) {
	.slide_wrap {
		height: 650px;
	}
}

@media (min-width: 2200px) {
	.slide_wrap {
		height: 950px;
	}
}
@media (max-width: 1350px) {
	.slide_wrap {
		height: 390px;
	}
}

@media (max-width: 1079px) {
	.slide_wrap {
		height: 350px;
	}
	.home-slider-info {
		width:50%;
		position:absolute;
		top:0px;
		right:5%;
		padding:30px 5%;
	}
	.home-slider-info h2 {
		padding:10px 0 20px 0;
		font-size:1.4em;
	}
	.home-slider-info p {
		font-size:1.2em;
		padding:0 0 0 20px;
		margin:30px 0;
	}

}
@media (max-width: 1019px) {
	.slide_wrap {
		height: 325px;
	}
}

@media (max-width: 940px) {
	.slide_wrap {
		height: 300px;
	}
	.home-slider-info {
		width:52%;
		position:absolute;
		top:0px;
		right:1%;
		padding:10px 3%;
	}
	.home-slider-info h2 {
		padding:0px 0 10px 0;
		font-size:1.4em;
	}
	.home-slider-info p {
		font-size:1em;
		padding:0 0 0 20px;
		margin:30px 0;
	}

}
@media (max-width: 820px) {
	.slide_wrap {
		height: 300px;
	}
}

@media (max-width: 719px) {
	.slide_wrap {
		height: 350px;
	}
	.home-slider-info {
		width:88%;
		position:absolute;
		top:0px;
		right:6%;
		padding:10px 3%;
		background:rgba(255,255,255,.7);
	}
	.home-slider-info h2 {
		padding:0px 0 10px 0;
		font-size:1.6em;
		line-height:1.4em;
	}
	.home-slider-info p {
		font-size:1.1em;
		padding:0 0 0 20px;
		margin:30px 0;
	}
	.home-slider-img {
		width:100%;
		margin:0;
		position: relative;
		overflow: hidden;
	}
	.home-slider-img img{
		flex-shrink: 0;
		width:auto;
		height:300px;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: left top;
	}
}
.google-maps {
	position: relative;
	padding-bottom: 80%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.popwindow {
	visibility: hidden;
	position: fixed;
	top: 10%;
	left: 20%;
	width: 60%;
	height: 70%;
	padding: 20px 10px 20px 40px;
	border-radius:5px;
	background-color: #2d2c2c;
	z-index:51000;
	font-size:14px;
	font-weight:normal;
	color:#404041;
	display:none;
	overflow: scroll !important;
	-webkit-overflow-scrolling:touch !important;
}
.popwindow .closewin a, .popwindow .closewin a:visited, .popwindow .closewin a:active {
	position: fixed;
	top:10%;
	left:20%;
	z-index:52000;
	width:auto;
	height:auto;
	cursor:pointer;
	color:#eee;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	background: #ca2427;
	border-radius:15%;
	padding:8px 12px;
	text-align:center;
}
.popwindow .closewin a:hover {
	background:#ca2427;
}
.popwindow .closewin img {
	width:30px;
	height:30px;
	border:none;
}
.emailframe {
	width:100%;
	height:100%;
	border:none;
	border-collapse:collapse;
}

.overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index:5001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


/*****************************************************************
	ALERTS
******************************************************************/
#alert {
	padding:20px;
	clear:both;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;
}
#alert2 {
	padding:0px;
	clear:both;
	position:relative;
	top:-25px;
	left:0px;
	margin:0px -25px;
}
#alert .closealert, #alert2 .closealert {
	position:absolute;
	top:5px;
	right:10px;
	color:#fff;
	font-weight:bold;
	opacity:.6;
	text-decoration:none;
}
#alert .closealert:hover, #alert2 .closealert:hover {
	opacity:1;
	color:#fff;
}
#alert p, #alert2 p {
	margin:0px;
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-size:1.2em;
}
#alert ul, #alert2 ul {
	color:#fff;
	padding:0;
	margin:0;
}
#alert li, #alert2 li {
	color:#fff;
	list-style:none;
}
.error, .notice, .success, .info {
	padding:25px;
	min-height:25px;
}
.error      { background: #a71818; color: #fff !important; border-color:#a71818; }
.notice     { background: #cda504; color: #fff !important; border-color:#cda504; text-align:center;  }
.success    { background: #039b2d; color: #fff !important; border-color:#039b2d; }
.info		{ background: #cda504; color: #fff !important; border-color:#cda504; }
.error a    { color: #fff; }
.notice a   { color: #fff; }
.success a  { color: #fff; }
.info a		{ color: #fff; }


@media (max-width: 940px) {
	
	h2 {
		font-size:1.4em;
	}
	h3 {
		font-size:1.2em;
	}
	.contain {
		padding:0 5%;
	}
	.quicklinkcontainer {
		margin:150px auto;
		padding:0 0;
	}
	.quicklinkblock{
		position: relative;
		height:450px;
		width:33%;
		float:left;
		margin:15px .15%;
		background: rgb(229,229,229);
		background: linear-gradient(180deg, rgba(229,229,229,1) 0%, rgba(191,189,190,1) 100%);
		border-radius:8px;
		padding:0 2% 30px 2%;
	}
}
@media (max-width: 719px) {
	
	.logo {
		width:96%;
		text-align: center;
		float:none;
	}
	.logo img {
		width:100%;
		max-width:350px;
		height:auto;
	}
	.col-half img {
		max-width:96%;
		height:auto;
	}
	.col-half {
		width: 100%;
		float: none;
		padding:0 2%;
	}
	.col-third {
		width: 100%;
		float: none;
		padding:0 2%;
	}
	.col-fourth {
		width: 100%;
		float: none;
		padding:0 2%;
	}
	.col-twothirds {
		width: 100%;
		float: none;
		padding:0 2%;
	}
	.col-threefourths {
		width: 100%;
		float: none;
		padding:0 2%;
	}
	
	.showmobile {
		display:block;
	}
	.nomobile {
		display:none;
	}
	h1 {
		font-size:1.6em;
		font-weight:normal;
		color:#fff;
		background:#a1002e;
		padding:20px 5% 20px 5%;
		margin:0px;
		text-align: left;
	}

	nav {
		width:100%;
		float:none;
	}
	.newsdate {
		width:100%;
		margin-right:5px;
		float:none;
		font-size:1em;
	}
	.newsitem {
		width:100%;
		float:none;
	}
	.quicklinkcontainer {
		margin:150px 0;
		padding:0 5%;
	}
	.quicklinkblock{
		position: relative;
		height:auto;
		width:90%;
		float:none;
		margin:95px 5% 20px 5%;
		background: rgb(229,229,229);
		background: linear-gradient(180deg, rgba(229,229,229,1) 0%, rgba(191,189,190,1) 100%);
		border-radius:8px;
		padding:1px 5% 30px 5%;
	}
	.quicklinkblock img {
		display:block;
		height:150px;
		width:auto;
		margin:-75px auto 30px auto;
	}
	.quicklinkblock p {
		margin:0px 0 10px 0;
		color:#2a73c3;
		font-size:.9em;
	}
	.quicklinkblock h3 {
		margin:0 0 20px 0;
		text-transform: uppercase;
		font-size:1.2em;
		text-align: center;
	}
	.quicklinkblock .qlbtn {
		position: relative;
		bottom:20px;
		left:0px;
		width:100%;
		margin-top:30px;
	}
	.news-tease {
		width:90%;
		float:none;
		margin:30px 5%;
		padding:20px;
		border-right:none;
		border-bottom:1px solid #ccc;
		font-size:1em;
		line-height: 1.4em;
	}
	
	.circle-text {
		shape-outside: none;
		width:70%;
		height:auto;
		float:none;
		margin-right:15%;
		margin-left:15%;
	}
	#floater {
		position:relative;
		top:20px;
		right: auto;
		z-index: 0;
	}


}
