body {
   background: url(images/body-bg.gif) top left fixed #fff repeat-x;
}
#article {
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: 16px;
	color: #000;
}
#sharing-bar {
display: block;
float: right;
vertical-align: middle;
margin-right: 15px;
}
#classic-container {
 width: 90%;
 margin: auto;
 max-width: 980px;
 /*border: 26px solid #1d4165;*/
 background: #fff;
 box-shadow: 0px 3px 20px -4px #1C1C1C;
-webkit-box-shadow: 0px 3px 20px -4px #1C1C1C;
-moz-box-box-shadow: 0px 3px 20px -4px #1C1C1C;
 /* background: url() top left repeat;*/
/*background-color: #A8A8B2;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#A8A8B2), color-stop(.5,#D7D7DA));
background: -moz-linear-gradient(top, #FFFFFF 0%, #D7D7DA 50%, #A8A8B2 100%);
box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
-moz-box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.75);*/
}
h1 {
	font-size:1.5em;
	text-align:center;
padding: 0 5px 0 5px;
}

h2 {
text-align:center;
font-style:italics;
font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
	text-align: center;
	background: #1d4165;
	color: #fff;
	border-radius: 5px;
	border: 2px #eaeaea ridge;
    box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
-moz-box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: inset 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
}
#lede {
	padding: 0 10px 0 10px;
}
#body_text {
	padding: 0 10px 0 10px;
}
#facebook-feed { max-width: 100%; }
.fb_iframe_widget iframe {height: 363px !important;}
img, object, embed { max-width: 100%; padding-bottom:5px;}
#section-middle-1-1-content {
	text-align: center;
}
#section-middle-1-4-content {
	text-align: center;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 30px;
}
a, a:visited, a:hover {
	color:#1d4165;
word-wrap: break-word;
}
.dateline {
	font-style: italic;
	font-weight: bold;
}
.source {
	font-style: italic;
	font-weight: bold;
}
#section-header-0 {
}
#section-header-1 {
}
.section-block-a {
}
#section-video-gallery {
}
#video-main-title {
}
#section-photo-gallery {
}
#photo-main-title {
}
.section-block-b {
}
#section-block-c {
}
#section-press-release {
}
.block {
}
span[itemprop="name"], span[itemprop="jobTitle"], span[itemprop="worksFor"], span[itemprop="address"], span[itemprop="streetAddress"], span[itemprop="telephone"], span[itemprop="phones"], a[itemprop="email"], a[itemprop="url"] {
	display: block;
}
.flexslider {
}
.flex-caption {
font-size:1em;
font-weight:bold;
}
#slider-player {
}
#slider-player-nav {
}
#header-container {
}
#middle-container {
}
#footer-container {
}
.social-likes {
}

.logo {
margin:20px 0 0 20px;
}
.ctab, .ctab:visited { background-color: #1d4165; border: solid 1px #fff; border-radius: 8px; color: #fff; text-decoration: none !important; padding: 15px; font-weight: bold; box-shadow: 2px 2px 2px #000; font-size: 140%; display: block; width:80%; margin: 0 auto; margin-top: 2em; text-align:center;}

.ctab:hover { background-color: #356fa8; border: solid 1px #fff; border-radius: 8px; color: #fff; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }


 @media screen and (max-width:768px) {
#section-header-0 {
	display:none;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
h1 {
font-size:90%;
}
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
 
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}