body { margin: 0px; padding: 0px; background-color: #3F3F3F; }
/*.row, .contain-to-grid .top-bar { max-width: 1366px; }*/


h1,h2,h3,h4,h5,h6,p,li,strong,em, .label { font-family: 'Roboto','Helvetica Neue','Helvetica',Arial,sans-serif; color: #FFFFFF; }
h1,h2,h3,h4,h5,h6 { font-weight: 300; line-height: 1.0em; }
p,li,em { font-weight: 400; }
strong { font-weight: 700; }
section:not(.top-bar-section) { padding-top: 20px; }

#barra-microsites { position: relative;}
#barra-microsites li { position: relative; padding-bottom: 0px; }
#barra-microsites .label { position: absolute; top: 20px; left: 10px; font-size: 0.85rem; }
#barra-microsites .screen { -webkit-box-shadow: 1px 2px 6px 2px rgba(0,0,0,0.65); -moz-box-shadow: 1px 2px 6px 2px rgba(0,0,0,0.65); box-shadow: 1px 2px 6px 2px rgba(0,0,0,0.65); }
#barra-microsites h6 { margin-top: 0px; margin-bottom: 15px; padding-bottom: 3px; border-bottom: 1px solid #696969; text-transform: uppercase; font-size: 0.7rem; color: #B9B9B9; }
#barra-microsites h5 { margin-top: 10px; margin-bottom: 0px; }
#barra-microsites p, #barra-microsites strong { margin-top: 0px; margin-bottom: 20px; font-size: 0.7rem; color: #797979; }

#barra-microsites.size-large .row { max-width: 1220px; }


.lt-ie9 .orbit-container .orbit-prev, .orbit-container .orbit-next { background: none !important; color: #666; }
.lt-ie9 .orbit-container .orbit-prev > span { border-color: rgba(0, 0, 0, 0) #666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); border-right-color: #666; }
.lt-ie9 .orbit-container .orbit-next > span { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #666; border-left-color: #666; }
.lt-ie9 .orbit-container .orbit-prev:hover > span { border-color: rgba(0, 0, 0, 0) #222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.lt-ie9 .orbit-container .orbit-next:hover > span { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #222; }
.lt-ie9 .orbit-slide-number { display: none; }
.lt-ie9 .orbit-bullets { margin: 0 auto; overflow: hidden; position: absolute; top: auto; bottom: 5px; text-align: center; width: 100%; }
.lt-ie9 .orbit-bullets li { display: inline-block; width: 8px; height: 8px; background: #CCC; float: none; margin-right: 6px; border: none; -webkit-border-radius: 1000px; border-radius: 1000px;  cursor:pointer; }
.lt-ie9 .close-reveal-modal { position: absolute; top: 10px; right: 15px; font-size: 28px; font-weight: bold; color: #999; cursor: pointer; }



/* --- Small screens ------------------------------------------------------------------ */
@media only screen and (max-width: 40em) {
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) and (orientation: portrait) {
}

/* --- Medium screens / Tablet -------------------------------------------------------- */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:9999px)/";
  width: 9999px;
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  .top-bar { overflow: hidden; height: 2.8125rem; line-height: 2.8125rem; position: relative; background: #333; margin-bottom: 0; }
  .top-bar-section { left: 0; position: relative; width: auto; transition: left 300ms ease-out; }
  .top-bar-section ul { padding: 0; width: 100%; height: auto; display: block; font-size: 16px; margin: 0; }
  .top-bar .toggle-topbar.menu-icon { top: 50%; margin-top: -16px; display: block; }
  .top-bar .title-area { float: none; }  
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
}

/* --- Large screens ------------------------------------------------------------------ */
@media only screen and (min-width: 64.063em) {
} /* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* --- XLarge screens ------------------------------------------------------------------ */
@media only screen and (min-width: 90.063em) {
} /* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* --- XXLarge screens ------------------------------------------------------------------ */
@media only screen and (min-width: 120.063em) {
} /* min-width 1921px, xxlarge screens */