/*Variables Start*/
/*Variables End*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 1px) {
  /* line 13, ../sass/responsive.scss */
  .narrow-rule {
    max-width: 320px;
    margin: 0 auto;
  }

  /* line 20, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }
  /* line 25, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .container .menu-lnk {
    color: #999999;
  }
  /* line 28, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .container .top-logo {
    background: transparent url(../images/purple_logo.png) top center no-repeat;
    background-size: 100%;
  }
  /* line 32, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .container .articles-lnk {
    color: #999999;
  }
  /* line 36, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .top-nav-holder {
    border-bottom: 1px solid #ececec;
  }

  /* line 43, ../sass/responsive.scss */
  .container {
    width: auto;
  }

  /* line 46, ../sass/responsive.scss */
  .content-block {
    width: 100%;
    float: left;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    padding: 0 15px;
  }
  /* line 56, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 20px;
    display: block;
  }
  /* line 60, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 20px;
  }
  /* line 64, ../sass/responsive.scss */
  .content-block.active {
    width: 100%;
    border-right: 1px solid #cbcbcb;
  }
  /* line 68, ../sass/responsive.scss */
  .content-block.active .post-item .mobile-subimage-block {
    display: block;
  }

  /* line 74, ../sass/responsive.scss */
  .sidebar-top-controls {
    padding: 14px 0 34px;
  }

  /* line 77, ../sass/responsive.scss */
  .articles-pane-block {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    width: 100%;
    position: fixed;
    right: -100%;
    top: auto;
    padding: 0;
    background-color: #fff;
    height: 100%;
  }
  /* line 90, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    padding: 334px 15px 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 97, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 100, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list {
    overflow: hidden;
  }
  /* line 103, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 106, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 108, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 113, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 119, ../sass/responsive.scss */
  .articles-pane-block .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 128, ../sass/responsive.scss */
  .articles-pane-block .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 138, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 139, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 142, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 158, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 162, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 165, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 172, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
    min-height: 60px;
  }
  /* line 177, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: none;
  }
  /* line 181, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 182, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading a {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 191, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .category {
    text-transform: uppercase;
    font-size: 10px;
    color: #683496;
    line-height: 12px;
    text-decoration: none;
  }
  /* line 200, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 203, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block {
    padding: 30px 0 32px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom: 16px;
  }
  /* line 214, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 217, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 225, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input {
    width: 162px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 236, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 242, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 248, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 254, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 261, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 274, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 279, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
    margin-left: -11px;
    padding-top: 4px;
    margin-bottom: 0;
  }
  /* line 283, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li {
    float: left;
    margin-left: 11px;
    margin-top: 11px;
  }
  /* line 287, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 291, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 294, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 297, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 300, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 303, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 306, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 309, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 312, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 315, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 322, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }
  /* line 337, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 343, ../sass/responsive.scss */
  .sidebar-controls {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    width: 100%;
    position: fixed;
    right: -100%;
    top: auto;
    padding: 0;
    z-index: 3000;
  }
  /* line 355, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 358, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 362, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 365, ../sass/responsive.scss */
  .sidebar-controls .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 374, ../sass/responsive.scss */
  .sidebar-controls .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 383, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 386, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 389, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 405, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 409, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 412, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 419, ../sass/responsive.scss */
  .top-nav {
    color: #333;
    position: fixed;
    top: 90px;
    width: 100%;
    height: 60px;
    right: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .4s, height .3s, background .4s;
    -moz-transition: -moz-transform .4s, height .3s, background .4s;
    transition: transform .4s, height .3s, background .4s;
    -webkit-animation: firstFadeInAndDrop .5s;
    -moz-animation: firstFadeInAndDrop .5s;
    animation: firstFadeInAndDrop .5s;
  }
  /* line 438, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 440, ../sass/responsive.scss */
  .top-nav .container .menu-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    float: left;
    text-decoration: none;
  }
  /* line 449, ../sass/responsive.scss */
  .top-nav .container .top-logo {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    background: transparent url(../images/white_logo.png) top center no-repeat;
    background-size: 100%;
  }
  /* line 460, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 20px 25px 0 0;
    float: right;
    text-decoration: none;
  }
  /* line 470, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 60px;
  }

  /* line 477, ../sass/responsive.scss */
  .top-nav.detached .container .top-logo {
    margin-left: -35px;
    background-size: 100%;
  }

  /* on intial load fade in the menu */
  @-webkit-keyframes firstFadeInAndDrop {
    0% {
      -webkit-transform: translate(0, -54px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes firstFadeInAndDrop {
    0% {
      -moz-transform: translate(0, -54px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  @keyframes firstFadeInAndDrop {
    0% {
      transform: translate(0, -54px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  /* when hidden it goes up */
  /* line 511, ../sass/responsive.scss */
  .top-nav.invisible {
    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    transform: translate(0, -64px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  /* increases menu width & height */
  /* line 524, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 532, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 280px;
    background-size: cover;
    padding: 140px 25px 30px 25px;
    position: relative;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    text-decoration: none;
  }
  /* line 545, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 548, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 555, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 560, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 568, ../sass/responsive.scss */
  .featured-post .trending-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 5px 22px;
    margin: 0 0 10px 0;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: inline-block;
  }
  /* line 580, ../sass/responsive.scss */
  .featured-post .post-info {
    left: 25px;
    bottom: 27px;
  }
  /* line 583, ../sass/responsive.scss */
  .featured-post .post-info .author {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: none;
  }
  /* line 592, ../sass/responsive.scss */
  .featured-post .post-info .date {
    font-size: 11px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  /* line 601, ../sass/responsive.scss */
  .featured-post .category {
    display: none;
    font-size: 11px;
    color: #683496;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    position: absolute;
    right: 25px;
    bottom: 27px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 620, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 625, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 634, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 637, ../sass/responsive.scss */
  .post-item .post-title {
    font-weight: 300;
    font-size: 30px;
    color: #673695;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    font-family: 'Gotham';
  }
  /* line 647, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 651, ../sass/responsive.scss */
  .post-item .subimage-block a {
    float: left;
    margin-right: 3px;
    padding: 12px 0;
    width: 32%;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 667, ../sass/responsive.scss */
  .post-item .subimage-block a.category {
    float: left;
    margin-right: 0;
    font-size: 11px;
    color: #683496;
    border: none;
    text-align: left;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    display: none;
    box-sizing: content-box;
    min-width: 167px;
  }
  /* line 683, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 685, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 689, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 691, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 695, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 697, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 701, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 707, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 713, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 721, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 729, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 732, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 739, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 743, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 750, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    text-align: left;
  }
  /* line 756, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 125px;
    margin-left: 20px;
  }
  /* line 761, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 125px;
    margin-bottom: 0;
  }
  /* line 769, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 776, ../sass/responsive.scss */
  .post-item .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #663399;
    line-height: 14px;
    border: 2px solid #663399;
    text-align: center;
    width: 300px;
    margin: 0 auto 0;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 794, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 798, ../sass/responsive.scss */
  .post-item .advert-banner {
    padding: 34px 0 27px;
    text-align: center;
    border-top: 1px solid #683496;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
  }
  /* line 806, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 810, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }

  /* line 816, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 280px;
    position: relative;
    padding: 0 25px 30px 25px;
    min-height: 280px;
  }
  /* line 822, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 828, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 832, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
  }
  /* line 842, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 265px;
    margin: 0 auto;
  }
  /* line 845, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    margin-left: -33px;
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 850, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 10px;
    margin-top: 11px;
  }
  /* line 854, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 858, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 861, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 864, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 867, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 870, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 873, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 876, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 879, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 882, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 888, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 896, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input {
    width: 158px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 907, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 913, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 919, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 925, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 932, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 945, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 951, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 967, ../sass/responsive.scss */
  .side-menu {
    position: fixed;
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #353535;
    z-index: 4000;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 982, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 984, ../sass/responsive.scss */
  .side-menu .titles-block .title {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    text-decoration: none;
  }
  /* line 993, ../sass/responsive.scss */
  .side-menu .titles-block .close-btn {
    margin: 16px 19px 0 0;
    width: 20px;
    height: 20px;
    float: right;
    background-image: url(../images/sidemenu_close.png);
  }
  /* line 1001, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 1004, ../sass/responsive.scss */
  .side-menu .search-form input {
    width: 100%;
    height: 54px;
    background-color: #575757;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 55px;
  }
  /* line 1018, ../sass/responsive.scss */
  .side-menu .search-form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 1025, ../sass/responsive.scss */
  .side-menu .search-form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 1032, ../sass/responsive.scss */
  .side-menu .search-form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 1039, ../sass/responsive.scss */
  .side-menu .search-form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 1046, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 1052, ../sass/responsive.scss */
  .side-menu .search-form:before {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/search_icon.png);
    left: 25px;
    top: 21px;
  }
  /* line 1063, ../sass/responsive.scss */
  .side-menu .topics-title {
    text-transform: uppercase;
    font-size: 9px;
    color: #8F8F8F;
    line-height: 22px;
    font-weight: bold;
    margin-left: 22px;
  }
  /* line 1073, ../sass/responsive.scss */
  .side-menu .side-menu-list li a {
    position: relative;
    font-family: 'GothamBook';
    font-size: 17px;
    color: #FFFFFF;
    line-height: 43px;
    text-transform: uppercase;
    padding-left: 22px;
    text-decoration: none;
  }
  /* line 1082, ../sass/responsive.scss */
  .side-menu .side-menu-list li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
  }
  /* line 1096, ../sass/responsive.scss */
  .side-menu.active {
    left: 0;
    -ms-transform: translate(0);
    /* IE 9 */
    -webkit-transform: translate(0);
    /* Chrome, Safari, Opera */
    transform: translate(0);
  }

  /* line 1104, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

  /* line 1110, ../sass/responsive.scss */
  blockquote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 35px;
    color: #9b9b9b;
    position: relative;
  }
  /* line 1115, ../sass/responsive.scss */
  blockquote p {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  /* line 1121, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 1123, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 1127, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 1130, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 1133, ../sass/responsive.scss */
  .event-announcements-block .event-item .date {
    font-size: 10px;
    line-height: 13px;
    color: #999999;
    text-transform: uppercase;
    padding: 25px 0 20px;
  }
  /* line 1140, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-title {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  /* line 1148, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 1155, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    display: inline-block;
  }
  /* line 1163, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 1166, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 1173, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 1178, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 290px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 1185, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 1188, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 1191, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 1195, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 1198, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 93px;
    height: 93px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 1218, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 1226, ../sass/responsive.scss */
  .events-videos .title-line {
    padding: 25px 0 25px 20px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  /* line 1234, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 1236, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 1240, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 1243, ../sass/responsive.scss */
  .post-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 96px;
    height: 96px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 1263, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 1270, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 1277, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 1279, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: none;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    color: #9e9e9e;
    font-size: 10px;
    text-align: center;
  }
  /* line 1288, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 1294, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 20px;
  }
  /* line 1296, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 1298, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="text"] {
    width: 100%;
    height: 42px;
    border: 1px solid #e8e8e8;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #808080;
    padding: 0 30px 0 20px;
  }
  /* line 1307, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="submit"] {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    background: transparent url(../images/search_icon_purple@2x.png) center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
  }
  /* line 1324, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 1328, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 1331, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 1337, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 1343, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt {
    font-size: 15px;
    line-height: 19px;
    color: #9e9e9e;
    font-family: 'GothamBook';
    margin-bottom: 17px;
  }
  /* line 1349, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 1353, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 1358, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

  /* line 1364, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 1366, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    color: #3f413c;
  }
  /* line 1373, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 1379, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 1386, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 1395, ../sass/responsive.scss */
  .trend-reports h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404548;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  /* line 1407, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 1411, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 1415, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 1417, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body .heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    display: block;
  }

  /* line 1429, ../sass/responsive.scss */
  .tag h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #b9babc;
  }
  /* line 1440, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 1444, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 1450, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 1454, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 1456, ../sass/responsive.scss */
  .videos .post-item .video-item .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 93px;
    height: 93px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 1479, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 1482, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    color: #b9babc;
  }
  /* line 1491, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 1498, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 1503, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 1508, ../sass/responsive.scss */
  .videos .description-content {
    max-width: 700px;
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
    margin: 0 auto 23px;
  }
  /* line 1515, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 1519, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 1526, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 1535, ../sass/responsive.scss */
  .newsletter-popup {
    position: fixed;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    transform: none;
    border: 4px solid #ffffff;
    padding: 100px 35px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    text-align: center;
    z-index: 10000;
    font-family: 'GothamBook';
  }
  /* line 1556, ../sass/responsive.scss */
  .newsletter-popup .close-btn {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../images/close_popup@2x.png);
    background-size: 100%;
    opacity: .7;
  }
  /* line 1566, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 1570, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 1576, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 1582, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 1584, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 1586, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 1589, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 1596, ../sass/responsive.scss */
  .newsletter-popup form input[type="email"] {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
    text-align: center;
    border-top: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 1609, ../sass/responsive.scss */
  .newsletter-popup form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
    width: 100%;
  }
  /* line 1624, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -10px;
    padding-top: 0;
    padding-right: 3px;
  }
  /* line 1628, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 1633, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 1636, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 1640, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 1643, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 1646, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 1649, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 1652, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 1655, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 1658, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 1661, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 1664, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

  /* line 1672, ../sass/responsive.scss */
  .category_title {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-bottom: 8px;
    margin-bottom: 20px;
    color: #683496;
  }

  /* line 1682, ../sass/responsive.scss */
  .flow-slider .carousel-inner > .item {
    height: 196px;
  }

  /* line 1688, ../sass/responsive.scss */
  .single-event-buttons ul {
    padding: 0;
    list-style: none;
    text-align: center;
  }
  /* line 1692, ../sass/responsive.scss */
  .single-event-buttons ul li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 4px;
  }
  /* line 1696, ../sass/responsive.scss */
  .single-event-buttons ul li a {
    text-transform: uppercase;
  }

  /* line 1704, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 1709, ../sass/responsive.scss */
  .search-results-block .sponsor p {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
    display: block;
  }
  /* line 1717, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 1722, ../sass/responsive.scss */
  .search-results-block .tags-description {
    width: 100%;
    display: block;
    padding: 0;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    color: #3f413c;
    line-height: 21px;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Gotham';
  }

  /* line 1737, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 1739, ../sass/responsive.scss */
  .tags-dropdown .target {
    font-size: 10px;
    text-transform: uppercase;
    color: #565656;
    padding: 10px 40px 8px 21px;
    background-color: #e9e9e9;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  /* line 1748, ../sass/responsive.scss */
  .tags-dropdown .target:after {
    display: block;
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    background: transparent url(../images/tick_down@2x.png) center center no-repeat;
    top: 13px;
    right: 15px;
    background-size: 100%;
  }
  /* line 1760, ../sass/responsive.scss */
  .tags-dropdown .tags {
    position: absolute;
    left: 0;
    top: 32px;
    border-top: 2px solid #ffffff;
    background-color: #e9e9e9;
    padding: 5px 10px;
    transition: all ease-in-out .5s;
    visibility: hidden;
    opacity: 0;
  }
  /* line 1770, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 1775, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 1777, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 1781, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 1787, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

  /* line 1797, ../sass/responsive.scss */
  .author-post-data .author-img {
    margin: 0 auto;
  }
  /* line 1800, ../sass/responsive.scss */
  .author-post-data h1 {
    text-align: center;
  }

  /* line 1806, ../sass/responsive.scss */
  .author_social li {
    margin-right: 15px;
  }

  /* line 1812, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    margin-right: 25px;
  }

  /* line 1818, ../sass/responsive.scss */
  .float-control-panel {
    top: 60px;
  }

  /* line 1822, ../sass/responsive.scss */
  .addthis_toolbox {
    position: relative;
    clear: left;
    width: 100%;
  }
  /* line 1826, ../sass/responsive.scss */
  .addthis_toolbox .fb-like {
    margin-bottom: 0;
  }

  /* line 1833, ../sass/responsive.scss */
  .category_addthis_toolbox ul li {
    margin-bottom: 2px;
  }

  /* line 1840, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    margin-bottom: 19px;
  }
  /* line 1842, ../sass/responsive.scss */
  .post-item .subimage-block-mobile .date-post {
    margin-bottom: 0;
  }

  /* line 1852, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 94px;
    margin-right: 2px;
  }
  /* line 1855, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: 94px;
  }
  /* line 1861, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li {
    width: 94px;
  }
  /* line 1863, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li .fb_c_like_blue {
    width: 94px;
  }

  /* line 1874, ../sass/responsive.scss */
  .content-block .post-item .social-share-index {
    display: none;
    margin-bottom: 18px;
  }

  /* line 1881, ../sass/responsive.scss */
  .list-author-up-1 {
    display: block;
  }

  /* line 1886, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 1888, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: none;
  }
  /* line 1891, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'GothamBook' !important;
    font-size: 16px !important;
    color: #4A4A4A !important;
    line-height: 24px !important;
  }

  /* line 1900, ../sass/responsive.scss */
  .list-author-up-2 {
    display: none;
  }

  /* line 1905, ../sass/responsive.scss */
  .home-page .list-excerpt {
    display: none;
  }
  /* line 1908, ../sass/responsive.scss */
  .home-page .list-paragraph-first {
    display: none;
  }

  /* line 1913, ../sass/responsive.scss */
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1919, ../sass/responsive.scss */
  .top-page-header .logo {
    margin-right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 1932, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 25px;
    height: 26px;
    display: block;
  }
  /* line 1937, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 1941, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    font-size: 16px;
    color: #683496;
    position: absolute;
    right: 21px;
    top: 30px;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  /* line 1951, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 1954, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 1957, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }
  /* line 1960, ../sass/responsive.scss */
  .top-page-header .header-promo {
    display: none;
  }

  /* line 1967, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart {
    margin-right: -7px;
  }
  /* line 1969, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart span {
    display: none;
  }

  /* line 1977, ../sass/responsive.scss */
  .woocommerce .cart-view {
    margin-bottom: 0;
  }
  /* line 1979, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table {
    margin-bottom: 0;
  }
  /* line 1981, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th {
    padding: 9px 3px;
  }
  /* line 1983, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-price {
    text-align: center;
  }
  /* line 1986, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-quantity {
    text-align: center;
  }
  /* line 1989, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th.product-subtotal {
    text-align: center;
  }
  /* line 1995, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart a.remove {
    margin-right: 0;
    line-height: 16px;
  }
  /* line 2001, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td {
    padding: 6px 3px;
    font-size: 12px;
  }
  /* line 2004, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-price {
    text-align: center;
  }
  /* line 2007, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-quantity {
    text-align: center;
  }
  /* line 2010, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td.product-subtotal {
    text-align: center;
  }
  /* line 2015, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .button {
    background-color: #683496;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 2027, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .button:hover {
    background-color: #501776;
  }
  /* line 2032, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart input.button {
    background-color: #683496;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    width: 100%;
    font-size: 14px;
    display: block;
    line-height: 30px;
    padding: 0;
  }
  /* line 2049, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart input.button:hover {
    background-color: #501776;
  }
  /* line 2055, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart td.actions {
    text-align: center;
  }
  /* line 2061, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals {
    width: auto;
    float: right;
  }
  /* line 2064, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals table {
    margin-bottom: 10px;
  }
  /* line 2068, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .wc-proceed-to-checkout .checkout-button {
    background-color: #683496;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 2080, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #501776;
  }
  /* line 2086, ../sass/responsive.scss */
  .woocommerce .cart-view .cart_totals .cart-subtotal th {
    padding-right: 10px;
  }

  /* line 2099, ../sass/responsive.scss */
  .woocommerce-checkout #payment ul.payment_methods li label {
    max-width: 92%;
  }
  /* line 2105, ../sass/responsive.scss */
  .woocommerce-checkout #payment #place_order {
    float: none;
    line-height: 28px;
    display: inline-block;
  }

  /* line 2114, ../sass/responsive.scss */
  .checkout-btns.add_to_cart_btn {
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 5px 0;
  }
  /* line 2120, ../sass/responsive.scss */
  .checkout-btns.add_to_cart_btn.proceed {
    margin-bottom: 30px;
  }

  /* line 2126, ../sass/responsive.scss */
  .shopping-buttons {
    margin-top: 20px;
  }

  /* line 2130, ../sass/responsive.scss */
  #customer_details {
    display: none;
  }

  /* line 2134, ../sass/responsive.scss */
  .wide-checkout-buttons {
    margin-bottom: 30px;
    float: none;
  }
  /* line 2138, ../sass/responsive.scss */
  .wide-checkout-buttons .checkout-btns.add_to_cart_btn {
    margin-bottom: 10px;
  }
  /* line 2142, ../sass/responsive.scss */
  .wide-checkout-buttons #place_order {
    margin-bottom: 10px;
  }

  /* line 2150, ../sass/responsive.scss */
  .post-item .content .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 2154, ../sass/responsive.scss */
  .post-item .content .woocommerce .thank-you {
    font-size: 20px;
  }
  /* line 2158, ../sass/responsive.scss */
  .post-item .content .woocommerce .order-again .button {
    display: block;
    float: right;
    width: 195px;
    background-color: #683496;
    border-bottom: none;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px 10px 0px;
    color: #ffffff;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    text-decoration: none;
    padding: 10px 5px 10px 5px;
  }
  /* line 2176, ../sass/responsive.scss */
  .post-item .content .woocommerce .order-again .button:hover {
    background-color: #501776;
    text-decoration: none;
    color: #FFFFFF;
  }

  /* line 2190, ../sass/responsive.scss */
  .post-item .woocommerce .order_details li {
    font-size: 14px;
    float: none;
    display: block;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  /* line 2200, ../sass/responsive.scss */
  .post-item .woocommerce table .order-details {
    margin-bottom: 20px;
  }

  /* line 2212, ../sass/responsive.scss */
  .woocommerce table.shop_table td small a {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* line 2226, ../sass/responsive.scss */
  .narrow-rule {
    max-width: 320px;
    margin: 0 auto;
  }

  /* line 2233, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 2239, ../sass/responsive.scss */
  .container {
    width: auto;
  }

  /* line 2242, ../sass/responsive.scss */
  .content-block {
    width: 100%;
    float: left;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    padding: 0;
  }
  /* line 2252, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 20px;
    display: block;
  }
  /* line 2256, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 20px;
  }
  /* line 2261, ../sass/responsive.scss */
  .content-block.active {
    width: 100%;
    border-right: 1px solid #cbcbcb;
  }

  /* line 2266, ../sass/responsive.scss */
  .sidebar-top-controls {
    padding: 14px 0 34px;
  }

  /* line 2269, ../sass/responsive.scss */
  .articles-pane-block {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    width: 100%;
    position: fixed;
    right: -100%;
    top: auto;
    padding: 0;
    background-color: #fff;
    height: 100%;
  }
  /* line 2283, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 2289, ../sass/responsive.scss */
  .articles-pane-block .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 2298, ../sass/responsive.scss */
  .articles-pane-block .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 2307, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    padding: 334px 15px 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 2314, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 170px;
  }
  /* line 2317, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 383px;
  }
  /* line 2319, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 271px;
  }
  /* line 2323, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 2324, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 2327, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 2343, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2347, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2350, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 2357, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
    min-height: 60px;
  }
  /* line 2363, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 2364, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading a {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 2373, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .category {
    text-transform: uppercase;
    font-size: 10px;
    color: #683496;
    line-height: 12px;
    text-decoration: none;
  }
  /* line 2381, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: block;
  }
  /* line 2385, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2388, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block {
    padding: 30px 0 32px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom: 16px;
  }
  /* line 2399, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 2402, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 2410, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input {
    width: 163px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 2421, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 2427, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 2433, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 2439, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 2446, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 2459, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 2464, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
    margin-left: -11px;
    padding-top: 4px;
    margin-bottom: 0;
  }
  /* line 2468, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li {
    float: left;
    margin-left: 11px;
    margin-top: 11px;
  }
  /* line 2472, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 2476, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 2479, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 2482, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 2485, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 2488, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 2491, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 2494, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 2497, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 2500, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 2507, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }
  /* line 2522, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 2528, ../sass/responsive.scss */
  .sidebar-controls {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    width: 100%;
    position: fixed;
    right: -100%;
    top: auto;
    padding: 0;
    z-index: 3000;
  }
  /* line 2540, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  /* line 2543, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: none;
  }
  /* line 2547, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 2550, ../sass/responsive.scss */
  .sidebar-controls .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 2559, ../sass/responsive.scss */
  .sidebar-controls .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 2568, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 2571, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 2574, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 2590, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 2594, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 2597, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 2604, ../sass/responsive.scss */
  .top-nav {
    color: #333;
    position: fixed;
    top: 90px;
    width: 100%;
    height: 70px;
    right: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .4s, height .3s, background .4s;
    -moz-transition: -moz-transform .4s, height .3s, background .4s;
    transition: transform .4s, height .3s, background .4s;
    -webkit-animation: firstFadeInAndDrop .5s;
    -moz-animation: firstFadeInAndDrop .5s;
    animation: firstFadeInAndDrop .5s;
  }
  /* line 2623, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 2625, ../sass/responsive.scss */
  .top-nav .container .menu-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 27px 0 0 25px;
    float: left;
    text-decoration: none;
  }
  /* line 2634, ../sass/responsive.scss */
  .top-nav .container .top-logo {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    background: transparent url(../images/white_logo.png) top center no-repeat;
  }
  /* line 2644, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 27px 25px 0 0;
    float: right;
    text-decoration: none;
  }
  /* line 2654, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

  /* line 2661, ../sass/responsive.scss */
  .top-nav.detached .container .top-logo {
    margin-left: -35px;
  }

  /* on intial load fade in the menu */
  @-webkit-keyframes firstFadeInAndDrop {
    0% {
      -webkit-transform: translate(0, -54px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes firstFadeInAndDrop {
    0% {
      -moz-transform: translate(0, -54px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  @keyframes firstFadeInAndDrop {
    0% {
      transform: translate(0, -54px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  /* when hidden it goes up */
  /* line 2682, ../sass/responsive.scss */
  .top-nav.invisible {
    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    transform: translate(0, -64px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  /* increases menu width & height */
  /* line 2695, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 2703, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 280px;
    background-size: cover;
    padding: 140px 25px 30px 25px;
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 2716, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 2719, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 2726, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
  }
  /* line 2731, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 2739, ../sass/responsive.scss */
  .featured-post .trending-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 7px 22px;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  /* line 2750, ../sass/responsive.scss */
  .featured-post .post-info .author {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: none;
  }
  /* line 2759, ../sass/responsive.scss */
  .featured-post .post-info .date {
    font-size: 11px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  /* line 2768, ../sass/responsive.scss */
  .featured-post .category {
    display: none;
    font-size: 11px;
    color: #683496;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    position: absolute;
    right: 25px;
    bottom: 27px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 2787, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 2792, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
  }

  /* line 2801, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    padding-bottom: 20px;
  }
  /* line 2804, ../sass/responsive.scss */
  .post-item .post-title {
    font-weight: 300;
    font-size: 30px;
    color: #673695;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    font-family: 'Gotham';
  }
  /* line 2814, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 2818, ../sass/responsive.scss */
  .post-item .subimage-block a {
    float: left;
    margin-right: 3px;
    padding: 13px 0;
    width: 32%;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 2834, ../sass/responsive.scss */
  .post-item .subimage-block a.category {
    float: left;
    margin-right: 0;
    font-size: 11px;
    color: #683496;
    border: none;
    text-align: left;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    display: none;
    box-sizing: content-box;
    min-width: 167px;
  }
  /* line 2850, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 2852, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 2856, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 2858, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 2862, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 2864, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 2868, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: left;
  }
  /* line 2874, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 24px;
  }
  /* line 2880, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Gotham';
  }
  /* line 2888, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: 'Gotham';
  }
  /* line 2896, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 2899, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 2906, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 2910, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 2917, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    text-align: left;
  }
  /* line 2923, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 150px;
    margin-left: 20px;
  }
  /* line 2928, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 150px;
    margin-bottom: 0;
  }
  /* line 2936, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    height: auto;
    width: 100%;
  }
  /* line 2943, ../sass/responsive.scss */
  .post-item .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #663399;
    line-height: 14px;
    border: 2px solid #663399;
    text-align: center;
    width: 300px;
    margin: 0 auto 0;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 2961, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 2965, ../sass/responsive.scss */
  .post-item .advert-banner {
    padding: 34px 0 27px;
    text-align: center;
    border-top: 1px solid #683496;
    border-bottom: 1px solid #d8d8d8;
  }
  /* line 2972, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 140px 25px 25px;
  }
  /* line 2976, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 107px;
  }
  /* line 2980, ../sass/responsive.scss */
  .post-item .woocommerce .order_details {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 2984, ../sass/responsive.scss */
  .post-item .woocommerce .order_details li {
    font-size: 14px;
    float: none;
    display: block;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  /* line 2997, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 280px;
    position: relative;
    padding: 0 25px 30px 25px;
    min-height: 280px;
  }
  /* line 3003, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 3010, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
  }
  /* line 3020, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 3023, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    margin-left: -33px;
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 3028, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 3032, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3036, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 3039, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 3042, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 3045, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 3048, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 3051, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 3054, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 3057, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 3060, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 3066, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .title {
    font-family: 'Gotham';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 3074, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input {
    width: 238px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 3085, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 3091, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 3097, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 3103, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 3110, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 3123, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
    margin-bottom: 0;
  }
  /* line 3129, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 3145, ../sass/responsive.scss */
  .side-menu {
    position: fixed;
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #353535;
    z-index: 4000;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 3160, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 3162, ../sass/responsive.scss */
  .side-menu .titles-block .title {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    text-decoration: none;
  }
  /* line 3171, ../sass/responsive.scss */
  .side-menu .titles-block .close-btn {
    margin: 16px 19px 0 0;
    width: 20px;
    height: 20px;
    float: right;
    background-image: url(../images/sidemenu_close.png);
  }
  /* line 3179, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 3182, ../sass/responsive.scss */
  .side-menu .search-form input {
    width: 100%;
    height: 54px;
    background-color: #575757;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 55px;
  }
  /* line 3196, ../sass/responsive.scss */
  .side-menu .search-form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 3203, ../sass/responsive.scss */
  .side-menu .search-form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 3210, ../sass/responsive.scss */
  .side-menu .search-form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 3217, ../sass/responsive.scss */
  .side-menu .search-form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 3224, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 3230, ../sass/responsive.scss */
  .side-menu .search-form:before {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/search_icon.png);
    left: 25px;
    top: 21px;
  }
  /* line 3241, ../sass/responsive.scss */
  .side-menu .topics-title {
    text-transform: uppercase;
    font-size: 9px;
    color: #8F8F8F;
    line-height: 22px;
    font-weight: bold;
    margin-left: 22px;
  }
  /* line 3251, ../sass/responsive.scss */
  .side-menu .side-menu-list li a {
    position: relative;
    font-family: 'GothamBook';
    font-size: 17px;
    color: #FFFFFF;
    line-height: 43px;
    text-transform: uppercase;
    padding-left: 22px;
    text-decoration: none;
  }
  /* line 3260, ../sass/responsive.scss */
  .side-menu .side-menu-list li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
  }
  /* line 3271, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 3274, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 3277, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 3280, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 3283, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 3286, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 3289, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 3292, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 3295, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 3298, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 3301, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 3304, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 3307, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 3310, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 3316, ../sass/responsive.scss */
  .side-menu.active {
    left: 0;
    -ms-transform: translate(0);
    /* IE 9 */
    -webkit-transform: translate(0);
    /* Chrome, Safari, Opera */
    transform: translate(0);
  }

  /* line 3324, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 33px 15px 33px 11px;
    color: #9b9b9b;
  }

  /* line 3330, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 3332, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 100%;
    border: none;
  }
  /* line 3336, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: none;
  }
  /* line 3339, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: none;
  }
  /* line 3342, ../sass/responsive.scss */
  .event-announcements-block .event-item .date {
    font-size: 10px;
    line-height: 13px;
    color: #999999;
    text-transform: uppercase;
    padding: 25px 0 20px;
  }
  /* line 3349, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-title {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  /* line 3357, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 3364, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    display: inline-block;
  }
  /* line 3372, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 3375, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 3382, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 3388, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  /* line 3395, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: none;
  }
  /* line 3398, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(2n) {
    float: none;
  }
  /* line 3401, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3405, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 3408, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 93px;
    height: 93px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 3428, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 3436, ../sass/responsive.scss */
  .events-videos .title-line {
    padding: 25px 0 25px 20px;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 3443, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 3445, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 3449, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 3452, ../sass/responsive.scss */
  .post-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 96px;
    height: 96px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 3472, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 3479, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 20px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
    text-align: center;
  }
  /* line 3486, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 3488, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: none;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    color: #9e9e9e;
    font-size: 10px;
    text-align: center;
  }
  /* line 3497, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: none;
  }
  /* line 3503, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 20px;
  }
  /* line 3505, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 3507, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="text"] {
    width: 100%;
    height: 42px;
    border: 1px solid #e8e8e8;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #808080;
    padding: 0 30px 0 20px;
  }
  /* line 3516, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="submit"] {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    background: transparent url(../images/search_icon_purple@2x.png) center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
  }
  /* line 3533, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 14px;
  }
  /* line 3537, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 3540, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 3546, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* line 3552, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt {
    font-size: 15px;
    line-height: 19px;
    color: #9e9e9e;
    font-family: 'GothamBook';
    margin-bottom: 17px;
  }
  /* line 3558, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 3562, ../sass/responsive.scss */
  .search-results .post-item .media-body ul {
    margin-bottom: 0;
  }
  /* line 3567, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0;
  }

  /* line 3573, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 3575, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
  }
  /* line 3581, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 3587, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 3594, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 3603, ../sass/responsive.scss */
  .trend-reports h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404548;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  /* line 3615, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 3619, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 150px;
    vertical-align: top;
  }
  /* line 3623, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 3625, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body .heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    display: block;
  }

  /* line 3637, ../sass/responsive.scss */
  .tag h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #b9babc;
  }
  /* line 3648, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 3652, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 25px;
  }

  /* line 3658, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
    border-bottom: none;
    margin-bottom: 0;
  }
  /* line 3662, ../sass/responsive.scss */
  .videos .post-item .video-item {
    margin-bottom: 20px;
  }
  /* line 3666, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 3669, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    color: #b9babc;
  }
  /* line 3678, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 3685, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 3690, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 3695, ../sass/responsive.scss */
  .videos .description-content {
    max-width: 700px;
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
    margin: 0 auto 23px;
  }
  /* line 3702, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 3706, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 3713, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 3722, ../sass/responsive.scss */
  .newsletter-popup {
    position: fixed;
    max-width: inherit;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    transform: none;
    border: 4px solid #ffffff;
    padding: 100px 35px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    text-align: center;
    z-index: 10000;
    font-family: 'GothamBook';
  }
  /* line 3743, ../sass/responsive.scss */
  .newsletter-popup .close-btn {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../images/close_popup@2x.png);
    background-size: 100%;
    opacity: .7;
  }
  /* line 3753, ../sass/responsive.scss */
  .newsletter-popup .close-btn:hover {
    opacity: 1;
  }
  /* line 3757, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 3763, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 3769, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 3771, ../sass/responsive.scss */
  .newsletter-popup form .form-group {
    margin-bottom: 0;
  }
  /* line 3773, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group {
    width: 100%;
  }
  /* line 3776, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -70px;
  }
  /* line 3783, ../sass/responsive.scss */
  .newsletter-popup form input[type="email"] {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e7e7e7;
    border-right: none;
    text-align: center;
    border-top: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 3796, ../sass/responsive.scss */
  .newsletter-popup form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
    width: 100%;
  }
  /* line 3811, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -31px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 3816, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 31px;
    margin-bottom: 10px;
    display: inline-block;
  }
  /* line 3821, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: none;
  }
  /* line 3824, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 3828, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 3831, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 3834, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 3837, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 3840, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 3843, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 3846, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 3849, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 3852, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

  /* line 3860, ../sass/responsive.scss */
  .category_title {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  /* line 3869, ../sass/responsive.scss */
  .flow-slider .carousel-inner > .item {
    height: 196px;
  }

  /* line 3875, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 100%;
    display: block;
    border-left: none;
    padding: 5px 0 5px;
  }
  /* line 3880, ../sass/responsive.scss */
  .search-results-block .sponsor p {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
    display: block;
  }
  /* line 3888, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 3893, ../sass/responsive.scss */
  .search-results-block .tags-description {
    width: 100%;
    display: block;
    padding: 0;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    color: #3f413c;
    line-height: 21px;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Gotham';
  }

  /* line 3908, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 3910, ../sass/responsive.scss */
  .tags-dropdown .target {
    font-size: 10px;
    text-transform: uppercase;
    color: #565656;
    padding: 10px 40px 8px 21px;
    background-color: #e9e9e9;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  /* line 3919, ../sass/responsive.scss */
  .tags-dropdown .target:after {
    display: block;
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    background: transparent url(../images/tick_down@2x.png) center center no-repeat;
    top: 13px;
    right: 15px;
    background-size: 100%;
  }
  /* line 3931, ../sass/responsive.scss */
  .tags-dropdown .tags {
    position: absolute;
    left: 0;
    top: 32px;
    border-top: 2px solid #ffffff;
    background-color: #e9e9e9;
    padding: 5px 10px;
    transition: all ease-in-out .5s;
    visibility: hidden;
    opacity: 0;
  }
  /* line 3941, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 3946, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 3948, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 3952, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 3958, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

  /* line 3968, ../sass/responsive.scss */
  .author-post-data .author-img {
    margin: 0 auto;
  }
  /* line 3971, ../sass/responsive.scss */
  .author-post-data h1 {
    text-align: center;
  }

  /* line 3977, ../sass/responsive.scss */
  .author_social li {
    margin-right: 15px;
  }

  /* line 3983, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    margin-right: 25px;
  }

  /* line 3989, ../sass/responsive.scss */
  .float-control-panel {
    top: 70px;
  }

  /* line 3997, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 100px;
    margin-right: 5px;
  }
  /* line 4000, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: 103px;
  }
  /* line 4006, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li {
    width: 100px;
  }
  /* line 4008, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li.fb_c_like_li .fb_c_like_blue {
    width: 100px;
  }

  /* line 4017, ../sass/responsive.scss */
  .addthis_toolbox {
    width: 100%;
  }
  /* line 4019, ../sass/responsive.scss */
  .addthis_toolbox .fb-like {
    margin-bottom: 0;
  }

  /* line 4025, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    margin-bottom: 19px;
  }
  /* line 4027, ../sass/responsive.scss */
  .post-item .subimage-block-mobile .date-post {
    margin-bottom: 0;
  }

  /* line 4035, ../sass/responsive.scss */
  .content-block .post-item .social-share-index {
    display: none;
    margin-bottom: 18px;
  }

  /* line 4042, ../sass/responsive.scss */
  .list-author-up-1 {
    display: block;
  }

  /* line 4047, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 4049, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: none;
  }
  /* line 4052, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'GothamBook' !important;
    font-size: 16px !important;
    color: #4A4A4A !important;
    line-height: 24px !important;
  }

  /* line 4061, ../sass/responsive.scss */
  .list-author-up-2 {
    display: none;
  }

  /* line 4066, ../sass/responsive.scss */
  .home-page .list-excerpt {
    display: none;
  }
  /* line 4069, ../sass/responsive.scss */
  .home-page .list-paragraph-first {
    display: none;
  }

  /* line 4074, ../sass/responsive.scss */
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 4079, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 4085, ../sass/responsive.scss */
  .top-page-header .logo {
    margin-right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 4098, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 25px;
    height: 26px;
    display: block;
  }
  /* line 4103, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon.png) center left no-repeat;
  }
  /* line 4107, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    font-size: 16px;
    color: #683496;
    position: absolute;
    right: 21px;
    top: 30px;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 4116, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: block;
  }
  /* line 4119, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 4122, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 4125, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

  /* line 4132, ../sass/responsive.scss */
  .category_addthis_toolbox ul li {
    margin-bottom: 5px;
  }

  /* line 4140, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart {
    margin-right: -7px;
  }
  /* line 4142, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart span {
    display: none;
  }

  /* line 4150, ../sass/responsive.scss */
  .woocommerce .cart-view {
    margin-bottom: 0;
  }
  /* line 4153, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th {
    padding: 9px 3px;
  }
  /* line 4158, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart a.remove {
    margin-right: 0;
    line-height: 16px;
  }
  /* line 4164, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td {
    padding: 6px 3px;
    font-size: 12px;
  }
  /* line 4170, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart td.actions {
    text-align: center;
  }

  /* line 4184, ../sass/responsive.scss */
  .woocommerce-checkout #payment ul.payment_methods li label {
    max-width: 93%;
  }

  /* line 4195, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 4199, ../sass/responsive.scss */
  .post-item .woocommerce .thank-you {
    font-size: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* line 4210, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 4216, ../sass/responsive.scss */
  .container {
    width: auto;
  }

  /* line 4219, ../sass/responsive.scss */
  .content-block {
    width: 100%;
    float: left;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    padding: 0;
  }
  /* line 4229, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 4232, ../sass/responsive.scss */
  .content-block .post-item .post-img .flow-slider {
    margin-bottom: 10px;
  }
  /* line 4237, ../sass/responsive.scss */
  .content-block.active {
    width: 100%;
    border-right: 1px solid #cbcbcb;
  }

  /* line 4243, ../sass/responsive.scss */
  .content-block-wo-sidebars {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* line 4249, ../sass/responsive.scss */
  .sidebar-top-controls {
    padding: 14px 0 34px;
  }

  /* line 4252, ../sass/responsive.scss */
  .articles-pane-block {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    width: 420px;
    position: fixed;
    right: -420px;
    top: 80px;
    padding: 0;
    background-color: #fff;
    height: 100%;
  }
  /* line 4266, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: fixed;
    right: 0;
    top: 0;
  }
  /* line 4272, ../sass/responsive.scss */
  .articles-pane-block .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 4281, ../sass/responsive.scss */
  .articles-pane-block .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 4290, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 394px;
    padding: 520px 0px 0 15px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 4298, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 4301, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 4303, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 4307, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 4308, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 4311, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 4327, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4331, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4334, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 4341, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
  }
  /* line 4345, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 4349, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 4350, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading a {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 4359, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .category {
    text-transform: uppercase;
    font-size: 10px;
    color: #683496;
    line-height: 12px;
    text-decoration: none;
  }
  /* line 4367, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 4371, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 4374, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block {
    padding: 30px 0 32px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom: 16px;
  }
  /* line 4385, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 270px;
    margin: 0 auto;
  }
  /* line 4388, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 4396, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input {
    width: 163px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4407, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4413, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4419, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4425, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 4432, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 4445, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 4449, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
    margin-left: -11px;
    padding-top: 4px;
    margin-bottom: 0;
  }
  /* line 4453, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li {
    float: left;
    margin-left: 11px;
    margin-top: 11px;
  }
  /* line 4457, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 4461, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 4464, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 4467, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 4470, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 4473, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 4476, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 4479, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 4482, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 4485, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 4492, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }
  /* line 4507, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 4513, ../sass/responsive.scss */
  .sidebar-controls {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: fixed;
    right: -420px;
    top: auto;
    padding: 0 0 0 31px;
    z-index: 3000;
    width: 410px;
    margin-right: 25px;
  }
  /* line 4526, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 4528, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 4530, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 4532, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 4538, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 4541, ../sass/responsive.scss */
  .sidebar-controls .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 4550, ../sass/responsive.scss */
  .sidebar-controls .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 4559, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 4562, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 4565, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 4581, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 4585, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 4588, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 4595, ../sass/responsive.scss */
  .top-nav {
    color: #333;
    position: fixed;
    top: 90px;
    width: 100%;
    height: 70px;
    right: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .4s, height .3s, background .4s;
    -moz-transition: -moz-transform .4s, height .3s, background .4s;
    transition: transform .4s, height .3s, background .4s;
    -webkit-animation: firstFadeInAndDrop .5s;
    -moz-animation: firstFadeInAndDrop .5s;
    animation: firstFadeInAndDrop .5s;
  }
  /* line 4614, ../sass/responsive.scss */
  .top-nav .container {
    position: relative;
  }
  /* line 4616, ../sass/responsive.scss */
  .top-nav .container .menu-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 27px 0 0 25px;
    float: left;
    text-decoration: none;
  }
  /* line 4625, ../sass/responsive.scss */
  .top-nav .container .top-logo {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    background: transparent url(../images/white_logo.png) top center no-repeat;
  }
  /* line 4635, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 27    px 25px 0 0;
    float: right;
    text-decoration: none;
  }
  /* line 4645, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

  /* on intial load fade in the menu */
  @-webkit-keyframes firstFadeInAndDrop {
    0% {
      -webkit-transform: translate(0, -54px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes firstFadeInAndDrop {
    0% {
      -moz-transform: translate(0, -54px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  @keyframes firstFadeInAndDrop {
    0% {
      transform: translate(0, -54px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  /* when hidden it goes up */
  /* line 4669, ../sass/responsive.scss */
  .top-nav.invisible {
    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    transform: translate(0, -64px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  /* increases menu width & height */
  /* line 4682, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 4690, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 4703, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 4706, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 4713, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 4718, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 4726, ../sass/responsive.scss */
  .featured-post .trending-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 7px 22px;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  /* line 4736, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 4740, ../sass/responsive.scss */
  .featured-post .post-info .author {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
  }
  /* line 4749, ../sass/responsive.scss */
  .featured-post .post-info .date {
    font-size: 11px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  /* line 4758, ../sass/responsive.scss */
  .featured-post .category {
    font-size: 11px;
    color: #683496;
    display: block;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    position: absolute;
    right: 25px;
    bottom: 27px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 4777, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 4782, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 4791, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 4795, ../sass/responsive.scss */
  .post-item .post-title {
    font-weight: 300;
    font-size: 45px;
    color: #673695;
    line-height: 47px;
    margin-bottom: 13px;
    display: block;
    text-decoration: none;
    font-family: 'Gotham';
  }
  /* line 4805, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 4809, ../sass/responsive.scss */
  .post-item .subimage-block a {
    float: left;
    margin-right: 5px;
    padding: 13px 0;
    width: 105px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 4825, ../sass/responsive.scss */
  .post-item .subimage-block a.category {
    float: right;
    margin-right: 0;
    font-size: 11px;
    color: #683496;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
    display: block;
    box-sizing: content-box;
    min-width: 167px;
  }
  /* line 4841, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 4843, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 4847, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 4849, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 4853, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 4855, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 4859, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 4865, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 4870, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Gotham';
  }
  /* line 4878, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 14px;
    font-family: 'Gotham';
  }
  /* line 4886, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 4889, ../sass/responsive.scss */
  .post-item .content p.second-list-section {
    display: none;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 4897, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 4904, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 4908, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 4915, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    text-align: center;
  }
  /* line 4921, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 4926, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 4934, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 4940, ../sass/responsive.scss */
  .post-item .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #663399;
    line-height: 14px;
    border: 2px solid #663399;
    text-align: center;
    width: 300px;
    margin: 0 auto 20px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 4958, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 4962, ../sass/responsive.scss */
  .post-item .advert-banner {
    padding: 34px 0 27px;
    text-align: center;
    border-top: 1px solid #683496;
    border-bottom: 1px solid #d8d8d8;
  }
  /* line 4969, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 4973, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 4981, ../sass/responsive.scss */
  .index .post-item .read-more {
    display: block;
  }

  /* line 4987, ../sass/responsive.scss */
  .narrow-rule {
    max-width: 700px;
    margin: 0 auto;
  }

  /* line 4992, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4996, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 75px 0 52px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
  }
  /* line 5006, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 345px;
    margin: 0 auto;
  }
  /* line 5009, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    margin-left: -33px;
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 5014, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 5018, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 5022, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 5025, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 5028, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 5031, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 5034, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 5037, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 5040, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 5043, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 5046, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 5052, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 5060, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input {
    width: 238px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 5071, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 5077, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 5083, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 5089, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 5096, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 5109, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 5114, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 5130, ../sass/responsive.scss */
  .side-menu {
    position: fixed;
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    top: 80px;
    left: 0;
    width: 325px;
    background-color: #353535;
    z-index: 4000;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 5145, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 5147, ../sass/responsive.scss */
  .side-menu .titles-block .title {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    text-decoration: none;
  }
  /* line 5156, ../sass/responsive.scss */
  .side-menu .titles-block .close-btn {
    margin: 16px 19px 0 0;
    width: 20px;
    height: 20px;
    float: right;
    background-image: url(../images/sidemenu_close.png);
  }
  /* line 5164, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 5167, ../sass/responsive.scss */
  .side-menu .search-form input {
    width: 100%;
    height: 54px;
    background-color: #575757;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 55px;
  }
  /* line 5181, ../sass/responsive.scss */
  .side-menu .search-form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 5188, ../sass/responsive.scss */
  .side-menu .search-form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 5195, ../sass/responsive.scss */
  .side-menu .search-form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 5202, ../sass/responsive.scss */
  .side-menu .search-form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 5209, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 5215, ../sass/responsive.scss */
  .side-menu .search-form:before {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/search_icon.png);
    left: 25px;
    top: 21px;
  }
  /* line 5226, ../sass/responsive.scss */
  .side-menu .topics-title {
    text-transform: uppercase;
    font-size: 9px;
    color: #8F8F8F;
    line-height: 22px;
    font-weight: bold;
    margin-left: 22px;
  }
  /* line 5236, ../sass/responsive.scss */
  .side-menu .side-menu-list li a {
    position: relative;
    font-family: 'GothamBook';
    font-size: 17px;
    color: #FFFFFF;
    line-height: 43px;
    text-transform: uppercase;
    padding-left: 22px;
    text-decoration: none;
  }
  /* line 5245, ../sass/responsive.scss */
  .side-menu .side-menu-list li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
  }
  /* line 5256, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 5259, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 5262, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 5265, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 5268, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 5271, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 5274, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 5277, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 5280, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 5283, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 5286, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 5289, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 5292, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 5295, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 5301, ../sass/responsive.scss */
  .side-menu.active {
    left: 0;
    -ms-transform: translate(0);
    /* IE 9 */
    -webkit-transform: translate(0);
    /* Chrome, Safari, Opera */
    transform: translate(0);
  }

  /* line 5309, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 5315, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 5317, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 5321, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 5324, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 5327, ../sass/responsive.scss */
  .event-announcements-block .event-item .date {
    font-size: 12px;
    line-height: 13px;
    color: #999999;
    text-transform: uppercase;
    padding: 25px 0 20px;
  }
  /* line 5334, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  /* line 5342, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 5349, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    display: inline-block;
  }
  /* line 5357, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 5360, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 5367, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 5372, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 5376, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 5379, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(odd) {
    float: left;
  }
  /* line 5382, ../sass/responsive.scss */
  .event-announcements-block .video-item:nth-child(even) {
    float: right;
  }
  /* line 5385, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5389, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 5392, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 93px;
    height: 93px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 5412, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 5419, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 5421, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 5425, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 5428, ../sass/responsive.scss */
  .post-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 166px;
    height: 166px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 5448, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 5455, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 5461, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 5463, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 5471, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #9e9e9e;
    position: absolute;
    content: '';
    right: 0;
    top: 3px;
  }
  /* line 5484, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 5486, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 5488, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="text"] {
    width: 100%;
    height: 42px;
    border: 1px solid #e8e8e8;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #808080;
    padding: 0 30px 0 20px;
  }
  /* line 5497, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="submit"] {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    background: transparent url(../images/search_icon_purple@2x.png) center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
  }
  /* line 5514, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 5518, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 5521, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 5527, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 5533, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt {
    font-size: 15px;
    line-height: 19px;
    color: #9e9e9e;
    font-family: 'GothamBook';
    margin-bottom: 17px;
  }
  /* line 5539, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 5545, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 5551, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 5553, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
  }
  /* line 5559, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 5565, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 5572, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 5581, ../sass/responsive.scss */
  .trend-reports h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404548;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  /* line 5593, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
  /* line 5597, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 5601, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
  }
  /* line 5603, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body .heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    display: block;
  }

  /* line 5615, ../sass/responsive.scss */
  .tag h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #b9babc;
  }
  /* line 5626, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 5630, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 5636, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 5639, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 5642, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    color: #b9babc;
  }
  /* line 5651, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 5658, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 5663, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 5668, ../sass/responsive.scss */
  .videos .description-content {
    max-width: 700px;
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
    margin: 0 auto 23px;
  }
  /* line 5675, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 5679, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 5686, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 5695, ../sass/responsive.scss */
  .newsletter-popup {
    position: fixed;
    max-width: 640px;
    min-width: 640px;
    height: auto;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    border: 4px solid #ffffff;
    padding: 75px 100px 30px 100px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    text-align: center;
    z-index: 10000;
    font-family: 'GothamBook';
  }
  /* line 5720, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 5726, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 5732, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 5734, ../sass/responsive.scss */
  .newsletter-popup form input[type="email"] {
    width: 219px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 5746, ../sass/responsive.scss */
  .newsletter-popup form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
    margin-left: -4px;
    width: auto;
  }
  /* line 5764, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 5772, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -14px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 5777, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 14px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 5782, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 5785, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 5789, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 5792, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 5795, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 5798, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 5801, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 5804, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 5807, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 5810, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 5813, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

  /* line 5821, ../sass/responsive.scss */
  .category_title {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  /* line 5830, ../sass/responsive.scss */
  .flow-slider .carousel-inner > .item {
    height: 468px;
  }

  /* line 5836, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 5841, ../sass/responsive.scss */
  .search-results-block .sponsor p {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
    display: block;
  }
  /* line 5849, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 5854, ../sass/responsive.scss */
  .search-results-block .tags-description {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
    font-weight: 300;
    color: #3f413c;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Gotham';
  }

  /* line 5869, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 5871, ../sass/responsive.scss */
  .tags-dropdown .target {
    font-size: 10px;
    text-transform: uppercase;
    color: #565656;
    padding: 10px 40px 8px 21px;
    background-color: #e9e9e9;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  /* line 5880, ../sass/responsive.scss */
  .tags-dropdown .target:after {
    display: block;
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    background: transparent url(../images/tick_down@2x.png) center center no-repeat;
    top: 13px;
    right: 15px;
    background-size: 100%;
  }
  /* line 5892, ../sass/responsive.scss */
  .tags-dropdown .tags {
    position: absolute;
    left: 0;
    top: 32px;
    border-top: 2px solid #ffffff;
    background-color: #e9e9e9;
    padding: 5px 10px;
    transition: all ease-in-out .5s;
    visibility: hidden;
    opacity: 0;
  }
  /* line 5902, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 5907, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 5909, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 5913, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 5919, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

  /* line 5929, ../sass/responsive.scss */
  .author-post-data .author-img {
    margin: 0 auto;
  }
  /* line 5932, ../sass/responsive.scss */
  .author-post-data h1 {
    text-align: center;
  }

  /* line 5938, ../sass/responsive.scss */
  .author_social li {
    margin-right: 15px;
  }

  /* line 5944, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    margin-right: 50px;
  }

  /* line 5950, ../sass/responsive.scss */
  .float-control-panel {
    top: 70px;
  }

  /* line 5959, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: auto;
  }
  /* line 5962, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_email {
    margin-right: 5px;
  }

  /* line 5971, ../sass/responsive.scss */
  .addthis_toolbox {
    width: 70%;
  }

  /* line 5977, ../sass/responsive.scss */
  .content-block .post-item .social-share-index {
    display: block;
    margin-bottom: 4px;
  }

  /* line 5984, ../sass/responsive.scss */
  .list-author-up-1 {
    display: none;
  }

  /* line 5989, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 5991, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 5994, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'GothamBook' !important;
    font-size: 20px !important;
    color: #4A4A4A !important;
    line-height: 30px !important;
  }

  /* line 6003, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

  /* line 6008, ../sass/responsive.scss */
  .home-page .list-excerpt {
    display: block;
  }
  /* line 6012, ../sass/responsive.scss */
  .home-page .list-paragraph-first.active {
    display: none;
  }

  /* line 6018, ../sass/responsive.scss */
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 6024, ../sass/responsive.scss */
  .top-page-header .logo {
    margin-right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 6037, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: block;
  }
  /* line 6040, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: block;
  }
  /* line 6043, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: none;
  }
  /* line 6046, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: none;
  }
  /* line 6049, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: none;
  }

  /* line 6056, ../sass/responsive.scss */
  .category_addthis_toolbox ul li {
    margin-bottom: 5px;
  }

  /* line 6065, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart span {
    display: block;
  }

  /* line 6073, ../sass/responsive.scss */
  .woocommerce .cart-view {
    margin-bottom: 0;
  }
  /* line 6076, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table th {
    padding: 9px 12px;
  }
  /* line 6081, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart a.remove {
    margin-right: 0;
    line-height: 1;
  }
  /* line 6087, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .cart_item td {
    padding: 6px 12px;
    font-size: 14px;
  }

  /* line 6102, ../sass/responsive.scss */
  .woocommerce-checkout #payment ul.payment_methods li label {
    max-width: inherit;
  }

  /* line 6111, ../sass/responsive.scss */
  .shopping-buttons {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 150px;
    margin-top: 0;
  }
  /* line 6118, ../sass/responsive.scss */
  .shopping-buttons .checkout-btns.add_to_cart_btn {
    width: auto;
    float: none;
    border: none;
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 6130, ../sass/responsive.scss */
  .shopping-buttons .checkout-btns.add_to_cart_btn.proceed {
    margin-left: 10px;
    margin-bottom: 0;
  }

  /* line 6139, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 389px;
    position: relative;
    padding: 0 25px 30px 25px;
    min-height: 389px;
  }
  /* line 6145, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 6151, ../sass/responsive.scss */
  .wide-checkout-buttons {
    float: right;
    margin-bottom: 30px;
  }
  /* line 6155, ../sass/responsive.scss */
  .wide-checkout-buttons .checkout-btns.add_to_cart_btn {
    width: auto;
    float: none;
    border: none;
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  /* line 6169, ../sass/responsive.scss */
  .wide-checkout-buttons #place_order {
    float: none;
    line-height: 28px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 6182, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart .add_to_cart_btn {
    display: inline-block;
    width: auto;
    padding: 1px 14px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  /* line 6190, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart input.button {
    width: auto;
    float: right;
    padding: 1px 14px;
  }
  /* line 6197, ../sass/responsive.scss */
  .woocommerce .cart-view .shop_table.cart td.actions {
    text-align: right;
  }

  /* line 6208, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 6212, ../sass/responsive.scss */
  .post-item .woocommerce .thank-you {
    font-size: 20px;
  }

  /* line 6220, ../sass/responsive.scss */
  .post-item .woocommerce .order_details li {
    font-size: 14px;
    float: none;
    display: inline-block;
    width: auto;
  }

  /* line 6229, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 6232, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 6234, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: none;
  }
  /* line 6237, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: none;
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1025px) {
  /* line 6250, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 6255, ../sass/responsive.scss */
  .content-block {
    width: 100%;
    float: left;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 420px;
    margin-left: -420px;
    border-right: 1px solid #cbcbcb;
  }
  /* line 6265, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 6269, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 10px;
  }

  /* line 6277, ../sass/responsive.scss */
  .sidebar-top-controls {
    padding: 14px 0 34px;
  }

  /* line 6280, ../sass/responsive.scss */
  .articles-pane-block {
    width: 420px;
    position: absolute;
    right: -38.5%;
    top: auto;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 6292, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 6298, ../sass/responsive.scss */
  .articles-pane-block .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 6307, ../sass/responsive.scss */
  .articles-pane-block .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 6316, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 520px 0px 0 14px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 6324, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 6327, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 6329, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 6333, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 6334, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    border: none;
    width: 33.3%;
  }
  /* line 6337, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 6353, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 6357, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 6360, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 6367, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
    min-height: 81px;
  }
  /* line 6372, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 6376, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 6377, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading a {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 6386, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .category {
    text-transform: uppercase;
    font-size: 10px;
    color: #683496;
    line-height: 12px;
    text-decoration: none;
  }
  /* line 6394, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 6398, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 6401, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block {
    padding: 30px 0 32px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom: 16px;
  }
  /* line 6412, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 271px;
    margin: 0 auto;
  }
  /* line 6415, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 6423, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input {
    width: 163px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 6434, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 6440, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 6446, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 6452, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 6459, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 6472, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 6476, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
    margin-left: -10px;
    padding-top: 4px;
    margin-bottom: 0;
  }
  /* line 6480, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li {
    float: left;
    margin-left: 11px;
    margin-top: 11px;
  }
  /* line 6484, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 6488, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 6491, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 6494, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 6497, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 6500, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 6503, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 6506, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 6509, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 6512, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 6519, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }
  /* line 6534, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 6540, ../sass/responsive.scss */
  .sidebar-controls {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    right: -454px;
    top: auto;
    padding: 0 0 0 15px;
    z-index: 3000;
    width: 396px;
    margin-right: 24px;
  }
  /* line 6553, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 6555, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 6557, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 6559, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 6565, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 6568, ../sass/responsive.scss */
  .sidebar-controls .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 6577, ../sass/responsive.scss */
  .sidebar-controls .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 6586, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 6589, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 6592, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 6608, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 6612, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 6615, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 6622, ../sass/responsive.scss */
  .top-nav {
    color: #333;
    position: fixed;
    top: 90px;
    width: 100%;
    height: 70px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .4s, height .3s, background .4s, width .6s;
    -moz-transition: -moz-transform .4s, height .3s, background .4s, width .6s;
    transition: transform .4s, height .3s, background .4s, width .6s;
    -webkit-animation: firstFadeInAndDrop .5s;
    -moz-animation: firstFadeInAndDrop .5s;
    animation: firstFadeInAndDrop .5s;
  }
  /* line 6641, ../sass/responsive.scss */
  .top-nav .menu-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    float: left;
    text-decoration: none;
  }
  /* line 6650, ../sass/responsive.scss */
  .top-nav .top-logo {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    background: transparent url(../images/white_logo.png) top center no-repeat;
  }
  /* line 6660, ../sass/responsive.scss */
  .top-nav .articles-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 20px 25px 0 0;
    float: right;
    text-decoration: none;
  }
  /* line 6671, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 58.5%;
    float: left;
    position: relative;
  }
  /* line 6676, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 41px;
    left: auto;
  }
  /* line 6680, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 6684, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

  /* on intial load fade in the menu */
  @-webkit-keyframes firstFadeInAndDrop {
    0% {
      -webkit-transform: translate(0, -54px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes firstFadeInAndDrop {
    0% {
      -moz-transform: translate(0, -54px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  @keyframes firstFadeInAndDrop {
    0% {
      transform: translate(0, -54px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  /* when hidden it goes up */
  /* line 6708, ../sass/responsive.scss */
  .top-nav.invisible {
    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    transform: translate(0, -64px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  /* increases menu width & height */
  /* line 6721, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 6729, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 6742, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 6745, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 6752, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 6758, ../sass/responsive.scss */
  .featured-post .trending-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 7px 22px;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  /* line 6768, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 6772, ../sass/responsive.scss */
  .featured-post .post-info .author {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
  }
  /* line 6781, ../sass/responsive.scss */
  .featured-post .post-info .date {
    font-size: 11px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  /* line 6790, ../sass/responsive.scss */
  .featured-post .category {
    font-size: 11px;
    color: #683496;
    display: block;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    position: absolute;
    right: 25px;
    bottom: 27px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 6809, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 6814, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 6823, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 6827, ../sass/responsive.scss */
  .post-item .post-title {
    font-weight: 300;
    font-size: 45px;
    color: #673695;
    line-height: 47px;
    margin-bottom: 13px;
    display: block;
    text-decoration: none;
    font-family: 'Gotham';
  }
  /* line 6837, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 6841, ../sass/responsive.scss */
  .post-item .subimage-block a {
    float: left;
    margin-right: 5px;
    padding: 13px 0;
    width: 105px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 6857, ../sass/responsive.scss */
  .post-item .subimage-block a.category {
    float: right;
    margin-right: 0;
    font-size: 11px;
    color: #683496;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    display: block;
    box-sizing: content-box;
    min-width: 167px;
  }
  /* line 6873, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 6875, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 6879, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 6881, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 6885, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 6887, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 6891, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 6896, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 6900, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 6905, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Gotham';
  }
  /* line 6913, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 6921, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 6924, ../sass/responsive.scss */
  .post-item .content p.second-list-section {
    display: block;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 6932, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 6939, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 6943, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 6950, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    text-align: center;
  }
  /* line 6956, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 6961, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 6969, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 6975, ../sass/responsive.scss */
  .post-item .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #663399;
    line-height: 14px;
    border: 2px solid #663399;
    text-align: center;
    width: 300px;
    margin: 0 auto 20px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 6993, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 6997, ../sass/responsive.scss */
  .post-item .advert-banner {
    padding: 34px 0 27px;
    text-align: center;
    border-top: 1px solid #683496;
    border-bottom: 1px solid #d8d8d8;
  }
  /* line 7003, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 7009, ../sass/responsive.scss */
  .narrow-rule {
    max-width: 940px;
    margin: 0 auto;
  }

  /* line 7014, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 7018, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 75px 0 52px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
  }
  /* line 7028, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    max-width: 346px;
    margin: 0 auto;
  }
  /* line 7031, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    margin-left: -33px;
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 7036, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 20px;
    margin-top: 11px;
  }
  /* line 7040, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 7044, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 7047, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 7050, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 7053, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 7056, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 7059, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 7062, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 7065, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 7068, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 7074, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 7082, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input {
    width: 239px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7093, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7099, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7105, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7111, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7118, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 7131, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 7136, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 7152, ../sass/responsive.scss */
  .side-menu {
    position: fixed;
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    top: 80px;
    left: 0;
    width: 325px;
    background-color: #353535;
    z-index: 4000;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 7167, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 7169, ../sass/responsive.scss */
  .side-menu .titles-block .title {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    text-decoration: none;
  }
  /* line 7178, ../sass/responsive.scss */
  .side-menu .titles-block .close-btn {
    margin: 16px 19px 0 0;
    width: 20px;
    height: 20px;
    float: right;
    background-image: url(../images/sidemenu_close.png);
  }
  /* line 7186, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 7189, ../sass/responsive.scss */
  .side-menu .search-form input {
    width: 100%;
    height: 54px;
    background-color: #575757;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 55px;
  }
  /* line 7203, ../sass/responsive.scss */
  .side-menu .search-form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 7210, ../sass/responsive.scss */
  .side-menu .search-form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 7217, ../sass/responsive.scss */
  .side-menu .search-form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 7224, ../sass/responsive.scss */
  .side-menu .search-form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 7231, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 7237, ../sass/responsive.scss */
  .side-menu .search-form:before {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/search_icon.png);
    left: 25px;
    top: 21px;
  }
  /* line 7248, ../sass/responsive.scss */
  .side-menu .topics-title {
    text-transform: uppercase;
    font-size: 9px;
    color: #8F8F8F;
    line-height: 22px;
    font-weight: bold;
    margin-left: 22px;
  }
  /* line 7258, ../sass/responsive.scss */
  .side-menu .side-menu-list li a {
    position: relative;
    font-family: 'GothamBook';
    font-size: 17px;
    color: #FFFFFF;
    line-height: 43px;
    text-transform: uppercase;
    padding-left: 22px;
    text-decoration: none;
  }
  /* line 7267, ../sass/responsive.scss */
  .side-menu .side-menu-list li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
  }
  /* line 7278, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 7281, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 7284, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 7287, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 7290, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 7293, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 7296, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 7299, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 7302, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 7305, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 7308, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 7311, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 7314, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 7317, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 7323, ../sass/responsive.scss */
  .side-menu.active {
    left: 0;
    -ms-transform: translate(0);
    /* IE 9 */
    -webkit-transform: translate(0);
    /* Chrome, Safari, Opera */
    transform: translate(0);
  }

  /* line 7331, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 7338, ../sass/responsive.scss */
  .content-block .post-item {
    padding-right: 20px;
    margin-bottom: 27px;
  }

  /* line 7345, ../sass/responsive.scss */
  .events-videos .post-item {
    max-width: 700px;
  }
  /* line 7348, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 389px;
    position: relative;
    padding: 0 25px 30px 25px;
  }
  /* line 7353, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 7362, ../sass/responsive.scss */
  .content-block.active .post-item .event-item {
    width: 290px;
  }
  /* line 7365, ../sass/responsive.scss */
  .content-block.active .post-item .video-item {
    width: 290px;
  }

  /* line 7372, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 7374, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 7378, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 7381, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 7384, ../sass/responsive.scss */
  .event-announcements-block .event-item .date {
    font-size: 12px;
    line-height: 13px;
    color: #999999;
    text-transform: uppercase;
    padding: 25px 0 20px;
  }
  /* line 7391, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  /* line 7399, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 7406, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    display: inline-block;
  }
  /* line 7414, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 7417, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 7424, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 7429, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 7433, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 7436, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 7440, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 7443, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 93px;
    height: 93px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 7463, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 7470, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 7472, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 7476, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 7479, ../sass/responsive.scss */
  .post-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 166px;
    height: 166px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 7499, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 7506, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 7512, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 7514, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 7522, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #9e9e9e;
    position: absolute;
    content: '';
    right: 0;
    top: 3px;
  }
  /* line 7535, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 7537, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 7539, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="text"] {
    width: 100%;
    height: 42px;
    border: 1px solid #e8e8e8;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #808080;
    padding: 0 30px 0 20px;
  }
  /* line 7548, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="submit"] {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    background: transparent url(../images/search_icon_purple@2x.png) center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
  }
  /* line 7565, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 7569, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 7572, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 7578, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 7584, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt {
    font-size: 15px;
    line-height: 19px;
    color: #9e9e9e;
    font-family: 'GothamBook';
    margin-bottom: 17px;
  }
  /* line 7590, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 7596, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 7602, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 7604, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
  }
  /* line 7610, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 7616, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 7623, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 7632, ../sass/responsive.scss */
  .trend-reports h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404548;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  /* line 7645, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 7649, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 7652, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body .heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    display: block;
  }
  /* line 7661, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

  /* line 7672, ../sass/responsive.scss */
  .trend-reports .content-block.active .trend-item .media-body {
    padding-right: 0;
  }

  /* line 7681, ../sass/responsive.scss */
  .tag h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #b9babc;
  }
  /* line 7692, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 7696, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 7702, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 7705, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 7708, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    color: #b9babc;
  }
  /* line 7717, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 7724, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 7729, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 7734, ../sass/responsive.scss */
  .videos .description-content {
    max-width: 700px;
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
    margin: 0 auto 23px;
  }
  /* line 7741, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 7745, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 7752, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 7761, ../sass/responsive.scss */
  .newsletter-popup {
    position: fixed;
    max-width: 940px;
    min-width: 640px;
    height: auto;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    border: 4px solid #ffffff;
    padding: 75px 100px 30px 100px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    text-align: center;
    z-index: 10000;
    font-family: 'GothamBook';
  }
  /* line 7786, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 7792, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 7798, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 7800, ../sass/responsive.scss */
  .newsletter-popup form input[type="email"] {
    width: 219px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 7812, ../sass/responsive.scss */
  .newsletter-popup form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
    margin-left: -4px;
    width: auto;
  }
  /* line 7830, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 7838, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 7843, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 7848, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 7851, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 7855, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 7858, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 7861, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 7864, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 7867, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 7870, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 7873, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 7876, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 7879, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

  /* line 7887, ../sass/responsive.scss */
  .category_title {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  /* line 7896, ../sass/responsive.scss */
  .flow-slider .carousel-inner > .item {
    height: 588px;
  }

  /* line 7902, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 7907, ../sass/responsive.scss */
  .search-results-block .sponsor p {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
    display: block;
  }
  /* line 7915, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 7920, ../sass/responsive.scss */
  .search-results-block .tags-description {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
    font-weight: 300;
    color: #3f413c;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Gotham';
  }

  /* line 7935, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 7937, ../sass/responsive.scss */
  .tags-dropdown .target {
    font-size: 10px;
    text-transform: uppercase;
    color: #565656;
    padding: 10px 40px 8px 21px;
    background-color: #e9e9e9;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  /* line 7946, ../sass/responsive.scss */
  .tags-dropdown .target:after {
    display: block;
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    background: transparent url(../images/tick_down@2x.png) center center no-repeat;
    top: 13px;
    right: 15px;
    background-size: 100%;
  }
  /* line 7958, ../sass/responsive.scss */
  .tags-dropdown .tags {
    position: absolute;
    left: 0;
    top: 32px;
    border-top: 2px solid #ffffff;
    background-color: #e9e9e9;
    padding: 5px 10px;
    transition: all ease-in-out .5s;
    visibility: hidden;
    opacity: 0;
  }
  /* line 7968, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 7973, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 7975, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 7979, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 7985, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

  /* line 7995, ../sass/responsive.scss */
  .author-post-data h1 {
    text-align: left;
  }

  /* line 8001, ../sass/responsive.scss */
  .author_social li {
    margin-right: 20px;
  }

  /* line 8007, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    margin-right: 50px;
  }

  /* line 8013, ../sass/responsive.scss */
  .float-control-panel {
    top: 70px;
  }

  /* line 8022, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: auto;
  }
  /* line 8025, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_email {
    margin-right: 5px;
  }

  /* line 8034, ../sass/responsive.scss */
  .addthis_toolbox {
    width: 70%;
  }

  /* line 8040, ../sass/responsive.scss */
  .content-block .post-item .social-share-index {
    display: block;
    margin-bottom: 4px;
  }

  /* line 8047, ../sass/responsive.scss */
  .list-author-up-1 {
    display: none;
  }

  /* line 8052, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 8054, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 8057, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'GothamBook' !important;
    font-size: 20px !important;
    color: #4A4A4A !important;
    line-height: 30px !important;
  }

  /* line 8066, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

  /* line 8071, ../sass/responsive.scss */
  .home-page .list-excerpt {
    display: block;
  }
  /* line 8074, ../sass/responsive.scss */
  .home-page .list-paragraph-first {
    display: block;
  }

  /* line 8079, ../sass/responsive.scss */
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8082, ../sass/responsive.scss */
  .main-container.active {
    padding-left: 15px;
  }

  /* line 8088, ../sass/responsive.scss */
  .top-page-header .logo {
    margin-right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 8101, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 8104, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 8107, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    background: transparent url(../images/mobile_menu_icon.png) center left no-repeat;
    width: 25px;
    height: 26px;
    display: block;
    margin-top: 28px;
    text-indent: -9999px;
  }
  /* line 8115, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 8118, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

  /* line 8125, ../sass/responsive.scss */
  .category_addthis_toolbox ul li {
    margin-bottom: 5px;
  }

  /* line 8133, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart {
    margin-right: 16px;
  }

  /* line 8141, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 8145, ../sass/responsive.scss */
  .post-item .woocommerce .thank-you {
    font-size: 20px;
  }

  /* line 8151, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 8154, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 8156, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: none;
  }
  /* line 8159, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: none;
    display: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* line 8172, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 8178, ../sass/responsive.scss */
  .content-block {
    width: 100%;
    float: left;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 420px;
    margin-left: -420px;
    border-right: 1px solid #cbcbcb;
  }
  /* line 8188, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 8192, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 10px;
  }

  /* line 8200, ../sass/responsive.scss */
  .sidebar-top-controls {
    padding: 17px 0 34px;
  }

  /* line 8203, ../sass/responsive.scss */
  .articles-pane-block {
    width: 420px;
    position: absolute;
    right: -34.5%;
    top: auto;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 8215, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 8221, ../sass/responsive.scss */
  .articles-pane-block .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 8230, ../sass/responsive.scss */
  .articles-pane-block .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 8239, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 520px 0px 0 14px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 8247, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 8250, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 8252, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 8256, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 8257, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8260, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 8276, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8280, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8283, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 8290, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
    min-height: 81px;
  }
  /* line 8295, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 8299, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 8300, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading a {
    font-family: 'GothamBook';
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 8309, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .category {
    text-transform: uppercase;
    font-size: 10px;
    color: #683496;
    line-height: 12px;
    text-decoration: none;
  }
  /* line 8317, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 8321, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 8324, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block {
    padding: 30px 0 32px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom: 16px;
  }
  /* line 8335, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 327px;
    margin: 0 auto;
  }
  /* line 8338, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 8346, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input {
    width: 219px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 8357, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 8363, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 8369, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 8375, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 8382, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 8395, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 8399, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
    margin-left: -18px;
    padding-top: 4px;
    margin-bottom: 0;
  }
  /* line 8403, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li {
    float: left;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 8407, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 8411, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 8414, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 8417, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 8420, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 8423, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 8426, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 8429, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 8432, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 8435, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 8442, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }
  /* line 8457, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 8463, ../sass/responsive.scss */
  .sidebar-controls {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    right: -454px;
    top: auto;
    padding: 0 0 0 15px;
    z-index: 3000;
    width: 396px;
    margin-right: 24px;
  }
  /* line 8476, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper {
    padding: 0;
  }
  /* line 8478, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block {
    display: block;
  }
  /* line 8480, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper {
    margin-bottom: 15px;
  }
  /* line 8482, ../sass/responsive.scss */
  .sidebar-controls .sidebar-controls-wrapper .rightsidebar-newsletter-subscribe-block .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 32px 0;
  }
  /* line 8488, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 8491, ../sass/responsive.scss */
  .sidebar-controls .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 8500, ../sass/responsive.scss */
  .sidebar-controls .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 8509, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 8512, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 8515, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 8531, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 8535, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 8538, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 8545, ../sass/responsive.scss */
  .top-nav {
    color: #333;
    position: fixed;
    top: 90px;
    width: 100%;
    height: 70px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .4s, height .3s, background .4s, width .6s;
    -moz-transition: -moz-transform .4s, height .3s, background .4s, width .6s;
    transition: transform .4s, height .3s, background .4s, width .6s;
    -webkit-animation: firstFadeInAndDrop .5s;
    -moz-animation: firstFadeInAndDrop .5s;
    animation: firstFadeInAndDrop .5s;
  }
  /* line 8564, ../sass/responsive.scss */
  .top-nav .menu-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    float: left;
    text-decoration: none;
  }
  /* line 8573, ../sass/responsive.scss */
  .top-nav .top-logo {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    background: transparent url(../images/white_logo.png) top center no-repeat;
  }
  /* line 8583, ../sass/responsive.scss */
  .top-nav .articles-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 20px 25px 0 0;
    float: right;
    text-decoration: none;
  }
  /* line 8594, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 65.2%;
    float: left;
    position: relative;
  }
  /* line 8599, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 33px;
    left: auto;
  }
  /* line 8603, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 8607, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

  /* on intial load fade in the menu */
  @-webkit-keyframes firstFadeInAndDrop {
    0% {
      -webkit-transform: translate(0, -54px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes firstFadeInAndDrop {
    0% {
      -moz-transform: translate(0, -54px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  @keyframes firstFadeInAndDrop {
    0% {
      transform: translate(0, -54px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  /* when hidden it goes up */
  /* line 8631, ../sass/responsive.scss */
  .top-nav.invisible {
    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    transform: translate(0, -64px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
  }

  /* increases menu width & height */
  /* line 8644, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 8652, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 8665, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 8668, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 8675, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 8680, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 8688, ../sass/responsive.scss */
  .featured-post .trending-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 7px 22px;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  /* line 8698, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 8702, ../sass/responsive.scss */
  .featured-post .post-info .author {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
  }
  /* line 8711, ../sass/responsive.scss */
  .featured-post .post-info .date {
    font-size: 11px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  /* line 8720, ../sass/responsive.scss */
  .featured-post .category {
    font-size: 11px;
    color: #683496;
    display: block;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    position: absolute;
    right: 25px;
    bottom: 27px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 8739, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 8744, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 8753, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin-bottom: 54px;
    border: none;
  }
  /* line 8757, ../sass/responsive.scss */
  .post-item .post-title {
    font-weight: 300;
    font-size: 45px;
    color: #673695;
    line-height: 47px;
    margin-bottom: 13px;
    display: block;
    text-decoration: none;
    font-family: 'Gotham';
  }
  /* line 8767, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 8771, ../sass/responsive.scss */
  .post-item .subimage-block a {
    float: left;
    margin-right: 5px;
    padding: 13px 0;
    width: 105px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 8787, ../sass/responsive.scss */
  .post-item .subimage-block a.category {
    float: right;
    margin-right: 0;
    font-size: 11px;
    color: #683496;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    display: block;
    box-sizing: content-box;
    min-width: 167px;
  }
  /* line 8803, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 8805, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 8809, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 8811, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 8815, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 8817, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 8821, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 8826, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 8830, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 8835, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Gotham';
  }
  /* line 8843, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 8851, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 8854, ../sass/responsive.scss */
  .post-item .content p.second-list-section {
    display: block;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 8862, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 8869, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 8873, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 8880, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    text-align: center;
  }
  /* line 8886, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 8891, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 8899, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 8905, ../sass/responsive.scss */
  .post-item .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #663399;
    line-height: 14px;
    border: 2px solid #663399;
    text-align: center;
    width: 300px;
    margin: 0 auto 20px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 8923, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 8927, ../sass/responsive.scss */
  .post-item .advert-banner {
    padding: 34px 0 27px;
    text-align: center;
    border-top: 1px solid #683496;
    border-bottom: 1px solid #d8d8d8;
  }
  /* line 8934, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 8938, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 8944, ../sass/responsive.scss */
  .narrow-rule {
    max-width: 940px;
    margin: 0 auto;
  }

  /* line 8949, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 8953, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 75px 0 52px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
  }
  /* line 8963, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 8966, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    margin-left: -18px;
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 8971, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 8975, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 8979, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 8982, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 8985, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 8988, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 8991, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 8994, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 8997, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 9000, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 9003, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 9009, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 9017, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input {
    width: 220px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 9028, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 9034, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 9040, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 9046, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 9053, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 9066, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 9071, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 9087, ../sass/responsive.scss */
  .side-menu {
    position: fixed;
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    top: 80px;
    left: 0;
    width: 325px;
    background-color: #353535;
    z-index: 4000;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 9102, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 9104, ../sass/responsive.scss */
  .side-menu .titles-block .title {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    text-decoration: none;
  }
  /* line 9113, ../sass/responsive.scss */
  .side-menu .titles-block .close-btn {
    margin: 16px 19px 0 0;
    width: 20px;
    height: 20px;
    float: right;
    background-image: url(../images/sidemenu_close.png);
  }
  /* line 9121, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 9124, ../sass/responsive.scss */
  .side-menu .search-form input {
    width: 100%;
    height: 54px;
    background-color: #575757;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 55px;
  }
  /* line 9138, ../sass/responsive.scss */
  .side-menu .search-form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 9145, ../sass/responsive.scss */
  .side-menu .search-form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 9152, ../sass/responsive.scss */
  .side-menu .search-form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 9159, ../sass/responsive.scss */
  .side-menu .search-form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 9166, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 9172, ../sass/responsive.scss */
  .side-menu .search-form:before {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/search_icon.png);
    left: 25px;
    top: 21px;
  }
  /* line 9183, ../sass/responsive.scss */
  .side-menu .topics-title {
    text-transform: uppercase;
    font-size: 9px;
    color: #8F8F8F;
    line-height: 22px;
    font-weight: bold;
    margin-left: 22px;
  }
  /* line 9193, ../sass/responsive.scss */
  .side-menu .side-menu-list li a {
    position: relative;
    font-family: 'GothamBook';
    font-size: 17px;
    color: #FFFFFF;
    line-height: 43px;
    text-transform: uppercase;
    padding-left: 22px;
    text-decoration: none;
  }
  /* line 9202, ../sass/responsive.scss */
  .side-menu .side-menu-list li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
  }
  /* line 9213, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 9216, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 9219, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 9222, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 9225, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 9228, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 9231, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 9234, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 9237, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 9240, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 9243, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 9246, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 9249, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 9252, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 9258, ../sass/responsive.scss */
  .side-menu.active {
    left: 0;
    -ms-transform: translate(0);
    /* IE 9 */
    -webkit-transform: translate(0);
    /* Chrome, Safari, Opera */
    transform: translate(0);
  }

  /* line 9266, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 9273, ../sass/responsive.scss */
  .content-block .post-item {
    padding-right: 20px;
  }

  /* line 9279, ../sass/responsive.scss */
  .events-videos .post-item {
    max-width: 700px;
  }
  /* line 9282, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 389px;
    position: relative;
    padding: 0 25px 30px 25px;
  }
  /* line 9287, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 9296, ../sass/responsive.scss */
  .content-block.active .post-item .event-item {
    width: 310px;
  }
  /* line 9299, ../sass/responsive.scss */
  .content-block.active .post-item .video-item {
    width: 310px;
  }

  /* line 9306, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 9308, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 9312, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 9315, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 9318, ../sass/responsive.scss */
  .event-announcements-block .event-item .date {
    font-size: 12px;
    line-height: 13px;
    color: #999999;
    text-transform: uppercase;
    padding: 25px 0 20px;
  }
  /* line 9325, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  /* line 9333, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 9340, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    display: inline-block;
  }
  /* line 9348, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 9351, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 9358, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 9363, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 9367, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 9370, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 9374, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 9377, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 93px;
    height: 93px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 9397, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 9404, ../sass/responsive.scss */
  .post-video {
    position: relative;
  }
  /* line 9406, ../sass/responsive.scss */
  .post-video .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 9410, ../sass/responsive.scss */
  .post-video .video-hidden {
    display: none;
  }
  /* line 9413, ../sass/responsive.scss */
  .post-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 166px;
    height: 166px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 9433, ../sass/responsive.scss */
  .post-video .video-icon:hover {
    opacity: .7;
  }

  /* line 9440, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 9446, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 9448, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 9456, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #9e9e9e;
    position: absolute;
    content: '';
    right: 0;
    top: 3px;
  }
  /* line 9469, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 9471, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 9473, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="text"] {
    width: 100%;
    height: 42px;
    border: 1px solid #e8e8e8;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #808080;
    padding: 0 30px 0 20px;
  }
  /* line 9482, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="submit"] {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    background: transparent url(../images/search_icon_purple@2x.png) center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
  }
  /* line 9499, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 9503, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 9506, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 9512, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 9518, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt {
    font-size: 15px;
    line-height: 19px;
    color: #9e9e9e;
    font-family: 'GothamBook';
    margin-bottom: 17px;
  }
  /* line 9524, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 9530, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 9536, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 9538, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
  }
  /* line 9544, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 9550, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 9557, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 9566, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 9571, ../sass/responsive.scss */
  .search-results-block .sponsor p {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
    display: block;
  }
  /* line 9579, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 9584, ../sass/responsive.scss */
  .search-results-block .tags-description {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
    font-weight: 300;
    color: #3f413c;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Gotham';
  }

  /* line 9600, ../sass/responsive.scss */
  .trend-reports h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404548;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  /* line 9612, ../sass/responsive.scss */
  .trend-reports .trend-item {
    float: left;
    width: 50%;
    border-bottom: none;
    margin-bottom: 45px;
  }
  /* line 9617, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 9621, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 9624, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body .heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    display: block;
  }
  /* line 9633, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

  /* line 9641, ../sass/responsive.scss */
  .tag h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #b9babc;
  }
  /* line 9652, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 9656, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 9662, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 9665, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 9668, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    color: #b9babc;
  }
  /* line 9677, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 9684, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 9689, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 9694, ../sass/responsive.scss */
  .videos .description-content {
    max-width: 700px;
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
    margin: 0 auto 23px;
  }
  /* line 9701, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 9705, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 9712, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 9721, ../sass/responsive.scss */
  .newsletter-popup {
    position: fixed;
    max-width: 940px;
    min-width: 640px;
    height: auto;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    border: 4px solid #ffffff;
    padding: 75px 100px 30px 100px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    text-align: center;
    z-index: 10000;
    font-family: 'GothamBook';
  }
  /* line 9746, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 9752, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 9758, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 9760, ../sass/responsive.scss */
  .newsletter-popup form input[type="email"] {
    width: 219px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 9772, ../sass/responsive.scss */
  .newsletter-popup form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
    margin-left: -4px;
    width: auto;
  }
  /* line 9790, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 9798, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 9803, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 9808, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 9811, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 9815, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 9818, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 9821, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 9824, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 9827, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 9830, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 9833, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 9836, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 9839, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

  /* line 9847, ../sass/responsive.scss */
  .category_title {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  /* line 9856, ../sass/responsive.scss */
  .flow-slider .carousel-inner > .item {
    height: 588px;
  }

  /* line 9861, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 9863, ../sass/responsive.scss */
  .tags-dropdown .target {
    font-size: 10px;
    text-transform: uppercase;
    color: #565656;
    padding: 10px 40px 8px 21px;
    background-color: #e9e9e9;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  /* line 9872, ../sass/responsive.scss */
  .tags-dropdown .target:after {
    display: block;
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    background: transparent url(../images/tick_down@2x.png) center center no-repeat;
    top: 13px;
    right: 15px;
    background-size: 100%;
  }
  /* line 9884, ../sass/responsive.scss */
  .tags-dropdown .tags {
    position: absolute;
    left: 0;
    top: 32px;
    border-top: 2px solid #ffffff;
    background-color: #e9e9e9;
    padding: 5px 10px;
    transition: all ease-in-out .5s;
    visibility: hidden;
    opacity: 0;
  }
  /* line 9894, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 9899, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 9901, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 9905, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 9911, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

  /* line 9921, ../sass/responsive.scss */
  .author_social li {
    margin-right: 20px;
  }

  /* line 9927, ../sass/responsive.scss */
  .author-post-data h1 {
    text-align: left;
  }

  /* line 9933, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    margin-right: 50px;
  }

  /* line 9939, ../sass/responsive.scss */
  .float-control-panel {
    top: 70px;
  }

  /* line 9947, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: auto;
  }
  /* line 9950, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_email {
    margin-right: 5px;
  }

  /* line 9959, ../sass/responsive.scss */
  .addthis_toolbox {
    width: 70%;
  }

  /* line 9965, ../sass/responsive.scss */
  .content-block .post-item .social-share-index {
    display: block;
    margin-bottom: 4px;
  }

  /* line 9972, ../sass/responsive.scss */
  .list-author-up-1 {
    display: none;
  }

  /* line 9977, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 9979, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 9982, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'GothamBook' !important;
    font-size: 20px !important;
    color: #4A4A4A !important;
    line-height: 30px !important;
  }

  /* line 9991, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

  /* line 9996, ../sass/responsive.scss */
  .home-page .list-excerpt {
    display: block;
  }
  /* line 9999, ../sass/responsive.scss */
  .home-page .list-paragraph-first {
    display: block;
  }

  /* line 10004, ../sass/responsive.scss */
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 10010, ../sass/responsive.scss */
  .top-page-header .logo {
    margin-right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 10023, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 10026, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 10029, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 10032, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 10035, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }
  /* line 10038, ../sass/responsive.scss */
  .top-page-header .header-promo {
    display: block;
    min-width: 312px;
  }

  /* line 10046, ../sass/responsive.scss */
  .category_addthis_toolbox ul li {
    margin-bottom: 5px;
  }

  /* line 10054, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart {
    margin-right: 16px;
  }

  /* line 10062, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 10066, ../sass/responsive.scss */
  .post-item .woocommerce .thank-you {
    font-size: 20px;
  }

  /* line 10072, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }
  /* line 10075, ../sass/responsive.scss */
  .related-content-block .related-items li {
    display: inline-block;
  }
  /* line 10077, ../sass/responsive.scss */
  .related-content-block .related-items li:first-child {
    float: left;
  }
  /* line 10080, ../sass/responsive.scss */
  .related-content-block .related-items li:last-child {
    float: right;
    display: block;
  }
}
/* Small Desktops */
@media only screen and (max-width: 1280px) {
  /* line 10092, ../sass/responsive.scss */
  .trend-reports .trend-item {
    border-bottom: none;
    margin-bottom: 45px;
    width: 100%;
  }
}
/* Extra Large Devices, Wide Screens */
@media only screen and (min-width: 1500px) {
  /* line 10103, ../sass/responsive.scss */
  .related-content-block {
    padding-right: 20px;
  }

  /* line 10109, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block {
    padding-top: 13px;
  }

  /* line 10115, ../sass/responsive.scss */
  .content-block {
    width: 100%;
    float: left;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 420px;
    margin-left: -420px;
    border-right: 1px solid #cbcbcb;
  }
  /* line 10125, ../sass/responsive.scss */
  .content-block .post-item .post-img {
    margin: 0 auto 10px;
    display: block;
  }
  /* line 10129, ../sass/responsive.scss */
  .content-block .post-item .flow-slider {
    margin-bottom: 10px;
  }

  /* line 10137, ../sass/responsive.scss */
  .sidebar-top-controls {
    padding: 17px 0 34px;
  }

  /* line 10140, ../sass/responsive.scss */
  .articles-pane-block {
    width: 420px;
    position: absolute;
    right: -454px;
    top: auto;
    padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 10152, ../sass/responsive.scss */
  .articles-pane-block.active {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 10158, ../sass/responsive.scss */
  .articles-pane-block .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 10167, ../sass/responsive.scss */
  .articles-pane-block .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 10176, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content {
    width: 395px;
    padding: 520px 0px 0 14px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 10184, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.banner-off {
    padding-top: 355px;
  }
  /* line 10187, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active {
    padding-top: 570px;
  }
  /* line 10189, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content.tab-active.banner-off {
    padding-top: 460px;
  }
  /* line 10193, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs {
    margin-bottom: 13px;
  }
  /* line 10194, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10197, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 10213, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10217, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10220, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .nav-tabs li:last-child a {
    border-left: none;
  }
  /* line 10227, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li {
    margin-bottom: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D0D0D0;
    min-height: 81px;
  }
  /* line 10232, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list li .media-left {
    display: table-cell;
  }
  /* line 10236, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading {
    margin-bottom: 5px;
  }
  /* line 10237, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .media-heading a {
    font-family: 'GothamBook';
    font-size: 15px;
    color: #673695;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 10247, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .articles-list .category {
    text-transform: uppercase;
    font-size: 10px;
    color: #683496;
    line-height: 12px;
    text-decoration: none;
  }
  /* line 10255, ../sass/responsive.scss */
  .articles-pane-block .articles-pane-content .content-subscribe-block-wrapper {
    display: none;
  }
  /* line 10259, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper {
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 10262, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block {
    padding: 30px 0 32px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom: 16px;
  }
  /* line 10273, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper {
    width: 326px;
    margin: 0 auto;
  }
  /* line 10276, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 10284, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input {
    width: 219px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10295, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10301, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10307, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10313, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10320, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 10333, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 10337, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list {
    margin-left: -19px;
    padding-top: 4px;
    margin-bottom: 0;
  }
  /* line 10341, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li {
    float: left;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 10345, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 10349, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 10352, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 10355, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 10358, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 10361, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 10364, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 10367, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 10370, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 10373, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 10380, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }
  /* line 10395, ../sass/responsive.scss */
  .articles-pane-block .advert-banner {
    width: 100%;
    text-align: center;
  }

  /* line 10401, ../sass/responsive.scss */
  .sidebar-controls {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    right: -454px;
    top: auto;
    padding: 0 0 0 15px;
    z-index: 3000;
    width: 396px;
    margin-right: 24px;
  }
  /* line 10414, ../sass/responsive.scss */
  .sidebar-controls .sidebar-top-controls {
    background-color: #fff;
  }
  /* line 10417, ../sass/responsive.scss */
  .sidebar-controls .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
  }
  /* line 10426, ../sass/responsive.scss */
  .sidebar-controls .articles-lnk {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #683496;
    line-height: 15px;
    text-decoration: none;
    margin-top: 5px;
  }
  /* line 10435, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs {
    padding-bottom: 13px;
    background-color: #fff;
  }
  /* line 10438, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li {
    width: 33.3%;
    border: none;
  }
  /* line 10441, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li a {
    font-weight: normal;
    font-size: 10px;
    color: #d3d3d3;
    line-height: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: transparent;
    padding: 12px 0;
    text-transform: uppercase;
    margin-right: 0;
    text-align: center;
  }
  /* line 10457, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li.active a {
    color: #683496;
  }
  /* line 10461, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:first-child a {
    border-right: none;
  }
  /* line 10464, ../sass/responsive.scss */
  .sidebar-controls .nav-tabs li:last-child a {
    border-left: none;
  }

  /* line 10471, ../sass/responsive.scss */
  .top-nav {
    color: #333;
    position: fixed;
    top: 90px;
    width: 100%;
    height: 70px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .4s, height .3s, background .4s, width .6s;
    -moz-transition: -moz-transform .4s, height .3s, background .4s, width .6s;
    transition: transform .4s, height .3s, background .4s, width .6s;
    -webkit-animation: firstFadeInAndDrop .5s;
    -moz-animation: firstFadeInAndDrop .5s;
    animation: firstFadeInAndDrop .5s;
  }
  /* line 10490, ../sass/responsive.scss */
  .top-nav .menu-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    float: left;
    text-decoration: none;
  }
  /* line 10499, ../sass/responsive.scss */
  .top-nav .top-logo {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    background: transparent url(../images/white_logo.png) top center no-repeat;
  }
  /* line 10509, ../sass/responsive.scss */
  .top-nav .articles-lnk {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 20px 25px 0 0;
    float: right;
    text-decoration: none;
  }
  /* line 10518, ../sass/responsive.scss */
  .top-nav.active {
    width: auto;
  }
  /* line 10521, ../sass/responsive.scss */
  .top-nav.active .left-block {
    width: 70.3%;
    float: left;
    position: relative;
  }
  /* line 10526, ../sass/responsive.scss */
  .top-nav.active .top-logo {
    right: 48px;
    left: auto;
  }
  /* line 10530, ../sass/responsive.scss */
  .top-nav.active .articles-lnk {
    display: none;
  }
  /* line 10534, ../sass/responsive.scss */
  .top-nav .top-nav-holder {
    max-width: 1379px;
    margin: 0 auto;
    height: 70px;
  }

  /* on intial load fade in the menu */
  @-webkit-keyframes firstFadeInAndDrop {
    0% {
      -webkit-transform: translate(0, -54px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
  @-moz-keyframes firstFadeInAndDrop {
    0% {
      -moz-transform: translate(0, -54px);
    }
    100% {
      -moz-transform: translate(0, 0);
    }
  }
  @keyframes firstFadeInAndDrop {
    0% {
      transform: translate(0, -54px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  /* when hidden it goes up */
  /* line 10558, ../sass/responsive.scss */
  .top-nav.invisible {
    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    transform: translate(0, -64px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all 0.2s;
    transition: all .2s;
    opacity: 0;
  }

  /* increases menu width & height */
  /* line 10571, ../sass/responsive.scss */
  .top-nav.expanded {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: default;
    background: rgba(255, 255, 255, 0.85);
  }

  /* line 10579, ../sass/responsive.scss */
  .featured-post {
    background-image: url(../images/post_img1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 630px;
    background-size: cover;
    padding: 165px 25px 30px 25px;
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-decoration: none;
  }
  /* line 10592, ../sass/responsive.scss */
  .featured-post:hover {
    text-decoration: none;
  }
  /* line 10595, ../sass/responsive.scss */
  .featured-post .featured-link-title {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 10602, ../sass/responsive.scss */
  .featured-post h1 {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
  }
  /* line 10607, ../sass/responsive.scss */
  .featured-post h1 a {
    font-size: 57px;
    line-height: 70px;
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
  }
  /* line 10615, ../sass/responsive.scss */
  .featured-post .event-date {
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
  }
  /* line 10620, ../sass/responsive.scss */
  .featured-post .trending-btn {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 7px 22px;
    color: #683496;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    text-decoration: none;
  }
  /* line 10634, ../sass/responsive.scss */
  .featured-post .trending-btn:hover {
    background: white;
  }
  /* line 10638, ../sass/responsive.scss */
  .featured-post .post-info {
    position: absolute;
    left: 25px;
    bottom: 27px;
  }
  /* line 10642, ../sass/responsive.scss */
  .featured-post .post-info .author {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
  }
  /* line 10651, ../sass/responsive.scss */
  .featured-post .post-info .date {
    font-size: 11px;
    color: #9B9B9B;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  /* line 10660, ../sass/responsive.scss */
  .featured-post .category {
    font-size: 11px;
    color: #683496;
    display: block;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    position: absolute;
    right: 25px;
    bottom: 27px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 10679, ../sass/responsive.scss */
  .featured-post .category:hover {
    opacity: .8;
  }
  /* line 10684, ../sass/responsive.scss */
  .featured-post.featured-post-2 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    font-weight: lighter;
  }

  /* line 10693, ../sass/responsive.scss */
  .post-item {
    padding: 0;
    margin: 0 auto 54px;
    border: none;
  }
  /* line 10697, ../sass/responsive.scss */
  .post-item .post-title {
    font-weight: 300;
    font-size: 45px;
    color: #673695;
    line-height: 47px;
    margin-bottom: 13px;
    display: block;
    text-decoration: none;
    font-family: 'Gotham';
  }
  /* line 10707, ../sass/responsive.scss */
  .post-item .post-img {
    margin-bottom: 15px;
  }
  /* line 10710, ../sass/responsive.scss */
  .post-item .subimage-block {
    display: block;
  }
  /* line 10712, ../sass/responsive.scss */
  .post-item .subimage-block a {
    float: left;
    margin-right: 5px;
    padding: 13px 0;
    width: 105px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 10728, ../sass/responsive.scss */
  .post-item .subimage-block a.category {
    float: right;
    margin-right: 0;
    font-size: 11px;
    color: #683496;
    border: 1px solid #683496;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0;
    display: block;
    box-sizing: content-box;
    min-width: 167px;
  }
  /* line 10744, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet {
    background-color: #00abf1;
  }
  /* line 10746, ../sass/responsive.scss */
  .post-item .subimage-block a.tweet:hover {
    background-color: #069AD7;
  }
  /* line 10750, ../sass/responsive.scss */
  .post-item .subimage-block a.share {
    background-color: #3a579b;
  }
  /* line 10752, ../sass/responsive.scss */
  .post-item .subimage-block a.share:hover {
    background-color: #21428E;
  }
  /* line 10756, ../sass/responsive.scss */
  .post-item .subimage-block a.pin {
    background-color: #683496;
  }
  /* line 10758, ../sass/responsive.scss */
  .post-item .subimage-block a.pin:hover {
    background-color: #5d2d8b;
  }
  /* line 10762, ../sass/responsive.scss */
  .post-item .subimage-block a:nth-child(2) {
    clear: none;
  }
  /* line 10767, ../sass/responsive.scss */
  .post-item .subimage-block-mobile {
    display: none;
  }
  /* line 10771, ../sass/responsive.scss */
  .post-item .content p {
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 10776, ../sass/responsive.scss */
  .post-item .content p.wp-caption-text {
    font-family: 'Gotham';
    font-style: italic;
    font-size: 16px;
    color: #776A6A;
  }
  /* line 10782, ../sass/responsive.scss */
  .post-item .content p:first-child {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Gotham';
  }
  /* line 10790, ../sass/responsive.scss */
  .post-item .content p.content-excerpt {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 6px;
    font-family: 'Gotham';
  }
  /* line 10798, ../sass/responsive.scss */
  .post-item .content p.quote {
    color: #9b9b9b;
  }
  /* line 10801, ../sass/responsive.scss */
  .post-item .content p.second-list-section {
    display: block;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 10810, ../sass/responsive.scss */
  .post-item .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 35px 20px;
  }
  /* line 10814, ../sass/responsive.scss */
  .post-item .content ul li {
    margin-bottom: 10px;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
  }
  /* line 10821, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    text-align: center;
  }
  /* line 10827, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li {
    display: inline-block;
    width: 200px;
    margin-left: 20px;
  }
  /* line 10832, ../sass/responsive.scss */
  .post-item .content ul.carousel_thumbnails li a img {
    width: 200px;
    margin-bottom: 0;
  }
  /* line 10840, ../sass/responsive.scss */
  .post-item .content img {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
  }
  /* line 10846, ../sass/responsive.scss */
  .post-item .read-more {
    font-size: 12px;
    text-transform: uppercase;
    color: #663399;
    line-height: 14px;
    border: 2px solid #663399;
    text-align: center;
    width: 300px;
    margin: 0 auto 20px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .8;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 10864, ../sass/responsive.scss */
  .post-item .read-more:hover {
    opacity: 1;
  }
  /* line 10868, ../sass/responsive.scss */
  .post-item .advert-banner {
    padding: 34px 0 27px;
    text-align: center;
    border-top: 1px solid #683496;
    border-bottom: 1px solid #d8d8d8;
  }
  /* line 10875, ../sass/responsive.scss */
  .post-item.content-featured-post .featured-post {
    padding: 165px 25px 25px;
  }
  /* line 10879, ../sass/responsive.scss */
  .post-item.min-post {
    min-height: 120px;
    margin-bottom: 27px;
  }

  /* line 10885, ../sass/responsive.scss */
  .content-subscribe-block-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 10889, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block {
    padding: 75px 0 52px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    position: relative;
  }
  /* line 10899, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper {
    width: 328px;
    margin: 0 auto;
  }
  /* line 10902, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list {
    padding-top: 4px;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 10906, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li {
    float: right;
    margin-left: 18px;
    margin-top: 11px;
  }
  /* line 10910, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 10914, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 10917, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 10920, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 10923, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 10926, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 10929, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 10932, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 10935, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 10938, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }
  /* line 10944, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .title {
    font-family: 'GothamBook';
    font-size: 19px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 13px;
  }
  /* line 10952, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input {
    width: 220px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10963, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10969, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10975, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10981, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 10988, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
  }
  /* line 11001, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper form .form-group {
    float: left;
  }
  /* line 11006, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 11022, ../sass/responsive.scss */
  .side-menu {
    position: fixed;
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    top: 80px;
    left: 0;
    width: 340px;
    background-color: #353535;
    z-index: 3000;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 11037, ../sass/responsive.scss */
  .side-menu .titles-block {
    margin-bottom: 20px;
  }
  /* line 11039, ../sass/responsive.scss */
  .side-menu .titles-block .title {
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    margin: 20px 0 0 25px;
    text-decoration: none;
  }
  /* line 11048, ../sass/responsive.scss */
  .side-menu .titles-block .close-btn {
    margin: 16px 19px 0 0;
    width: 20px;
    height: 20px;
    float: right;
    background-image: url(../images/sidemenu_close.png);
  }
  /* line 11056, ../sass/responsive.scss */
  .side-menu .search-form {
    position: relative;
    margin-bottom: 20px;
  }
  /* line 11059, ../sass/responsive.scss */
  .side-menu .search-form input {
    width: 100%;
    height: 54px;
    background-color: #575757;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 55px;
  }
  /* line 11073, ../sass/responsive.scss */
  .side-menu .search-form input::-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 11080, ../sass/responsive.scss */
  .side-menu .search-form input:-moz-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 11087, ../sass/responsive.scss */
  .side-menu .search-form input::-webkit-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 11094, ../sass/responsive.scss */
  .side-menu .search-form input:-ms-input-placeholder {
    font-family: GothamBook;
    font-size: 19px;
    color: #919191;
    line-height: 50px;
    text-transform: uppercase;
  }
  /* line 11101, ../sass/responsive.scss */
  .side-menu .search-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 11107, ../sass/responsive.scss */
  .side-menu .search-form:before {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(../images/search_icon.png);
    left: 25px;
    top: 21px;
  }
  /* line 11118, ../sass/responsive.scss */
  .side-menu .topics-title {
    text-transform: uppercase;
    font-size: 9px;
    color: #8F8F8F;
    line-height: 22px;
    font-weight: bold;
    margin-left: 22px;
  }
  /* line 11128, ../sass/responsive.scss */
  .side-menu .side-menu-list li a {
    position: relative;
    font-family: 'GothamBook';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 39px;
    text-transform: uppercase;
    padding-left: 22px;
    text-decoration: none;
  }
  /* line 11137, ../sass/responsive.scss */
  .side-menu .side-menu-list li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
  }
  /* line 11148, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange:before {
    border-color: transparent transparent transparent #f4a81e;
  }
  /* line 11151, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green:before {
    border-color: transparent transparent transparent #a7b200;
  }
  /* line 11154, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue:before {
    border-color: transparent transparent transparent #508ce4;
  }
  /* line 11157, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow:before {
    border-color: transparent transparent transparent #e3d31c;
  }
  /* line 11160, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue:before {
    border-color: transparent transparent transparent #26e4ca;
  }
  /* line 11163, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink:before {
    border-color: transparent transparent transparent #d46b67;
  }
  /* line 11166, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple:before {
    border-color: transparent transparent transparent #683496;
  }
  /* line 11169, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.orange {
    color: #f4a81e;
  }
  /* line 11172, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.green {
    color: #a7b200;
  }
  /* line 11175, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.blue {
    color: #508ce4;
  }
  /* line 11178, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.yellow {
    color: #e3d31c;
  }
  /* line 11181, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.light-blue {
    color: #26e4ca;
  }
  /* line 11184, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.pink {
    color: #d46b67;
  }
  /* line 11187, ../sass/responsive.scss */
  .side-menu .side-menu-list li a.purple {
    color: #ffffff;
  }
  /* line 11193, ../sass/responsive.scss */
  .side-menu.active {
    left: 0;
    -ms-transform: translate(0);
    /* IE 9 */
    -webkit-transform: translate(0);
    /* Chrome, Safari, Opera */
    transform: translate(0);
  }

  /* line 11201, ../sass/responsive.scss */
  .quote {
    border-left: 5px solid #eaeaea;
    padding: 50px 70px 50px 33px;
    color: #9b9b9b;
  }

  /* line 11208, ../sass/responsive.scss */
  .content-block .post-item {
    padding-right: 20px;
  }

  /* line 11213, ../sass/responsive.scss */
  .event-announcements-block {
    margin-bottom: 30px;
  }
  /* line 11215, ../sass/responsive.scss */
  .event-announcements-block .event-item {
    text-align: center;
    width: 310px;
    border: 5px solid #e7e7e7;
  }
  /* line 11219, ../sass/responsive.scss */
  .event-announcements-block .event-item:first-child {
    float: left;
  }
  /* line 11222, ../sass/responsive.scss */
  .event-announcements-block .event-item:last-child {
    float: right;
  }
  /* line 11225, ../sass/responsive.scss */
  .event-announcements-block .event-item .date {
    font-size: 12px;
    line-height: 13px;
    color: #999999;
    text-transform: uppercase;
    padding: 25px 0 20px;
  }
  /* line 11232, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  /* line 11240, ../sass/responsive.scss */
  .event-announcements-block .event-item .subtitle {
    font-family: 'GothamBook';
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 18px;
  }
  /* line 11247, ../sass/responsive.scss */
  .event-announcements-block .event-item .event-button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 22px;
    text-decoration: none;
    display: inline-block;
  }
  /* line 11255, ../sass/responsive.scss */
  .event-announcements-block .media {
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 11258, ../sass/responsive.scss */
  .event-announcements-block .media .sponsor-title {
    font-size: 9px;
    color: #cdcdcd;
    vertical-align: middle;
    text-transform: uppercase;
  }
  /* line 11265, ../sass/responsive.scss */
  .event-announcements-block .media .media-body img {
    max-width: 85px;
  }
  /* line 11271, ../sass/responsive.scss */
  .event-announcements-block .video-item {
    text-align: center;
    width: 310px;
    position: relative;
  }
  /* line 11275, ../sass/responsive.scss */
  .event-announcements-block .video-item:first-child {
    float: left;
  }
  /* line 11278, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-visible {
    cursor: pointer;
    display: block;
  }
  /* line 11282, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-hidden {
    display: none;
  }
  /* line 11285, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 93px;
    height: 93px;
    background: transparent url(../images/video_icon.png) 0 0 no-repeat;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    border-radius: 9999px;
  }
  /* line 11305, ../sass/responsive.scss */
  .event-announcements-block .video-item .video-icon:hover {
    opacity: .7;
  }

  /* line 11313, ../sass/responsive.scss */
  .events-videos .post-item {
    max-width: 700px;
  }
  /* line 11316, ../sass/responsive.scss */
  .events-videos .featured-post {
    height: 389px;
    position: relative;
    padding: 0 25px 30px 25px;
  }
  /* line 11321, ../sass/responsive.scss */
  .events-videos .featured-event-wrapper {
    position: absolute;
    bottom: 30px;
  }

  /* line 11330, ../sass/responsive.scss */
  .content-block.active .post-item .event-item {
    width: 310px;
  }
  /* line 11333, ../sass/responsive.scss */
  .content-block.active .post-item .video-item {
    width: 310px;
  }

  /* line 11341, ../sass/responsive.scss */
  .search-results h1 {
    font-size: 35px;
    font-weight: lighter;
    line-height: 40px;
    color: #444444;
  }
  /* line 11347, ../sass/responsive.scss */
  .search-results .search-choice {
    margin-bottom: 15px;
  }
  /* line 11349, ../sass/responsive.scss */
  .search-results .search-choice li {
    float: left;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
    color: #9e9e9e;
    font-size: 12px;
  }
  /* line 11357, ../sass/responsive.scss */
  .search-results .search-choice li:first-child:after {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #9e9e9e;
    position: absolute;
    content: '';
    right: 0;
    top: 3px;
  }
  /* line 11370, ../sass/responsive.scss */
  .search-results .search-form {
    margin-bottom: 45px;
  }
  /* line 11372, ../sass/responsive.scss */
  .search-results .search-form .input-holder {
    position: relative;
  }
  /* line 11374, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="text"] {
    width: 100%;
    height: 42px;
    border: 1px solid #e8e8e8;
    font-family: 'GothamBook';
    font-size: 20px;
    color: #808080;
    padding: 0 30px 0 20px;
  }
  /* line 11383, ../sass/responsive.scss */
  .search-results .search-form .input-holder input[type="submit"] {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    background: transparent url(../images/search_icon_purple@2x.png) center center no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
  }
  /* line 11400, ../sass/responsive.scss */
  .search-results .post-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
  }
  /* line 11404, ../sass/responsive.scss */
  .search-results .post-item .media-left {
    width: 200px;
    padding-right: 30px;
  }
  /* line 11407, ../sass/responsive.scss */
  .search-results .post-item .media-left img {
    display: block;
    width: 100%;
  }
  /* line 11413, ../sass/responsive.scss */
  .search-results .post-item .media-body h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  /* line 11419, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt {
    font-size: 15px;
    line-height: 19px;
    color: #9e9e9e;
    font-family: 'GothamBook';
    margin-bottom: 17px;
  }
  /* line 11425, ../sass/responsive.scss */
  .search-results .post-item .media-body .excerpt p {
    font-size: 15px;
  }
  /* line 11431, ../sass/responsive.scss */
  .search-results .post-index-meta {
    margin: 0 0 10px;
  }

  /* line 11437, ../sass/responsive.scss */
  .sponsored-article .sponsored-title {
    margin-bottom: 40px;
  }
  /* line 11439, ../sass/responsive.scss */
  .sponsored-article .sponsored-title h1 {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
  }
  /* line 11445, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 11451, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor .title {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
  }
  /* line 11458, ../sass/responsive.scss */
  .sponsored-article .sponsored-title .sponsor img {
    margin: 0;
    max-height: 70px;
  }

  /* line 11466, ../sass/responsive.scss */
  .tags-dropdown {
    position: relative;
  }
  /* line 11468, ../sass/responsive.scss */
  .tags-dropdown .target {
    font-size: 10px;
    text-transform: uppercase;
    color: #565656;
    padding: 10px 40px 8px 21px;
    background-color: #e9e9e9;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  /* line 11477, ../sass/responsive.scss */
  .tags-dropdown .target:after {
    display: block;
    content: '';
    width: 7px;
    height: 4px;
    position: absolute;
    background: transparent url(../images/tick_down@2x.png) center center no-repeat;
    top: 13px;
    right: 15px;
    background-size: 100%;
  }
  /* line 11489, ../sass/responsive.scss */
  .tags-dropdown .tags {
    position: absolute;
    left: 0;
    top: 32px;
    border-top: 2px solid #ffffff;
    background-color: #e9e9e9;
    padding: 5px 10px;
    transition: all ease-in-out .5s;
    visibility: hidden;
    opacity: 0;
  }
  /* line 11499, ../sass/responsive.scss */
  .tags-dropdown .tags.active {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .5s;
  }
  /* line 11504, ../sass/responsive.scss */
  .tags-dropdown .tags ul {
    margin-bottom: 0;
  }
  /* line 11506, ../sass/responsive.scss */
  .tags-dropdown .tags ul li {
    font-size: 10px;
    color: #565656;
    min-width: 130px;
  }
  /* line 11510, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a {
    font-size: 10px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1px;
    display: block;
  }
  /* line 11516, ../sass/responsive.scss */
  .tags-dropdown .tags ul li a:hover {
    color: #565656;
  }

  /* line 11526, ../sass/responsive.scss */
  .trend-reports h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404548;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  /* line 11538, ../sass/responsive.scss */
  .trend-reports .trend-item {
    float: left;
    width: 50%;
    border-bottom: none;
    margin-bottom: 45px;
  }
  /* line 11543, ../sass/responsive.scss */
  .trend-reports .trend-item .media-left {
    width: 230px;
    vertical-align: top;
  }
  /* line 11547, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body {
    vertical-align: top;
    padding-right: 65px;
  }
  /* line 11550, ../sass/responsive.scss */
  .trend-reports .trend-item .media-body .heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    display: block;
  }
  /* line 11559, ../sass/responsive.scss */
  .trend-reports .trend-item:nth-child(even) .media-body {
    padding-right: 0;
  }

  /* line 11567, ../sass/responsive.scss */
  .tag h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 10px;
    color: #b9babc;
  }
  /* line 11578, ../sass/responsive.scss */
  .tag h1 span {
    color: #404548;
  }
  /* line 11582, ../sass/responsive.scss */
  .tag .search-choice {
    margin-bottom: 45px;
  }

  /* line 11588, ../sass/responsive.scss */
  .videos .post-item {
    width: 700px;
  }
  /* line 11591, ../sass/responsive.scss */
  .videos .main-title-wrapper {
    max-width: 700px;
    margin: 10px auto 25px;
  }
  /* line 11594, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #f2f2f2;
    text-align: left;
    color: #b9babc;
  }
  /* line 11603, ../sass/responsive.scss */
  .videos .main-title-wrapper h1 span {
    color: #683496;
  }
  /* line 11610, ../sass/responsive.scss */
  .videos .content-block.active .main-title-wrapper {
    padding-right: 20px;
  }
  /* line 11615, ../sass/responsive.scss */
  .videos .content-block.active .description-content {
    padding-right: 20px;
  }
  /* line 11620, ../sass/responsive.scss */
  .videos .description-content {
    max-width: 700px;
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
    margin: 0 auto 23px;
  }
  /* line 11627, ../sass/responsive.scss */
  .videos .description-content .content {
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 25px;
  }
  /* line 11631, ../sass/responsive.scss */
  .videos .description-content .title {
    font-size: 10px;
    color: #D1D1D1;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  /* line 11638, ../sass/responsive.scss */
  .videos .description-content p {
    font-family: GothamBook;
    font-size: 12px;
    color: #6E6E6E;
    line-height: 19px;
  }

  /* line 11647, ../sass/responsive.scss */
  .newsletter-popup {
    position: fixed;
    max-width: 940px;
    min-width: 640px;
    height: auto;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    border: 4px solid #ffffff;
    padding: 75px 100px 30px 100px;
    background-image: url(../images/subscribe_bg_sm.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #683496;
    background-blend-mode: multiply;
    text-align: center;
    z-index: 10000;
    font-family: 'GothamBook';
  }
  /* line 11672, ../sass/responsive.scss */
  .newsletter-popup .title {
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  /* line 11678, ../sass/responsive.scss */
  .newsletter-popup .text {
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  /* line 11684, ../sass/responsive.scss */
  .newsletter-popup form {
    margin-bottom: 60px;
  }
  /* line 11686, ../sass/responsive.scss */
  .newsletter-popup form input[type="email"] {
    width: 219px;
    height: 36px;
    border-right: 1px solid #d0d0d0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    font-family: 'GothamBook';
    font-size: 15px;
    color: #B7B7B7;
    line-height: 17px;
  }
  /* line 11698, ../sass/responsive.scss */
  .newsletter-popup form .btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #683496;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 11px 17px;
    border: none;
    margin-left: -4px;
    width: auto;
  }
  /* line 11716, ../sass/responsive.scss */
  .newsletter-popup form .form-group .input-group label.error {
    left: 0;
    bottom: -30px;
  }
  /* line 11724, ../sass/responsive.scss */
  .newsletter-popup .socials-list {
    margin-left: -13px;
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 3px;
  }
  /* line 11729, ../sass/responsive.scss */
  .newsletter-popup .socials-list li {
    float: none;
    margin-left: 13px;
    display: inline-block;
    margin-bottom: 11px;
  }
  /* line 11734, ../sass/responsive.scss */
  .newsletter-popup .socials-list li:last-child {
    display: inline-block;
  }
  /* line 11737, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 11741, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon.png) top left no-repeat;
  }
  /* line 11744, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon.png) top left no-repeat;
  }
  /* line 11747, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon.png) top left no-repeat;
  }
  /* line 11750, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon.png) top left no-repeat;
  }
  /* line 11753, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon.png) top left no-repeat;
  }
  /* line 11756, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon.png) top left no-repeat;
  }
  /* line 11759, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon.png) top left no-repeat;
  }
  /* line 11762, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon.png) top left no-repeat;
  }
  /* line 11765, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon.png) top left no-repeat;
  }

  /* line 11773, ../sass/responsive.scss */
  .category_title {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  /* line 11782, ../sass/responsive.scss */
  .flow-slider .carousel-inner > .item {
    height: 588px;
  }

  /* line 11787, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .content-block.active .related-content-block .related-items li:nth-child(3) {
    display: inline-block;
  }

  /* line 11792, ../sass/responsive.scss */
  .search-results-block .sponsor {
    width: 20%;
    border-left: 1px solid #cccccc;
    padding: 5px 0 5px 20px;
    display: table-cell;
  }
  /* line 11797, ../sass/responsive.scss */
  .search-results-block .sponsor p {
    color: #BEBEBE;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 10px;
    display: block;
  }
  /* line 11805, ../sass/responsive.scss */
  .search-results-block .sponsor img {
    margin: 0;
    max-height: 70px;
  }
  /* line 11810, ../sass/responsive.scss */
  .search-results-block .tags-description {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 100px;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: #3f413c;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Gotham';
  }

  /* line 11826, ../sass/responsive.scss */
  .author-post-data h1 {
    text-align: left;
  }

  /* line 11832, ../sass/responsive.scss */
  .author_social li {
    margin-right: 20px;
  }

  /* line 11838, ../sass/responsive.scss */
  .top-nav .container .articles-lnk {
    margin-right: 25px;
  }

  /* line 11844, ../sass/responsive.scss */
  .float-control-panel {
    top: 70px;
  }

  /* line 11853, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    width: auto;
  }
  /* line 11856, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_email {
    margin-right: 5px;
  }

  /* line 11865, ../sass/responsive.scss */
  .addthis_toolbox {
    width: 70%;
  }

  /* line 11871, ../sass/responsive.scss */
  .content-block .post-item .social-share-index {
    display: block;
    margin-bottom: 4px;
  }

  /* line 11878, ../sass/responsive.scss */
  .list-author-up-1 {
    display: none;
  }

  /* line 11883, ../sass/responsive.scss */
  .post-item .list-paragraph-first {
    display: none;
  }
  /* line 11885, ../sass/responsive.scss */
  .post-item .list-paragraph-first.active {
    display: block;
  }
  /* line 11888, ../sass/responsive.scss */
  .post-item .list-paragraph-first p {
    font-family: 'GothamBook' !important;
    font-size: 20px !important;
    color: #4A4A4A !important;
    line-height: 30px !important;
  }

  /* line 11897, ../sass/responsive.scss */
  .list-author-up-2 {
    display: block;
  }

  /* line 11902, ../sass/responsive.scss */
  .home-page .list-excerpt {
    display: block;
  }
  /* line 11905, ../sass/responsive.scss */
  .home-page .list-paragraph-first {
    display: block;
  }

  /* line 11910, ../sass/responsive.scss */
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 11913, ../sass/responsive.scss */
  .main-container.active {
    padding-left: 0;
  }

  /* line 11919, ../sass/responsive.scss */
  .top-page-header .logo {
    margin-right: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
  }
  /* line 11932, ../sass/responsive.scss */
  .top-page-header .articles-anchor {
    display: none;
  }
  /* line 11935, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    display: none;
  }
  /* line 11938, ../sass/responsive.scss */
  .top-page-header .topics-expand {
    display: block;
  }
  /* line 11941, ../sass/responsive.scss */
  .top-page-header .top-menu {
    display: block;
  }
  /* line 11944, ../sass/responsive.scss */
  .top-page-header .good-data-contest {
    display: block;
  }

  /* line 11951, ../sass/responsive.scss */
  .category_addthis_toolbox ul li {
    margin-bottom: 5px;
  }

  /* line 11959, ../sass/responsive.scss */
  .post-item .woocommerce .cart-empty {
    font-size: 20px;
    margin: 20px 0 -20px;
  }
  /* line 11963, ../sass/responsive.scss */
  .post-item .woocommerce .thank-you {
    font-size: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 11978, ../sass/responsive.scss */
  .sidebar-top-controls .close-articles-pane {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/sidebar_close@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /* line 11991, ../sass/responsive.scss */
  .sidebar-subscribe-block:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/subscribe_corner@2x.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 12008, ../sass/responsive.scss */
  .side-menu .titles-block .close-btn {
    background-image: url(../images/sidemenu_close@2x.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }
  /* line 12016, ../sass/responsive.scss */
  .side-menu .search-form:before {
    background-image: url(../images/search_icon@2x.png);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
  }

  /* line 12025, ../sass/responsive.scss */
  .socials-list {
    margin-left: -33px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  /* line 12029, ../sass/responsive.scss */
  .socials-list li {
    float: left;
    margin-left: 33px;
  }
  /* line 12032, ../sass/responsive.scss */
  .socials-list li a {
    width: 20px;
    height: 20px;
    display: block;
  }
  /* line 12036, ../sass/responsive.scss */
  .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
  }
  /* line 12039, ../sass/responsive.scss */
  .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
  }
  /* line 12042, ../sass/responsive.scss */
  .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
  }
  /* line 12045, ../sass/responsive.scss */
  .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
  }

  /* line 12059, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12064, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12069, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12074, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12079, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12084, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12089, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12094, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12099, ../sass/responsive.scss */
  .articles-pane-block .sidebar-subscribe-block-wrapper .sidebar-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /* line 12118, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12123, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12128, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12133, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12138, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12143, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12148, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12153, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12158, ../sass/responsive.scss */
  .content-subscribe-block-wrapper .content-subscribe-block .form-wrapper .socials-list li a.google {
    background: transparent url(../images/google_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /* line 12174, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.rss {
    background: transparent url(../images/rss_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12179, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.facebook {
    background: transparent url(../images/facebook_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12184, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.linkedin {
    background: transparent url(../images/linkedin_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12189, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.twitter {
    background: transparent url(../images/twitter_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12194, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.instagram {
    background: transparent url(../images/instagram_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12199, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.vimeo {
    background: transparent url(../images/vimeo_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12204, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.youtube {
    background: transparent url(../images/youtube_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12209, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.pinterest {
    background: transparent url(../images/pinterest_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  /* line 12214, ../sass/responsive.scss */
  .newsletter-popup .socials-list li a.google {
    background: transparent url(../images/google_icon@2x.png) top left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  /* line 12226, ../sass/responsive.scss */
  .author_social li a {
    background: url("../images/author_socials_sprite.png") no-repeat top left;
    background-size: 100%;
  }
  /* line 12229, ../sass/responsive.scss */
  .author_social li a.facebook-icon {
    background-position: 0 -355px;
  }
  /* line 12231, ../sass/responsive.scss */
  .author_social li a.facebook-icon:hover {
    background-position: 0 -435px;
  }
  /* line 12235, ../sass/responsive.scss */
  .author_social li a.twitter-icon {
    background-position: 0 -835px;
  }
  /* line 12237, ../sass/responsive.scss */
  .author_social li a.twitter-icon:hover {
    background-position: 0 -915px;
  }
  /* line 12241, ../sass/responsive.scss */
  .author_social li a.google-icon {
    background-position: 0 -675px;
  }
  /* line 12243, ../sass/responsive.scss */
  .author_social li a.google-icon:hover {
    background-position: 0 -755px;
  }
  /* line 12247, ../sass/responsive.scss */
  .author_social li a.email-icon {
    background-position: 0 -195px;
  }
  /* line 12249, ../sass/responsive.scss */
  .author_social li a.email-icon:hover {
    background-position: 0 -225px;
  }
  /* line 12253, ../sass/responsive.scss */
  .author_social li a.gtalk-icon {
    background-position: 0 -515px;
  }
  /* line 12255, ../sass/responsive.scss */
  .author_social li a.gtalk-icon:hover {
    background-position: 0 -595px;
  }
  /* line 12259, ../sass/responsive.scss */
  .author_social li a.website-icon {
    background-position: 0 -995px;
  }
  /* line 12261, ../sass/responsive.scss */
  .author_social li a.website-icon:hover {
    background-position: 0 -1075px;
  }
  /* line 12265, ../sass/responsive.scss */
  .author_social li a.yahoo-icon {
    background-position: 0 -1155px;
  }
  /* line 12267, ../sass/responsive.scss */
  .author_social li a.yahoo-icon:hover {
    background-position: 0 -1200px;
  }
  /* line 12271, ../sass/responsive.scss */
  .author_social li a.aim-icon {
    background-position: 0 -35px;
  }
  /* line 12273, ../sass/responsive.scss */
  .author_social li a.aim-icon:hover {
    background-position: 0 -115px;
  }
  /* line 12277, ../sass/responsive.scss */
  .author_social li a.rss-icon {
    background: url("../images/rss_sprite.png") no-repeat top left;
    background-position: 0 -90px;
  }
  /* line 12280, ../sass/responsive.scss */
  .author_social li a.rss-icon:hover {
    background-position: 0 0;
  }

  /* line 12291, ../sass/responsive.scss */
  .main-wrapper.alternative-layout .top-nav .container .top-logo {
    background: url("../images/purple_logo@2x.png") no-repeat top left;
    background-size: 100%;
  }

  /* line 12302, ../sass/responsive.scss */
  .top-nav .container .top-logo {
    background: transparent url("../images/psfk_logo@2x.png") top center no-repeat;
    background-size: 100%;
  }

  /* line 12312, ../sass/responsive.scss */
  .top-nav.detached .container .top-logo {
    background: url("../images/purple_logo@2x.png") no-repeat top left;
    background-size: 100%;
  }

  /* line 12324, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a {
    width: 94px;
    background-size: 100% !important;
    height: 38px;
    margin-right: 2px;
  }
  /* line 12329, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a img {
    display: none;
  }
  /* line 12332, ../sass/responsive.scss */
  .post-item .addthis_toolbox .custom_images li a.addthis_button_facebook_like {
    background: none;
  }

  /* line 12342, ../sass/responsive.scss */
  .top-page-header .logo {
    background: url("../images/purple_logo@2x.png") no-repeat top left;
    background-size: 100%;
  }

  /* line 12349, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile {
    background: transparent url(../images/mobile_menu_icon@2x.png) top left no-repeat;
    background-size: 100%;
  }
  /* line 12352, ../sass/responsive.scss */
  .top-page-header .topic-expand-mobile.active {
    background: transparent url(../images/mobile_return_icon@2x.png) top left no-repeat;
    background-size: 100%;
  }

  /* line 12362, ../sass/responsive.scss */
  .top-page-header .top-page-header-wrapper .cart:before {
    background: url("../images/shopping_@2x.png") no-repeat top left;
    background-size: 100%;
  }
}

/*# sourceMappingURL=responsive.css.map */
