body {
    background-image: url('images/bg2.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:#000;
    color: #fff;
}

#article {
font-family:Arial Unicode MS,Arial,sans-serif;
font-size:12px;
}
#containerElement {
 
}
#logo {
    width: 250px;
}
#section-header-0 {}
#section-header-0-content {}
#section-header-1 {}
#section-header-1-content {}
#section-header-2 {}
#section-header-2-content {}
#section-middle-0 {}
#section-middle-0-content {}
#section-middle-1 {}
#section-middle-1-content {}
#section-middle-1 h1 {
    font-size: 1.7em;
    text-align: center;
    color: #4B979B;
}
#section-middle-1 h2 {
   font-size: 1.3em;
    text-align: center;
}
#section-middle-2 {}
#section-middle-2-content {}
#section-footer h4{
    font-size: 1.5em;
   margin-top: 5px;
   margin-bottom: 0px;
}
#section-footer-0 {width:50%;}
#section-footer-0-content {}
#section-footer-0 h5 {
   font-size: 1.2em;
   color: #4B979B;
   margin-bottom: 0px;
}
#section-footer-0 p {
       margin-top: 5px;
}
#section-footer-1 {width: 50%;}
#section-footer-1 h4 {display: none;}
#section-footer-1-content {}
#section-footer-2 {display: none;}
#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{}

#header-container{
   text-align: center;
   padding: 20px 0px 20px 0px;
}
#middle-container {
    background: url(images/middle-bg-full.png) no-repeat;
    background-size: cover;
}
#middle-container{
    padding-top: 15px;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.3), inset 0 -3px 3px rgba(0,0,0,0.1);
   border: solid #ccc 2px;
   border-radius: 10px;*/
}
#footer-container{
   background: url(images/footer-bg-full.png) top left;
   text-align: center;
   margin-bottom: 20px;
   margin-top: -18px;
   height: 200px;
   padding-top: 25px;
}
.social-likes{}
.cta{
   margin-top: 10px;
   max-width: 100%;
}
#multimedia_inline {
        text-align: center;
}
@media (max-width:767px){
   body {
    background-image: none;
   }
   #section-header-0{display:none;}
   #sharing-bar {
       width: 200px;
       margin: 0 auto;
       float: none;
   }
   #section-middle-1{
       padding-top: 0px;
   }
    #section-middle-1 h1{
       margin-top: 0px;
    }
   #footer-container{
      height: 100%;
      border: none;
      margin-top: 0px;
   }
   #section-footer-0 {
      width: 100%;
   }
   #section-footer-1 {
       width: 100%;
   }
   #section-footer-0 h5{
      margin-top: 5px;
   }
}
@media (min-width:768px) and (max-width:991px){
     #middle-container {
       background: url(images/middle-bg-991.png) no-repeat;
       background-size: cover;
       padding-bottom: 20px;
   }
   #footer-container {
       background: url(images/footer-bg-991.png) no-repeat;
       background-size: cover;
       margin-top: -25px;
   }
}
@media (min-width:991px){
}
@media (max-width: 1200px) and (min-width: 992px){
    #middle-container {
    background: url(images/middle-bg-1199.png) no-repeat;
    background-size: cover;
   }
   #footer-container {
       background: url(images/footer-bg-1199.png) no-repeat;
       background-size: cover;
   }
   #section-middle-1 {max-height: 385px !important;}
}
