#likes p { display: none; }
 
img, object, embed  { max-width: 100%; }
#facebook-feed { max-width: 100%; }
#twitter-widget {width: 100%; }

a, a:visited, a:hover{
   color: #0966b5;
}

a {
  transition-property: color;
  transition-duration: 1s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 1s;
  -moz-transition-property:color;
  -moz-transition-duration: 1s;
  color: #0966b5;
}

a:hover {
  transition-property: color;
  transition-duration: 1s;
  -webkit-transition-property: color;
  -webkit-transition-duration: 1s;
  -moz-transition-property:color;
  -moz-transition-duration: 1s;
  color: #093255;
}

.logo{width: 250px;}

body{
   background-color: #eaeaea;
}

#article {
/*font-family:Arial Unicode MS,Arial,sans-serif;*/
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}
#section-header-0 {
   padding: 20px; 0px 20px 20px;
   width: 60%;
}
#section-header-0-content {}
#section-header-1 {
   padding: 62px 20px 0px 0px;
   width: 40%;
   text-align: right;
}
#section-header-1-content {}
#section-header-2 {}
#section-header-2-content {}
#section-middle-0 {}
#section-middle-0-content {}
.dateline, .source {
   font-weight: bold;
   font-style: italic;
}
#section-middle-1 { 
   max-height: 320px; 
   overflow: auto; 
   margin-left: 0; 
   padding: 0 5px 0 5px;
}
#section-middle-1 h1{
   text-align: center;
   font-size: 1.7em;
}
#section-middle-1 h2{
   text-align: center;
   font-size: 1.3em;
   font-weight: normal;
}
#section-middle-1-content {}
#section-middle-2 {}
#section-middle-2-content {}
#section-footer-0 {width: 50%;}
#section-footer-0-content {}
#section-footer-1 {width: 50%;}
#section-footer-1-content {}
#section-footer-2 {}
#section-footer-2-content {}
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;
}
#media_contact_section{}
#media_contact_title{}
.phone1{}
.phone2{}
.phone3{}
.phone4{}
.phone5{}
#media_contact_toggle_link{}
.flexslider {}
.flex-caption {
   font-size: 11px;
   font-weight: bold;
   padding: 5px;
}
#slider-player {}
#slider-player-nav {}

#header-container, #middle-container, #footer-container{
   background: #fff;
   box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
   -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
   -moz-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.9);
}
#header-container{}
#middle-container{
   padding-bottom: 20px;
}
#footer-container{
   background: url("images/footer-bg.png") repeat-x scroll center top #00693c;
   text-align: center;
   padding-bottom: 20px;
   color: #fff;
}
#footer-container h3{
   color: #fff;
   padding: 3px;
   font-size: 1.5em;
   font-weight: lighter;
}
#footer-container a { color: #fff; word-wrap: break-word; }

.ctab, .ctab:visited, .ctab:hover{
   color: #fff;
   text-decoration: none;
}
.ctab {
    position: relative;
    text-decoration: none;
    background-color: #009F55;
    display: block;
    padding: 4px;
    font-size: 1.3em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 6px 0px rgba(6, 92, 23, 1), 0px 6px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 6px 0px rgba(6, 92, 23, 1), 0px 6px 25px rgba(0,0,0,.7);
    box-shadow: 0px 6px 0px rgba(6, 92, 23, 1), 0px 6px 25px rgba(0,0,0,.7);
    margin: 0px auto;
	width: 220px;
        max-width: 100%;
	text-align: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.ctab:active {
    -webkit-box-shadow: 0px 3px 0px rgba(6, 92, 23, 1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(6, 92, 23, 1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(6, 92, 23, 1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

.icons{
   transition-property: opacity;
   transition-duration: 1s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 1s;
   -moz-transition-property:opacity;
  -moz-transition-duration: 1s;
   opacity: .8;
   width: 50px;
   margin-right: 2px;
   margin-bottom: 5px;
}

.icons:hover{
   transition-property: opacity;
   transition-duration: 1s;
   -webkit-transition-property: opacity;
   -webkit-transition-duration: 1s;
   -moz-transition-property:opacity;
  -moz-transition-duration: 1s;
   opacity: 1;
}


.social-likes{}
@media (max-width:767px){
#section-header-0{display:none;}
#section-header-0, #section-header-1 {
   width: 100%;
}
#section-header-1{
   padding: 0px 15px 0px 15px;
}
#section-footer-0, #section-footer-1{
   width: 100%;
}
.ctab{
   margin-top: 20px;
   margin-bottom: 20px;
}
}