@font-face {
  font-family: 'open_sansbold';
  src: url('../font/opensans-bold-webfont.woff2') format('woff2'), url('../font/opensans-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../font/opensans-light-webfont.woff2') format('woff2'), url('../font/opensans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../font/opensans-regular-webfont.woff2') format('woff2'), url('../font/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/**Overall elements**/
body {
  font-family: 'open_sansregular';
  background-color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open_sansregular';
}
input,
button,
select,
textarea {
  font-family: 'open_sansregular';
}
a:hover {
  color: #666;
}
/**Site Container**/
#site-wrapper {
  background-color: #FFFFFF;
}
#site-wrapper #main > .container {
  background-color: #FFFFFF;
}
/**Navigation**/
.wrap-navigation .navbar .nav > li > .sub-menu a {
  font-family: 'open_sansregular';
}
.wrap-navigation .navbar .nav li a {
  font-family: 'open_sansregular';
  font-weight: 900;
}
.wrap-navigation .navbar .nav .menu-item-object-category .sub-mega-wrap .sub-menu a {
  font-family: 'open_sansregular';
}
.wrap-navigation .navbar .nav .menu-item-object-category .sub-mega-wrap .subcat span {
  font-family: 'open_sansregular';
}
.wrap-navigation .navbar .nav .menu-item-object-category h5 {
  font-family: 'open_sansregular';
}
.wrap-navigation #under-navigation {
  background-color: #FFFFFF;
  border: none;
}
/**Article Section**/
.nav-tabs a {
  font-family: 'open_sansregular';
  font-weight: bold;
}
.entry-title {
  font-family: 'open_sansregular';
}
/**Single article**/
.single .entry-title {
  font-size: 32px;
}
.single .entry-content p {
  color: #000000;
}
.single .entry-content p a {
  color: #000000;
}
.single .entry-content p span a {
  color: #000000 !important;
}
.single .entry-content ul li {
  color: #000000;
}
.single .site-content > .hentry .entry-action .title-action {
  font-family: 'open_sansregular';
}
.single .site-content > .hentry .entry-meta .entry-excerpt {
  font-size: 18px;
}
.single .site-content .related-post h3 {
  font-family: 'open_sansregular';
}
/**Network News Widget headings**/
.tab-content-item .entry-title {
  font-size: 14px !important;
}
/**Widget border**/
#secondary .widget {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
#secondary .zmag-container {
  padding: 0px 0px 0px 18px;
}
#secondary #cxt-widget {
  border-bottom: 1px solid #e9e9e9;
}
#secondary .widget:last-child {
  border: none;
}
/** RESPONSIVE **/
@media (max-width: 979px) and (min-width: 599px) {
  /** SINGLE **/
  .single .site-content > .hentry .entry-action .biobox-related-posts li {
    width: 100%;
    margin-left: 0%;
  }
}

/*# sourceMappingURL=2017_updates.css.map */