body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.375;
  font-family: "Open Sans", sans-serif;
  background: #FFFFFF;
  color: #231F20; }

a {
  color: #4479bd;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ED2124;
    text-decoration: none; }

h1 {
  color: #231F20;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.25;
  margin-bottom: 13px; }

h2.page-title {
  margin-top: 0px;
  display: inline-block; }

h3 {
  font-weight: 300; }

h4 {
  color: #d91215;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1em; } }

h5 {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 0.875em; } }

h6 {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  line-height: 1.375; }
  @media (max-width: 767px) {
    h6 {
      font-size: 0.875em; } }

em {
  font-style: italic; }

b,
strong {
  font-weight: 600; }

.alignleft {
  text-align: left;
  float: left;
  margin: 0px 20px 0px 0px; }

.alignright {
  text-align: right;
  float: right;
  margin: 0px 0px 0px 20px; }

.alignjustify {
  text-align: justify; }

.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin: 0 auto; }

.btn-default {
  color: #fff;
  background: #ED2124;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 4px;
  box-shadow: none;
  border: none;
  margin: 0 4px 0 4px;
  min-width: 100px; }
  .btn-default a {
    color: #fff; }
  .btn-default:hover {
    background: #d91215;
    border: none;
    color: #FFFFFF; }

form .fieldset {
  display: block;
  margin: 10px 0 20px 0; }
  form .fieldset:first-of-type {
    margin-top: 0px; }
form .fieldset-inline {
  max-width: 400px;
  margin-top: -10px; }
  @media (max-width: 480px) {
    form .fieldset-inline {
      width: 300px; } }
  form .fieldset-inline .fieldset {
    display: inline-block;
    vertical-align: middle;
    width: 49%; }
    form .fieldset-inline .fieldset:first-of-type {
      margin-top: 10px; }
    form .fieldset-inline .fieldset input {
      max-width: 100% !important; }
form label {
  font-size: 14px;
  font-weight: 600;
  display: block; }
  form label.input-required::after {
    color: #ED2124;
    content: "*"; }
form input,
form textarea,
form select {
  border: 1px solid #808284;
  border-radius: 6px;
  padding: 2px 5px 0 5px; }
  form input[type=checkbox],
  form textarea[type=checkbox],
  form select[type=checkbox] {
    margin: 4px 5px 0 0; }
  form input.input-small,
  form textarea.input-small,
  form select.input-small {
    width: 100px; }
  form input.input-medium,
  form textarea.input-medium,
  form select.input-medium {
    width: 300px; }
  form input.input-large,
  form textarea.input-large,
  form select.input-large {
    width: 400px; }
    @media (max-width: 480px) {
      form input.input-large,
      form textarea.input-large,
      form select.input-large {
        width: 300px; } }
  form input.input-extra-large,
  form textarea.input-extra-large,
  form select.input-extra-large {
    width: 95%; }
form textarea.input-large {
  height: 100px; }
form textarea.input-extra-large {
  height: 200px; }

.alert {
  text-align: center;
  padding: 5px; }
  .alert.alert-success {
    background-color: #00A02C;
    border-color: #00A02C;
    color: #fff; }
  .alert.alert-danger {
    background-color: #A00B0E;
    border-color: #A00B0E;
    color: #fff; }

.gravatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .gravatar.gravatar-tiny {
    width: 10px;
    height: 10px; }
  .gravatar.gravatar-small {
    width: 50px;
    height: 50px; }
  .gravatar.gravatar-medium {
    width: 100px;
    height: 100px; }
  .gravatar.gravatar-large {
    width: 170px;
    height: 170px; }

.body-container {
  max-width: 1030px;
  width: auto;
  padding: 20px 50px !important;
  background: #FFFFFF;
  cursor: default; }
  @media (max-width: 768px) {
    .body-container {
      padding: 20px 0 0 0 !important; } }

.page-header {
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  margin: 0px 0px 20px 0px; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    clear: both; }

img#wpstats {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  overflow: hidden; }

.container.site-header {
  width: 100%;
  margin-top: 0px;
  padding: 0px; }
  @media (max-width: 1204px) {
    .container.site-header {
      width: 100%; } }

.container-fluid {
  max-width: 930px;
  margin: 0 auto; }

.navbar {
  border: 0px;
  background-color: #231F20;
  border-radius: 0px;
  min-height: 67px;
  margin-bottom: 0px; }
  .navbar .navbar-collapse {
    position: static;
    border: 0px;
    box-shadow: none;
    z-index: 99; }
    @media (max-width: 767px) {
      .navbar .navbar-collapse {
        background-color: #231F20;
        position: absolute;
        width: 100%;
        opacity: 0.95;
        overflow: visible; } }
    .navbar .navbar-collapse .search-form {
      border-top: 0px;
      border-bottom: 0px;
      text-align: center;
      box-shadow: none; }
      @media (min-width: 768px) {
        .navbar .navbar-collapse .search-form {
          display: none; } }
      .navbar .navbar-collapse .search-form input {
        display: inline-block;
        width: 83%;
        height: 35px;
        border-radius: 0px;
        color: #4d4d4f; }
      .navbar .navbar-collapse .search-form .btn {
        min-width: 35px;
        min-height: 35px;
        border-radius: 0px;
        display: inline-block;
        background-image: url("/brand/img/search.png");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 5px -20px; }
        .navbar .navbar-collapse .search-form .btn:hover {
          background-color: transparent; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .navbar .navbar-collapse .search-form .btn {
            background-image: url("/brand/img/search@2x.png"); } }

.navbar-toggle {
  margin-top: 16px; }

.nav.navbar-nav {
  margin-top: 8px; }
  .nav.navbar-nav li {
    position: static;
    margin-bottom: 10px; }
    .nav.navbar-nav li.mobile-share {
      text-align: center; }
    @media (min-width: 768px) {
      .nav.navbar-nav li.mobile-links, .nav.navbar-nav li.mobile-share {
        display: none; } }
    .nav.navbar-nav li.mobile-links a, .nav.navbar-nav li.mobile-links span, .nav.navbar-nav li.mobile-share a, .nav.navbar-nav li.mobile-share span {
      display: inline-block; }
    .nav.navbar-nav li.mobile-links span, .nav.navbar-nav li.mobile-share span {
      color: #B1B3B5;
      padding-top: 8px; }
    .nav.navbar-nav li.mobile-links .social, .nav.navbar-nav li.mobile-share .social {
      padding: 0px;
      width: 60px;
      height: 50px;
      background-image: url("/brand/img/footer_social.png");
      background-size: 350px 100px; }
      .nav.navbar-nav li.mobile-links .social.facebook, .nav.navbar-nav li.mobile-share .social.facebook {
        background-position: 0px 0px; }
      .nav.navbar-nav li.mobile-links .social.twitter, .nav.navbar-nav li.mobile-share .social.twitter {
        background-position: -70px 0px; }
      .nav.navbar-nav li.mobile-links .social.google-plus, .nav.navbar-nav li.mobile-share .social.google-plus {
        background-position: -140px 0px; }
      .nav.navbar-nav li.mobile-links .social.linked-in, .nav.navbar-nav li.mobile-share .social.linked-in {
        background-position: -210px 0px; }
      .nav.navbar-nav li.mobile-links .social.feed, .nav.navbar-nav li.mobile-share .social.feed {
        background-position: -280px 0px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .nav.navbar-nav li.mobile-links .social, .nav.navbar-nav li.mobile-share .social {
          background-image: url("/brand/img/footer_social@2x.png"); }
          .nav.navbar-nav li.mobile-links .social.facebook, .nav.navbar-nav li.mobile-share .social.facebook {
            background-position: 0px 0px; }
          .nav.navbar-nav li.mobile-links .social.twitter, .nav.navbar-nav li.mobile-share .social.twitter {
            background-position: -70px 0px; }
          .nav.navbar-nav li.mobile-links .social.google-plus, .nav.navbar-nav li.mobile-share .social.google-plus {
            background-position: -140px 0px; }
          .nav.navbar-nav li.mobile-links .social.linked-in, .nav.navbar-nav li.mobile-share .social.linked-in {
            background-position: -210px 0px; }
          .nav.navbar-nav li.mobile-links .social.feed, .nav.navbar-nav li.mobile-share .social.feed {
            background-position: -280px 0px; } }
  .nav.navbar-nav li > a {
    font-size: 14px;
    color: #B1B3B5; }
    .nav.navbar-nav li > a:focus {
      color: #FFFFFF; }
    .nav.navbar-nav li > a:hover {
      color: #FFFFFF; }
  @media (max-width: 767px) {
    .nav.navbar-nav.navbar-right {
      display: none; } }
  .nav.navbar-nav.navbar-right li {
    margin-bottom: 0px; }
    .nav.navbar-nav.navbar-right li a {
      padding-left: 10px; }
      .nav.navbar-nav.navbar-right li a.subscribe {
        padding-right: 5px; }
      .nav.navbar-nav.navbar-right li a.sign-up {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 15px;
        border-right: 1px solid #808284;
        padding-right: 5px; }
      .nav.navbar-nav.navbar-right li a.login {
        padding-left: 5px;
        padding-right: 5px; }
      .nav.navbar-nav.navbar-right li a.profile {
        padding-right: 5px; }
  @media (min-width: 928px) {
    .nav.navbar-nav.main-links {
      margin-left: 245px; } }
  @media (min-width: 768px) and (max-width: 928px) {
    .nav.navbar-nav.main-links {
      margin-left: 140px; } }
  @media (max-width: 768px) {
    .nav.navbar-nav.main-links {
      position: relative; } }

.dropdown-menu {
  background-color: #231F20;
  color: #FFFFFF;
  position: absolute;
  border-radius: 0px;
  top: 65px;
  width: 100%;
  border: 0px; }
  @media (max-width: 768px) {
    .dropdown-menu {
      top: 41px; } }
  .dropdown-menu.channels-dropdown {
    opacity: 0.9; }
    @media (max-width: 768px) {
      .dropdown-menu.channels-dropdown {
        opacity: 1; } }
  .dropdown-menu .row {
    max-width: 930px;
    margin: 0 auto; }
  .dropdown-menu.search-dropdown > .row {
    padding-bottom: 10px; }
    .dropdown-menu.search-dropdown > .row form {
      padding-bottom: 5px;
      border-bottom: 1px solid #808284; }
    .dropdown-menu.search-dropdown > .row input {
      background-color: #231F20;
      border: 0px;
      min-height: 35px;
      font-size: 20px;
      color: #B1B3B5; }
    .dropdown-menu.search-dropdown > .row button.btn.btn-default {
      display: inline-block;
      min-width: 35px;
      min-height: 35px;
      padding: 0px;
      background-image: url("/brand/img/search.png");
      background-size: 20px;
      background-color: #231F20;
      background-repeat: no-repeat;
      border: 0px;
      background-position: 3px 10px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .dropdown-menu.search-dropdown > .row button.btn.btn-default {
          background-image: url("/brand/img/search@2x.png"); } }

.user-profile-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/brand/img/login.png");
  background-size: 20px; }
  .user-profile-link:hover {
    background-position: 0px 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .user-profile-link {
      background-image: url("/brand/img/login@2x.png"); } }

.search-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/brand/img/search.png");
  background-size: 20px; }
  .search-icon:hover {
    background-position: 0px 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .search-icon {
      background-image: url("/brand/img/search@2x.png"); } }

.vb-logo {
  width: 60px;
  height: 33px;
  background-image: url("/brand/img/logos/vb-logo-white.png");
  background-size: 60px 33px; }

#vb-logo-link {
  display: block;
  width: 106px; }

.header-links {
  float: right;
  position: relative;
  right: 0px;
  top: -83px !important; }
  .header-links .account-links {
    margin-bottom: 5px;
    position: relative;
    padding: 0 6px;
    float: right;
    clear: both;
    min-width: 170px;
    text-align: right; }
    .header-links .account-links a {
      display: inline-block;
      margin: 0;
      padding: 0 6px;
      font-weight: 700;
      line-height: 14px;
      font-size: 14px;
      font-style: normal;
      color: #4d4d50; }
  .header-links .brand-links {
    margin-bottom: -26px; }
    .header-links .brand-links ul li {
      padding: 0 10px;
      height: 40px;
      display: inline;
      line-height: 40px;
      letter-spacing: 1px; }
    .header-links .brand-links a {
      color: #4d4d4f;
      font-size: 14px;
      text-transform: uppercase;
      display: inline-block;
      text-decoration: none;
      font-weight: 200; }

.body-container {
  position: relative; }
  .body-container .social-shares {
    z-index: 9000;
    position: absolute;
    left: 5px;
    width: 37px !important; }
    .body-container .social-shares .social-buttons {
      width: 37px;
      width: 37px;
      overflow: hidden; }
    .body-container .social-shares .share-button {
      background: url("/brand/img/social_share.png") 10px 10px no-repeat;
      width: 37px;
      cursor: pointer;
      display: inline-block; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .body-container .social-shares .share-button {
          background: url("/brand/img/social_share@2x.png") 10px 10px no-repeat;
          background-size: 116px 363px; } }
      .body-container .social-shares .share-button a {
        display: block;
        width: 37px;
        height: 37px; }
    .body-container .social-shares .share-facebook {
      background-position: -10px -10px; }
      .body-container .social-shares .share-facebook:hover {
        background-position: -69px -10px; }
    .body-container .social-shares .share-twitter {
      background-position: -10px -53px; }
      .body-container .social-shares .share-twitter:hover {
        background-position: -69px -53px; }
    .body-container .social-shares .share-linkedin {
      background-position: -10px -96px; }
      .body-container .social-shares .share-linkedin:hover {
        background-position: -69px -96px; }
    .body-container .social-shares .share-reddit {
      background-position: -10px -139px; }
      .body-container .social-shares .share-reddit:hover {
        background-position: -69px -139px; }
    .body-container .social-shares .share-stumbleupon {
      background-position: -10px -183px; }
      .body-container .social-shares .share-stumbleupon:hover {
        background-position: -69px -183px; }
    .body-container .social-shares .share-email {
      background-position: -10px -226px; }
      .body-container .social-shares .share-email:hover {
        background-position: -69px -226px; }
    .body-container .social-shares .share-more {
      background-position: -10px -269px; }
    @media (max-width: 768px) {
      .body-container .social-shares {
        background: #231F20;
        width: 100% !important;
        height: 60px;
        position: fixed;
        bottom: 0;
        left: 0; }
        .body-container .social-shares .social-buttons {
          width: 260px;
          margin: 10px auto;
          height: 60px; }
          .body-container .social-shares .social-buttons .share-button {
            margin: 0 5px 0 5px; }
        .body-container .social-shares .share-more {
          display: none; } }

footer {
  max-width: 100%;
  min-height: 135px;
  background-color: #231F20; }
  footer .container {
    max-width: 930px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      footer .container {
        width: auto; } }
    @media (max-width: 768px) {
      footer .container {
        padding-left: 0px;
        padding-right: 0px; } }
    footer .container .social-icons {
      margin-top: 35px;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%; }
      footer .container .social-icons .col-md-12.text-center-xs {
        padding-right: 0px; }
      @media (max-width: 767px) {
        footer .container .social-icons .text-center-xs {
          text-align: center; }
        footer .container .social-icons .pull-right {
          float: none !important; }
        footer .container .social-icons .privacy {
          text-align: center; } }
      footer .container .social-icons.col-md-6, footer .container .social-icons .col-sm-6 {
        padding: 0px; }
      footer .container .social-icons.col-md-12, footer .container .social-icons .col-sm-6 {
        padding: 0px; }
    footer .container .footer-logo {
      width: 60px;
      height: 33px;
      background-image: url("/brand/img/logos/vb-logo-grayscale.png");
      background-size: 60px 33px; }
      @media (max-width: 767px) {
        footer .container .footer-logo {
          display: none; } }
    footer .container .copy {
      color: #B1B3B5; }
    footer .container .privacy {
      margin-top: 29px; }
      footer .container .privacy span {
        color: #B1B3B5;
        font-size: 10px;
        margin-right: 5px; }
        footer .container .privacy span a {
          font-size: 10px; }
    footer .container a {
      font-size: 14px;
      color: #B1B3B5; }
      footer .container a.static-links {
        margin-right: 32px; }
        footer .container a.static-links:last-child {
          margin-right: 0px; }
      footer .container a:focus {
        color: #FFFFFF; }
      footer .container a:hover {
        color: #FFFFFF; }
      footer .container a.social {
        padding: 0px;
        width: 70px;
        height: 50px;
        background-image: url("/brand/img/footer_social.png");
        background-size: 350px 100px;
        display: inline-block; }
        @media (max-width: 768px) {
          footer .container a.social {
            width: 57px; } }
        footer .container a.social.facebook {
          background-position: -8px -8px; }
          footer .container a.social.facebook:hover {
            background-position: -8px 42px; }
          @media (max-width: 768px) {
            footer .container a.social.facebook {
              background-position: -2px -8px; }
              footer .container a.social.facebook:hover {
                background-position: -2px 42px; } }
        footer .container a.social.twitter {
          background-position: -78px -8px; }
          footer .container a.social.twitter:hover {
            background-position: -78px 42px; }
          @media (max-width: 768px) {
            footer .container a.social.twitter {
              background-position: -72px -8px; }
              footer .container a.social.twitter:hover {
                background-position: -72px 42px; } }
        footer .container a.social.google-plus {
          background-position: -148px -8px; }
          footer .container a.social.google-plus:hover {
            background-position: -148px 42px; }
          @media (max-width: 768px) {
            footer .container a.social.google-plus {
              background-position: -142px -8px; }
              footer .container a.social.google-plus:hover {
                background-position: -142px 42px; } }
        footer .container a.social.linked-in {
          background-position: -218px -8px; }
          footer .container a.social.linked-in:hover {
            background-position: -218px 42px; }
          @media (max-width: 768px) {
            footer .container a.social.linked-in {
              background-position: -212px -8px; }
              footer .container a.social.linked-in:hover {
                background-position: -212px 42px; } }
        footer .container a.social.feed {
          background-position: -288px -8px; }
          footer .container a.social.feed:hover {
            background-position: -288px 42px; }
          @media (max-width: 768px) {
            footer .container a.social.feed {
              background-position: -282px -8px; }
              footer .container a.social.feed:hover {
                background-position: -282px 42px; } }

#vb_freshdesk {
  position: fixed;
  right: -70px;
  bottom: 300px;
  width: 110px;
  height: 35px;
  color: white;
  background-image: url("../img/mail.png");
  background-repeat: no-repeat;
  background-position: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  transition-duration: 0.25s;
  display: table;
  padding: 5px;
  padding-left: 16px; }
  #vb_freshdesk * {
    vertical-align: middle; }
  #vb_freshdesk span {
    margin-left: 30px; }
  #vb_freshdesk:hover {
    width: 185px; }

#vb_livechat {
  position: fixed;
  right: -105px;
  bottom: 265px;
  width: 145px;
  height: 35px;
  color: white;
  background-image: url("../img/chat.png");
  background-repeat: no-repeat;
  background-position: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  transition-duration: 0.25s;
  display: table;
  padding: 5px;
  padding-left: 16px; }
  #vb_livechat * {
    vertical-align: middle; }
  #vb_livechat span {
    margin-left: 30px; }
  #vb_livechat:hover {
    width: 245px; }

#fc_chat_layout.fc-collapsed {
  visibility: hidden; }

@media (min-width: 767px) {
  .dropdown-menu .row .col-md-8 > .row {
    border-right: 1px solid #808284; } }

#primary {
  float: left;
  max-width: 600px;
  width: auto;
  margin: 0px 0px 0px 0px; }
  @media (max-width: 768px) {
    #primary {
      padding: 0 10px 0 10px;
      font-size: 20px; } }
  @media (max-width: 1028px) {
    #primary {
      max-width: 100%; } }

.page-template-page-no-sidebar-php #primary {
  float: none;
  margin: 0 auto;
  max-width: 930px; }

#secondary,
#sidebar {
  float: right;
  width: 300px;
  padding-left: 20px; }
  @media (max-width: 1028px) {
    #secondary,
    #sidebar {
      display: none; } }

.channel-label {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: none !important;
  display: initial;
  text-transform: uppercase; }
  .channel-label a {
    font-size: 20px;
    font-weight: 600;
    background: #f3f3f3;
    color: #231F20;
    display: inline-block;
    padding: 4px 20px;
    margin: 0;
    line-height: 100%; }
    .channel-label a:focus, .channel-label a:hover {
      background: #f3f3f3;
      color: #231F20;
      text-decoration: none; }

/* =Video Slideshow Shortcode
----------------------------------------------- */
.vb-bx-wrapper li {
  margin-left: 0 !important; }
  .vb-bx-wrapper li::before {
    content: none !important; }

/* =Pagination
----------------------------------------------- */
#pager {
  background-color: #EEE;
  border: 1px solid #CBCBCB;
  margin-bottom: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  #pager ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 4px 0px;
    text-align: center; }
  #pager li {
    display: inline-block;
    margin: 0px 12px; }
    #pager li a {
      color: #999;
      font-size: 93%; }
      #pager li a:hover {
        color: #333; }
    #pager li.active_page a {
      color: #333; }

.ie7 #pager li {
  display: inline; }

.vb-interstitial-ad {
  display: none; }

.ui-dialog:focus {
  outline: none; }

.social-share-interstitial {
  width: 640px;
  height: 480px;
  border: 10px solid #ED2124;
  background-color: #FFFFFF; }
  .social-share-interstitial .venturebeat-logo {
    text-align: center; }
    .social-share-interstitial .venturebeat-logo img {
      margin-top: 80px; }
  .social-share-interstitial .marketing-blurb {
    text-align: center;
    width: 370px;
    margin: 0 auto; }
    .social-share-interstitial .marketing-blurb h1 {
      font-weight: 700; }
  .social-share-interstitial .social-icons {
    width: 440px;
    margin: 0 auto;
    text-align: center;
    border-top: 5px solid #ED2124;
    padding-top: 20px;
    margin-top: 25px; }
    .social-share-interstitial .social-icons a {
      margin: 10px;
      width: 90px;
      height: 90px;
      display: inline-block;
      background-size: 500px 100px;
      background-image: url(/brand/img/Social-Share-Buttons.png); }
      .social-share-interstitial .social-icons a:focus {
        outline: none; }
      .social-share-interstitial .social-icons a.facebook {
        background-position: -28px -5px; }
      .social-share-interstitial .social-icons a.twitter {
        background-position: -145px -5px; }
      .social-share-interstitial .social-icons a.linkedin {
        background-position: -264px -5px; }
      .social-share-interstitial .social-icons a.google-plus {
        background-position: -383px -5px; }

.vb-hello-bar {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  background: #ED2124;
  color: #FFFFFF;
  font-size: 15px;
  padding: 6px;
  text-transform: none !important;
  z-index: 9999; }

.advertorial {
  padding-bottom: 20px; }

body.single-post .advertorial {
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px; }

.adslot {
  text-align: center;
  margin: 0px auto;
  padding: 0px; }
  .adslot.adslot-custom {
    margin: 0px; }

.adslot-leaderboard,
.adslot-leaderboard-mobile {
  padding: 20px 0 20px 0;
  margin: 0 auto 0 auto;
  max-width: 970px;
  position: relative;
  z-index: 2;
  overflow: hidden; }

.adslot-leaderboard-mobile {
  max-width: 320px;
  overflow: hidden; }

@media (min-width: 768px) {
  .adslot-leaderboard {
    display: block; }

  .adslot-leaderboard-mobile {
    display: none; } }
@media (max-width: 927px) {
  .adslot-leaderboard {
    display: none; }

  .adslot-leaderboard-mobile {
    display: block; } }
@media (max-width: 768px) {
  .skin-wrapper {
    background: #f3f3f3 !important; } }

.ob_dual_container ul {
  list-style: disc !important; }
  .ob_dual_container ul li {
    margin-left: 1.1em !important; }

.masthead-wrapper .masthead-tabs {
  display: inline-block;
  margin: 0px !important;
  width: 100%;
  height: 60px;
  clear: both; }
  .masthead-wrapper .masthead-tabs li {
    border-radius: 0px !important;
    display: inline-block;
    margin: 0px;
    border-top: 1px solid #B1B3B5;
    border-bottom: 1px solid #B1B3B5;
    text-align: center;
    width: 33%;
    font-weight: 300; }
    .masthead-wrapper .masthead-tabs li a {
      display: block;
      padding: 12px 0 12px 0;
      color: #4d4d4f;
      width: 100%;
      height: 100%; }
    .masthead-wrapper .masthead-tabs li:hover, .masthead-wrapper .masthead-tabs li.ui-state-active {
      background: #ED2124;
      border-top: 1px solid #ED2124;
      border-bottom: 1px solid #ED2124; }
      .masthead-wrapper .masthead-tabs li:hover a, .masthead-wrapper .masthead-tabs li.ui-state-active a {
        color: #FFFFFF; }
    .masthead-wrapper .masthead-tabs li::before {
      content: "" !important;
      margin-right: 0 !important;
      left: 0 !important; }
.masthead-wrapper .team-masthead {
  display: none; }
.masthead-wrapper h2 {
  font-size: 34px;
  font-style: normal;
  color: #231F20;
  margin-top: 20px;
  margin-bottom: 10px; }
.masthead-wrapper .team {
  list-style: none;
  margin: 0 0 200px 60px !important;
  padding: 0;
  width: 100%;
  float: left; }
  @media (max-width: 928px) {
    .masthead-wrapper .team {
      margin-left: 0px !important; } }
  .masthead-wrapper .team li {
    display: block;
    float: left;
    width: 180px;
    margin-left: 0px !important;
    margin-right: 20px;
    margin-bottom: 30px; }
    .masthead-wrapper .team li::before {
      content: none !important; }
    .masthead-wrapper .team li img {
      max-width: 180px;
      padding: 2px;
      margin: 0px auto;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
    .masthead-wrapper .team li .person-wrap {
      width: 100%;
      padding-left: 5px;
      text-align: center; }
    .masthead-wrapper .team li h3 {
      font-size: 20px;
      margin: 5px 0 5px 0;
      font-style: normal;
      font-weight: 300;
      color: #231F20; }
      .masthead-wrapper .team li h3 a,
      .masthead-wrapper .team li h3 a:hover {
        color: #231F20; }
    .masthead-wrapper .team li h4 {
      font-size: 16px;
      font-style: normal; }

#profile-overlay {
  cursor: default;
  background-color: #ED2124;
  opacity: 0.9;
  border-radius: 6px;
  color: #fff;
  display: none;
  padding: 20px;
  position: absolute;
  white-space: normal;
  width: 700px;
  max-width: 100%;
  z-index: 2147483647;
  font-weight: 300; }
  #profile-overlay p {
    margin-bottom: 0px; }
  #profile-overlay:before {
    content: "";
    position: absolute; }
  #profile-overlay.n:before, #profile-overlay.s:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px; }
  #profile-overlay.e:before, #profile-overlay.w:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: -5px;
    top: 50%; }
  #profile-overlay.n:before {
    border-top: 10px solid #ED2124;
    bottom: -10px; }
  #profile-overlay.e:before {
    border-right: 10px solid #ED2124;
    left: -10px; }
  #profile-overlay.s:before {
    border-bottom: 10px solid #ED2124;
    top: -10px; }
  #profile-overlay.w:before {
    border-left: 10px solid #ED2124;
    right: -10px; }
  #profile-overlay.ne:before, #profile-overlay.se:before {
    border-right: 10px solid transparent;
    border-left: 0;
    left: 10px; }
  #profile-overlay.nw:before, #profile-overlay.sw:before {
    border-left: 10px solid transparent;
    border-right: 0;
    right: 10px; }
  #profile-overlay.ne:before, #profile-overlay.nw:before {
    border-top: 10px solid #ED2124;
    bottom: -10px; }
  #profile-overlay.se:before, #profile-overlay.sw:before {
    border-bottom: 10px solid #ED2124;
    top: -10px; }
  #profile-overlay.nw-alt:before, #profile-overlay.ne-alt:before, #profile-overlay.sw-alt:before, #profile-overlay.se-alt:before {
    border-top: 10px solid #ED2124;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10px; }
  #profile-overlay.ne-alt:before {
    left: auto;
    right: 10px; }
  #profile-overlay.sw-alt:before, #profile-overlay.se-alt:before {
    border-top: none;
    border-bottom: 10px solid #ED2124;
    bottom: auto;
    top: -10px; }
  #profile-overlay.se-alt:before {
    left: auto;
    right: 10px; }

body.single-post .wp-caption {
  font-size: 14px;
  color: #808284;
  margin-top: 0.5em;
  margin-bottom: 20px; }
  body.single-post .wp-caption p {
    text-align: left;
    margin-bottom: 0; }
@media (max-width: 768px) {
  body.single-post .article-header {
    padding: 0 20px 0 20px; } }
body.single-post .article-header .article-title {
  font-family: "Roboto Slab"; }
body.single-post .article-header .article-byline {
  text-transform: uppercase;
  font-size: 12px; }
  body.single-post .article-header .article-byline .author:last-of-type {
    margin-right: 15px; }
  body.single-post .article-header .article-byline .the-time {
    color: #808284; }
body.single-post .article-header .article-tags {
  margin-top: .6em;
  text-transform: uppercase;
  font-size: 12px; }
body.single-post .article-media-header {
  margin-top: 30px; }
  @media (max-width: 768px) {
    body.single-post .article-media-header {
      padding: 0;
      margin: 20px -10px 0 -10px; }
      body.single-post .article-media-header .wp-caption {
        padding: 0 30px 0 30px; } }
  body.single-post .article-media-header img {
    max-width: 100% !important;
    height: auto; }

.article-content {
  /* =Video Embed Responsiveness
  ----------------------------------------------- */
  /* =Infogram Iframe Responsiveness
  ----------------------------------------------- */
  /* =In-Article Tweet Styles
  ----------------------------------------------- */
  /* =In-story Boilerplates
  ----------------------------------------------- */
  /* =VB Profiles
  ----------------------------------------------- */
  /* =VB Community
  ----------------------------------------------- */
  /* =Pagination
  ----------------------------------------------- */ }
  .article-content img {
    max-width: 100% !important;
    height: auto; }
  .article-content p,
  .article-content ol,
  .article-content ul {
    margin-bottom: 20px; }
  .article-content ul li {
    list-style-type: none;
    margin-left: 20px;
    margin-bottom: 20px; }
    .article-content ul li:before {
      content: "\2022";
      color: #ED2124;
      margin-right: -6px;
      left: -1.1em;
      position: relative; }
  .article-content ol {
    list-style: decimal;
    margin-left: 1.65em; }
    .article-content ol li {
      margin-bottom: 2em; }
  .article-content blockquote,
  .article-content quote {
    font-weight: 300;
    font-style: italic; }
  .article-content blockquote {
    line-height: 1.4444444444;
    margin: 0 50px;
    margin-bottom: 2em; }
  .article-content quote {
    font-size: 1.75em;
    color: #ED2124;
    line-height: 1.2857142857;
    padding: 0 0 15px 15px;
    float: right;
    width: 40%; }
  .article-content h4 {
    color: #d91215;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      .article-content h4 {
        font-size: 1em; } }
  .article-content h5 {
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 20px; }
    @media (max-width: 900px) {
      .article-content h5 {
        font-size: 0.875em; } }
  .article-content h6 {
    font-size: 1em;
    font-weight: 300;
    margin: 0;
    line-height: 1.375; }
    @media (max-width: 900px) {
      .article-content h6 {
        font-size: 0.875em; } }
  .article-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .article-content .video-container iframe,
    .article-content .video-container object,
    .article-content .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article-content #infogram {
    width: 100%;
    height: 785px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      .article-content #infogram {
        width: 100%;
        height: 830px; } }
  .article-content .tweet-quote {
    background: url("/brand/img/instory-tweet.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    width: 26px;
    height: 26px; }
  .article-content .hover-tweet-quote {
    background: url("/brand/img/instory-tweet-hover.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    width: 26px;
    height: 26px; }
  .article-content .tweet-link {
    color: #231f20; }
  .article-content .tweet-link:hover {
    color: white; }
  .article-content .boilerplate-label {
    margin-bottom: 20px;
    border-bottom: none !important;
    display: initial;
    text-transform: uppercase;
    font-weight: 600;
    background: #f3f3f3;
    color: #231F20;
    display: inline-block;
    padding: 4px 10px;
    margin: 0;
    line-height: 100%; }
  .article-content .boilerplate-speedbump {
    margin-top: 15px; }
  .article-content #profile-cards-header {
    border-top: 1px solid #ccc;
    padding-top: 30px; }
  .article-content #profile-cards ul li {
    margin-left: 0px !important; }
  .article-content .community-disclaimer {
    font-size: .9em;
    font-style: italic;
    margin-bottom: 20px; }
  .article-content #pagelinks {
    margin-bottom: 2em;
    text-align: right;
    font-size: 1.1em;
    font-weight: bold; }
    .article-content #pagelinks span {
      display: inline;
      padding: 5px 10px; }
    .article-content #pagelinks a span,
    .article-content #pagelinks span:first-of-type {
      border-right: 1px solid #222; }
  .article-content .vb-view-all {
    float: right;
    margin-left: 10px;
    font-weight: bold; }
  .article-content .instory_sidebar {
    width: 300px;
    background-color: #FFFFFF; }
    @media only screen and (min-width: 320px) and (max-width: 568px) {
      .article-content .instory_sidebar {
        float: none;
        width: 100%;
        border-left: 0px !important;
        border-right: 0px !important;
        border-top: 1px #CCCCCC solid;
        border-bottom: 1px #CCCCCC solid;
        padding: 20px 20px 20px 20px;
        margin: 20px 0px 20px 0px !important; } }
    .article-content .instory_sidebar.left {
      float: left;
      margin: 10px 20px 10px 0px;
      padding-right: 20px;
      border-right: 1px #CCCCCC solid; }
    .article-content .instory_sidebar.right {
      float: right;
      margin: 10px 0px 20px 10px;
      padding-left: 20px;
      border-left: 1px #CCCCCC solid; }
    .article-content .instory_sidebar.none {
      float: none;
      width: 100%;
      padding: 10px;
      border-top: 1px #CCCCCC solid;
      border-bottom: 1px #CCCCCC solid;
      margin: 20px 0px 20px 0px; }

/* ===   S T A R T   G A L L E R Y   B L O C K   === */
/* -- Gallery Container 688x534-- */
#vb-gallery-container {
  width: 100%;
  margin: 0 auto;
  min-width: 300px;
  max-width: 780px;
  border: 2px solid #bbbcbe;
  margin-bottom: 20px; }

#vb-gallery-container .simplePagerContainer img {
  width: 91%; }

#vb-gallery-container .currentPage span {
  font-weight: bold !important;
  color: red !important; }

h2#vb-gallery-title {
  padding: 20px 10px 20px 10px; }

h2#vb-gallery-title {
  color: black; }

span#vb-gallery-preface {
  color: #ed2125; }

/* -- Big Photo Left -- */
#vb-gallery-container .vb-gallery-big-picture {
  width: 100%;
  float: left;
  padding: 0px 0px 10px 10px;
  min-height: 418px;
  max-width: 70%; }

/* -- Max Height on Image Popup -- */
img.mfp-img {
  max-height: 600px !important; }

#gal-content {
  position: relative;
  height: 351px;
  float: left;
  width: 30%; }

#primary .gallery-container ul li:before {
  display: none; }

#primary #gal-content ul li {
  margin-left: 0em;
  margin-bottom: 10px;
  cursor: pointer;
  height: 45px; }

article #gal-content ul li {
  margin-bottom: 0em; }

#gal-content li {
  float: left;
  width: 72px;
  list-style-type: none; }

#gal-content .page img {
  height: 62px;
  width: 62px;
  max-height: 62px; }

/* -- Big Container Image Percantage -- */
#vb-gallery-container .vb-gallery-big-picture img {
  width: auto;
  display: block;
  margin: 0 auto; }

/* -- Thumbnail margins -- */
#gal-content .page {
  position: absolute;
  top: 0px; }

#gal-content .page img {
  height: auto;
  width: 62px; }

#primary ul li {
  margin-left: 0em; }

.pagination {
  display: inline-block;
  float: left;
  width: 29%;
  display: none; }

.pagination ul {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  margin-top: 10px; }

.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px; }

.pagination li a {
  font-size: 10px; }

a#next,
a#prev {
  font-size: 15px; }

a#prev {
  padding-right: 10px; }

a#next {
  padding-left: 10px; }

.pagination a, .pagination a:visited {
  color: #787878;
  font-style: italic;
  padding: 0px 3px 0px 3px; }

.pagination a:hover, .pagination a:active {
  color: #d91215; }

.page_number {
  color: #787878;
  text-align: center;
  border: 1px solid #bbbcbe;
  position: relative;
  width: 100px;
  font-size: 10px;
  left: 11px;
  top: 10px; }

.simplePagerNav li {
  width: auto !important;
  margin: 5px !important; }

.gal-content {
  display: none; }

ul.simplePagerNav {
  clear: both; }

/* -- Pagination End -- */
/* -- Responsive Gallery -- */
@media (max-width: 1300px) {
  .pagination {
    margin-bottom: 15px; }

  /* -- Gallery Big Picture -- */
  #vb-gallery-container .vb-gallery-big-picture {
    float: left;
    padding: 0px 10px 10px 10px;
    min-height: 100%; }

  /* -- Thumbnails -- */
  #vb-gallery-container div.vb-gallery-thumbs {
    clear: both !important;
    width: 100% !important;
    min-width: inherit !important; }

  #gal-content {
    width: 100%;
    height: auto; }

  #primary #gal-content ul li {
    margin-left: 0em;
    max-height: 52px !important;
    min-height: 52px !important;
    margin-bottom: 10px; }

  #gal-content .page img {
    height: auto;
    width: 60px; }

  #primary .gal-content ul {
    margin-left: 10px; }

  #gal-content li {
    float: left;
    width: 61px; }

  ul.pagination1 {
    margin-bottom: 0px !important;
    height: 100% !important; }

  div.simplePagerContainer.popup-gallery {
    height: 100%; }

  .gal-content {
    display: none; }

  .pagination {
    width: 100%; }

  .pagination ul {
    margin-top: 0px; }

  /* - DNR End Responsive Media Queries - */ }
/* ===   E N D  G A L L E R Y   B L O C K   === */
/* -- Gallery Hover Behavior -- */
.gallery-container img.attachment-mini:hover {
  opacity: 0.5;
  border: 3px solid white; }

/* -- Gallery Credit Styles -- */
.mfp-content small {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic; }

/* -- Gallery Image Titles -- */
.mfp-content .img-title {
  font-size: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal; }

/* -- Gallery Big Image Title and Caption -- */
.gallery-image .wp-caption-text {
  margin-bottom: 0px;
  font-size: 0.8125em;
  max-width: 350px; }

.gallery-image em {
  margin-bottom: 0px;
  font-size: 0.8125em; }

/* -- New Gallery Additions -- */
ul.pagination1 {
  margin-bottom: 0px !important;
  height: 375px !important;
  padding-left: 25px; }

#vb-gallery-container .previous:before {
  content: "\e132"; }

#vb-gallery-container .next:before {
  content: "\e131"; }

/* -- Mobile Search Mag Glass Icon -- */
#vb-gallery-container .previous,
#vb-gallery-container .next {
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  width: 16px;
  overflow: hidden;
  position: relative;
  top: 2px; }

.simplePagerNav a {
  color: #000000; }

#primary #gal-content ul li {
  margin-left: 0 !important; }

/* -- Gallery HotFix -- */
.mfp-content .img-caption {
  font-size: 15px;
  font-weight: 100 !important; }

/* -- Make Gallery Background Slightly Darker -- */
.mfp-bg {
  opacity: .9 !important; }

#vb-gallery-container .previous,
#vb-gallery-container .next {
  width: 15px; }

/*
 * Livefyre Comment CSS
 * http://answers.livefyre.com/developers/reference/customization/css/
 */
.comment-count a {
  background-image: url(/brand/img/Livefyre_Icon_NonClicked.png);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  text-decoration: none;
  color: #B1B3B5;
  margin-bottom: 5px; }
  .comment-count a.clicked {
    color: #ED2124;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    text-decoration: none;
    background-image: url(/brand/img/Livefyre_Icon_Clicked.png);
    margin-bottom: 5px; }

div[id*=comments] .fyre-login-bar {
  display: none; }
  div[id*=comments] .fyre-login-bar .fyre-box-wrapper {
    left: 0px; }
  div[id*=comments] .fyre-login-bar img {
    display: none; }
div[id*=comments] .fyre-live-container,
div[id*=comments] .fyre-stream-sort {
  display: none; }
div[id*=comments] .fyre-comment-stream {
  margin-top: 20px; }
  div[id*=comments] .fyre-comment-stream .fyre-comment-article {
    background: #f3f3f3;
    margin-bottom: 20px;
    padding: 20px 20px 5px 20px; }
    div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-user,
    div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-divider {
      display: none; }
    div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-head,
    div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-body {
      margin: 0 0 20px 0; }
    div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-username {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 400;
      color: #808284;
      margin-right: 20px; }
      div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-username:hover {
        color: #e7e7e8; }
    div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-date {
      float: none; }
    div[id*=comments] .fyre-comment-stream .fyre-comment-article .fyre-comment-footer {
      margin: 0px;
      min-height: 0px; }
  div[id*=comments] .fyre-comment-stream .fyre-comment-hidden {
    display: none; }
div[id*=comments].infinite .fyre-editor {
  top: 105px; }
  div[id*=comments].infinite .fyre-editor .fyre-editor-container .fyre-editor-editable {
    height: 50px !important;
    border-radius: 0px;
    background-color: #FFFFFF;
    border: 1px solid #f3f3f3;
    box-shadow: inset 0 1px 2px #f3f3f3; }
  div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-right,
  div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-left {
    border: 1px solid #f3f3f3 !important; }
  div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .goog-toolbar-separator {
    border-bottom: 1px solid #f3f3f3 !important;
    background-color: #FFFFFF !important;
    background-image: none !important; }
  div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-left-outer-box,
  div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-right-outer-box {
    background-color: #FFFFFF; }
    div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-left-outer-box .fyre-button-left-inner-box,
    div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-left-outer-box .fyre-button-right-inner-box,
    div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-right-outer-box .fyre-button-left-inner-box,
    div[id*=comments].infinite .fyre-editor .fyre-editor-toolbar .goog-toolbar .fyre-button-right-outer-box .fyre-button-right-inner-box {
      height: 28px !important; }
div[id*=comments].infinite .fyre-comment-stream {
  height: 150px;
  overflow-y: scroll;
  position: relative;
  top: -150px;
  margin-bottom: -65px; }
  div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article:nth-child(even) {
    background: #FFFFFF; }
  div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article {
    background: #f3f3f3;
    margin-bottom: 0px;
    padding: 10px 10px 5px 10px; }
    div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-wrapper .fyre-pending {
      margin-right: 15px; }
    div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-head,
    div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-body {
      margin: 0 0 0 0; }
    div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-username {
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 400;
      color: #808284;
      margin-right: 20px; }
      div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-username:hover {
        color: #e7e7e8; }
    div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-footer {
      padding-top: 0px; }
      div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-footer .fyre-comment-reply {
        display: none; }
      div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-footer .fyre-comment-action-button {
        padding: 5px; }
      div[id*=comments].infinite .fyre-comment-stream .fyre-comment-article .fyre-comment-footer .fyre-comment-like-btn {
        display: inline; }
div[id*=comments].infinite .fyre-widget {
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  padding-top: 10px; }
div[id*=comments].infinite .fyre-stream-content {
  padding: 0 5px; }

#hero-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }
  #hero-image .container-fluid {
    position: relative;
    height: 450px;
    padding: 0px; }
    @media (max-width: 768px) {
      #hero-image .container-fluid {
        height: 325px; } }
  #hero-image .hero-image-post {
    font-family: "Roboto Slab";
    position: absolute;
    max-width: 600px;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px; }
    @media (max-width: 928px) {
      #hero-image .hero-image-post {
        margin-left: 50px; } }
    @media (max-width: 768px) {
      #hero-image .hero-image-post {
        max-width: 90%;
        min-width: 300px !important;
        margin-left: 20px; } }
    #hero-image .hero-image-post .post-label {
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      background: #B1B3B5;
      color: #231F20;
      display: inline-block;
      padding: 4px 20px;
      margin: 0;
      line-height: 100%; }
      @media (max-width: 768px) {
        #hero-image .hero-image-post .post-label {
          display: none; } }
    #hero-image .hero-image-post h2 {
      margin: 0px;
      font-size: 28px;
      font-weight: 600; }
      #hero-image .hero-image-post h2 a,
      #hero-image .hero-image-post h2 a:hover {
        color: #231F20; }

#river article {
  border-bottom: 1px solid #B1B3B5;
  margin-bottom: 20px; }
  #river article.partnered-post {
    background: #f3f3f3;
    margin-top: -20px;
    padding-top: 20px; }
#river .article-wrapper {
  min-height: 200px; }
  @media (max-width: 768px) {
    #river .article-wrapper {
      min-height: 100px; } }
  #river .article-wrapper .article-media-thumbnail {
    max-width: 280px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: absolute; }
    @media (max-width: 768px) {
      #river .article-wrapper .article-media-thumbnail {
        padding-top: 10px;
        width: 52px;
        height: 52px; }
        #river .article-wrapper .article-media-thumbnail img {
          height: 52px; } }
  #river .article-wrapper .article-header {
    margin-left: 290px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      #river .article-wrapper .article-header {
        margin-left: 65px; } }
    @media (max-width: 768px) {
      #river .article-wrapper .article-header .channel-label {
        display: none; } }
    #river .article-wrapper .article-header .post-label {
      display: none; }
      #river .article-wrapper .article-header .post-label.partnered-post {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: none !important;
        display: inline;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        background: #f3f3f3;
        color: #231F20;
        padding: 0 20px 1px 20px;
        line-height: 100%; }
    #river .article-wrapper .article-header .edit-link {
      font-size: 12px;
      float: right; }
      @media (max-width: 768px) {
        #river .article-wrapper .article-header .edit-link {
          display: none; } }
    #river .article-wrapper .article-header .article-title {
      margin: 20px 0 10px 0; }
      @media (max-width: 768px) {
        #river .article-wrapper .article-header .article-title {
          margin-top: 0px;
          line-height: .9; } }
      #river .article-wrapper .article-header .article-title a {
        font-family: "Roboto Slab";
        color: #231F20;
        font-size: 24px;
        font-style: normal; }
        @media (max-width: 768px) {
          #river .article-wrapper .article-header .article-title a {
            font-size: 20px; } }
        #river .article-wrapper .article-header .article-title a:hover, #river .article-wrapper .article-header .article-title a:focus {
          color: #231F20;
          text-decoration: none; }
    #river .article-wrapper .article-header .article-byline {
      text-transform: uppercase;
      font-size: 12px; }
      #river .article-wrapper .article-header .article-byline .author:last-of-type {
        margin-right: 20px;
        white-space: nowrap; }
        @media (max-width: 768px) {
          #river .article-wrapper .article-header .article-byline .author:last-of-type {
            width: 100%;
            display: block; } }
      #river .article-wrapper .article-header .article-byline .the-time {
        color: #808284;
        white-space: nowrap; }

.page-header {
  padding-bottom: 0px; }

body.category .page-header,
body.post-type-archive-community_post .page-header {
  border-bottom: 3px solid #808285;
  margin-bottom: 20px; }
  body.category .page-header .page-title,
  body.post-type-archive-community_post .page-header .page-title {
    font-size: 19px;
    font-weight: 100;
    background: #808285;
    color: #fff;
    display: inline-block;
    padding: 4px 20px;
    margin: 0;
    line-height: 100%; }

body.tag .page-header,
body.search .page-header {
  border: none; }
  body.tag .page-header .page-title,
  body.search .page-header .page-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 100%; }
    body.tag .page-header .page-title .term-title,
    body.search .page-header .page-title .term-title {
      background: #4479BD;
      color: #fff;
      display: inline-block;
      padding: 4px 20px;
      margin-left: 8px;
      font-weight: 100; }

body.tag .tag-description {
  min-height: 90px; }
  body.tag .tag-description img {
    float: left;
    margin-right: 20px; }
  body.tag .tag-description p {
    display: block;
    margin-bottom: 2em; }

/* =Sidebar
----------------------------------------------- */
#secondary {
  padding-left: 0px; }

.widget,
.ml-context {
  border: 0px solid !important;
  margin: 0 0 20px 0;
  clear: both; }
  .widget .widgettitle,
  .widget .ml-head h2,
  .ml-context .widgettitle,
  .ml-context .ml-head h2 {
    display: block;
    width: 100%;
    background: #f3f3f3;
    color: #231F20;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    padding: 8px 0 8px 8px;
    margin: 0px; }
    .widget .widgettitle a,
    .widget .ml-head h2 a,
    .ml-context .widgettitle a,
    .ml-context .ml-head h2 a {
      color: #231F20; }
  .widget .textwidget,
  .ml-context .textwidget {
    padding: 10px; }
    .widget .textwidget p:last-of-type,
    .ml-context .textwidget p:last-of-type {
      margin-bottom: 5px; }
  .widget ul,
  .ml-context ul {
    padding-left: 0px; }
  .widget li,
  .widget .ml-context-row,
  .ml-context li,
  .ml-context .ml-context-row {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0 10px 0;
    margin: 0px;
    overflow: hidden;
    clear: both; }
    .widget li:last-of-type,
    .widget .ml-context-row:last-of-type,
    .ml-context li:last-of-type,
    .ml-context .ml-context-row:last-of-type {
      border-bottom: 0px solid; }
    .widget li .image-wrap,
    .widget .ml-context-row .image-wrap,
    .ml-context li .image-wrap,
    .ml-context .ml-context-row .image-wrap {
      width: 52px;
      height: 52px;
      float: left;
      margin: 3px 10px 0 0;
      display: inline-block; }
      .widget li .image-wrap img,
      .widget .ml-context-row .image-wrap img,
      .ml-context li .image-wrap img,
      .ml-context .ml-context-row .image-wrap img {
        max-width: 52px;
        max-height: 52px;
        overflow: hidden; }
    .widget li .post-box,
    .widget .ml-context-row .post-box,
    .ml-context li .post-box,
    .ml-context .ml-context-row .post-box {
      display: inline-block;
      width: 215px;
      line-height: 1.125; }
      .widget li .post-box .post-title,
      .widget .ml-context-row .post-box .post-title,
      .ml-context li .post-box .post-title,
      .ml-context .ml-context-row .post-box .post-title {
        font-family: "Roboto Slab";
        font-size: .8em;
        color: #000; }
        .widget li .post-box .post-title:hover,
        .widget .ml-context-row .post-box .post-title:hover,
        .ml-context li .post-box .post-title:hover,
        .ml-context .ml-context-row .post-box .post-title:hover {
          color: #ED2124; }
  .widget .read-more,
  .widget .ml-morebutton,
  .ml-context .read-more,
  .ml-context .ml-morebutton {
    float: right;
    text-align: right;
    font-size: .9em; }
  .widget .recent-posts-attribution,
  .ml-context .recent-posts-attribution {
    min-height: 25px;
    margin-top: 20px;
    clear: both;
    padding: 0 10px 0 10px; }

/* Madison Logic Widget */
.ml-context {
  margin-bottom: 40px; }
  .ml-context .ml-context-link {
    font-family: "Roboto Slab"; }

/* Recommendation Engine */
/* hide initially until it loads fully */
#vb_recommended_widget {
  display: none; }

/* ===   C O M M U N I T Y   P O S T   === */
/* -- community width, user view -- */
.post-editor-container {
  width: 100% !important;
  min-width: 463px;
  float: left; }

/* -- input fields set to 100% width -- */
.post-editor-container input#title,
.post-editor-container textarea#post-content,
.post-editor-container textarea#post-excerpt,
.post-editor-container input#post-image {
  width: 100%;
  outline: 0;
  margin: 0;
  background-color: #fff;
  padding: 3px 8px;
  border: 1px solid #ddd; }

/* -- Title container -- */
.post-editor-container input#title,
.post-editor-container input#post-image {
  margin-bottom: 5px !important; }

/* -- Content container -- */
.post-editor-container textarea#post-content {
  min-height: 250px; }

/* -- Content and exceprt padding -- */
.post-editor-container #post-content-container,
.post-editor-container #post-excerpt-container {
  padding-top: 20px; }

/* -- Community save post button -- */
.post-editor-container #save-community-post {
  float: right;
  background: #3282d3;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 20px 0; }

/* -- Community save post button -- */
.post-editor-container #submit_review {
  float: left;
  background: #3282d3;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 20px 0; }

.community-post-status {
  background: #3282d3;
  color: white;
  padding: 10px;
  opacity: 0.9; }

/* -- Community content area add border -- */
.post-editor-container #wp-post_content-editor-container {
  border: 1px solid #ddd !important; }

/* -- Community h2 margins -- */
.post-editor-container h2.add-community-title {
  margin-bottom: 10px !important;
  margin-left: 2px; }

/* -- Editor styles override -- */
.post-editor-container .wp-switch-editor {
  top: 4px !important; }

/* -- Editor styles override continued -- */
.post-editor-container .tmce-active .switch-tmce {
  height: 30px !important; }

/* -- Editor styles override continued -- */
.post-editor-container .wp-switch-editor {
  height: 27px !important; }

/* ===   E N D   C O M M U N I T Y   P O S T   === */
/* ===   C O M M U N I T Y   P O S T   M A N A G E R   === */
/* -- Community post manager container width -- */
.community-manager {
  width: 100% !important; }

/* -- Post type titles -- */
.community-manager .community-draft-containers h2 {
  font-size: 19px;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
  line-height: 29px;
  display: block;
  color: #222;
  font-style: normal;
  border-radius: 3px 3px 0 0;
  background: #f1f1f1;
  box-shadow: 0px 2px 5px #222222;
  cursor: pointer; }

.community-manager li {
  padding-left: 15px;
  padding: 10px 0 10px 19px;
  list-style-type: none; }

/* -- Post type contaienrs -- */
.community-manager li:nth-child(even) {
  background: #F9F9F9 !important;
  width: 100%; }

.community-manager li:nth-child(odd) {
  background: #FFFFFF !important;
  width: 100%; }

.community-draft-containers {
  box-shadow: 0px 2px 5px #f1f1f1;
  margin-bottom: 15px; }

.community-manager ul {
  margin-left: 0px !important;
  margin-bottom: 10px;
  margin-top: 10px; }

.community-manager li a {
  color: #0074a2;
  font-size: 15px;
  position: relative;
  left: -3px; }

.delete-com-post {
  float: right;
  position: relative;
  margin-right: 50px; }

/* -- Create story button -- */
.community-manager button {
  background: #3282d3;
  color: white;
  border: 2px solid white;
  padding: 5px 12px 5px 12px;
  opacity: 0.8;
  border-radius: 7px;
  margin-bottom: 10px;
  font-size: 13px !important;
  margin-left: 2px; }

.community-manager button:hover {
  opacity: 1; }

.community-active {
  opacity: 1 !important; }

/* -- Button for creating a new post -- */
.community-manager .button-create-post {
  color: white;
  padding: 7px;
  opacity: 0.9;
  border-radius: 7px;
  background: #3282d3;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0px -12px 14px 0px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
  position: relative;
  float: right;
  top: 6px;
  right: 22px; }

.community-manager .button-create-post:hover {
  color: white;
  opacity: 1; }

/* -- Delete post button  -- */
a.community-delete {
  float: right;
  margin-right: 20px;
  background: white;
  color: #d91215 !important;
  padding: 2px 5px 2px 5px;
  border-radius: 4px;
  border: 1px solid #d91215;
  top: -2px; }

/* -- Delete hover  -- */
a.community-delete:hover {
  background: #d91215;
  color: white !important; }

a.community-edit {
  float: right;
  margin-right: 20px;
  background: white;
  color: #0074a2 !important;
  padding: 2px 5px 2px 5px;
  border-radius: 4px;
  border: 1px solid #0074a2;
  top: -2px; }

a.community-edit:hover {
  color: white !important;
  background: #0074a2 !important; }

/* ===   E N D   C O M M U N I T Y   P O S T   M A N A G E R   === */
.page-webinars .skin-wrapper {
  background-color: #000000;
  background-image: url("//vbstatic.co/brand/img/webinars/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
.page-webinars .content-wrap {
  background-color: transparent;
  color: #FFFFFF; }
.page-webinars .entry-header {
  background-image: url("//vbstatic.co/brand/img/webinars/header_text.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
  background-color: #ED2124; }
.page-webinars .entry-header h1 {
  display: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0px;
  font-weight: normal; }
.page-webinars #calendar_headline {
  font-size: 20px;
  font-weight: bold; }
.page-webinars .BrightTALKEmbed {
  float: left;
  width: 100%;
  height: 600px;
  margin-bottom: 20px; }
.page-webinars .custom_text {
  margin-bottom: 20px; }
.page-webinars #vb_recommended_widget {
  background-color: #FFFFFF; }
.page-webinars #vb_recommended_widget h2.widgettitle {
  background: #808285 !important; }

/* =Author Archive Pages
----------------------------------------------- */
.page-title .author-name {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
  color: #231F20; }

.page-title .author-title {
  display: inline-block;
  font-size: .9em;
  font-weight: 200;
  color: #231F20; }

body.author #author-avatar {
  width: 152px;
  float: left;
  margin: 0 20px 10px 0; }

#author-social {
  text-align: center; }

#author-social .social-wrap {
  display: inline-block; }

#author-social .social {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 8px;
  margin-left: 3px;
  color: transparent; }

#author-social .twitter .social {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: -26px 52px; }

#author-social .twitter .social:hover {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: -52px 52px; }

#author-social .facebook .social {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 52px 156px; }

#author-social .facebook .social:hover {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 26px 156px; }

#author-social .googleplus .social {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 130px 104px; }

#author-social .googleplus .social:hover {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 104px 104px; }

#author-social .linkedin .social {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 52px 78px; }

#author-social .linkedin .social:hover {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 26px 78px; }

#author-social .email .social {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 52px 182px; }

#author-social .email .social:hover {
  background: url("//vbstatic.co/assets/social/social-icons.png");
  background-size: 78px auto;
  background-position: 104px 182px; }

/* =Retina
----------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #author-social .twitter .social {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: -26px 52px; }

  #author-social .twitter .social:hover {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: -52px 52px; }

  #author-social .facebook .social {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 52px 156px; }

  #author-social .facebook .social:hover {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 26px 156px; }

  #author-social .googleplus .social {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 130px 104px; }

  #author-social .googleplus .social:hover {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 104px 104px; }

  #author-social .linkedin .social {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 52px 78px; }

  #author-social .linkedin .social:hover {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 26px 78px; }

  #author-social .email .social {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 52px 182px; }

  #author-social .email .social:hover {
    background: url("//vbstatic.co/assets/social/social-icons-retina.png");
    background-size: 78px auto;
    background-position: 104px 182px; } }
/* =Infinite Scroll
----------------------------------------------- */
#infinite-footer {
  z-index: 1000; }
  @media (max-width: 768px) {
    #infinite-footer {
      display: none; } }
  #infinite-footer .blog-credits {
    width: 70%; }
    #infinite-footer .blog-credits ul, #infinite-footer .blog-credits div {
      display: inline; }
    #infinite-footer .blog-credits a, #infinite-footer .blog-credits a:hover {
      color: #111 !important; }
    #infinite-footer .blog-credits ul li {
      display: inline;
      border-left: 1px solid #ccc;
      padding-left: 4px; }
      #infinite-footer .blog-credits ul li:first-child {
        border-left: 0; }
  #infinite-footer .blog-info {
    width: 30%; }
  #infinite-footer .footer-jump, #infinite-footer .footer-resume {
    margin-right: 10px;
    font-weight: bold; }
  #infinite-footer .footer-resume {
    display: none; }
  #infinite-footer .container {
    background-color: #b1b3b6 !important;
    width: 100%; }

.scrolling-suspended .footer-jump {
  display: none !important; }
.scrolling-suspended .footer-resume {
  display: inline !important; }

.media-page-wrapper .about-media a {
  color: #ED2124; }
.media-page-wrapper .about-media p {
  padding-top: 10px; }
.media-page-wrapper .about-media hr {
  margin-top: 0px;
  margin-bottom: 0px; }
.media-page-wrapper .about-media .s1 a {
  color: #ED2124; }
.media-page-wrapper .about-media a .s3 {
  color: #B1B3B5;
  font-style: italic;
  font-weight: 300; }
.media-page-wrapper .media-contacts {
  background-color: #f3f3f3;
  border: 1px solid #B1B3B5; }
  @media (min-width: 1204px) {
    .media-page-wrapper .media-contacts {
      margin-top: 150px; } }
  .media-page-wrapper .media-contacts p {
    font-weight: 300; }
.media-page-wrapper .media-page-tabs {
  display: inline-block;
  margin: 0px !important;
  width: 100%;
  height: 60px;
  clear: both;
  padding: 0px; }
  .media-page-wrapper .media-page-tabs li {
    border-radius: 0px !important;
    display: inline-block;
    margin: 0px;
    border-top: 1px solid #B1B3B5;
    border-bottom: 1px solid #B1B3B5;
    text-align: center;
    width: 33%;
    font-weight: 300; }
    .media-page-wrapper .media-page-tabs li a {
      display: block;
      padding: 12px 0 12px 0;
      color: #4d4d4f;
      width: 100%;
      height: 100%; }
    .media-page-wrapper .media-page-tabs li:hover, .media-page-wrapper .media-page-tabs li.ui-state-active {
      background: #ED2124;
      border-top: 1px solid #ED2124;
      border-bottom: 1px solid #ED2124; }
      .media-page-wrapper .media-page-tabs li:hover a, .media-page-wrapper .media-page-tabs li.ui-state-active a {
        color: #FFFFFF; }
    .media-page-wrapper .media-page-tabs li::before {
      content: "" !important;
      margin-right: 0 !important;
      left: 0 !important; }

#mc_embed_signup .mc-field-group.input-group ul {
  padding-top: 10px !important;
  padding-bottom: 30px !important; }

#mc_embed_signup .mc-field-group.input-group label {
  font-weight: 100 !important; }
