/**
 * ----------------------------------------
 * animation swing-out-top-bck
 * ----------------------------------------
 */
@-webkit-keyframes swing-out-top-bck {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0; } }

@keyframes swing-out-top-bck {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0; } }

.swing-out-top-bck {
  -webkit-animation: swing-out-top-bck 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  animation: swing-out-top-bck 0.45s cubic-bezier(0.6, -0.28, 0.735, 0.045) both; }

body {
  font-family: 'Heebo', sans-serif;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      background-color: #ccc; } }
  @media (max-width: 500px) {
    body {
      background-color: white; } }
  body #siteinnercontainer,
  body #wrappermask {
    position: relative;
    transition: left 250ms, right 250ms; }
  body #wrappermask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200005000;
    display: none; }
  body #siteinnercontainer {
    left: 0; }
  body #wrappercontainer {
    position: relative;
    background-color: #fff; }
  body #contentcontainer {
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    transform-origin: left, top; }
  body.left-menu-open #sitecontainer {
    overflow: hidden; }
  body.left-menu-open #wrappermask {
    display: block; }
  body.left-menu-open .left-menu-inner-container {
    left: 0; }
  body.left-menu-open #siteinnercontainer,
  body.left-menu-open .main-header.hold-in-place,
  body.left-menu-open .top-navigation.navbar-fixed-top {
    left: 263px; }
  body .body_inner {
    clear: both;
    display: block;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      body .body_inner {
        width: 500px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: white;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 500px) {
      body .body_inner {
        width: 100%;
        background-color: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden; } }

@media (max-width: 767px) {
  .maincolumn {
    background-color: #ccc; } }

@media (max-width: 500px) {
  .maincolumn {
    background-color: white; } }

.maincolumn section {
  margin: 30px 0px; }
  @media (min-width: 980px) and (max-width: 1278px) {
    .maincolumn section {
      margin: 50px 0px; } }
  @media (min-width: 1279px) {
    .maincolumn section {
      margin: 50px 0px; } }

.maincolumn section.homepage-footer {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.maincolumn .row {
  display: block;
  margin-left: 0;
  margin-right: 0; }

.maincolumn .col-xs-1, .maincolumn .col-sm-1, .maincolumn .col-md-1, .maincolumn .col-lg-1, .maincolumn .col-xs-2, .maincolumn .col-sm-2, .maincolumn .col-md-2, .maincolumn .col-lg-2, .maincolumn .col-xs-3, .maincolumn .col-sm-3, .maincolumn .col-md-3, .maincolumn .col-lg-3, .maincolumn .col-xs-4, .maincolumn .col-sm-4, .maincolumn .col-md-4, .maincolumn .col-lg-4, .maincolumn .col-xs-5, .maincolumn .col-sm-5, .maincolumn .col-md-5, .maincolumn .col-lg-5, .maincolumn .col-xs-6, .maincolumn .col-sm-6, .maincolumn .col-md-6, .maincolumn .col-lg-6, .maincolumn .col-xs-7, .maincolumn .col-sm-7, .maincolumn .col-md-7, .maincolumn .col-lg-7, .maincolumn .col-xs-8, .maincolumn .col-sm-8, .maincolumn .col-md-8, .maincolumn .col-lg-8, .maincolumn .col-xs-9, .maincolumn .col-sm-9, .maincolumn .col-md-9, .maincolumn .col-lg-9, .maincolumn .col-xs-10, .maincolumn .col-sm-10, .maincolumn .col-md-10, .maincolumn .col-lg-10, .maincolumn .col-xs-11, .maincolumn .col-sm-11, .maincolumn .col-md-11, .maincolumn .col-lg-11, .maincolumn .col-xs-12, .maincolumn .col-sm-12, .maincolumn .col-md-12, .maincolumn .col-lg-12 {
  padding-left: 7.5px;
  padding-right: 7.5px; }

@media (min-width: 1279px) {
  .maincolumn .container-fluid,
  .maincolumn .fullwidthcontainer_inner {
    max-width: 1260px !important;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    margin-left: auto;
    margin-right: auto; } }

.maincolumn .container-fluid {
  clear: both; }
  @media (max-width: 767px) {
    .maincolumn .container-fluid {
      padding-left: 0px;
      padding-right: 0px; } }

.maincolumn .fullwidthcontainer {
  padding: 0; }

.maincolumn .full-width {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.maincolumn .fullwidthcontainer_inner {
  padding-left: 20px;
  padding-right: 20px; }

a {
  text-decoration: none;
  color: black; }
  a:hover {
    text-decoration: none;
    color: black; }

h1,
h1 a,
h1 a:hover {
  color: black; }

h1 {
  padding: 20px 0 0 20px;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700; }
  @media (min-width: 1279px) {
    h1 {
      margin-top: 0 !important; } }
  @media (min-width: 768px) and (max-width: 979px) {
    h1 {
      font-size: 24px;
      line-height: 28px;
      padding-top: 10px; } }

h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

h3 {
  padding: 0 5px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

.morestoriesout {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 20px; }

@media (min-width: 1279px) {
  .mobile-only {
    display: none; } }

@media (min-width: 980px) and (max-width: 1278px) {
  .mobile-only {
    display: none; } }

@media (min-width: 768px) and (max-width: 979px) {
  .mobile-only {
    display: none; } }

@media (max-width: 767px) {
  .mobile-only {
    display: block; } }

.byline {
  font-size: 11px;
  line-height: 12px;
  padding-top: 5px;
  text-transform: uppercase; }

/* 404 Page */
.page-not-found-message .holder {
  max-width: 902px;
  margin: 0 auto;
  border: 5px solid #efefef;
  padding: 45px; }
  .page-not-found-message .holder h1 {
    font-family: 'Heebo', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    line-height: 70px;
    font-weight: 900; }
    @media (max-width: 767px) {
      .page-not-found-message .holder h1 {
        font-size: 28px;
        line-height: 34px; } }
  .page-not-found-message .holder p {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px; }

.padtop30 {
  padding-top: 20px !important; }

.padtop20 {
  padding-top: 20px !important; }

.padtop10 {
  padding-top: 10px !important; }

.margtop35 {
  margin-top: 35px !important; }

.margtop10 {
  margin-top: 10px !important; }

.ignore-row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.tablet-only {
  display: none; }
  @media (min-width: 768px) and (max-width: 979px) {
    .tablet-only {
      display: block; } }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: inline-block; } }

.hundred-percent-width {
  width: 100%; }

.top-navigation {
  width: 100%;
  display: block;
  min-height: initial;
  background-color: #000;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  transition: left 250ms; }
  @media (max-width: 767px) {
    .top-navigation {
      background-color: #fff; } }
  .top-navigation .navbar-right li:after {
    content: "";
    border-right: 1px solid #3a3838;
    height: 58%;
    width: 1px;
    position: absolute;
    bottom: 0px;
    right: 0px; }
  .top-navigation .navbar-right li:first-child:after, .top-navigation .navbar-right li:last-child:after, .top-navigation .navbar-right li.no-border:after {
    border-right: 0px; }
  .top-navigation .navbar-right li.subscription-btn {
    padding-right: 60px;
    overflow: hidden; }
    .top-navigation .navbar-right li.subscription-btn img {
      position: absolute;
      top: 10px;
      right: 0;
      width: 60px; }
  .top-navigation .inner-container {
    max-width: 1230px; }
  .top-navigation .inc-logo {
    background-image: url("//www.incimages.com/topnav/inc-logo-white.png");
    background-size: cover;
    width: 86px;
    height: 30px; }
    @media (max-width: 767px) {
      .top-navigation .inc-logo {
        background-image: url("//www.incimages.com/topnav/inc-logo.png");
        margin: 0 auto;
        display: inline-block; } }
  .top-navigation .navbar-brand {
    height: 60px;
    padding-right: 0px; }
    @media (max-width: 767px) {
      .top-navigation .navbar-brand {
        text-align: center;
        position: absolute;
        left: 0px;
        width: 100%;
        height: 58px;
        padding: 14px 20px;
        padding-right: 20px; } }
  .top-navigation .mobile-navbar-right {
    display: none;
    float: right;
    min-width: 50px;
    position: absolute;
    right: 30px;
    height: 100%;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .top-navigation .mobile-navbar-right {
        display: flex; } }
    .top-navigation .mobile-navbar-right .top-nav-button {
      font-size: 18px;
      color: #9fa5a3;
      cursor: pointer; }
  .top-navigation .navbar-header {
    display: flex;
    align-items: center; }
  .top-navigation .navbar-toggle {
    float: left;
    border: 0px;
    display: block;
    background-color: #000; }
    @media (max-width: 767px) {
      .top-navigation .navbar-toggle {
        margin-right: 0px;
        margin-left: 20px;
        z-index: 3;
        background-color: #fff;
        padding: 14px 10px; } }
    .top-navigation .navbar-toggle:hover, .top-navigation .navbar-toggle:focus {
      background-color: initial; }
    .top-navigation .navbar-toggle .icon-bar {
      background-color: #fff; }
      @media (max-width: 767px) {
        .top-navigation .navbar-toggle .icon-bar {
          background-color: #000; } }
  .top-navigation .navbar-nav > li > a {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 24px 10px;
    text-transform: uppercase; }
    .top-navigation .navbar-nav > li > a:hover, .top-navigation .navbar-nav > li > a:focus {
      color: #fff;
      text-decoration: underline; }
  .top-navigation.navbar-fixed-top .navbar-right {
    margin-right: initial; }

.left-menu {
  height: 100%;
  background-color: #242424;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 263px;
  left: -263px;
  padding-top: 1px;
  z-index: 40;
  word-wrap: break-word;
  transition: left 250ms, right 250ms; }
  .left-menu .left-menu-inner-container {
    top: 0;
    left: -263px;
    position: fixed;
    width: 100%;
    max-width: 263px;
    overflow-y: scroll;
    height: 100%;
    transition: left 250ms, right 250ms; }
  .left-menu .menu-list {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0; }
    .left-menu .menu-list li.menu-item {
      position: relative;
      width: 100%;
      height: 39px;
      overflow: hidden;
      border-bottom: solid 1px #242424;
      background-color: #000;
      transition: height 250ms; }
      .left-menu .menu-list li.menu-item a {
        display: table;
        position: absolute;
        top: 0;
        width: auto;
        height: 39px;
        color: #fff;
        padding-top: 2px;
        box-sizing: border-box;
        z-index: 60; }
      .left-menu .menu-list li.menu-item .menu-item-label {
        display: table-cell;
        vertical-align: middle;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 20px;
        padding-right: 10px; }
      .left-menu .menu-list li.menu-item .menu-item-right {
        position: absolute;
        height: 39px;
        width: 100%;
        padding-right: 16px;
        text-align: right;
        right: 0;
        top: 0;
        z-index: 50;
        cursor: pointer;
        box-sizing: border-box; }
        .left-menu .menu-list li.menu-item .menu-item-right:after {
          content: "\f067";
          font-family: FontAwesome;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end;
          align-content: center;
          height: 100%;
          color: #fff;
          font-size: 12px; }
      .left-menu .menu-list li.menu-item.open .menu-item-right:after {
        content: "\f068"; }
      .left-menu .menu-list li.menu-item.Secondary {
        background-color: #242424;
        font-size: 14px;
        height: 30px;
        line-height: 26px;
        font-family: 'Source Sans Pro';
        font-weight: 600; }
        .left-menu .menu-list li.menu-item.Secondary a {
          height: 26px; }
          .left-menu .menu-list li.menu-item.Secondary a.noChildren {
            width: 100%; }
        .left-menu .menu-list li.menu-item.Secondary .menu-item-right {
          height: 30px; }
        .left-menu .menu-list li.menu-item.Secondary .menu-list.sub-menu {
          top: 30px; }
    .left-menu .menu-list.sub-menu {
      position: absolute;
      top: 40px;
      width: 100%;
      margin: 0;
      padding: 0; }
      .left-menu .menu-list.sub-menu .menu-item {
        border-bottom: none;
        border-top: solid 1px #242424;
        box-sizing: border-box; }
        .left-menu .menu-list.sub-menu .menu-item a {
          width: 100%; }
        .left-menu .menu-list.sub-menu .menu-item .menu-item-label {
          padding-left: 50px;
          padding-right: 0; }

.top-header-bar .mainheaderbar {
  height: 130px;
  font-size: 24px; }
  @media (max-width: 767px) {
    .top-header-bar .mainheaderbar {
      margin: 0px 0px 0px 20px;
      height: auto !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 20px 0 !important; }
      .top-header-bar .mainheaderbar .menuicon, .top-header-bar .mainheaderbar .inclogo, .top-header-bar .mainheaderbar .searchicon {
        position: initial; } }
  .top-header-bar .mainheaderbar .menuicon {
    position: absolute;
    left: 2%;
    top: 58px; }
  .top-header-bar .mainheaderbar .inclogo {
    position: absolute;
    left: 46%;
    top: 50px; }
    .top-header-bar .mainheaderbar .inclogo .logohead {
      width: 99px;
      height: 35px; }
  .top-header-bar .mainheaderbar .searchicon {
    position: absolute;
    left: 6.485%;
    top: 58px; }
    @media (max-width: 767px) {
      .top-header-bar .mainheaderbar .searchicon {
        left: 88%; } }
  .top-header-bar .mainheaderbar .headerpromo {
    position: absolute;
    right: 132px;
    top: 33px; }
    @media (max-width: 767px) {
      .top-header-bar .mainheaderbar .headerpromo {
        display: none; } }
  .top-header-bar .mainheaderbar .headersubscribe {
    position: absolute;
    right: 35px;
    top: 0; }
    @media (max-width: 767px) {
      .top-header-bar .mainheaderbar .headersubscribe {
        display: none; } }
    .top-header-bar .mainheaderbar .headersubscribe span {
      color: #000;
      background-color: #ff0;
      font-size: 12px;
      line-height: 11px;
      font-weight: 900; }
    .top-header-bar .mainheaderbar .headersubscribe .maghead {
      position: absolute;
      width: 105px;
      clip: rect(0, 105px, 75px, 0); }

@media (min-width: 1279px) {
  .mobile-only {
    display: none !important; } }

@media (min-width: 980px) and (max-width: 1278px) {
  .mobile-only {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 767px) {
  .mobile-only {
    display: block !important; } }

.main-header {
  position: relative;
  left: 0;
  top: 0;
  clear: both;
  background-color: #000;
  width: 100%;
  z-index: 9999999;
  transition: left 250ms, right 250ms; }
  .main-header.hold-in-place {
    position: fixed;
    top: 0px; }
  .main-header .leaderboard-container {
    padding-bottom: 0px; }
    @media (max-width: 767px) {
      .main-header .leaderboard-container {
        padding-bottom: 15px; } }

.homepage-footer {
  color: #fff;
  padding-bottom: 20px; }

.homepage-footer a {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff; }

.homepage-footer ul {
  padding: 0;
  padding-top: 15px; }

.homepage-footer li {
  font-family: 'Signika', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  list-style: none;
  color: #fff; }

.homepage-footer .magfoot {
  padding: 15px 0 0 0; }

.homepage-footer .logofoot {
  margin-top: 18px;
  height: 18px;
  width: auto; }

.homepage-footer .copyright {
  font-family: 'Heebo', sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400; }

@media (max-width: 767px) {
  .homepage-footer .footer-cover-image img {
    display: none; } }

.btn {
  border-radius: 0px; }

@media (max-width: 767px) {
  .billboard_ad {
    margin-left: -27.5px;
    margin-right: -27.5px; } }

.billboard-ad.bottom {
  margin-bottom: 0px;
  min-height: 110px; }
  @media (max-width: 767px) {
    .billboard-ad.bottom {
      min-height: 270px; } }

@media (max-width: 767px) {
  .halfpage_ad {
    margin-top: 38px;
    margin-bottom: 38px; } }

@media (min-width: 1279px) {
  .more-stories-adunit {
    width: 300px !important;
    padding: 0 !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  .more-stories-adunit {
    padding-left: 5px !important;
    display: inline-block;
    vertical-align: top;
    width: 325px; } }

@media (max-width: 767px) {
  .more-stories-adunit {
    display: none; } }

section.main-features {
  margin-top: 20px; }
  @media (max-width: 767px) {
    section.main-features {
      margin-top: 10px; } }
  section.main-features .display-flex {
    display: flex; }
    @media (max-width: 767px) {
      section.main-features .display-flex {
        display: block; } }
  section.main-features .main-hero {
    height: 430px; }
    @media (min-width: 980px) and (max-width: 1278px) {
      section.main-features .main-hero {
        height: 430px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      section.main-features .main-hero {
        height: auto;
        width: 66.66666667%; } }
    @media (max-width: 767px) {
      section.main-features .main-hero {
        height: auto; } }
    section.main-features .main-hero .main-hero-inner {
      display: block;
      position: relative;
      overflow: hidden; }
      section.main-features .main-hero .main-hero-inner .hero-image-mobile {
        display: none; }
        @media (max-width: 767px) {
          section.main-features .main-hero .main-hero-inner .hero-image-mobile {
            display: block; } }
        section.main-features .main-hero .main-hero-inner .hero-image-mobile img {
          width: 100%; }
      section.main-features .main-hero .main-hero-inner .hero-image {
        height: 430px;
        background-size: cover;
        background-position: center;
        display: block;
        position: relative;
        overflow: hidden; }
        @media (min-width: 768px) and (max-width: 979px) {
          section.main-features .main-hero .main-hero-inner .hero-image {
            height: 220px; } }
        @media (max-width: 767px) {
          section.main-features .main-hero .main-hero-inner .hero-image {
            display: none; } }
      section.main-features .main-hero .main-hero-inner .hero-banner {
        height: 135px;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-bottom: 6px solid #FF5507;
        width: 100%; }
        @media (min-width: 768px) and (max-width: 979px) {
          section.main-features .main-hero .main-hero-inner .hero-banner {
            position: relative;
            overflow: hidden;
            background: #000;
            max-height: 135px; } }
        @media (max-width: 767px) {
          section.main-features .main-hero .main-hero-inner .hero-banner {
            display: block;
            position: relative;
            background: none;
            height: auto;
            border-bottom: 0px; } }
        section.main-features .main-hero .main-hero-inner .hero-banner h1 {
          margin: 0;
          padding: 0;
          width: 85%; }
          @media (max-width: 767px) {
            section.main-features .main-hero .main-hero-inner .hero-banner h1 {
              width: 100%; } }
          section.main-features .main-hero .main-hero-inner .hero-banner h1 a {
            color: #fff; }
            @media (max-width: 767px) {
              section.main-features .main-hero .main-hero-inner .hero-banner h1 a {
                color: #000; } }
    section.main-features .main-hero .main-hero-mobile {
      display: none; }
      @media (max-width: 767px) {
        section.main-features .main-hero .main-hero-mobile {
          display: block;
          width: 100%; } }
    section.main-features .main-hero .hero-banner .byline,
    section.main-features .main-hero .hero-banner .byline a {
      color: #fff; }
      @media (max-width: 767px) {
        section.main-features .main-hero .hero-banner .byline,
        section.main-features .main-hero .hero-banner .byline a {
          color: #000; } }
    section.main-features .main-hero .hero-banner .hed {
      display: table-cell;
      vertical-align: middle; }
      section.main-features .main-hero .hero-banner .hed h1 {
        padding: 0 360px 0 20px;
        margin: 0 !important; }
        @media (min-width: 768px) and (max-width: 979px) {
          section.main-features .main-hero .hero-banner .hed h1 {
            font-size: 3.125vw;
            line-height: 3.645vw;
            padding-top: 1.3vw; } }
        @media (max-width: 767px) {
          section.main-features .main-hero .hero-banner .hed h1 {
            font-size: 9.325vmin;
            line-height: 10.325vmin;
            font-weight: 900;
            padding: 14px 12px 10px 14px;
            margin: 0; } }
        @media (min-width: 450px) and (max-width: 767px) {
          section.main-features .main-hero .hero-banner .hed h1 {
            font-size: 5vw;
            line-height: 6vw; } }
      section.main-features .main-hero .hero-banner .hed h1 a {
        color: #fff;
        text-decoration: none; }
        @media (max-width: 767px) {
          section.main-features .main-hero .hero-banner .hed h1 a {
            color: #000000; } }
      section.main-features .main-hero .hero-banner .hed .byline {
        color: #FFFFFF;
        font-size: 11px;
        line-height: 11px;
        padding: 15px 0 0 24px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          section.main-features .main-hero .hero-banner .hed .byline {
            color: #000000;
            font-size: 3.4vw;
            padding: 0 0 15px 14px; } }
        @media (min-width: 450px) and (max-width: 767px) {
          section.main-features .main-hero .hero-banner .hed .byline {
            font-size: 2vw; } }
        section.main-features .main-hero .hero-banner .hed .byline a {
          color: #FFFFFF; }
          @media (max-width: 767px) {
            section.main-features .main-hero .hero-banner .hed .byline a {
              color: #000000; } }
  section.main-features .side-heroes div:nth-child(5) {
    display: none; }
    @media (max-width: 767px) {
      section.main-features .side-heroes div:nth-child(5) {
        display: block; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.main-features .side-heroes {
      width: 33.33333333%; } }
  section.main-features .side-heroes .side-hero {
    border-top: #CCCCCC 1px solid;
    padding: 15px 12px; }
    @media (max-width: 767px) {
      section.main-features .side-heroes .side-hero {
        padding: 20px 12px; } }
    section.main-features .side-heroes .side-hero h2 {
      margin: 0;
      font-size: 16px;
      line-height: 20px; }
      @media (min-width: 980px) and (max-width: 1278px) {
        section.main-features .side-heroes .side-hero h2 {
          font-size: 15px;
          line-height: 18px; } }
      @media (min-width: 768px) and (max-width: 979px) {
        section.main-features .side-heroes .side-hero h2 {
          font-size: 15px;
          line-height: 18px; } }
      @media (max-width: 767px) {
        section.main-features .side-heroes .side-hero h2 {
          font-size: 4.6vw;
          line-height: 6.25vw;
          margin-bottom: 0.625vw; } }
      @media (min-width: 450px) and (max-width: 767px) {
        section.main-features .side-heroes .side-hero h2 {
          font-size: 3.5vw;
          line-height: 4.5vw; } }
    section.main-features .side-heroes .side-hero .byline {
      padding: 6px 0 0 1px; }
      @media (max-width: 767px) {
        section.main-features .side-heroes .side-hero .byline {
          font-size: 3.4vw; } }
      @media (min-width: 450px) and (max-width: 767px) {
        section.main-features .side-heroes .side-hero .byline {
          font-size: 2vw; } }
    @media (max-width: 767px) {
      section.main-features .side-heroes .side-hero:first-child {
        border-top: 1px solid #ccc !important; } }
    @media (min-width: 768px) and (max-width: 979px) {
      section.main-features .side-heroes .side-hero {
        padding-bottom: 1.5vw; } }
  section.main-features .side-heroes .side-hero-block {
    background-color: #efefef;
    height: 100%;
    max-height: 430px; }
    @media (max-width: 767px) {
      section.main-features .side-heroes .side-hero-block {
        background-color: #fff;
        height: auto !important; } }
    section.main-features .side-heroes .side-hero-block .block-image {
      height: 187px;
      width: 100%;
      background-size: cover;
      background-position: center; }
      @media (max-width: 767px) {
        section.main-features .side-heroes .side-hero-block .block-image {
          display: none; } }
    section.main-features .side-heroes .side-hero-block .block-content {
      padding: 20px; }
      @media (max-width: 767px) {
        section.main-features .side-heroes .side-hero-block .block-content {
          padding: 20px 12px; } }
      section.main-features .side-heroes .side-hero-block .block-content h2 {
        font-size: 18px;
        line-height: 18px;
        margin: 0; }
        @media (min-width: 980px) and (max-width: 1278px) {
          section.main-features .side-heroes .side-hero-block .block-content h2 {
            font-size: 34px;
            line-height: 36px; } }
        @media (min-width: 1279px) {
          section.main-features .side-heroes .side-hero-block .block-content h2 {
            font-size: 34px;
            line-height: 36px; } }
        @media (max-width: 767px) {
          section.main-features .side-heroes .side-hero-block .block-content h2 {
            font-size: 3.5vw;
            line-height: 4.5vw; } }
  section.main-features .subfeatures {
    margin-top: 18px; }
    @media (max-width: 767px) {
      section.main-features .subfeatures {
        margin-top: 0px; } }

.highlights-panel .highlights:last-child {
  background-color: white; }

.highlights-panel .columnlabel {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #2f3ca2;
  text-transform: uppercase; }
  .highlights-panel .columnlabel a {
    color: #2f3ca2; }

.highlights-panel .small-feature-image {
  width: 100%;
  height: auto; }

.highlights-panel h2 {
  font-size: 20px;
  padding: 12px 0 25px 0;
  margin-top: 0;
  margin-bottom: 0; }

.highlights-panel h3 {
  padding: 0 0 25px 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px; }

.highlights-panel .byline {
  margin-top: -20px;
  padding-bottom: 20px; }

.highlights-panel .highlights {
  padding-top: 20px; }

.highlights-panel .highlights_inner {
  background-color: #f7f7f7;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .highlights-panel .highlights_inner .highlights_inner {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .highlights-panel .highlights_inner .highlights_inner {
      padding-left: 10px;
      padding-right: 10px; } }

.highlights-panel .flex-holder {
  display: flex; }
  @media (max-width: 767px) {
    .highlights-panel .flex-holder {
      flex-direction: column; } }
  .highlights-panel .flex-holder .left-columns {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 979px) {
      .highlights-panel .flex-holder .left-columns {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .highlights-panel .flex-holder .left-columns {
        flex-direction: column; } }
    .highlights-panel .flex-holder .left-columns .highlights {
      width: 100%; }
      .highlights-panel .flex-holder .left-columns .highlights:nth-last-child(1) {
        display: none; }
      @media (min-width: 1279px) {
        .highlights-panel .flex-holder .left-columns .highlights:nth-last-child(1) {
          display: block; } }
  .highlights-panel .flex-holder .halfpage_ad {
    min-width: 300px; }

section.more-stories .segmenttitle {
  width: auto; }

section.more-stories #native_morestories_destination {
  background-color: #eee;
  padding-right: 5px; }
  section.more-stories #native_morestories_destination .brandname {
    margin-top: 15px; }

section.more-stories .river {
  padding-top: 30px;
  border-bottom: 1px solid #000; }
  section.more-stories .river .river-article {
    padding: 0px;
    border: 0px;
    margin-bottom: 30px;
    line-height: 15px; }
    section.more-stories .river .river-article h3 {
      margin: 0px; }
      @media (min-width: 768px) and (max-width: 979px) {
        section.more-stories .river .river-article h3 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.more-stories .river .river-article h3 {
          font-size: 15px !important;
          line-height: 18px !important; } }

section.more-stories .river-article-with-image {
  margin-bottom: 20px; }
  section.more-stories .river-article-with-image:last-child {
    margin-bottom: 0px; }
  @media (min-width: 1279px) {
    section.more-stories .river-article-with-image .river-thumbnail-image {
      width: 190px;
      padding: 0 !important; } }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.more-stories .river-article-with-image .river-thumbnail-image {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.more-stories .river-article-with-image .river-thumbnail-image {
      padding: 0 !important;
      display: inline-block;
      float: left; }
      section.more-stories .river-article-with-image .river-thumbnail-image img {
        width: 160px !important; } }
  @media (max-width: 767px) {
    section.more-stories .river-article-with-image .river-thumbnail-image {
      padding: 0 !important;
      width: 40%;
      display: inline-flex; } }
  section.more-stories .river-article-with-image .meta-info h3 {
    margin-top: 0px; }
  @media (min-width: 1279px) {
    section.more-stories .river-article-with-image .meta-info {
      width: 390px;
      padding: 0 0 0 20px !important; } }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.more-stories .river-article-with-image .meta-info h3 {
      padding: 0 0 0 20px;
      font-size: 15px;
      line-height: 18px; }
    section.more-stories .river-article-with-image .meta-info .byline, section.more-stories .river-article-with-image .meta-info .brandname {
      padding-left: 20px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.more-stories .river-article-with-image .meta-info {
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: inline-block;
      width: 54%; }
      section.more-stories .river-article-with-image .meta-info h3 {
        font-size: 15px;
        line-height: 18px;
        padding-left: 20px;
        padding-top: 2px;
        margin: 0 !important; }
      section.more-stories .river-article-with-image .meta-info .byline, section.more-stories .river-article-with-image .meta-info .brandname {
        padding-left: 20px; } }
  @media (max-width: 767px) {
    section.more-stories .river-article-with-image .meta-info {
      padding: 0 !important;
      width: 60%;
      float: right; }
      section.more-stories .river-article-with-image .meta-info h3 {
        margin: 5px 0 0 10px !important;
        padding: 0 !important;
        font-size: 15px !important;
        line-height: 18px !important; }
      section.more-stories .river-article-with-image .meta-info .byline, section.more-stories .river-article-with-image .meta-info .brandname {
        padding-left: 10px; } }

@media (min-width: 1279px) {
  section.more-stories .article-list-holder {
    width: 635px;
    padding: 0 !important; } }

@media (min-width: 980px) and (max-width: 1278px) {
  section.more-stories .article-list-holder {
    width: 63%;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.more-stories .article-list-holder {
    width: 100%;
    display: inline-block;
    padding: 0 !important; } }

@media (max-width: 767px) {
  section.more-stories .article-list-holder {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

@media (min-width: 1279px) {
  section.more-stories .article-list-holder .article-list-inner {
    width: 630px;
    padding: 0 5px 0 0 !important;
    margin-left: 0 !important; } }

@media (min-width: 980px) and (max-width: 1278px) {
  section.more-stories .article-list-holder .article-list-inner {
    width: 100% !important;
    padding: 0;
    float: right; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.more-stories .article-list-holder .article-list-inner {
    padding: 0 !important; } }

@media (max-width: 767px) {
  section.more-stories .article-list-holder .article-list-inner {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

@media (max-width: 767px) {
  section.more-stories .more-stories-toggle {
    text-align: center;
    width: 100%;
    margin-bottom: 20px; } }

section.more-stories .more-stories-toggle .toggle-option {
  border: 2px #FF5507 solid;
  padding: 2px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  width: 80px;
  text-align: center;
  cursor: pointer;
  margin-left: -4px;
  background-color: #fff;
  color: #FF5507; }
  section.more-stories .more-stories-toggle .toggle-option.active {
    background-color: #FF5507;
    color: #fff; }

section.more-stories .load-more-button {
  border: 2px #FF5507 solid;
  color: #FF5507;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  background-color: #fff;
  width: 150px;
  height: 30px;
  margin: 0 auto;
  display: block;
  margin-top: 20px; }

@media (min-width: 1279px) {
  section.more-stories .more-stories-outer {
    width: 930px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0;
    margin-right: 10px; } }

@media (min-width: 980px) and (max-width: 1278px) {
  section.more-stories .more-stories-outer {
    width: 68% !important;
    padding-left: 0px !important;
    padding-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.more-stories .more-stories-outer {
    width: 48.38%;
    display: inline-block;
    float: left; } }

section.more-stories .more-stories-outer h2 {
  padding: 5px 5px 0 0;
  font-size: 20px;
  margin: 0 !important; }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.more-stories .more-stories-outer h2 {
      padding: 0 5px 0 0;
      margin-top: 5px !important; } }
  @media (max-width: 767px) {
    section.more-stories .more-stories-outer h2 {
      margin-top: 5px !important;
      font-size: 20px;
      line-height: 22px; } }

section.more-stories .more-stories-outer .more-stories-inner {
  padding: 0 !important; }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.more-stories .more-stories-outer .more-stories-inner {
      width: 100% !important;
      padding: 0 10px 0 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.more-stories .more-stories-outer .more-stories-inner {
      display: inline-block; } }
  section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder {
    margin-bottom: 20px; }
    section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder.flattened {
      border-top: 10px solid #000;
      padding-top: 10px;
      margin-bottom: 0px; }
      section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder.flattened:not(:first-child) {
        border-top: none; }
      section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder.flattened .row {
        margin-bottom: 10px; }
        section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder.flattened .row:last-child {
          margin-bottom: 0px; }
    section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder:not(:first-child) {
      border-top: 1px solid #000;
      padding-top: 10px; }
      section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder:not(:first-child) .top-line {
        padding-top: 0px;
        border-top: 0px; }
      section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder:not(:first-child) .bottom-line {
        padding-bottom: 10px;
        border-bottom: 1px solid #000; }
      section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder:not(:first-child) .article-list-holder {
        width: 100%; }
      section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder:not(:first-child) .events-column {
        display: none; }
      section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder:not(:first-child) .river-article-with-image h3 {
        font-size: 20px;
        line-height: 24px; }
        @media (min-width: 768px) and (max-width: 979px) {
          section.more-stories .more-stories-outer .more-stories-inner .river-articles-holder:not(:first-child) .river-article-with-image h3 {
            font-size: 15px;
            line-height: 18px;
            padding-left: 20px;
            padding-top: 2px;
            margin: 0 !important; } }
  @media (max-width: 767px) {
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-image,
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-meta,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-image,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-meta {
      padding: 0 !important; } }
  @media (min-width: 1279px) {
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-image,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-image {
      width: 320px;
      padding: 0 20px 0 0 !important; } }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-image,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-image {
      width: 35% !important;
      padding: 0 25px 0 0 !important; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-image,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-image {
      padding: 0 !important;
      display: inline-block;
      width: 50%; } }
  @media (min-width: 1279px) {
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-meta,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-meta {
      width: 605px;
      padding: 0 !important; } }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-meta,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-meta {
      width: 65% !important;
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.more-stories .more-stories-outer .more-stories-inner .top-line .row-meta,
    section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-meta {
      padding: 0 !important;
      display: inline-table;
      width: 48%;
      float: right; }
      section.more-stories .more-stories-outer .more-stories-inner .top-line .row-meta h2,
      section.more-stories .more-stories-outer .more-stories-inner .bottom-line .row-meta h2 {
        margin-top: 0 !important;
        font-family: 'Heebo', sans-serif;
        font-size: 15px;
        color: #000;
        line-height: 21px;
        font-weight: 700; } }
  section.more-stories .more-stories-outer .more-stories-inner .top-line {
    border-top: 10px solid #000;
    padding-top: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    @media (min-width: 1279px) {
      section.more-stories .more-stories-outer .more-stories-inner .top-line {
        max-width: 960px;
        margin-left: 0; } }
    @media (max-width: 767px) {
      section.more-stories .more-stories-outer .more-stories-inner .top-line {
        border-top: 10px solid #000;
        padding-bottom: 25px; } }
  section.more-stories .more-stories-outer .more-stories-inner .bottom-line {
    border-bottom: 5px solid #000;
    padding-bottom: 10px; }
    @media (min-width: 1279px) {
      section.more-stories .more-stories-outer .more-stories-inner .bottom-line {
        max-width: 960px;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 980px) and (max-width: 1278px) {
      section.more-stories .more-stories-outer .more-stories-inner .bottom-line {
        max-width: 960px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      section.more-stories .more-stories-outer .more-stories-inner .bottom-line {
        max-width: 960px; } }
    @media (max-width: 767px) {
      section.more-stories .more-stories-outer .more-stories-inner .bottom-line {
        max-width: 960px; } }

@media (min-width: 980px) and (max-width: 1278px) {
  section.more-stories .full-river-row {
    width: 620px !important;
    padding: 0; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.more-stories .full-river-row {
    display: none; } }

@media (max-width: 767px) {
  section.more-stories .full-river-row {
    display: none; } }

section.more-stories .more-stories-topper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 68%;
  padding: 0px 0px 0px 8px;
  align-items: flex-start;
  margin-bottom: 7px; }
  @media (min-width: 1279px) {
    section.more-stories .more-stories-topper {
      width: 930px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.more-stories .more-stories-topper {
      width: 48.38%; } }
  @media (max-width: 767px) {
    section.more-stories .more-stories-topper {
      flex-direction: column-reverse;
      width: 100%; } }

section.more-stories .river-bottom {
  width: 100%; }
  @media (min-width: 1279px) {
    section.more-stories .river-bottom {
      width: 75%; } }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.more-stories .river-bottom {
      width: 68%; } }
  @media (max-width: 767px) {
    section.more-stories .river-bottom img {
      display: none; } }

.spriteLinkedin, .spriteFacebook, .spriteTwitter, .spriteGooglePlus, .spriteEmail, .spritePinterest, .spriteStumbleUpon, .spriteYoutube, .spriteReddit, .spriteChat, .spriteIncLogoWhite, .spriteMenuIcon, .spriteBackToTop, .spriteMagnifyer, .spriteExpand, .spriteTextLink {
  background-image: url("../images/systemsprite02.png") !important;
  background-repeat: no-repeat !important;
  background-size: initial !important; }

.spriteLinkedin {
  width: 80px !important;
  height: 80px !important;
  background-position: 0px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteFacebook {
  width: 80px !important;
  height: 80px !important;
  background-position: -80px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteTwitter {
  width: 80px !important;
  height: 80px !important;
  background-position: -160px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteGooglePlus {
  width: 80px !important;
  height: 80px !important;
  background-position: -240px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteEmail {
  width: 80px !important;
  height: 80px !important;
  background-position: -320px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spritePinterest {
  width: 80px !important;
  height: 80px !important;
  background-position: -400px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteStumbleUpon {
  width: 80px !important;
  height: 80px !important;
  background-position: -480px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteYoutube {
  width: 80px !important;
  height: 80px !important;
  background-position: -560px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteReddit {
  width: 80px !important;
  height: 80px !important;
  background-position: -640px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteChat {
  width: 90px !important;
  height: 80px !important;
  background-position: -720px 0px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteIncLogoWhite {
  width: 172px !important;
  height: 60px !important;
  background-position: 0px -80px;
  zoom: 0.3;
  -moz-transform: scale(0.3); }

.spriteMenuIcon {
  zoom: 0.5;
  -moz-transform: scale(0.5);
  left: 24px !important;
  top: 32px !important;
  width: 55px !important;
  height: 55px !important;
  background-position: -172px -80px; }
  @media (max-width: 767px) {
    .spriteMenuIcon {
      width: 38px !important;
      height: 34px !important;
      background-position: -344px -80px;
      top: 40px !important; } }

@-moz-document url-prefix() {
  .spriteMenuIcon {
    left: 0px !important;
    top: 2px !important; } }

.spriteBackToTop {
  width: 58px !important;
  height: 47px !important;
  background-position: -227px -93px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteMagnifyer {
  width: 25px !important;
  height: 25px !important;
  background-position: -287px -88px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteExpand {
  width: 23px !important;
  height: 23px !important;
  background-position: -289px -117px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.spriteTextLink {
  width: 30px !important;
  height: 26px !important;
  background-position: -312px -88px;
  zoom: 0.5;
  -moz-transform: scale(0.5); }

.video-panel {
  margin: 30px 0px;
  background-color: #000; }
  .video-panel .player-row {
    display: block;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 10px; }
    @media (max-width: 767px) {
      .video-panel .player-row {
        display: flex;
        flex-direction: column-reverse;
        padding: 0px; }
        .video-panel .player-row .column {
          padding: 0px; } }
  .video-panel .desktop-subheadline, .video-panel .mobile-subheadline {
    font-size: 34px;
    font-family: 'Signika', sans-serif;
    color: #fff;
    line-height: 0.8em;
    margin-bottom: 67px; }
    @media (min-width: 768px) and (max-width: 979px) {
      .video-panel .desktop-subheadline, .video-panel .mobile-subheadline {
        font-size: 30px;
        margin-bottom: 52px; } }
    @media (max-width: 767px) {
      .video-panel .desktop-subheadline, .video-panel .mobile-subheadline {
        display: none; } }
  .video-panel .mobile-subheadline {
    display: none;
    margin-bottom: 52px;
    font-size: 30px; }
    @media (max-width: 767px) {
      .video-panel .mobile-subheadline {
        display: block;
        padding: 20px 0px 20px 10px;
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .video-panel .main-video-meta {
      padding: 20px 10px 30px 10px; } }
  .video-panel .main-video-meta .main-headline {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 0px; }
    .video-panel .main-video-meta .main-headline a {
      font-size: 30px;
      color: #fff;
      line-height: 30px;
      margin: 0px; }
      @media (min-width: 980px) and (max-width: 1278px) {
        .video-panel .main-video-meta .main-headline a {
          font-size: 40px;
          line-height: 40px; } }
      @media (min-width: 1279px) {
        .video-panel .main-video-meta .main-headline a {
          font-size: 40px;
          line-height: 40px; } }
  .video-panel .main-video-meta .watch-button {
    background-color: #FF5507;
    height: 32px;
    width: 122px;
    font-family: Archivo Narrow;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0em;
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
    @media (min-width: 1279px) {
      .video-panel .main-video-meta .watch-button {
        height: 45px;
        width: 160px;
        font-size: 24px;
        line-height: 24px; } }
    .video-panel .main-video-meta .watch-button::before {
      content: 'Watch Now'; }
    .video-panel .main-video-meta .watch-button.now-playing {
      background: transparent;
      border: 4px solid #FF5507;
      color: #FF5507; }
      .video-panel .main-video-meta .watch-button.now-playing::before {
        content: 'Now Playing'; }
  .video-panel .main-video-player #mainPlayer {
    padding-bottom: 56.4%;
    padding-top: 0px;
    position: relative;
    height: 0px;
    overflow: hidden; }
    .video-panel .main-video-player #mainPlayer iframe {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      position: absolute; }
  .video-panel .main-video-player .k-chapters-container {
    display: none; }
  .video-panel .videoPanels {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    @media (max-width: 767px) {
      .video-panel .videoPanels {
        flex-direction: column; } }
    .video-panel .videoPanels .videoPanelThumb {
      position: relative;
      cursor: pointer;
      max-height: 168px;
      margin-right: 18px; }
      .video-panel .videoPanels .videoPanelThumb:last-child {
        margin-right: 0px; }
      .video-panel .videoPanels .videoPanelThumb:hover .video-color-bar {
        width: 100%;
        top: 0px;
        left: 0px; }
      .video-panel .videoPanels .videoPanelThumb:hover .hover-play {
        display: block; }
      .video-panel .videoPanels .videoPanelThumb:not(:hover) .video-color-bar {
        -webkit-transition: initial;
        transition: initial; }
      .video-panel .videoPanels .videoPanelThumb img {
        width: 100%;
        height: auto;
        opacity: 0.6; }
      .video-panel .videoPanels .videoPanelThumb .video-color-bar {
        position: absolute;
        top: 30px;
        left: 20px;
        width: 30px;
        height: 5px;
        -webkit-transition: width 1s;
        transition: width 1s;
        background-color: #3D4BA5; }
        @media (max-width: 767px) {
          .video-panel .videoPanels .videoPanelThumb .video-color-bar {
            top: 10px; } }
      .video-panel .videoPanels .videoPanelThumb:nth-child(2) .video-color-bar {
        background-color: #FDEC00; }
      .video-panel .videoPanels .videoPanelThumb:nth-child(3) .video-color-bar {
        background-color: #009CD8; }
      .video-panel .videoPanels .videoPanelThumb:nth-child(4) .video-color-bar {
        background-color: #FF5507; }
      .video-panel .videoPanels .videoPanelThumb .thumb-meta {
        position: absolute;
        top: 50px;
        left: 20px; }
        @media (max-width: 767px) {
          .video-panel .videoPanels .videoPanelThumb .thumb-meta {
            display: flex;
            height: 100%;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-align-content: center;
            align-content: center;
            -webkit-align-items: center;
            align-items: center;
            top: 0px;
            width: 100%;
            left: 0px;
            padding-left: 20px; } }
        .video-panel .videoPanels .videoPanelThumb .thumb-meta h3 {
          font-family: 'Heebo', sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          text-align: left;
          line-height: 18px;
          letter-spacing: 0em;
          padding: 0px 10px 0px 0px;
          margin: 0px; }
          @media (max-width: 767px) {
            .video-panel .videoPanels .videoPanelThumb .thumb-meta h3 {
              display: flex;
              padding: 0px 60px 0px 0px; } }
          @media (min-width: 1279px) {
            .video-panel .videoPanels .videoPanelThumb .thumb-meta h3 {
              font-size: 15px;
              line-height: 20px; } }
          .video-panel .videoPanels .videoPanelThumb .thumb-meta h3 a {
            color: #fff; }
      @media (min-width: 768px) and (max-width: 979px) {
        .video-panel .videoPanels .videoPanelThumb:nth-child(4) {
          display: none; }
        .video-panel .videoPanels .videoPanelThumb:nth-child(3) {
          margin-right: 0px; } }
      @media (max-width: 767px) {
        .video-panel .videoPanels .videoPanelThumb {
          overflow: hidden;
          display: flex;
          margin-right: 0px;
          height: auto;
          max-height: 83px;
          flex-direction: row;
          align-items: center;
          align-content: flex-end;
          justify-content: flex-end; }
          .video-panel .videoPanels .videoPanelThumb:nth-child(4) {
            display: none; }
          .video-panel .videoPanels .videoPanelThumb:nth-child(3) {
            display: none; }
          .video-panel .videoPanels .videoPanelThumb .hover-play {
            display: block;
            bottom: 32%;
            right: 20px; } }
      .video-panel .videoPanels .videoPanelThumb .hover-play {
        position: absolute;
        bottom: 13px;
        right: 15px;
        color: #fff;
        opacity: 0.7;
        font-size: 30px;
        display: none; }
        @media (max-width: 767px) {
          .video-panel .videoPanels .videoPanelThumb .hover-play {
            display: block;
            bottom: initial; } }
      .video-panel .videoPanels .videoPanelThumb.now-playing .hover-play {
        padding: 3px 5px 1px 5px;
        border: 4px solid #fff;
        border-radius: 4px;
        font-family: 'Signika', sans-serif;
        font-size: 13px;
        display: block; }
        @media (max-width: 767px) {
          .video-panel .videoPanels .videoPanelThumb.now-playing .hover-play {
            border: 0px;
            font-family: FontAwesome;
            font-size: 30px;
            padding: 0px;
            bottom: initial; } }
        .video-panel .videoPanels .videoPanelThumb.now-playing .hover-play::before {
          content: 'NOW PLAYING'; }
          @media (max-width: 767px) {
            .video-panel .videoPanels .videoPanelThumb.now-playing .hover-play::before {
              content: "\f01d"; } }
      .video-panel .videoPanels .videoPanelThumb.now-playing .video-color-bar {
        width: 100%;
        top: 0px;
        left: 0px; }

.NItitle2 {
  width: 100%;
  background-color: #3d4eb8;
  height: 178px;
  border-bottom: 3px solid #fff; }

.NItitleThankyou {
  display: block;
  font-family: 'Heebo', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  max-width: 1200px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 26px 10px 0px; }
  .NItitleThankyou span {
    font-style: italic; }

.NIblueBar {
  background-color: #2f3ca2;
  height: 5px; }

.NItitleButton {
  background-color: #2f3ca2;
  height: 30px;
  width: 170px;
  margin: 15px auto 0;
  display: block; }
  .NItitleButton a {
    font-family: "RobotoRegular", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    padding: 8px 6px 0px;
    text-align: center;
    line-height: 28px; }

.NItitle {
  width: 100%;
  background-color: #3d4eb8;
  height: 92px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff; }

.NItitleText {
  font-family: 'Heebo', sans-serif;
  font-size: 38px;
  font-weight: 900;
  max-width: 845px;
  width: 100%;
  color: #fff;
  height: 60px;
  margin: 0 auto;
  padding: 44px 10px 0px; }

.NIbody {
  max-width: 635px;
  width: 93%;
  padding: 0px 10px;
  margin: 60px auto 0px; }

.NIbody2 {
  display: none; }

.NIbodyFull {
  max-width: 845px;
  width: 100%;
  padding: 0px 10px;
  margin: 60px auto 0px; }

.NIbodyHead {
  font-family: 'Heebo', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  max-width: 635px;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 30px; }
  .NIbodyHead span {
    font-weight: 500; }

.NIbodyPara {
  font-family: 'Heebo', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  max-width: 635px;
  width: 100%;
  padding: 0px 10px; }

.NIbodyDeck {
  font-family: 'Heebo', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  max-width: 635px;
  width: 100%;
  padding: 0px 10px;
  margin-top: 55px;
  text-align: center; }
  .NIbodyDeck span {
    font-weight: 900; }

.NIbodySign {
  font-family: "RobotoRegular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  max-width: 635px;
  width: 100%;
  padding: 0px 10px;
  text-align: center; }
  .NIbodySign a {
    font-weight: 700;
    color: #139cd8;
    text-decoration: none;
    cursor: pointer; }
  .NIbodySign span {
    font-weight: 700;
    color: #139cd8;
    text-decoration: none;
    cursor: pointer; }

.NIbodyButton {
  background-color: #ff5507;
  color: #fff;
  font-family: "Archivo Narrow", sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  width: 173px;
  height: 25px;
  text-align: center;
  padding-top: 8px;
  margin: 25px auto 0px;
  cursor: pointer; }

#Step2 {
  width: 105px;
  margin-bottom: 25px; }

#Step3 {
  width: 105px;
  margin-bottom: 64px; }

.NIform {
  max-width: 845px;
  width: 100%;
  margin: 30px auto 0px;
  background-color: #f5f7fa;
  border-bottom: 4px solid #fff;
  min-height: 100px; }

.NIform1 {
  display: none; }

.NIform2 {
  display: none; }

.NIfirstForm, .NIsecondForm {
  max-width: 635px;
  width: 93%;
  padding: 50px 10px 0px;
  margin: 0px auto; }

.NIinput {
  font-family: "RobotoRegular", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  max-width: 271px;
  width: 46%;
  height: 25px;
  border: 1px solid #ccc;
  padding: 0px 0px 0px 10px;
  margin: 10px 0px; }
  @media (max-width: 769px) {
    .NIinput {
      margin: 10px auto;
      display: block;
      float: none;
      width: 90%; } }

.NIinputR {
  float: right; }
  @media (max-width: 769px) {
    .NIinputR {
      margin: 0 auto;
      display: block;
      float: none;
      width: 90%; } }

.NIlogin {
  display: inline-block;
  height: 40px;
  width: 39px;
  background-image: url(https://www.incimages.com/header/shareicons.png);
  background-size: cover; }
  @media (max-width: 769px) {
    .NIlogin {
      margin: 0 1px; } }

.google-login {
  background-position: -136px; }

.yahoo-login {
  background-position: -275px; }

.facebook-login {
  background-position: -45px; }

.linkedin-login {
  background-position: 0px; }

.twitter-login {
  background-position: -90px; }

.Selector {
  border-radius: 5px;
  padding: 0px 0px 0px 10px;
  max-width: 283px;
  width: 49%; }

.signupinteract {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  margin-top: 24px; }
  @media (min-width: 980px) and (max-width: 1278px) {
    .signupinteract {
      margin-top: 22px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .signupinteract {
      margin-top: 22px; } }
  @media (max-width: 767px) {
    .signupinteract {
      padding-bottom: 24px;
      margin-right: 0px; } }
  .signupinteract input.signupinput {
    margin-left: 15px;
    display: inline-block;
    width: 250px;
    height: 30px;
    border: 0;
    padding-left: 10px; }
    @media (max-width: 767px) {
      .signupinteract input.signupinput {
        margin-left: 0; } }

.segmenttitle {
  font-size: 34px;
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  color: #000; }
  @media (min-width: 980px) and (max-width: 1278px) {
    .segmenttitle {
      font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .segmenttitle {
      font-size: 30px;
      width: 30%;
      float: left; } }
  @media (max-width: 767px) {
    .segmenttitle {
      font-size: 30px;
      padding-left: 20px;
      padding: 0 !important; } }
  @media (min-width: 980px) and (max-width: 1278px) {
    .segmenttitle.special-reports {
      bottom: -35px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .segmenttitle.special-reports {
      bottom: -15px; } }
  @media (max-width: 767px) {
    .segmenttitle.special-reports {
      padding: 20px 0 0 19.5px !important;
      line-height: 18px; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.hot-topics-bar .links {
    padding: 0; } }

@media (min-width: 980px) and (max-width: 1278px) {
  section.hot-topics-bar .links .menuitem:nth-child(12) {
    display: none; }
  section.hot-topics-bar .links .menuitem:nth-child(13) {
    display: none; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.hot-topics-bar .links .menuitem:nth-child(12) {
    display: none; }
  section.hot-topics-bar .links .menuitem:nth-child(13) {
    display: none; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.special-reports .special-reports-row-01 {
    height: 11.4vw; } }

@media (max-width: 767px) {
  section.special-reports .special-reports-row-01 {
    background-color: #F7F7F7; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.special-reports .special-reports-row-01 .special-reports-icons {
    height: 11.4vw; } }

@media (min-width: 980px) and (max-width: 1278px) {
  section.special-reports .special-reports-row-01 .special-reports-icons {
    float: right; } }

@media (max-width: 767px) {
  section.special-reports .special-reports-row-01 .special-reports-icons {
    text-align: left;
    padding-top: 16px; } }

section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon {
  width: 70px;
  height: 107px;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  padding-bottom: 30px;
  margin: 0 12px; }
  section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon img {
    width: 100%;
    max-height: 70px;
    -webkit-filter: grayscale(100%) opacity(50%);
    filter: grayscale(100%) opacity(50%);
    -webkit-transition: -webkit-filter 0.6s;
    transition: filter 0.6s; }
    section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon img:hover {
      cursor: pointer;
      -webkit-filter: grayscale(0%) opacity(100%);
      filter: grayscale(0%) opacity(100%); }
  @media (min-width: 768px) and (max-width: 979px) {
    section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon {
      height: 11.4vw;
      width: 7.4vw; } }
  @media (max-width: 767px) {
    section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon {
      height: 60px;
      margin: 0;
      margin-left: 12px;
      padding-bottom: 13px;
      width: 46px; }
      section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon:first-child {
        margin-left: 12px; } }
  section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon.selected {
    border-bottom-width: 5px;
    border-bottom-style: solid; }
    section.special-reports .special-reports-row-01 .special-reports-icons .special-reports-icon.selected img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

section.special-reports .special-reports-row-02 {
  padding-top: 0;
  position: relative; }
  section.special-reports .special-reports-row-02 .special-reports-panel {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }
    section.special-reports .special-reports-row-02 .special-reports-panel.selected {
      display: block; }
    @media (min-width: 980px) and (max-width: 1278px) {
      section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%; } }
    section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-image-container {
      padding-right: 0 !important;
      width: 720px;
      height: 323px;
      background-size: cover;
      background-position: center; }
      @media (min-width: 980px) and (max-width: 1278px) {
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-image-container {
          height: auto; } }
      @media (min-width: 768px) and (max-width: 979px) {
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-image-container {
          width: 100%;
          height: 336px; } }
      @media (max-width: 767px) {
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-image-container {
          width: 100%;
          height: 150px; } }
    section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines {
      min-height: 100%;
      width: 525px;
      height: 323px;
      padding-left: 14px;
      padding: 16px 14px;
      background-color: #F7F7F7;
      overflow-x: hidden;
      overflow-y: hidden; }
      @media (min-width: 768px) and (max-width: 979px) {
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines {
          width: 100%;
          padding: 20px;
          height: auto; } }
      @media (max-width: 767px) {
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines {
          width: 100%;
          padding: 25px 10px 15px 10px;
          height: auto; } }
      section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines .list-label {
        padding: 0;
        font-size: 12px;
        font-weight: 700;
        color: #C3A746;
        font-style: normal;
        text-align: left;
        letter-spacing: 0em;
        text-transform: uppercase; }
      section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines h2 {
        padding: 10px 0 0 0;
        font-size: 28px;
        line-height: 30px;
        margin: 0;
        font-weight: 700;
        color: #2e2e2e;
        font-style: normal;
        text-align: left;
        letter-spacing: 0em; }
        @media (min-width: 768px) and (max-width: 979px) {
          section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines h2 {
            font-size: 24px;
            line-height: 30px; } }
        @media (max-width: 767px) {
          section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines h2 {
            font-size: 24px;
            line-height: 24px; } }
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines h2 a {
          text-decoration: none;
          color: #2e2e2e; }
      section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines .byline {
        padding-left: 2px;
        font-size: 11px;
        line-height: 11px;
        font-weight: 400;
        color: #000000;
        font-style: normal;
        text-align: left;
        letter-spacing: 0em; }
      section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines h3 {
        padding: 22px 0 0 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        color: #999999;
        margin: 0; }
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines h3 a {
          padding: 5px 0 0 0;
          font-size: 15px;
          line-height: 18px;
          font-weight: 700;
          color: #2e2e2e;
          display: block; }
      section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines .more-link {
        padding: 15px 0 0 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600; }
        section.special-reports .special-reports-row-02 .special-reports-panel .special-reports-panel-content .special-reports-headlines .more-link a {
          color: #009CD8;
          text-decoration: none; }

.subfeature {
  height: auto;
  text-align: left; }
  @media (max-width: 767px) {
    .subfeature {
      width: 100%;
      margin-bottom: 30px; }
      .subfeature:last-child {
        margin-bottom: 0px; } }
  .subfeature h2 {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 2px; }
  .subfeature .byline {
    margin-left: 20px;
    margin-right: 20px; }
  .subfeature img {
    width: 100%;
    height: auto; }
  .subfeature .subfeature_inner {
    min-height: 100px;
    background-color: #f7f7f7; }
    @media (min-width: 768px) and (max-width: 979px) {
      .subfeature .subfeature_inner {
        min-height: 181px; } }
    @media (max-width: 767px) {
      .subfeature .subfeature_inner {
        min-height: 257px;
        padding-bottom: 0; } }
    .subfeature .subfeature_inner .brandname {
      margin-left: 18px;
      margin-top: 15px;
      margin-bottom: -15px; }
      @media (min-width: 768px) and (max-width: 979px) {
        .subfeature .subfeature_inner .brandname {
          margin-top: 10px;
          margin-left: 10px;
          margin-bottom: -10px; } }
      @media (max-width: 767px) {
        .subfeature .subfeature_inner .brandname {
          margin-top: 15px;
          margin-left: 15px;
          margin-bottom: -15px; } }
    .subfeature .subfeature_inner h2 {
      font-size: 18px;
      line-height: 22px;
      margin: 0;
      padding: 15px 18px 0 18px; }
      @media (min-width: 768px) and (max-width: 979px) {
        .subfeature .subfeature_inner h2 {
          font-size: 16px;
          line-height: 20px;
          padding: 10px 10px; } }
      @media (max-width: 767px) {
        .subfeature .subfeature_inner h2 {
          font-size: 15px;
          line-height: 18px;
          padding: 15px 15px 0 15px; } }
    .subfeature .subfeature_inner .byline {
      font-size: 11px;
      line-height: 18px;
      margin: 0;
      padding: 5px 18px 15px 18px; }
      @media (min-width: 768px) and (max-width: 979px) {
        .subfeature .subfeature_inner .byline {
          font-size: 11px;
          line-height: 14px;
          padding: 1px 10px 10px 10px; } }

.nativesubfeature {
  display: none; }

section.get-in-touch .signuptext {
  padding: 29px 0 10px 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 1279px) {
    section.get-in-touch .signuptext {
      font-size: 18px;
      padding: 32px 0 30px 40px; }
      section.get-in-touch .signuptext .signupanswer {
        padding-left: 0px !important; } }
  section.get-in-touch .signuptext a {
    color: #fff !important; }

section.get-in-touch .signupanswer {
  padding-left: 0px !important; }

section.get-in-touch .newsletter-signup {
  background-color: #3d4eb8;
  height: auto;
  min-height: 80px;
  margin: auto;
  padding: 0 !important;
  text-align: right; }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.get-in-touch .newsletter-signup {
      text-align: center;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.get-in-touch .newsletter-signup {
      text-align: center;
      width: 100%; } }
  @media (max-width: 767px) {
    section.get-in-touch .newsletter-signup {
      text-align: center;
      width: 100%; } }
  section.get-in-touch .newsletter-signup .signupinteract {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    margin-top: 24px; }
    @media (min-width: 980px) and (max-width: 1278px) {
      section.get-in-touch .newsletter-signup .signupinteract {
        margin-top: 22px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      section.get-in-touch .newsletter-signup .signupinteract {
        margin-top: 22px; } }
    @media (max-width: 767px) {
      section.get-in-touch .newsletter-signup .signupinteract {
        padding-bottom: 24px;
        margin-right: 0px; } }
    section.get-in-touch .newsletter-signup .signupinteract input.signupinput {
      margin-left: 15px;
      display: inline-block;
      width: 250px;
      height: 30px;
      border: 0;
      padding-left: 10px; }
      @media (max-width: 767px) {
        section.get-in-touch .newsletter-signup .signupinteract input.signupinput {
          margin-left: 0; } }
    section.get-in-touch .newsletter-signup .signupinteract .signupsubmit {
      background-color: #FF5507;
      padding: 7px 9px 8px 6px;
      display: inline-block;
      height: 31px;
      border: 0;
      font-family: 'Archivo Narrow', sans-serif;
      font-size: 15px;
      color: #FFFFFF;
      line-height: 15px;
      font-weight: 700;
      margin-left: -4px;
      cursor: pointer; }

section.get-in-touch .social-buttons {
  background-color: #2f3ca2;
  height: 80px;
  display: inline-block;
  padding: 0 auto; }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.get-in-touch .social-buttons {
      text-align: center;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.get-in-touch .social-buttons {
      text-align: center;
      width: 100%; } }
  @media (max-width: 767px) {
    section.get-in-touch .social-buttons {
      text-align: center;
      width: 100%; } }
  section.get-in-touch .social-buttons .signuptext a .signupicon {
    padding-left: 15px; }

.popularstoriespanel {
  padding-top: 40px;
  padding-bottom: 35px; }
  .popularstoriespanel .columnlabel {
    font-family: 'Signika', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .popularstoriespanel h2 {
    padding: 20px 20px 0 0;
    font-size: 15px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
    margin: 0; }
  @media (min-width: 980px) and (max-width: 1278px) {
    .popularstoriespanel .columnlabel {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .popularstoriespanel .columnlabel {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .popularstoriespanel {
      display: none; } }

.hot-topics {
  height: 45px;
  font-size: 15px;
  line-height: 16px; }
  @media (min-width: 768px) and (max-width: 979px) {
    .hot-topics {
      font-size: 1.7vw;
      line-height: 2vw; } }
  @media (max-width: 767px) {
    .hot-topics {
      display: none; } }
  .hot-topics .menu-item {
    display: table-cell;
    margin: 0 auto;
    width: 1%; }
    .hot-topics .menu-item:first-child {
      font-weight: 900;
      text-align: left; }

.brandname {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
  .brandname a {
    color: #2f3ca2; }
  .brandname a.brandview2 {
    color: #ee275f; }
  .brandname span.view {
    color: #000; }

section.brandview-panel .brandname-margins {
  margin-top: 20px !important;
  margin-left: 24px !important; }
  @media (min-width: 980px) and (max-width: 1278px) {
    section.brandview-panel .brandname-margins {
      margin-top: 10px !important;
      margin-left: 20px !important;
      margin-bottom: 10px !important; } }
  @media (min-width: 768px) and (max-width: 979px) {
    section.brandview-panel .brandname-margins {
      margin-top: 12px !important;
      margin-left: 20px !important; } }
  @media (max-width: 767px) {
    section.brandview-panel .brandname-margins {
      margin: 5px 0 0 10px !important;
      font-size: 11px !important;
      line-height: 12px !important; } }

section.brandview-panel .brandviewlogo {
  width: 230px; }

section.brandview-panel .BrandView-description {
  vertical-align: bottom;
  display: inline-block;
  line-height: 13px;
  font-style: italic;
  color: #aaa; }
  section.brandview-panel .BrandView-description a {
    color: #2f3ca2; }

@media (min-width: 980px) and (max-width: 1278px) {
  section.brandview-panel .brandname {
    margin-left: 10px; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.brandview-panel .brandname {
    margin-left: 10px; } }

@media (min-width: 980px) and (max-width: 1278px) {
  section.brandview-panel .brandview-tile:nth-child(5), section.brandview-panel .brandview-tile:nth-child(6) {
    display: none; } }

@media (min-width: 768px) and (max-width: 979px) {
  section.brandview-panel .brandview-tile:nth-child(5), section.brandview-panel .brandview-tile:nth-child(6) {
    display: none; } }

section.brandview-panel .brandview-tile .brandname {
  margin-left: 10px; }
  @media (max-width: 767px) {
    section.brandview-panel .brandview-tile .brandname {
      margin-left: 0px; } }

section.brandview-panel .brandview-tile h2 {
  margin: 6px 10px 10px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500; }
  @media (max-width: 767px) {
    section.brandview-panel .brandview-tile h2 {
      margin: 8px 0px 20px 0px; } }
  section.brandview-panel .brandview-tile h2 .brandview5 {
    font-size: 15px; }
  section.brandview-panel .brandview-tile h2 .brandview4 {
    font-size: 18px;
    line-height: 22px; }
  section.brandview-panel .brandview-tile h2 .brandview3 {
    font-size: 24px;
    line-height: 25px; }

section.brandview-panel .brandview-tile .brandviewthumb {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    section.brandview-panel .brandview-tile .brandviewthumb {
      display: none; } }

form {
  display: inline; }

.events-column {
  background: url("/homepage_redesign/images/15-04.png") repeat; }
  @media (min-width: 1279px) {
    .events-column {
      width: 295px;
      padding: 0; } }
  @media (min-width: 980px) and (max-width: 1278px) {
    .events-column {
      float: right;
      width: 220px;
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .events-column {
      display: none; } }
  @media (max-width: 767px) {
    .events-column {
      display: none; } }
  .events-column .column-header {
    font-size: 20px;
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    color: #000;
    font-style: normal;
    text-align: left;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 10px; }
  .events-column .event-box {
    margin-bottom: 10px !important;
    background-color: #894BA3; }
    .events-column .event-box:nth-child(2) {
      background-color: #485375; }
    .events-column .event-box:nth-child(3) {
      background-color: #DC7108; }
    @media (min-width: 1279px) {
      .events-column .event-box {
        width: 250px;
        margin: 0 auto; } }
    @media (min-width: 980px) and (max-width: 1278px) {
      .events-column .event-box {
        width: 190px;
        margin: 0 auto; } }
    .events-column .event-box .desktop-image {
      display: none; }
      @media (min-width: 1279px) {
        .events-column .event-box .desktop-image {
          display: inline-block; } }
    .events-column .event-box .mobile-image {
      display: inline-block; }
      @media (min-width: 1279px) {
        .events-column .event-box .mobile-image {
          display: none; } }
      @media (max-width: 767px) {
        .events-column .event-box .mobile-image {
          width: 100%; } }
    .events-column .event-box .event-text {
      font-size: 15px;
      font-family: 'Signika', sans-serif;
      font-weight: 500;
      color: #fff;
      font-style: normal;
      text-align: center;
      padding: 10px;
      line-height: 15px; }
      @media (min-width: 980px) and (max-width: 1278px) {
        .events-column .event-box .event-text {
          text-align: left; } }
      @media (max-width: 767px) {
        .events-column .event-box .event-text {
          font-size: 12px;
          text-align: left; } }

@media (max-width: 767px) {
  .homepage-popular-stories-panel {
    display: none; } }

.channel-lander .main-features {
  margin-top: 0px; }

.channel-lander .subfeatures .subfeature {
  border-right: 1px solid #000; }
  @media (max-width: 767px) {
    .channel-lander .subfeatures .subfeature {
      border-right: none;
      margin-bottom: 0px; } }
  .channel-lander .subfeatures .subfeature:last-child {
    border: none; }
  .channel-lander .subfeatures .subfeature .subfeature_inner {
    background-color: #fff; }
    @media (min-width: 1279px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner h2 {
        font-size: 24px;
        line-height: 28px; } }
    @media (min-width: 980px) and (max-width: 1278px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner h2 {
        font-size: 24px;
        line-height: 28px; } }
    @media (min-width: 768px) and (max-width: 979px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner {
        height: auto;
        min-height: auto; } }
    @media (max-width: 767px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner {
        border-top: #CCCCCC 1px solid;
        padding: 15px 12px;
        min-height: auto; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .channel-lander .subfeatures .subfeature .subfeature_inner {
      padding: 20px 12px; } }
    @media (max-width: 767px) {
        .channel-lander .subfeatures .subfeature .subfeature_inner h2 {
          margin: 0;
          font-size: 16px;
          line-height: 20px;
          padding: 0px; } }
    @media (max-width: 767px) and (min-width: 980px) and (max-width: 1278px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner h2 {
        font-size: 15px;
        line-height: 18px; } }
    @media (max-width: 767px) and (min-width: 768px) and (max-width: 979px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner h2 {
        font-size: 15px;
        line-height: 18px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner h2 {
        font-size: 4.6vw;
        line-height: 6.25vw;
        margin-bottom: 0.625vw; } }
    @media (max-width: 767px) and (min-width: 450px) and (max-width: 767px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner h2 {
        font-size: 3.5vw;
        line-height: 4.5vw; } }
    @media (max-width: 767px) {
        .channel-lander .subfeatures .subfeature .subfeature_inner .byline {
          padding: 6px 0 0 1px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner .byline {
        font-size: 3.4vw; } }
    @media (max-width: 767px) and (min-width: 450px) and (max-width: 767px) {
      .channel-lander .subfeatures .subfeature .subfeature_inner .byline {
        font-size: 2vw; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .channel-lander .subfeatures .subfeature .subfeature_inner:first-child {
      border-top: 1px solid #ccc !important; } }

.channel-lander .subfeatures .more-stories .events-column {
  display: none; }

.channel-title {
  border-bottom: 10px solid #000;
  padding: 30px 0px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .channel-title {
      padding: 15px 0px;
      border-bottom: 0px;
      margin-bottom: 0px; } }
  .channel-title h1 {
    font-family: 'Heebo', sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 34px;
    color: #FF5507;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px; }
    @media (max-width: 767px) {
      .channel-title h1 {
        margin: 0px;
        font-size: 14px;
        line-height: 14px;
        text-align: left;
        padding-bottom: 5px;
        border-bottom: 3px solid; } }

.tool-image {
  max-width: 78px;
  float: right;
  margin-right: 12px;
  font-size: 64px; }
  @media (max-width: 767px) {
    .tool-image {
      margin: 10px;
      float: left;
      font-size: 48px; } }

.newsletter_check {
  display: none; }

.newsletter_check + label:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f096";
  letter-spacing: 10px; }

.newsletter_check:checked + label:before {
  content: "\f046";
  letter-spacing: 8px; }

.memberPageContainer {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  background-color: #fff;
  color: #000;
  letter-spacing: 0em; }
  @media (max-width: 767px) {
    .memberPageContainer {
      font-size: 16px; } }
  .memberPageContainer strong {
    font-weight: 700; }
  .memberPageContainer .goBtn {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    padding: 2px 4px; }
    .memberPageContainer .goBtn:before {
      content: "\f054"; }
  .memberPageContainer .panelButton {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: initial;
    color: #fff;
    background-color: #009cd8;
    margin-top: 15px;
    padding: 5px 12px;
    cursor: default; }
    .memberPageContainer .panelButton:disabled {
      background-color: #545454; }

.memberHeader {
  display: block;
  position: relative;
  height: 158px;
  background-image: url("//www.incimages.com/member/member-header-placeholder2.jpg");
  background-size: cover; }
  .memberHeader .memberHeaderInner {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 auto;
    max-width: 970px;
    position: relative; }
    .memberHeader .memberHeaderInner .memberHeaderLeft {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-start;
      margin-bottom: 16px;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .memberHeader .memberHeaderInner .memberHeaderLeft {
          justify-content: space-between;
          width: 100%;
          margin-right: 20px; } }
      .memberHeader .memberHeaderInner .memberHeaderLeft > .header-element {
        margin-right: 25px; }
        .memberHeader .memberHeaderInner .memberHeaderLeft > .header-element:last-child {
          margin-right: 0px; }
      .memberHeader .memberHeaderInner .memberHeaderLeft .memberLogo {
        width: 51px;
        height: 49px;
        background-image: url("//www.incimages.com/member/i-dot-logo.png");
        background-size: cover;
        flex-shrink: 0; }
        .memberHeader .memberHeaderInner .memberHeaderLeft .memberLogo.plus {
          background-image: url("//www.incimages.com/member/i-dot-inc-plus-logo-95x95.png");
          height: 95px;
          width: 95px; }
        .memberHeader .memberHeaderInner .memberHeaderLeft .memberLogo.insider {
          background-image: url("//www.incimages.com/member/in-insider-logo.png");
          height: 70px;
          width: 109px; }
      .memberHeader .memberHeaderInner .memberHeaderLeft .memberName {
        font-family: 'Heebo';
        font-weight: 900;
        font-size: 18px;
        line-height: 13px; }
      .memberHeader .memberHeaderInner .memberHeaderLeft .memberLevel {
        font-family: 'Archivo Narrow';
        font-weight: 400;
        font-size: 14px;
        line-height: 7px;
        margin: 0px auto;
        cursor: pointer; }
        @media (max-width: 767px) {
          .memberHeader .memberHeaderInner .memberHeaderLeft .memberLevel {
            margin: 0px; } }
        .memberHeader .memberHeaderInner .memberHeaderLeft .memberLevel.plus {
          background-color: #557b42; }
        .memberHeader .memberHeaderInner .memberHeaderLeft .memberLevel.insider {
          background-color: #996c7e; }
        .memberHeader .memberHeaderInner .memberHeaderLeft .memberLevel:empty {
          display: none; }

.memberPagePanel {
  /*margin-top: 30px;
    margin-bottom: 30px;*/
  clear: both;
  overflow: hidden; }
  .memberPagePanel:nth-child(2n+1) {
    background-color: #f1f5f7; }
    .memberPagePanel:nth-child(2n+1) .memberPagePanelInner {
      background-color: #f1f5f7; }
  .memberPagePanel a {
    color: #009cd8; }
  .memberPagePanel .panel-title {
    color: #000;
    font-family: 'Heebo';
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px; }
  .memberPagePanel .col-sm-12 .panel-title {
    margin-bottom: 30px; }
  .memberPagePanel .panel-label.title {
    font-weight: 700; }
  .memberPagePanel .panel-instructions {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 15px;
    color: #999; }
  .memberPagePanel .panel-subtitle {
    color: #000;
    font-family: 'Heebo';
    font-weight: 800;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase; }
  .memberPagePanel .sublist-row {
    margin-bottom: 15px; }
    .memberPagePanel .sublist-row:last-child {
      margin-bottom: 0px; }
  .memberPagePanel.my-subscriptions .panel-label.title {
    margin-bottom: 3px; }
  .memberPagePanel.my-subscriptions .sub-status {
    padding-left: 8px; }
    @media (max-width: 767px) {
      .memberPagePanel.my-subscriptions .sub-status {
        padding-left: 0px;
        display: block;
        margin-bottom: 10px; } }
    .memberPagePanel.my-subscriptions .sub-status.active {
      color: #666; }
    .memberPagePanel.my-subscriptions .sub-status.available {
      font-style: italic; }
  .memberPagePanel.my-business-tools .sublist-row {
    margin-bottom: 30px; }
  .memberPagePanel.my-events .event-title {
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 3px; }
  .memberPagePanel.my-events .date-column {
    text-align: right;
    padding-right: 20px; }
    .memberPagePanel.my-events .date-column .date {
      color: #000;
      font-family: 'Heebo';
      font-weight: 700;
      font-size: 17px;
      line-height: 22px;
      text-transform: normal; }
    @media (max-width: 767px) {
      .memberPagePanel.my-events .date-column {
        padding-right: initial;
        text-align: left; } }
  .memberPagePanel.my-newsletters label {
    font-weight: 700; }
    .memberPagePanel.my-newsletters label:before {
      font-weight: 400; }
    .memberPagePanel.my-newsletters label.no-title {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #666; }
  .memberPagePanel.my-account .links {
    margin: 20px 0px; }
  .memberPagePanel.my-member-info i.required {
    font-size: 10px;
    vertical-align: top; }
  .memberPagePanel.my-member-info .profile-inputs {
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .memberPagePanel.my-member-info .profile-inputs {
        margin-bottom: 0px; } }
    .memberPagePanel.my-member-info .profile-inputs.initially-hidden {
      display: none; }
    .memberPagePanel.my-member-info .profile-inputs .label {
      display: inline-block;
      font-family: 'Archivo Narrow';
      font-size: 14px;
      line-height: 14px;
      color: #999;
      text-transform: uppercase;
      margin-bottom: 2px;
      padding-left: 0px; }
    .memberPagePanel.my-member-info .profile-inputs .input-elements {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 767px) {
        .memberPagePanel.my-member-info .profile-inputs .input-elements {
          margin-bottom: 15px; } }
      .memberPagePanel.my-member-info .profile-inputs .input-elements input,
      .memberPagePanel.my-member-info .profile-inputs .input-elements select {
        width: 100%;
        margin-right: 12px;
        height: 38px;
        border: 2px solid #ccc;
        padding-left: 9px; }
        .memberPagePanel.my-member-info .profile-inputs .input-elements input.enabled,
        .memberPagePanel.my-member-info .profile-inputs .input-elements select.enabled {
          border: 2px solid #38b1e0; }
      .memberPagePanel.my-member-info .profile-inputs .input-elements select {
        border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-position: right 50%;
        background-repeat: no-repeat;
        background-image: url(http://i.imgur.com/aHzEzmW.png);
        padding-right: 1.5em; }
      .memberPagePanel.my-member-info .profile-inputs .input-elements .edit-field {
        color: #38b1e0;
        cursor: pointer; }
        .memberPagePanel.my-member-info .profile-inputs .input-elements .edit-field.enabled {
          color: #999; }
  .memberPagePanel.my-member-info .field-toggle {
    font-family: 'Archivo Narrow';
    font-size: 17px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block; }
  .memberPagePanel .memberPagePanelInner {
    margin: 0 auto;
    max-width: 970px;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 57px 30px; }
    .memberPagePanel .memberPagePanelInner .top-text-aligner {
      position: relative;
      height: 6px; }
    .memberPagePanel .memberPagePanelInner img {
      width: 100%; }
    .memberPagePanel .memberPagePanelInner .two-col-btn {
      font-family: 'Heebo';
      font-weight: 400;
      font-size: 12px;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 50px;
      width: 280px;
      border: 4px solid #557b42;
      text-decoration: none;
      cursor: default; }
      @media (max-width: 767px) {
        .memberPagePanel .memberPagePanelInner .two-col-btn {
          margin-top: 20px; } }
      .memberPagePanel .memberPagePanelInner .two-col-btn .column:nth-child(2) {
        width: 1px;
        background: #000;
        height: 50%; }
      .memberPagePanel .memberPagePanelInner .two-col-btn .bigGreen {
        font-family: 'Heebo';
        font-weight: 900;
        font-size: 22px;
        color: #557b42; }
  .memberPagePanel.memberProfileDetails #memberProfileForm {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px; }
    .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer {
      overflow: hidden; }
      .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group {
        display: flex;
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start; }
        .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element {
          flex: 0 1 50%;
          align-self: auto; }
          .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element .label {
            font-family: 'Heebo';
            font-weight: 700;
            font-size: 19px;
            line-height: 19px;
            width: auto;
            min-width: 170px;
            margin-right: 8px;
            margin-bottom: 10px; }
            @media (max-width: 767px) {
              .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element .label {
                margin-bottom: 0px;
                margin-top: 8px; } }
          .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element input,
          .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element select {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 25px;
            height: 30px;
            border-radius: 0px;
            margin: 0;
            padding: 5px 9px;
            vertical-align: middle;
            box-sizing: initial;
            width: 80%; }
            .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element input.enabled,
            .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element select.enabled {
              border-color: #009cd8;
              outline: 0;
              -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(0, 156, 216, 0.6);
              box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgba(0, 156, 216, 0.6); }
            .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element input.email,
            .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element select.email {
              text-transform: lowercase; }
            @media (max-width: 767px) {
              .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element input,
              .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element select {
                width: 80%;
                position: relative;
                margin: 10px 0px;
                display: inline-block; } }
          .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element .edit-field {
            font-size: 20px;
            vertical-align: middle;
            margin-left: 8px;
            cursor: pointer; }
            .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element .edit-field.enabled {
              color: #009cd8; }
          .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element .field_error {
            color: red;
            font-size: 12px;
            padding: 8px; }
          .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element:last-child {
            margin-bottom: 0px; }
          @media (max-width: 767px) {
            .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group .form-element {
              align-self: stretch; } }
        @media (max-width: 767px) {
          .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer .form-group {
            flex-direction: column; } }
      @media (max-width: 767px) {
        .memberPagePanel.memberProfileDetails #memberProfileForm .mainContainer {
          max-width: 350px;
          margin: 0 auto; } }
    .memberPagePanel.memberProfileDetails #memberProfileForm .pass-link {
      font-size: 18px; }
  .memberPagePanel.memberProfileDetails #memberPasswordForm {
    display: none;
    overflow: hidden;
    clear: both; }
    .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer {
      overflow: hidden;
      display: inline-block; }
      .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-end;
        align-items: stretch; }
        .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group .form-element {
          flex: 0 1 auto;
          align-self: auto;
          margin-bottom: 20px; }
          .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group .form-element .label {
            font-family: 'Heebo';
            font-weight: 700;
            font-size: 19px;
            line-height: 19px;
            width: auto;
            min-width: 170px;
            margin-right: 8px;
            margin-bottom: 10px; }
            @media (max-width: 767px) {
              .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group .form-element .label {
                margin-bottom: 0px;
                margin-top: 8px; } }
          .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group .form-element input {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 25px;
            height: 30px;
            border-radius: 0px;
            margin: 0;
            padding: 5px 9px;
            vertical-align: middle;
            box-sizing: initial; }
            @media (max-width: 767px) {
              .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group .form-element input {
                width: 80%;
                position: relative;
                margin: 10px 0px;
                display: inline-block; } }
          .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group .form-element:last-child {
            margin-bottom: 0px; }
        @media (max-width: 767px) {
          .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer .form-group {
            flex-direction: column; } }
      @media (max-width: 767px) {
        .memberPagePanel.memberProfileDetails #memberPasswordForm .mainContainer {
          max-width: 350px;
          margin: 0 auto;
          display: block; } }
    .memberPagePanel.memberProfileDetails #memberPasswordForm .passMessages {
      margin: 10px 0px; }
  .memberPagePanel.memberProfileDetails .subBtn {
    display: inline-block;
    float: right;
    overflow: hidden; }
    .memberPagePanel.memberProfileDetails .subBtn .working-animation {
      font-family: FontAwesome;
      font-size: 20px;
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear;
      padding: 0;
      display: inline-block;
      height: 19px;
      width: 18px; }
      .memberPagePanel.memberProfileDetails .subBtn .working-animation:before {
        content: "\f021"; }
    .memberPagePanel.memberProfileDetails .subBtn input {
      -webkit-appearance: none;
      border-radius: 0px;
      margin-left: 10px; }
  .memberPagePanel.my-upgrades .logo {
    height: 69px;
    width: 69px;
    display: inline-block; }
  .memberPagePanel.my-upgrades .panelText {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px; }
    .memberPagePanel.my-upgrades .panelText .boom {
      font-weight: 700; }
  .memberPagePanel.my-upgrades .panelButton {
    cursor: pointer; }
  .memberPagePanel.verifiedProfile .panelImage {
    float: left;
    margin-right: 30px; }
    @media (max-width: 767px) {
      .memberPagePanel.verifiedProfile .panelImage {
        float: none;
        margin: 0px;
        text-align: center; } }
  @media (max-width: 767px) {
    .memberPagePanel.verifiedProfile .panelTitle {
      text-align: center;
      margin-top: 20px; } }
  .memberPagePanel.verifiedProfile .profileOptions {
    display: inline-block; }
    .memberPagePanel.verifiedProfile .profileOptions .profileOption {
      margin-bottom: 20px; }
      .memberPagePanel.verifiedProfile .profileOptions .profileOption .subHead {
        font-family: 'Heebo';
        font-weight: 700;
        font-size: 19px;
        line-height: 19px;
        margin-bottom: 18px;
        text-transform: uppercase;
        padding-right: 30px; }
      .memberPagePanel.verifiedProfile .profileOptions .profileOption .verifyLink {
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        line-height: 17px;
        color: #000; }
      .memberPagePanel.verifiedProfile .profileOptions .profileOption.pending a {
        cursor: default;
        text-decoration: none; }
  @media (min-width: 768px) and (max-width: 979px) {
    .memberPagePanel {
      margin: 20px 0px; } }
  @media (max-width: 767px) {
    .memberPagePanel .memberPagePanelInner {
      padding: 25px; } }
