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

.logo{width: 600px;}
.icons{width: 50px;}

a, a:visited, a:hover{
   color: #31a9be;
   font-weight: lighter;
   text-decoration: none;
}

body{
   background-image: url(images/bg.png);
   background-color: #2a83b0;
   background-repeat: no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#containerElement {
   margin-bottom: 20px;
   margin-top: 20px;
}

#article {
/*font-family:Arial Unicode MS,Arial,sans-serif;*/
font-family: Arial, sans-serif;
font-size:12px;
}
#section-header-0 {
   padding: 20px; 0px 20px 20px;
   text-align: center;
}
#section-header-0-content {}
#section-header-1 {
   padding: 20px; 20px 20px 0px;
}
#section-header-1-content {}
#section-header-2 {}
#section-header-2-content {}
#lede, #body_text{
   padding-right: 10px;
}
#section-middle-0 {}
#section-middle-0-content {}
#section-middle-1 { 
   max-height: 320px; 
   overflow: auto; 
   margin-left: 0; 
   padding: 0 5px 0 5px;
}
#section-middle-1 h1{
   color: #31a9be;
   text-align: center;
   font-weight: lighter;
}
#section-middle-1 h2{
   text-align: center;
   font-weight: lighter;
   margin-top: -10px;
   color: #31a9be;
}
#section-middle-1-content {}
#section-middle-2 {}
#section-middle-2-content {}
#section-footer-0 {}
#section-footer-0-content {}
#section-footer-1 {}
#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 {}
#slider-player {}
#slider-player-nav {}

#header-container, #middle-container, #footer-container{
   background: #fff;
}
#header-container{}
#middle-container{
   padding-bottom: 20px;
}
#footer-container{
   text-align: center;
   padding-bottom: 20px;
   border-top: 1px solid;
}
#footer-container h3{
   font-weight: lighter;
   color: #464646;
   font-size: 2.0em;
   border-bottom: 1px solid #31a9be;
   text-transform: uppercase;
}
#footer-container a{
   font-size: 13px;
}

#footer-container a:hover {
transition-property: color, text-decoration;
  transition-duration: 4s;
  color: #114953;
  text-decoration: underline;
}
.social-likes{}
@media (max-width:767px){
#section-header-0{display:none;}
#containerElement {
   margin-bottom: 0px;
   margin-top: 0px;
}
}