/* Header Styles */

.skip-navigation-link,
.footer-navigation-link,
.main-navigation-link {
    color: #404040;
    position: absolute;
    display: inline-block;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-navigation-link:focus,
.skip-navigation-link:active,
.footer-navigation-link:focus,
.footer-navigation-link:active,
.main-navigation-link:focus,
.main-navigation-link:active {
    color: #404040;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
    text-decoration: underline;
    top: 5px;
    text-align: center;
    outline: none;
    z-index: 1;
}

.content h1 {
	font-size: 21px;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
}

h2 {
	font-size: 19px;
	color: #900;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #555;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #990000;
}

h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
 
.header1 {
	color: #818181;
	font-weight: bold;
	font-size: 14px;
}
	
.header2 {
	color: #0063a3;
	font-weight: bold;
	font-size: 12px;
}

.header3 {
	color: #818181;
	font-weight: bold;
	font-size: 11px;
}
	
.redBold {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

.redlarge {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

.underline {
	text-decoration: underline;
}

.redtext {
	color: #990000;
	font-size:12px;
}

.ital {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-family: 'TradeGothicNextW02-Ital';
}

.serif {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-family: 'CenturyExpandedLTW01-It';
}

body {
    color: #000000;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #eee;
}

#main {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}

img {
    border-width: 0px;
    border-style: none;
}

a {
    text-decoration: none;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
}

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

a:visited {
    text-decoration: none;
}

/* helper classes */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hide-accessible {
   position: absolute !important;
   top: -99999px !important;
   left: -99999px !important;
   width: 2000px !important;
   height: 2000px !important;
}

/* Colors */ 

.youtube-red,
.fa-youtube:hover,
.fa-youtube-square:hover,
.fa-youtube-play:hover {
	color: #DF1F1C;
}

.pinterest-red,
.pinterest-red-hover:hover,
.fa-pinterest:hover,
.fa-pinterest-square:hover {
	color: #CB2528;
}

.facebook-blue,
.facebook-blue-hover:hover,
.fa-facebook:hover,
.fa-facebook-square:hover {
	color: #3b5998;
}

.twitter-blue,
.twitter-blue-hover:hover,
.fa-twitter:hover,
.fa-twitter-square:hover {
	color: #4ec2dc;
}

.flickr-pink,
.flickr-pink-hover:hover,
.fa-flickr:hover,
.fa-flickr-square:hover {
	color: #f90784;
}

.flickr-blue,
.flickr-blue-hover:hover,
.fa-flickr.blue:hover,
.fa-flickr-square.blue:hover {
	color: #0063DC;
}

.instagram-blue,
.instagram-blue-hover:hover,
.fa-instagram:hover,
.fa-instagram-square:hover {
	color: #427097;
}

.linkedin-blue,
.linkedin-blue-hover:hover,
.fa-linkedin:hover,
.fa-linkedin-square:hover {
	color: #007bb6;
}

.tumblr-blue,
.tumblr-blue-hover:hover,
.fa-tumblr:hover,
.fa-tumblr-square:hover {
	color: #32506d;
}

.wordpress-blue,
.wordpress-blue-hover:hover,
.fa-wordpress:hover,
.fa-wordpress-square:hover {
	color: #21759b;
}

.facebook-blue-bkg {
	background: #3b5998;
}

.youtube-red-bkg {
	background: #DF1F1C;
}

.pinterest-red-bkg {
	background: #CB2528;
}

.twitter-blue-bkg {
	background: #4ec2dc;
}

.flickr-pink-bkg {
	background: #f90784;
}

.flickr-blue-bkg {
	background: #0063DC;
}

.instagram-blue-bkg {
	background: #427097;
}

.linkedin-blue-bkg {
	background: #007bb6;
}

.tumblr-blue-bkg {
	background: #32506d;
}

.wordpress-blue-bkg {
	background: #21759b;
}

/*captioned image snippets*/

.image_cap {
	padding: 0 10px;
	width: auto;
}

.image_cap img {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	line-height: 0.8em;
	margin: 0 0 10px;
	padding: 4px;
	white-space: normal;
}

.image_cap span {
	background: none repeat scroll 0 0 #F7F7F7;
	border-color: #DDDDDD;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	color: #333333;
	display: block;
	font-size: 80%;
	line-height: normal;
	margin-top: -16px;
	padding: 2px 4px 5px;
	position: relative;
	text-align: left;
	z-index: 2;
}

.floatleft {
	display: block;
	float: left;
}

.floatright {
	display: block;
	float: right;
}

.image_caption{
	font-size:10px;
}

/* figures and captions */

figure {
	display: table;
	width: 300px; /* This can be any width, so long as it's narrower than any image */
	margin: 1em;
	text-align: center;
}
figure img, figcaption {
	display: table-row;
}
figure.left {
	float: left;
	margin-left: 0;
}
figure.center {
	margin: 1em auto;
}
figure.right {
	float: right;
	margin-right: 0;
}
figcaption {
	font-size: 0.75em;
	font-style: italic;
}

/* external links */

a.external-link:after,
a.email-link:after,
a.external-link-hover:after,
.external-link-hover:after,
a.info-link-hover:after,
.info-link-hover:after,
.external-link-hover-wrapper a:after { 
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	font-size: .9em;
	margin-left: 5px;
	text-indent: 0;
}


a.external-link-hover:after,
.external-link-hover:after,
a.info-link-hover:after,
.info-link-hover:after,
.external-link-hover-wrapper a:after {
	content: " ";
	width: 12px;
	font-size: .85em;
}

a.external-link:after,
.external-link:after,
a.external-link-hover:hover:after,
.external-link-hover:hover:after,
.external-link-hover-wrapper a:hover:after {
	content: "\f08e";
}

a.email-link:after {
	content: "\f003";
}

a.info-link-hover:hover:after,
a.info-link-hover.selected:after,
.info-link-hover.selected:after {
	content: "\f05a";
}

.fa-twitter:before {
    content: "𝕏";
}
